{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ONDER OVER $50
USD
USD : $
HOME
DRESSES
TOPS
SHORTS
PANTS
SKIRTS
BLOUSES
DENIM
JUMPSUITS
More Links
HOME
DRESSES
TOPS
SHORTS
PANTS
SKIRTS
BLOUSES
DENIM
JUMPSUITS
Log in
Create Account
Home
/
Sports equipment
Sports equipment
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
3912
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
QUICK VIEW
Trinx MTB Men's Mountain Bike 26 In. 21-Speed M136 Black White
$ 139.38
QUICK VIEW
American Electric 350W Electric Beach Cruiser Electric Bike, Black
$ 159.60
QUICK VIEW
ECOTRIC 20" Fat Tire Folding Electric Bike Bicycle 500W 36V City Commuter Snow Beach Mountain Bicycle Pedal Assist for Adults
$ 139.38
QUICK VIEW
ECOTRIC 20 Inch Fat Tire e-Bike 500W 48V Foldable frame Pedal Assist Commute Bike 7 Speed A-E516646
$ 139.38
QUICK VIEW
Wooken Electric Bike, 14'' Electric Bicycle for Adults and Teenagers with 18.6MPH Waterproof Folding Electric Bike with Removable 36V 374WH Lithium-Ion Battery Throttle & Pedal Assist
$ 139.38
QUICK VIEW
RCB 500W Electric Bike 26" Electric Bicycle for Adults with 36V/12 Ah Removable Battery, Electric Bicycle E-bike up to 56 miles for Man Woman
$ 139.38
QUICK VIEW
750W The Pursuit 2.0 Full Frame Electric Bike, TT Viper Woodland
$ 149.60
QUICK VIEW
Arnahaishe Beach Cruiser Bike for Women 26-Inch Wheels 7-Speed, Steel Frame Commuter Bike for Ladies Girls, Blue
$ 149.96
QUICK VIEW
Vivi Electric Bike 20" Folding Electric Bike 500W Ebike for Adult, Foldable Ebike with 48V Removable Battery, Professional 7 Speed Electric Bike Commuter Bike Full Suspension Cruise Control
$ 149.96
QUICK VIEW
Docred Adult Tricycle, 7 Speed Three Wheel Mountain Bike, 24/26/27.5 inch Adults Trikes ,Load capacity 420 lbs
$ 149.96
QUICK VIEW
Firmstrong Urban Lady, 24 In., Women's, Single Speed Bicycle, Vanilla
$ 149.96
QUICK VIEW
Paramount 100 Hybrid Mountain Bike, 29 x 2 Inch Wheels, 21-Speed, Light Weight Bike for Men & Women, White, Adults Bike Speed Rear Derailleur, Front and Rear Disc Brakes
$ 149.96
QUICK VIEW
Vivi Electric Bike 26" Adult Electric Mountain Bike 500W Hardtail Electric Commuter Bike 21 Speed with Cruise Control Up to 20MPH & 50Miles
$ 149.96
QUICK VIEW
MOPHOTO Adult Tricycle 20/24/26 inch 3 Wheel Bicycle,3 Wheel Bikes for Adults,7 Speed Low Stepover Frame Tricycle with Basket/Bell,3 Wheel Bicycle for Seniors,Women,Men
$ 149.96
QUICK VIEW
Dinling 7 Speed Electric Bike for Adults 36V 14Ah Li-ion Battery, 250W Motor, 27.5" Mountain Electric Bike,Black
$ 149.96
QUICK VIEW
Vivi Electric Bike for Adults 350W Folding Electric Bike 16" x 3.0 Fat Tire Electric Bike 20MPH Commuter Electric Bike with Smart LCD Display Up to 50 Miles
$ 149.96
QUICK VIEW
Meghna 26 " Adult Tricycles Silver Single Speed Tricycle 26 inch High Three Wheel Cruiser Bike 26 Wheels Large Basket for Unisex Seniors
$ 149.96
QUICK VIEW
MOONCOOL Adult Folding Tricycle for Adults, 7 Speed 20/24/26 inch 3 Wheels Bikes with Basket, Foldable Tricycle for Adults, Women, Men, Seniors
$ 149.96
QUICK VIEW
Fucare Electric Bike Gemini X for Adults 20x4.0 Fat Tire, 48V 30Ah Battery E-Bike
$ 149.96
QUICK VIEW
Stromberg Carlson (CC-275) Bike Bunk for Cargo Tray, Black
$ 139.38
QUICK VIEW
IDEAPLAY P20 24 inch Electric Bike for Adults, 250W Electric Commuter Bicycle with 3 Riding Modes Ebike for Women Men, Gray
$ 149.96
QUICK VIEW
ABORON Adult Tricycles, 7 Speed Adult Trikes 24 inch 3 Wheel Bikes, Cruise Bike with Basket for Seniors, Women, Men for Recreation, Shopping, Multiple Colors
$ 149.96
QUICK VIEW
ARVAKOR 26'' Mountain Bike with Daul Disc Brakes, 21 Speed, Aluminium Alloy Frame MTB, Black
$ 149.96
QUICK VIEW
27.5" Thruster Dark Matter, Satin Orange
$ 149.96
QUICK VIEW
Mongoose Tyax 29 Sport Adult Unisex 29-in. Mountain Bike, Black
$ 149.96
QUICK VIEW
VIRIBUS 24 Inch Electric Trike Bike for Adults 36V 3 Wheel Electric Bicycle for Women Men, Black
$ 149.96
QUICK VIEW
Viribus 26" Electric Bike for Adults 350W Mountain eBike with 48V Battery Dual Disc Mint
$ 149.96
QUICK VIEW
ABORON Adult Tricycles 7 Speed, Adult Trikes 24 inch 3 Wheel Bikes, Three-Wheeled Bicycles Cruise Trike with Shopping Basket for Seniors, Women, Men
$ 149.96
QUICK VIEW
VIRIBUS 24 Inch Adult Trike 350W Dual Chain Electric Tricycle 36V 10Ah Navy
$ 149.96
QUICK VIEW
GOTRAX F1V2 Electric Bike for Adults, 350W Motor/20" Tire/48V/50 Mile/20Mph, 300lbs Load Folding Adult E-Bike, Black
$ 149.96
QUICK VIEW
Electric Bike Foldable 20" Fat Tire Ebike with 750W Motor, 48V 20Ah Removable Battery, Shimano 7 Speed Ebike for Adults (UL2849)
$ 149.96
QUICK VIEW
Micargi RD-269-57 Fixie in Chrome Silver
$ 149.96
QUICK VIEW
VITILAN V3 2.0 Electric Bike for Adults 750W Folding Electric Bike 20 Inch 4.0 Fat Tire Bikes Mountain Beach Snow Bike 48V 13AH Removable Battery Electric Bike
$ 149.96
QUICK VIEW
MOPHOTO 24"/26" Adult Tricycles 3 Wheel 7 Speed Trikes with Low Step Through Frame&Big Basket for Shopping, Picnics Exercise Men Women
$ 149.96
QUICK VIEW
Hiland 26 Inch Womens Mountain Bike,with Step-Through Frame,Shimano 21 Speeds,Suspension Fork MTB,Bicycle for Women Men Adult
$ 149.96
QUICK VIEW
Yoloway Cityscape Electric Bike for Adults, 350W Electric Bike with 36V 10Ah Removable Battery, 26" Electric Commuter City Cruiser Bicycle with 7 Speed, 40 Miles Range, Pink
$ 149.96
1
...
17
18
19
20
21
22
23
24
...
109
BACK
Shopping Cart