{{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 ORDER OVER $50✈️
USD
USD($)
Cart
0
My Account
Log in
Home
As Seen on Tiktok
Basics
Shop by Season
Shop by Theme
Jeweled
Wedding Day
FAQ
More Links
Nail Gallerys
Home
As Seen on Tiktok
Basics
Shop by Season
Shop by Theme
Jeweled
Wedding Day
FAQ
USD
USD($)
Home
/
News
News
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
98351
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
MATT & ROSE Drap Housse 140x200 cm DÉCO VÉGÉTALE | 100% Coton | Oeko-Tex | Caramel
$ 5.62
QUICK VIEW
Atmosphera - Lanterne Rattan - rotin H33 cm
$ 10.13
QUICK VIEW
Vicco Cuisine en Angle Rick, Chêne doré/Anthracite, 167x60cm, PT À Motifs Noirs
$ 111.53
QUICK VIEW
CRAFLAIR Tajine, pot, diamètre : 30 cm fait à la main, en céramique émaillée, pour induction
$ 32.66
QUICK VIEW
Poster de la série Streets of Rage - Impression sur toile - Impression d'art moderne pour chambre à coucher - 20 x 30 cm
$ 12.38
QUICK VIEW
Adkwse Fils à Broderie 447 Couleurs - Kit de Broderie Brésilien pour Point de Croix, Tricotage et Bracelets - Accessoires et Outils Inclus - 8m
$ 5.62
QUICK VIEW
Matelas futon japonais pliable pour voyage/tatami/camping/sol, matelas pliable portable pour dortoir, lit d'appoint (gris, 80 x 190 cm)
$ 23.65
QUICK VIEW
Spellbinders BetterPress Letterpress System Press Plates-Floral D
$ 9.00
QUICK VIEW
GRGO Patch De Réparation En Cuir, 60 X 137cm, Noir, Simili Cuir, Autocollant, Pour Réparation Et Rénovation De Canapé, Sac à Main, Meubles, Sièges De Voiture
$ 10.13
QUICK VIEW
2pcs Filtre Evier Cuisine Universel, Passoire Evier Cuisine11*8 cm, Passoire Antidébordante avec Perforations Haute Densité, Résistante À La Rouille Et À La Corrosion, Facile À Nettoyer
$ 4.50
QUICK VIEW
LAPONO Couronne de Noël Bonhomme Poupée Ornements Décoration de Noël Suspendue pour Sapin Guirlande de Noël pour la Porte d'entrée la Maison de Garland d'arbre de Noël Pendentif Mur fenêtre Décor
$ 4.50
QUICK VIEW
Tatuo Housse de Chaise de Bureau avec Housse d'Accoudoir et Dossier, Couverture de Siège Extensible Universelle Protecteur de Chaise d'Ordinateur Rotatif Élastique (Noir, 1 Set)
$ 7.87
QUICK VIEW
CLAIREFONTAINE Paquet de 10 feuilles Crépon M40 2x0.50m turquoise
$ 7.87
QUICK VIEW
ionEgg Tasse à café en porcelaine avec soucoupe - 270 ml - Design minimaliste - Parfait pour latte, cappuccino et thé - Jaune
$ 7.87
QUICK VIEW
Colcolo Lot de 4 embouts de tringle à rideau, accessoires de remplacement robustes et décoratifs pour salon d'hôtel, or
$ 7.87
QUICK VIEW
3 Pièces Cheerleading Pom Poms, Pompom, Pompons de Pom-Pom Girl, avec Bandes métalliques et Poignée pour Matchs de Sport, Performance sur Scène, Fête de Vacances
$ 7.87
QUICK VIEW
Geruwam Ventilateur à, Ventilateur alimenté par USB avec 5 Vitesses réglables - Petit Bureau Rotatif à 360 ° à Faible Bruit, Bureau à Pince Robuste
$ 7.87
QUICK VIEW
SOMATHERM FOR YOU, Siphon plastique grand culot Ø32-33/42, réglable en hauteur de 195 à 265 mm, en plastique blanc, idéal pour lavabo, compatible eau chaude et froide
$ 1.12
QUICK VIEW
Matériau abrasif de polissage, petite roche culbutant des granulés de céramique, outil de fabrication de bijoux, support de remplissage en céramique non abrasif pour pierres
$ 15.76
QUICK VIEW
HJIAMA Naturel Crochet Mural en Bois Massif 3 Pièces, Forme Goutte Porte Manteau Mural Bois, Style Nordique Patère Bois, Patère Murale, Porte Manteau Mural pour Entrée Chambre Mur
$ 5.62
QUICK VIEW
CChongjin Acteur Pierre Niney Poster décoratif sur toile pour chambre à coucher, salon, décoration moderne, 30 x 45 cm, style sans cadre
$ 7.87
QUICK VIEW
iDesign 59730Eu Linus Station de Café Plastique Transparent 17,75 X 16 X 13,25 cm
$ 10.13
QUICK VIEW
MAXQUU Lot de 12 Torchons en Velours Corail Avec 2 Crochets - Chiffon de Nettoyage en Microfibre, Éponge à Récurer Bicolore - Multi-Usages pour Cuisine et Ménage
$ 3.37
QUICK VIEW
Palais du Rosaire Croix pour enfant Arche de Noé 12 cm - Croix religieuse - Culte Chrétien en Bois
$ 5.62
QUICK VIEW
Arawat Panda Tazza Con Coperchio Panda Regalo Tazza Divertente Tazza Da Caffè In Ceramica 400 Ml Tazza Da Tè Con Cucchiaio e Sottobicchiere, Dolce Regalo Di Compleanno Per Donne Uomini Amici Ragazzi
$ 10.13
QUICK VIEW
Impression sur toile 70L x50l cm decoration chambre -tableau decoration murale Géométrie Diamant Style Abstrait decoration maison - Tableau Moderne - toile peinture Blanc argenté
$ 9.00
QUICK VIEW
Kit d'accessoires Airfryer pour Ninja Foodi AF300EU AF400EU, Hunnycook 10 accessoires Airfryer pour Airfryer Ninja Dual Airfryer de 7,6 à 9,5 l, avec moule en silicone, racks et outils
$ 7.87
QUICK VIEW
Simple&Opulence Drap Housse 100% Lin 2 Personnes - 182 × 200 cm, Le Lin - Bonnets pour 35 cm
$ 40.55
QUICK VIEW
Porte-serviettes pour cuisine bar en métal 18 x 18 x 5 cm avec fermeture serviette couleur noire CHL-831003
$ 9.00
QUICK VIEW
Puupaa Couronne de porte pour porte d'entrée, couronne de porte de printemps – Couronne de porte synthétique – Couronne de porte – Couronne de porte – Couronne de porte – Couronne de porte – Couronne
$ 11.25
1
...
7
8
9
10
11
12
13
14
...
3279
BACK
Shopping Cart