{{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
ZGDDPZA Lot de 4 Housses de Coussin Extérieur Imperméables Housses de Siège en Oxford avec Fermeture Éclair, Lavables pour Chaises de Jardin, Terrasse et Mobilier d’Extérieur (Feuille A,33 * 65cm)
$ 18.01
QUICK VIEW
DOMROM Pendentif de peinture diamant d'automne - Peinture diamant animal - Décoration de fenêtre - Motif écureuil - Décoration diamant pour enfants et adultes
$ 9.00
QUICK VIEW
SourceTon Lot de 70 grands yeux de sécurité en plastique à paillettes pour la fabrication de marionnettes, ours, travaux manuels de poupées (7 couleurs, 10 chacun)
$ 10.13
QUICK VIEW
WUISOLQP Perles Pour Bracelet Kit Bracelet Avec Perles Lettres, Kit Bijoux Creation Adulte Pour PerlePour BraceletBricolage, Colliers, Boucles D'Oreilles, Colliers Pour Enfants Et Adultes (Noir)
$ 7.87
QUICK VIEW
3 PCS GNOME de Noel Lumineux,LED de Noël en Peluche Gnomes, Lutin de Noel Farceur de Peluch,Noel Nain Christmas Lumineuse, Décoration de Noël Intérieur, Ornements Scandinave Suédois Faits à la Main
$ 12.38
QUICK VIEW
vicihoho 10 Boîtes 600ML Congélation Boite Repas Sans BPA Boîtes à Déjeuner Empilables Congélateur avec Couvercle de Préparation de Repas Stockage, Micro-ondes, Congélateur, Passe au Lave-Vaisselle
$ 9.00
QUICK VIEW
Be In Your Mind Thermomètre de cuisson bimétallique en acier inoxydable pour four/barbecue de 50 °C à 500 °C
$ 9.00
QUICK VIEW
SZLIFE Jeu de 6 Attaches de Serrage Boucles D'attache pour Bretelles, Bronze, 3.2cm
$ 4.50
QUICK VIEW
Micro ondes Encastrable MS22M8274AM 22 litres, niche 38 cm,
$ 95.75
QUICK VIEW
Nestling® 5L Robot Pâtissier, Faible Bruit Batteur Électrique, 3 en 1 avec Batteur, Fouet and Crochet, 5 Vitesses, avec Bol D'Acier inox Robot Multifonctionne 1200W Rouge
$ 50.69
QUICK VIEW
GIOVARA Porte Manteau Mural 2 pièces Patère Murale avec 5 Crochets Mobiles, Porte manteau mural avec etagere, Patère Murale Porte-Manteau Mural pour Cuisine, Salle de Bain et Chambre, Noir
$ 7.87
QUICK VIEW
Flintronic Gourde Isotherme, 500ML Bouteille Isotherme en Acier Inoxydable, Gourde Inox, Mug Isotherme Etanche, Bouteille D'eau Lsotherme, Bouteille Lsotherme En Acier Lnoxydable, Tasse De Voyage
$ 12.38
QUICK VIEW
STC Plaque metal corsica la priere corse
$ 9.00
QUICK VIEW
Salière et poivrière - 120 ml - Petite salière et poivrière - Avec couvercle en acier inoxydable - Salière et poivre - Pour cuisine, déplacement, camping-car, barbecue - Rose
$ 7.87
QUICK VIEW
Lemax Caddington Village Accessory: Splendid Lights-(34090) -Festive Holiday Christmas Decoration, Multicolore, Taille Unique
$ 24.77
QUICK VIEW
Blausky Lot de 30 bâtonnets ronds en bois massif pour bricolage, arts, artisanat, modélisme, macramé, 7 mm x 70 cm
$ 11.25
QUICK VIEW
Vileda 143023 Viva Express Smart Table à Repasser Jaune/Bleu 153,5 x 41 x 5,5 cm
$ 28.15
QUICK VIEW
Cafedeco support, porte capules, distributeurs compatible pour capsules nespresso 70B 33x32x1cm
$ 12.38
QUICK VIEW
Le Negri Cure-dents Plastique Emballes X25
$ 4.50
QUICK VIEW
Autocollant mural miroir auto-adhésif feuilles flexibles pour décoration d'intérieur (0,2 mm, 60 x 100 cm)
$ 9.00
QUICK VIEW
Décoration Jeux Olympiques 2024, Bannière des Jeux Olympiques, Drapeau Jeux Olympiques pour la décoration de fête olympique Activity Bar Décoration Sportive
$ 6.75
QUICK VIEW
Biutimarden Étagère De Douche Paquet De 2 Auto-Adhésif, Autocollant avec Trou De Drainage Acier Inoxydable Étagère De Salle De Bain Antirouille Pas De Perçage Rangement(30CM & 40CM,Blanc)
$ 15.76
QUICK VIEW
UHAPEER Bubble Tea Lot de 2 Verres à thé avec Couvercle et Paille, Verres à Visser avec Couvercle 730 ML, réutilisables Mason Jar
$ 12.38
QUICK VIEW
Ibili 740455 Support Magnétique pour Couteau Plastique Gris 55 cm
$ 6.75
QUICK VIEW
Poster Arcane – Poster sur toile Jinx - Décoration de chambre à coucher, paysage sportif - Décoration de bureau - Cadeau sans cadre - 30 x 45 cm
$ 10.13
QUICK VIEW
RSTYS Valise en rotin tissé, valise en osier rétro, boîte de rangement en rotin artificiel, panier de rangement tissé, poubelle de maquillage, sangle aspect cuir synthétique pour étagère
$ 13.51
QUICK VIEW
Patch brodé en forme de Crâne de croissant de lune, Regarder affectueusement, à coudre ou à coller avec fer à repasser
$ 3.37
QUICK VIEW
EBERTH Balayeuse Mécanique, Balayeuse Motorisée, Moteur à Essence 3CV, Moteur 2 Temps, 52ccm, 2X 30cm de Rouleau de Balayage, Largeur de Balayage 60cm, avec Roues, Capot de Protection
$ 111.53
QUICK VIEW
Phildar - Pelote de Laine Phil Douce - Laine à Tricoter - 100% Polyester - Aiguille n°5 - Couleur Grege
$ 1.12
QUICK VIEW
Bol de nettoyage des fruits | Bol rotatif manuel pour fruits et - Grande capacité - Ustensile de cuisine pour la préparation des aliments pour raisins, baies, salade et plus encore
$ 15.76
1
...
6
7
8
9
10
11
12
13
...
3279
BACK
Shopping Cart