{{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
VEGOATY Éventails à Main Chinois: 12 Pièces Éventails en Papier Colorés, Pliables et Portables pour Mariages, Anniversaires et Décorations de Fête (21 x 38 cm, Couleurs Assorties)
$ 9.00
QUICK VIEW
Kawaii Cute Anime Patchs Thermocollants,À coudre ou à repasser,17 Pièces Ecusson Thermocollant Enfant,Ecusson a Coudre,Patch Thermocollant, pour T-Shirt Jeans Sacs Jupe Réparation D'enfant
$ 2.24
QUICK VIEW
Atelier de Morphée - Surmatelas en Mousse 80x160 4CM - SMOUS801603
$ 84.48
QUICK VIEW
BADESOFA® Lot de 3 coussins de bain L pour tout le corps, pour le dossier, les pieds et le siège, kit complet, lavable et à séchage rapide, coussin de bain pour baignoire nacré
$ 111.53
QUICK VIEW
Linnea Serviette de Toilette 50x100 cm 100% Coton peigné Alba Chocolat
$ 7.87
QUICK VIEW
Lot de 100 Caissettes de Cuisson 'Papier' 7cm Blanc
$ 9.00
QUICK VIEW
Relaxdays Etagère Charge Lourde, HxLxP: 147,5 x 75,5 x 30,5 cm, 160 kg, Acier, 4 Niveaux, Rangement Cave & Garage, Bleu
$ 16.89
QUICK VIEW
Clover Dé En Cuir Confortable Moyen
$ 9.00
QUICK VIEW
Homoyoyo 4 Paires Boucle de ceinture boucles de ceinture de à main boucle de à boucles pour l'artisanat Mini boucle de rupture Alliage de zinc Silver
$ 3.37
QUICK VIEW
Plaque Inox Cuisine en acier Inoxydable, Planche a Decouper Inox, Protege Plan de Travail Cuisine avec bord d'arrêt, Planche à Pétrir Inox pour Pain et Pizza(Hauteur 2cm) (60x70cm)
$ 31.53
QUICK VIEW
Lot de 2 Fouet pour Thermomix TM5/TM6/TM31 pour Monsieur Cuisine Smart Lidl Silvercrest,Accessoire Fouet Monsieur Cuisine,Fouet Batteur Papillon pour Accessoires Monsieur Cuisine Connect (Noir)
$ 4.50
QUICK VIEW
CP0398 Interrupteur Padholder Assy Switch 2 tasses 2 TASSE Pour Philips SENSEO Switch Cafetière HD6591 HD6592 HD6596 HD6593 HD6594 HD6597 HD7892 422225965952
$ 15.76
QUICK VIEW
Royal Catering Machine à Hot-dogs Grill saucisses 5 rouleaux en inox RCHG-5E (nombre max. de saucisses 8, 1.000W, 58,5x26x38cm, 2 zones chauffantes distinctes)
$ 83.36
QUICK VIEW
Dellabella – Kit de fabrication de bougies avec cire de soja et accessoires pour la fabrication facile de bougies parfumées colorées
$ 29.28
QUICK VIEW
DONFAMDS 1Pièce Bouteille à Cocktails Verre pour Barman Shaker Élégant pour Mélanger Cocktails à Au Bar
$ 6.75
QUICK VIEW
Anneome 50pièces Pendentifs Cuir Colorés Diy Pour Porte-clés Et Décorations De Sacs Accessoires Gland Cuir Pour Bijoux Artisanaux
$ 5.62
QUICK VIEW
Feutre Arbre de Noël 2025, Sapin en Feutrine 102CM pour Enfant, Ensemble DIY avec 32 Ornements Détachables, Décoration Murale
$ 7.87
QUICK VIEW
Paul Rubens Lot de 8 pastels à l'huile - Bleu indien - Accessoires d'art pour artistes, débutants, étudiants, peinture artistique
$ 6.75
QUICK VIEW
Alfa Chef Recharge de caoutchouc d'étanchéité
$ 7.87
QUICK VIEW
BridgePro Panier à rôtir en acier inoxydable pour rôtissoire 30 l
$ 18.01
QUICK VIEW
Ipotkitt Breloques tibétaines en alliage pour fabrication de bijoux pour colliers, bracelets, boucles d'oreilles, fournitures artisanales
$ 5.62
QUICK VIEW
WUSJCOF 5 pièces aiguilles à tricoter circulaires pratiques en acier inoxydable, légères pour débutants et arthrite (40 cm) (2.0mm - 4.8 mm) (Acier inoxydable)
$ 3.37
QUICK VIEW
Chatons de palmier artificiels | Magie de fleurs | 5 branches décoratives | 30 cm | Aspect soie réaliste | Décoration de printemps
$ 5.62
QUICK VIEW
DisplayLager - 5 Cadre à Clipser A1, 5 pièces, Noir | Cadre pour Affiches avec Profil en Aluminium argenté de 25 mm | avec vitre de Protection antireflet et matériel de Fixation
$ 56.32
QUICK VIEW
Prextex Sapin de Noël Dense de 180 cm de Qualité Supérieure avec 1200 Branches - Sapin de Noël Artificiel 180 cm Canadien - Sapin Artificiel 180 cm avec Support en Métal, Léger et Facile à Assembler
$ 36.04
QUICK VIEW
SUPVOX 4pièces Templates De Spray Rétro Totem Pour Décoration De Gâteaux Pochoirs Réutilisables Pour Peinture Sur Mur Tissu Bois Outils De Boulangerie
$ 2.24
QUICK VIEW
Faber-Castell Albrecht Dürer 160307 Lot de 5 marqueurs aquarelle à double pointe pour une application précise et sur une surface - Étui de 5 - Portrait, multicolore
$ 13.51
QUICK VIEW
Beebeecraft 1 boîte de 8 Breloques Cerises Rouges de 2 Styles 304 s Breloques Fruits 3D en Acier Inoxydable Émaillé avec Boucle pour la Fabrication de Bijoux Colliers Boucles d'oreilles Bracelets
$ 9.00
QUICK VIEW
Sac à Pinces à Linge, Panier Pince à Linge a Suspendre, Sac De Rangement pour Pinces À Linge pour Jouets, Chaussette, Objets, 32 x 27cm
$ 5.62
QUICK VIEW
F Fityle Lot de 2 paniers de Rangement pour congélateur, Grand Panier de Rangement pour réfrigérateur, Panier de Rangement en Fil de Fer pour dortoir, Magasin, 42.5 Cm X 24.5 Cm X
$ 15.76
1
...
41
42
43
44
45
46
47
48
...
3279
BACK
Shopping Cart