{{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 %}
We ship to Europe * The biggest SALE now
NEW IN
DRESSES
MINI DRESS
MIDI DRESS
MAXI DRESS
OCCASION
Birthdays Girls
Sparkling Night
ACCESSORIES
Jewelry
Bags
SALE
More Links
USD
USD
$
EUR
€
SEARCH
NEW IN
DRESSES
MINI DRESS
MIDI DRESS
MAXI DRESS
OCCASION
Birthdays Girls
Sparkling Night
ACCESSORIES
Jewelry
Bags
SALE
Log in
Create Account
USD
USD
:
$
EUR
:
€
Home
/
what's new
what's new
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
2768
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
Sophisticated Light Blue Dress – A Statement Piece For Your Wardrobe
$ 63.98
Tailored Denim Midi Dress – A Modern Take On A Classic
$ 63.98
Elegant Long Sleeve Pleated Maxi Dress With Belt
$ 63.98
Floral Printed Long Sleeve Maxi Dress With Belt
$ 63.98
Checkered Puff Sleeve A-Line Dress
$ 63.98
Stylish Two-Piece Denim Ensemble For Effortless Elegance
$ 63.98
Mooyius Elegant White Keyhole Neck Midi Dress With Structured Belt
$ 63.98
Off-Shoulder Floral Jacquard High-Low Dress
$ 63.98
Elegant Long Sleeve Plaid Dress - Perfect Blend Of Classic And Contemporary
$ 63.98
Elegant Black Double-Breasted Dress With Fringe Detail - A Sophisticated Statement
$ 63.98
Chic Zip-Up Bomber Jacket And Wide-Leg Pants Ensemble - Perfect For Casual Days
$ 63.98
Burgundy Satin Buttoned Midi Dress
$ 63.98
Mocha Satin Wrap Maxi Dress
$ 63.98
Sophisticated Plaid Double-Breasted Midi Dress With Gold-Tone Buttons
$ 63.98
Elegant Mock Denim Dress With Flared Skirt
$ 63.98
Chic Bell-Sleeve Crop Jacket And Tailored Pants Set
$ 63.98
Burgundy Velvet Lace Sleeve Evening Gown
$ 63.98
Black Embroidered Mesh Panel Evening Gown
$ 63.98
Chic Black Sports Set With Striped Detailing
$ 63.98
Elegant Off-Shoulder Satin Midi Dress
$ 63.98
Vintage Tweed Belted Dress With Black Contrast Details
$ 63.98
Lace Shoulder Bow Detail Black Mermaid Dress
$ 63.98
Bow Accent Sweetheart Neck Black Mermaid Dress
$ 63.98
Draped Shoulder Bow Detail Black Mermaid Dress
$ 63.98
Off-Shoulder Bow Detail Black Midi Dress
$ 63.98
Classic Square Neck Plaid Midi Dress For Effortless Day-to-Night Style
$ 63.98
Elegant Navy Velvet Long Sleeve Dress
$ 63.98
Luxe Navy Velvet A-Line Dress With Gold Accents
$ 63.98
White Sheer Neck Detail Fitted Midi Dress
$ 63.98
Mesh V-Neck Midi Dress
$ 63.98
Denim Zip-Up Mini Dress
$ 63.98
Burgundy Ruffled Shirt Midi Dress For Romantic Elegance
$ 63.98
Sequin Lace Long-Sleeve Evening Gown
$ 63.98
Black Pleated Twist-Waist Midi Dress
$ 63.98
Black Jacquard Pleated Blazer Dress
$ 63.98
Olive Green Pleated Blazer Dress With Botanical Print
$ 63.98
Tailored Button-Down Denim Midi Dress
$ 63.98
Denim Wrap Shirt Dress
$ 63.98
Mooyius Presents The Retro Plaid Belted Shirt Dress
$ 63.98
White Double-Breasted Longline Coat
$ 63.98
Bordeaux Velvet Blazer With Pleated Satin Lapel
$ 63.98
Off-Shoulder Layered Pinstripe Blazer
$ 63.98
Black Sequin Lapel Tailored Blazer
$ 63.98
Contrast Lapel Tweed Blazer With Piped Trim
$ 63.98
Dark Indigo Sleeveless Denim Midi Dress
$ 63.98
Green Festive Knit Lantern Sleeve Top
$ 63.97
Camouflage Lace Trim Mesh Cutout Turtleneck T-shirt
$ 63.96
68%
OFF
24-Hour-Shipping Chic Beige Satin Suit
$ 63.96
$ 199.95
Save
$ 135.99
73%
OFF
24-Hour-Shipping Stylish Blue Velvet Suit With Leopard Print Lapel
$ 63.96
$ 239.95
Save
$ 175.99
69%
OFF
24-Hour-Shipping Barbie Pink Velvet Suit With Light Pink Trimmed
$ 63.96
$ 209.95
Save
$ 145.99
70%
OFF
24-Hour-Shipping Sky Blue Velvet Leopard Print Blazer And Pants Suit
$ 63.96
$ 219.95
Save
$ 155.99
69%
OFF
24-Hour-Shipping Striking Red Leopard Print Suit
$ 63.96
$ 209.95
Save
$ 145.99
35%
OFF
Green Leopard Print Button Up Cardigan With Pink Trim
$ 63.96
$ 98.95
Save
$ 34.99
20%
OFF
Glossy Black Crocodile Embossed Shirt
$ 63.96
$ 79.95
Save
$ 15.99
Charcoal Gray Check Double Breasted Wool Blend Coat
$ 63.95
Chic Off-Shoulder Button-Up Blouse with Statement Collar
$ 63.95
Chic Asymmetric Ruffle Blouse with Boat Neck
$ 63.95
Elegant Black Chiffon High Neck Blouse
$ 63.95
Asymmetric Satin Wrap Blouse with Gold Button
$ 63.95
Navy Satin Short-Sleeve Wrap Blouse
$ 63.95
1
...
3
4
5
6
7
8
9
10
...
47
BACK
Shopping Cart