{{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 %}
FREE SHIPPING ON ORDERS OVER $60
Log in
Cart
New In
Easter Edit
Wedding Day
Swimwear
Mini Dresses
Maxi Dresses
Most Wanted
Cosplay Party
Loungewear
Party dresses
Shop By Color
Beige/Gold
Black
Blue
Brown
Green
Grey/Silver
Orange
Pink
Purple
Red
white
Yellow
More Links
New In
Easter Edit
Wedding Day
Swimwear
Mini Dresses
Maxi Dresses
Most Wanted
Cosplay Party
Loungewear
Party dresses
Shop By Color
Beige/Gold
Black
Blue
Brown
Green
Grey/Silver
Orange
Pink
Purple
Red
white
Yellow
Log in
Home
/
NEW IN
NEW IN
New collections drop each week! From bodycon to babydoll, we have all the looks you love. Stay tuned for the latest trends and party style essentials.
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
14675
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
She's Too Nice Oversized Tee Charcoal
$ 34.99
Always Shining Flare Pants Posy
$ 54.99
Taking Sides Oversized Hoodie Black
$ 69.99
Young And Impatient Long Sleeve Baby Tee Baby Pink
$ 49.99
Core Classic Sweatpants Volcanic
$ 54.99
Instant Attraction Lounge Shorts Melon
$ 44.99
Give It Away Oversized Tee Grey Mist
$ 34.99
Instant Attraction Oversized Hoodie Charcoal
$ 69.99
Taking Sides Oversized Hoodie Grey Marle
$ 69.99
Decade Classics Essential Oversized Tee White
$ 49.99
Match Your Words Wide Leg Sweatpants Black
$ 55.00
Feel The Love Baby Tee White
$ 39.99
Got What You Need Oversized Hoodie Grey Marle
$ 69.99
Decade Classics Varsity Zip Front Sweater Grey Marle/Dark Green
$ 74.99
Leisure Edition Lounge Shorts Baby Blue
$ 44.99
Latest And Greatest Bike Shorts Black
$ 34.99
Match Your Words Oversized Hoodie Black
$ 69.99
Latest And Greatest Oversized Sweater Grey Marle/Black
$ 69.99
Decade Classics Varsity Cap Black
$ 29.99
All I've Got Oversized Tee White
$ 49.99
Stepping Out Cropped Hoodie Grey Marle
$ 55.00
Match Your Words Oversized Hoodie Charcoal
$ 69.99
Era 8 Oversized Tee Nautical
$ 49.99
Era 8 Baby Tee Mist
$ 34.99
It's A Bad Idea Zip Front Sweater Grey
$ 74.99
Era 8 Oversized Tee Galaxy
$ 49.99
Era 8 Lounge Shorts Nautical
$ 44.99
Season 7 Singlet Top Ice Melt
$ 34.99
Season 7 Lounge Shorts Snow
$ 44.99
Season 7 Singlet Top Jet
$ 34.99
Era 8 Lounge Shorts Mooncake
$ 44.99
The New Standard Oversized Tee Grey Marle
$ 49.99
Season 7 Lounge Shorts Dawn
$ 44.99
Stay Lifted Sweatpants Cinnamon
$ 55.00
Stay Lifted Sweatpants Navy
$ 55.00
It's Cool Knit Hoodie Light Grey
$ 74.99
Comfort Club Lounge Shorts Mist
$ 44.99
Archive 6.0 Playsuit Liquorice
$ 54.99
Archive 6.0 Oversized Tee Dove
$ 49.99
Archive 6.0 Socks White
$ 9.99
No Reason Baby Tee Grey Marle
$ 39.99
Latest And Greatest Oversized Sweater Neutral
$ 69.99
In Transit Oversized Hoodie Grey Marle
$ 69.99
The Main Season Sweatpants Black
$ 55.00
Offstage Lounge Shorts Pebble
$ 44.99
Stay Lifted Oversized Hoodie Moon
$ 69.99
Minding My Business Ribbed Booty Shorts White
$ 44.99
Not An Issue Sweatpants Black
$ 55.00
Offstage Lounge Shorts Shadow
$ 44.99
How Could I Forget Lounge Shorts Grey Marle
$ 44.99
State Of Art Lounge Shorts Black
$ 44.99
Lucky Thirteen Charise Tote Bag Off White
$ 29.99
Lucky Thirteen Elsa Tote Bag Charcoal
$ 29.99
11th Street Sweet Kisses Bike Shorts Very Berry
$ 34.99
Give It Away Oversized Tee Grey Marle
$ 49.99
Keep Blooming Oversized Hoodie Blue
$ 69.99
Let's Get Started Baby Tee Grey Marle
$ 27.99
Era 8 Bike Shorts Salsa
$ 34.99
Season 7 Baby Tee Coastal
$ 39.99
Another Level Relaxed Shorts Grey Marle
$ 44.99
Come A Long Way Wide Leg Sweatpants Grey Marle
$ 55.00
Give It A Rest Wide Leg Sweatpants Grey Marle
$ 55.00
Made With Love Oversized Hoodie Navy
$ 69.99
Can't Miss It Lounge Shorts Grey Marle/Rose Gold
$ 44.99
Best You've Ever Had Wide Leg Sweatpants Charcoal
$ 55.00
Offstage Singlet Onyx
$ 34.99
Core Essentials Zip Hoodie Grey Marle
$ 69.99
Offstage Cropped Zip Hoodie Bubblegum
$ 55.00
Can't Miss It Sweatpants Grey Marle/Rose Gold
$ 55.00
Core Essentials Lounge Shorts Black
$ 44.99
Studio Essentials Oversized Tee White
$ 49.99
Core Essentials Oversized Tee Grey Marle
$ 49.99
From The Archives Gigi Baby Tee Navy
$ 34.99
Don't Even Try Bike Shorts Melon
$ 34.99
Offstage Socks White/Moon
$ 9.99
Core Classic Oversized Hoodie Dark Grey Marle
$ 55.00
Offstage Playsuit Moon
$ 54.99
From The Archives Cap Pink
$ 24.99
Leaving Town Playsuit Burnt Burgundy
$ 55.00
The Good Life Oversized Tee White
$ 49.99
1
...
130
131
132
133
134
135
136
137
...
184
BACK
Shopping Cart