{{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
EXIN DEHCEN 2 Pièces Rideau Paillette Decoration Anniversaire, Rideau Metallique A Frange, Rideaux à Franges Brillants Métallique Tinsel pour Décoration Fête, Mariage, Noël Part, Photographie(1 * 2m)
$ 4.50
QUICK VIEW
Ouvre Bocal Sans Effort, 2025 Neu Multifonctionnel Ouvre Bouteille Ajustable, Ouvre Boite de Conserve Ouvre Couvercle Facile à Ouvrir Avec PoignéE Ajustable Gadget de Cuisine Solide (Vert)
$ 3.37
QUICK VIEW
YIXNSW Lot de 50 pinces à linge en bois - Grandes pinces à linge - 7,2 cm x 1,8 cm - Pour accrocher des photos, des mémos et des notes, bricoler et suspendre du linge
$ 7.87
QUICK VIEW
Generico 90.124.30 005 chapelet à doigt dix prière jésus miséricordieux argent
$ 4.50
QUICK VIEW
ROULETTE (x1) GUIDE RAIL INFERIEUR (PANIER SUPERIEUR) FM121760010412 pour Lave vaisselle AYA, COBAL, FAR, QILIVE, SABA, SIGNATURE, VALBERG
$ 6.75
QUICK VIEW
JWPSHIJIE 5D Diamond Painting Kit Complet,-Animal panthère noire et fleurs 40 * 50cm
$ 5.62
QUICK VIEW
VEVOR Cafetière Filtre Commerciale Capacité 12 Tasses, Machine à Café Filtre Électrique, avec Carafe Thermique pour Garder au Chaud ou au Froid, en Acier Inoxydable pour Restaurant, Bureau, Café
$ 12.38
QUICK VIEW
Daily Treasures 14pcs Silicone Buvant des pailles,3 tailles de paille de silicone réutilisables droite avec 2 sacs et 2 brosses-Smoothie pailles pour des gobelets de 30 ou 20 oz(0.5',0.43',0.35')
$ 7.87
QUICK VIEW
12PCS Pinceaux Peinture, Pinceaux Peinture Acrylique, Pinceau Fin, Pinceau Acrylique pour Huile Aquarelle Gouache Nail Art à L'échelle De Modèle Miniature Figurine Dessin Au Trait
$ 4.50
QUICK VIEW
Lpsdssre Crochets à ventouse de cuisine, porte-ustensiles, crochets robustes, réutilisables et amovibles, solution d'économie d'espace 40 x 16 cm pour cuillère et spatule
$ 7.87
QUICK VIEW
Yaheetech Étagère de Cuisine à 5 Niveaux Design Industriel Étagère pour Micro-Ondes/Four avec 2 Tiroirs 6 Crochets Meuble de Rangement Plan de Travail 170 cm de Haut Brun Rustique
$ 48.43
QUICK VIEW
Homaxy Tapis de bain antidérapant doux, avec découpe, 51 x 61 cm, absorbant, pour WC, lavable, blanc
$ 12.38
QUICK VIEW
ROWAN tricot & Crochet Magazine numéro 50
$ 16.89
QUICK VIEW
K KYUER 2600mAh MD-C30B LTR300VX Aspirateur Batterie pour Liectroux C30B, C30B 2D,Midea M4,Blaupunkt XBoost BPK-VCBB1XB,Proscenic Neo 820P 830P D071-INR-CH-4S1P Robot Vacuum Cleaner Battery
$ 12.38
QUICK VIEW
Oursson Machine à Café Expresso et Cappuccino, Buse Vapeur Réglable, Thermomètre, Rétro (Rouge)
$ 56.32
QUICK VIEW
Tapis de bain incurvé en forme d'éventail et tapis de sol antidérapant en peluche absorbant l'eau, lavable en machine, 40,6 x 101,6 cm
$ 13.51
QUICK VIEW
XoeLLe 3 Pièces Boite Hermetique Alimentaire, Bocaux à Épices, Bocaux Rangement Cuisine Noir, Pots et Bocaux de Conservation, pour Stocker des Aliments, Café, Thé, Sucre avec
$ 10.13
QUICK VIEW
HEIBTENY Housse anti-poussière pour climatiseur mobile, 40 x 46 x 75 cm, tissu Oxford, imperméable
$ 111.53
QUICK VIEW
VOSAREA Lot de 4 Cintres Circulaires pour Cravates Foulards Rangements pour Placard
$ 3.37
QUICK VIEW
English Home Oreiller Mémoire Forme, Oreiller Ergonomique Cervical, Rectangulaire Oreiller en Mousse à Mémoire de Forme, Coussin Mémoire, taie d’Oreiller Lavable, 40x60x16, Blanc
$ 19.14
QUICK VIEW
Couverture polaire douillette, au design d’école Poudlard dans l’univers d’Harry Potter et de carte du maraudeur, avec impression Marauder´s Map, 150 x 200 cm, grand couvre-lit câlin
$ 15.76
QUICK VIEW
3 pièces Boîte à Savon de Voyage étanche, boîte à Savon avec Couvercle, boîte à Savon avec Sac à Savon,de Voyage Camping, pour la Maison ou Les Voyages
$ 6.75
QUICK VIEW
Ensemble de Moules à Boules de Riz 3 en 1 Moule Onigiri Moule Polyvalent pour Arancini Moule à Bento DIY Machine à Sushi Réutilisable Adapté aux Boulettes de Riz,Boulettes de Viande Frites
$ 9.00
QUICK VIEW
8 Pièces 5D DIY Diamant Peinture Dessous de Verre avec Support 9.5cm Style Aloha Diamant Rond Arts et Artisanat Peinture Dessous de Verres DIY Tasse Boissons sous-Verres pour Enfants Adultes Débutants
$ 9.00
QUICK VIEW
Xavax - 111945 - Adaptateur pour valve de radiateur avec filetage M28 x 1,5mm
$ 6.75
QUICK VIEW
Moules en Silicone pour Nail Art Fleur 3D Moule Fleur Lotus Résine Époxy, Pochoirs Ongles en Gel, Fournitures de Nail Art pour la décoration des Ongles, Moule Résine Silicone pour Fleurs Sculptées
$ 3.37
QUICK VIEW
Radicaln Pot à miel en marbre avec couvercle à cuillère Blanc fait main pour la maison et la cuisine – Récipient à miel de table – Pot à miel
$ 12.38
QUICK VIEW
120 pièces organisateur de fil à broder bobines de soie organisateur boîte en plastique planche d'enroulement point de croix ensemble d'outils pour le stockage de point de croix et de fil à coudre
$ 12.38
QUICK VIEW
Fyeme Stylo de peinture diamant électrique avec 4 têtes de rechange - Accessoire de peinture diamant - 3 modes d'aspiration intelligents - Chargement USB - Design sans fil - Convient pour les amateurs
$ 15.76
QUICK VIEW
80 Poches Album Carte Postale Pvc ImperméAble Rangement Photo Transparent Visible Cadeau Rangement Scrapbooking Pour ProtéGer Les Photos, Les Tampons En Silicone, Les Cartes, Les Clip Arts
$ 3.37
1
...
49
50
51
52
53
54
55
56
...
3279
BACK
Shopping Cart