{{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
Zarah Off-Shoulder Sleeve Lace Maxi Dress Black
$ 74.99
Saphirra Open Cowl Back Maxi Dress Berry
$ 74.99
Truths Cut-Out Waist Ruched Maxi Dress Black
$ 74.99
Aurora Eve One-Shoulder Mini Dress Brown
$ 79.99
Kaela Cami Maxi Dress Embellished Chocolate
$ 65.95
Asterelle Pleated Gathering Maxi Dress Black
$ 78.95
Sky Of Diamonds Backless Midi Dress Sequin Silver
$ 79.99
Miller Drop Waist Sequin Maxi Dress Burgundy
$ 73.95
She's The Star Open Tied Back Maxi Dress Sequin Wine
$ 74.99
Marin Pointed Sweetheart Maxi Dress Gold
$ 65.95
Nerina Strapless Ruched Maxi Dress Red
$ 76.95
Jeremia Strapless Maxi Dress Sequin Plum
$ 73.95
Zaretha Backless Split Maxi Dress Sequin Black/Gold
$ 76.95
Roselyn One-Shoulder Sequin Maxi Dress Latte
$ 77.95
Seraphinna Strapless Cut-Out Maxi Dress Sequin Red
$ 70.95
Luna Bloom Bubble Hem Mini Dress Sequin Champagne
$ 76.95
Dahlisse Off-Shoulder Sash Mini Dress Black
$ 72.95
Nerina Strapless Ruched Maxi Dress Rose
$ 76.95
Bedazzle Opened Back Sequin Mini Dress Hot Pink
$ 76.95
Afterlight Halterneck Backless Sequin Mini Dress Cherry
$ 63.95
Isle Cut-Out Halterneck Maxi Dress Gold
$ 65.95
Bellora Off-Shoulder Sequin Trim Maxi Dress Blue
$ 65.95
Marin Pointed Sweetheart Maxi Dress Wine
$ 65.95
Heart To Heart Strapless Sequin Mini Dress Pink
$ 76.95
Zaretha Backless Split Maxi Dress Sequin Pink
$ 76.95
Senora Halter Sequin Mini Dress Dark Green
$ 76.95
Bellora Off-Shoulder Sequin Trim Maxi Dress Nude
$ 65.95
Chantrelle Twist Back Split Maxi Dress Silver
$ 76.95
Cabernet Halter Maxi Dress Sequin Wine
$ 78.95
Isle Cut-Out Halterneck Maxi Dress Silver
$ 65.95
Afterlight Halterneck Backless Sequin Mini Dress Black
$ 63.95
Lunara Ruched Cascade Sash Dress Wine
$ 76.95
Oralia Criss-Cross Back Maxi Dress Olive
$ 76.95
Luli One-Shoulder Cut-Out Maxi Dress Textured Navy
$ 74.95
Deanna One-Shoulder Sleeve Maxi Dress Embellished Navy
$ 65.95
Chantrelle Twist Back Split Maxi Dress Wine
$ 76.95
Kamilah Ruched Ruffle Maxi Dress Floral Red
$ 70.95
Glitterati Halter Diamante Maxi Dress Black
$ 70.95
Velvet Rope Strapless Mesh Maxi Dress Wine
$ 63.95
Briela Halter Bustier Maxi Dress Chocolate
$ 76.95
Noella Off-Shoulder Fur Trim Maxi Dress Wine
$ 65.95
Goddess Aura Pleated Maxi Dress Chocolate
$ 76.95
Everine Ruched Frill Trim Maxi Dress Black
$ 70.95
Brienna Halter Ruched Maxi Dress Mauve
$ 68.95
Ahmara Drop Waist Accordion Pleat Maxi Dress Gunmetal
$ 65.95
Valara Lace-Up Back Maxi Dress Wine
$ 65.95
Brienna Halter Ruched Maxi Dress Wine
$ 68.95
Everine Ruched Frill Trim Maxi Dress Mocha
$ 70.95
Lysandra Flared Cuff Maxi Dress Lace Beige
$ 70.95
Callen Cowl Ruched Maxi Dress Champagne Silver
$ 59.95
Hadley Cami Scarf Maxi Dress Black
$ 72.95
Kaelia Tiered Halter Maxi Dress Sparkle Brown
$ 65.95
Hadley Cami Scarf Maxi Dress Cream
$ 72.95
Sylvee Sequin Bow Mini Dress Champagne
$ 78.95
Secret Rendezvous Layered Ruffle Maxi Dress Maroon
$ 76.95
Brienna Halter Ruched Maxi Dress Black
$ 68.95
Lyrah Cowl Ruched Maxi Dress Champagne
$ 72.95
Shailyn Scoop Neck Halter Maxi Dress Black
$ 76.95
Delphinah Twist Waist Maxi Dress Champagne
$ 63.95
Azelia Velvet Mesh Maxi Dress Black
$ 70.95
Delaina Ruched Waist Gold Accent Maxi Dress Wine
$ 63.95
Sharaya Accordion Pleat Midi Dress Mocha
$ 59.95
Delaina Ruched Waist Gold Accent Maxi Dress Pearl
$ 68.95
Miramar Backless Sequin Dress Black Multi
$ 76.95
Lorely Ruched Bodice Midi Dress Brown
$ 76.95
Italia Azure Halterneck Sequin Maxi Dress Black
$ 78.95
Bedazzle Keyhole Back Sequin Mini Dress Silver
$ 76.95
Lexington Draped Shoulder Criss-Cross Back Maxi Dress Oyster
$ 76.95
Bedazzle Opened Back Sequin Mini Dress Black
$ 76.95
Hollis Strapless Pleat Hem Knit Mini Dress White
$ 55.95
Hollis Strapless Pleat Hem Knit Mini Dress Charocal
$ 55.95
Leni Strapless Embellished Hem Mini Dress Black
$ 70.95
Kailey Off-Shoulder Maxi Dress Spangle Silver
$ 70.95
Tenika Contrast Bodycon Midi Dress Black
$ 76.95
Looks Of Love Shoulder Sash Maxi Dress Black
$ 76.95
Swan Halterneck Ruched Waist Maxi Dress Black
$ 76.95
Kalianna Ruched Waist Scarf Mini Dress Polka Dot Black
$ 72.95
Elma Bandeau Sheer Shimmer Maxi Dress Red
$ 76.95
Saffra Shoulder Sash Ruched Maxi Dress Print Wine
$ 76.95
Live Loud Ruffle Halterneck Maxi Dress Print Brown
$ 72.95
1
2
3
4
5
6
7
...
184
BACK
Shopping Cart