{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %}
Year-End Mega Sale is Now On!
Home
About Us
Contact Us
订单追踪页
More Links
USD
USD
$
JPY
円
EUR
€
RON
L
SEK
Kr
PLN
zł
NZD
NZ$
NOK
Kr
HUF
Ft
CZK
Kč
DKK
Dkr
CHF
CHF
BGN
лв
SEARCH
Home
About Us
Contact Us
订单追踪页
Log in
Create Account
USD
USD
:
$
JPY
:
円
EUR
:
€
RON
:
L
SEK
:
Kr
PLN
:
zł
NZD
:
NZ$
NOK
:
Kr
HUF
:
Ft
CZK
:
Kč
DKK
:
Dkr
CHF
:
CHF
BGN
:
лв
Home
/
Bras
Bras
Clear all
filter
orig_delv_code::STOCB
orig_delv_code::STOCC
group_code::FORTE
color_group::Red
season::STOCK
SALE
orig_delv_code::STOCA
final-sale-ge
delv_code::STOCK
orig_delv_code::BASID
sale-parent
category4::T-shirt
category::Strapless
category3::Strapless
body::Strapless
BUNDLE:204
fabric::Microfiber
ULTRA::soire-confidence-ultra-curvy-bralette-schnapps-en
SUPER::soire-confidence-super-curvy-bralette-schnapps-en
year::ALL
season::BASIC
category3::Curvy
fabric::Mesh Lace
color_group::Blue
discounted
group_code::PARAD
color_group::Pink
sizing::B to F Cup
category::Padded
SUPER::never-say-never-super-curvy-racie-racerback-black-en
PETITE::never-say-never-petite-racie-racerback-bralette-black-en
EXTENDED::never-say-never-extended-racie-racerback-bralette-black-en
category::Racerback
category3::Racerback
body::Racerback
BEAUTY::never-say-never-beauty-racie-racerback-bralette-black-en
color_group::Black
category::ReadyTW
sizing::B to G Cup
SET:25
orig_delv_code::BASIC
fabric::Cotton Lace
delv_code::BASIC
color_group::White
category::sexy
YGroup_NEVER1301
sizing::A to D Cup
size-tab::bralette-size-chart/regular
BUNDLE:167
YGroup_NEVER1310
ULTRA::never-say-never-ultra-curvy-sweetie-bralette-black-en
SUPER::never-say-never-super-curvy-sweetie-bralette-black-en
sizing::DD to G Cup
size-tab::bralette-size-chart/curvy
size-range::curvy
size-chart::bralette-size-chart
PETITE::never-say-never-petite-sweetie-bralette-sette-en
EXTENDED::nsn-extended-extended-sweetie-bralette-black-en
enbody::BRALET
category::Sweetie
category::Bralette
category4::Curvy
category3::DD cup
category2::Bralette
BUNDLE:191
body::Bralette
BEAUTY::never-say-never-beauty-sweetie-bralette-pink-lilly-en
badge::curvy
Cortina
group_code::NEVER
fabric::Lace
category::Lingerie
YGroup_SOIRC1121
SPECIAL
sizing::B to D Cup
size-tab::bra-size-chart/regular
size-range::standard
size-chart::bra-size-chart
parent
lang::en
group_code::SOIRE CON
fabric::Mesh
enbody::BRA
color_group::Beige
category::Underwire
category::T-shirt
category::support
category::DD cup
category::Curvy
category::comfort
category4::DD cup
category3::T-shirt
category2::Underwire
category1::Bra
BUNDLE:215
BUNDLE
body::Underwire
body::T-Shirt
body::DD Cup and Up
BESTSELLER
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
filter
orig_delv_code::STOCB
orig_delv_code::STOCC
group_code::FORTE
color_group::Red
season::STOCK
SALE
orig_delv_code::STOCA
final-sale-ge
delv_code::STOCK
orig_delv_code::BASID
sale-parent
category4::T-shirt
category::Strapless
category3::Strapless
body::Strapless
BUNDLE:204
fabric::Microfiber
ULTRA::soire-confidence-ultra-curvy-bralette-schnapps-en
SUPER::soire-confidence-super-curvy-bralette-schnapps-en
year::ALL
season::BASIC
category3::Curvy
fabric::Mesh Lace
color_group::Blue
discounted
group_code::PARAD
color_group::Pink
sizing::B to F Cup
category::Padded
SUPER::never-say-never-super-curvy-racie-racerback-black-en
PETITE::never-say-never-petite-racie-racerback-bralette-black-en
EXTENDED::never-say-never-extended-racie-racerback-bralette-black-en
category::Racerback
category3::Racerback
body::Racerback
BEAUTY::never-say-never-beauty-racie-racerback-bralette-black-en
color_group::Black
category::ReadyTW
sizing::B to G Cup
SET:25
orig_delv_code::BASIC
fabric::Cotton Lace
delv_code::BASIC
color_group::White
category::sexy
YGroup_NEVER1301
sizing::A to D Cup
size-tab::bralette-size-chart/regular
BUNDLE:167
YGroup_NEVER1310
ULTRA::never-say-never-ultra-curvy-sweetie-bralette-black-en
SUPER::never-say-never-super-curvy-sweetie-bralette-black-en
sizing::DD to G Cup
size-tab::bralette-size-chart/curvy
size-range::curvy
size-chart::bralette-size-chart
PETITE::never-say-never-petite-sweetie-bralette-sette-en
EXTENDED::nsn-extended-extended-sweetie-bralette-black-en
enbody::BRALET
category::Sweetie
category::Bralette
category4::Curvy
category3::DD cup
category2::Bralette
BUNDLE:191
body::Bralette
BEAUTY::never-say-never-beauty-sweetie-bralette-pink-lilly-en
badge::curvy
Cortina
group_code::NEVER
fabric::Lace
category::Lingerie
YGroup_SOIRC1121
SPECIAL
sizing::B to D Cup
size-tab::bra-size-chart/regular
size-range::standard
size-chart::bra-size-chart
parent
lang::en
group_code::SOIRE CON
fabric::Mesh
enbody::BRA
color_group::Beige
category::Underwire
category::T-shirt
category::support
category::DD cup
category::Curvy
category::comfort
category4::DD cup
category3::T-shirt
category2::Underwire
category1::Bra
BUNDLE:215
BUNDLE
body::Underwire
body::T-Shirt
body::DD Cup and Up
BESTSELLER
462
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
93%
OFF
Triangle Soft Bra
$ 6.00
$ 90.00
Save
93%
88%
OFF
Open Cup Halter
$ 9.42
$ 81.00
Save
88%
94%
OFF
Molded Underwire Bra
$ 5.38
$ 89.75
Save
94%
93%
OFF
Curvy Sweetie Bralette
$ 5.58
$ 79.75
Save
93%
96%
OFF
Bralette
$ 4.80
$ 120.00
Save
96%
96%
OFF
Strappy Underwire Demi Cup Bra
$ 4.40
$ 110.00
Save
96%
89%
OFF
Bralette
$ 11.98
$ 119.75
Save
89%
90%
OFF
Ultra Curvy Racie Racerback Bralette
$ 7.97
$ 79.75
Save
90%
96%
OFF
Curvy Plungie Longline Bralette
$ 3.80
$ 95.00
Save
96%
94%
OFF
Sweetie Bralette
$ 4.17
$ 69.75
Save
94%
90%
OFF
Molded Underwire Bra
$ 8.97
$ 89.75
Save
90%
93%
OFF
Curvy Shortie Cropped Cami
$ 7.67
$ 110.00
Save
93%
1
...
4
5
6
7
8
9
10
11
...
39
BACK
Shopping Cart