{{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
RAZURE Ensemble de Crèche de Noël d'Extérieur Blanche, Décoration Imperméable, Sainte Nuit de Nativité pour Cour, Pelouse, Église, 75 x 70 x 40 cm
$ 12.38
QUICK VIEW
OHMG Table de Bar Industrielle Rétro 60*60*75cm - Carrée en Métal et Bois pour Cuisine et Bistrot (3)
$ 34.91
QUICK VIEW
Cadeau Maitresse d'école Merci Maitresse Acrylique Maîtresse Cadeau Fin d'année Maitresse Cadeau Atsem Professeur Aesh Prof Cadeau Fin d'année Scolaire Cadeaux Maîtresse Maternelle Cadeau Institutrice
$ 4.50
QUICK VIEW
MSV homeXpert Rideau de Douche Plastique PVA 180x200cm Fuschia - Anneaux Inclus
$ 4.50
QUICK VIEW
Cabilock Marmite multifonctionnelle cocotte minute autocuiseur antiadhésif mijoteuse cocotte-minute le potage pot de cuisine sous pression micro-autocuiseur autocuiseur tour Un verre rouge
$ 16.89
QUICK VIEW
ENESCO Looney Tunes by Romero Britto Figurine Daffy Duck
$ 31.53
QUICK VIEW
HOMCOM Poubelle de cuisine 12L avec couvercle à fermeture douce poubelle à pédale poubelle anti-traces de doigts et seau intérieur amovible, blanc
$ 7.87
QUICK VIEW
Spreadshirt Signe Des Cornes Rock Heavy Metal Cadeau Autocollant/Sticker, 10 x 10 cm, blanc mat
$ 1.12
QUICK VIEW
Surflyee Lot de 20 Boules de Noël à Remplir en Plastique Transparent, 6CM Boule de Remplissage Acrylique, avec Cordon de Couleur 10M, pour Faire de l'artisanat, Décoration d'arbre de Noël
$ 7.87
QUICK VIEW
200 Pièces Charlotte Alimentaire Reutilisable, Boîte de Rangement pour Film Alimentaire, Film Alimentaire Reutilisable, Boîte de Rangement pour Film Plastique, Élastiques Sacs de Conservation Frais
$ 7.87
QUICK VIEW
Autocollants for carrelage de cuisine et salle de bain, carreaux auto-adhésifs en marbre vert et jaune, carreaux en vinyle à coller, imperméables et résistants à l'huile, carreaux muraux décoratifs au
$ 6.75
QUICK VIEW
Set de 4 Verres à Whisky en Cristal Série Admiral (280ml) - Parfait pour la Dégustation de Whiskey, Bourbon et Cocktails - Magnifique Coffret Cadeau Or à Chaud
$ 13.51
QUICK VIEW
Tornado Coupe-pommes de Terre en Spirale Trancheuse Manuelle Fry Spiralizer de Légumes Chips Maker DIY Manual Spiralizer de Légumes Twister Râpe Éplucheurs Trancheuses Mandolines (Comme montré)
$ 6.75
QUICK VIEW
Seiko Réveil en Plastique avec trotteuse silencieuse
$ 111.53
QUICK VIEW
Autocuiseur Multifonction 5L, Cuiseur à Riz, Autocuiseur en Acier Inoxydable, Affichage LED, 700W, Cuiseur à Riz, Récipient Antiadhésif, Multicuiseur Électrique Multifonction
$ 33.79
QUICK VIEW
SaiXuan Lot de 10 Support/Empiler à Chaussures Réglables,Organiseur,Rack Economie d'Espace (Noir)
$ 10.13
QUICK VIEW
Pouf de Forme Cylindrique en Jute Beige Sable et en Tissu Coton de 48 cm de Hauteur avec Rembourrage en Billes de Polystyrène Beliani
$ 10.13
QUICK VIEW
ARDITEX Set de table (50 x 50 x 44 cm) et 2 chaises (26,5 x 26,5 x 50 cm) en bois de Lilo & Stitch
$ 43.93
QUICK VIEW
Angoily 20 Pièces Fil Cube Connecteurs en Plastique Grille Cube Placard Fermoir Boucle Clip pour Cube Étagères De Rangement Bricolage Armoire Modulaire Organisateur
$ 5.62
QUICK VIEW
LAMA Machine à café expresso électrique portable, cafetière de voyage 3 en 1, auto-chauffante, grandes capsules, petites capsules, café moulu pour camping, camping-car, bureau, maison - Gris
$ 30.41
QUICK VIEW
JustYit 2 Pièces Crochet de Clé de Chat Mignon Creative Adhesive Coat Hook Pop up Cat Wall Hooks Crochet Adhésif Mignon Animal Cat Hook pour Robe,Serviette,Clés,Sacs,Chapeaux
$ 7.87
QUICK VIEW
VyGrow Organiseur de porte à 8 niveaux avec crochets et paniers réglables – Noir
$ 43.93
QUICK VIEW
Fayemint 20 Pièces Cupcake Boîte, Boîte à Muffins, Cupcake Boîte avec Fenêtre, pour Biscuits, Pâtisseries, Gâteaux, Chocolats et Autres Petits Cadeaux
$ 5.62
QUICK VIEW
Trenkle Kuckulino Pendulette en Miniature de la Forêt Noire Maison Chalet météo avec Mouvement Quartz et Chant du Coucou TU 2025 SQ
$ 43.93
QUICK VIEW
TOKYO design studio Bol bleu et blanc en érable - Flora Japonica - 14,8 x 7 cm - 500 ml
$ 6.75
QUICK VIEW
Cisixin XXL Léger et Pliable Sac Jouets Plage Pour Enfants,Réutilisable Grand Rangement Jouet Plage Enfant,Pliable Sac en Filet Pliant,Organisateur de Léger Pliable Tissu Bébé Enfants
$ 4.50
QUICK VIEW
1000 Pièces Pompons, 15mm Multicolores Craft Petit Pompons, Décoration Pompoms, Pompons Artisanale, Pompons Colorés Petits Pompons, Multicolores Craft Petit Pompons, Pompons Artisanale Moelleux
$ 6.75
QUICK VIEW
Posca PC-5M Lot de 4 marqueurs permanents à base d'eau 1,8 à 2,5 mm Tons lever du soleil
$ 12.38
QUICK VIEW
DAONEG Ventilatore Portatile, Climatiseur Mobile, Climatiseur Portable, 3 Vitesses, Idéal pour Maison, bureau - 03
$ 18.01
QUICK VIEW
Giantree Lot de 14 peintures à gratter pour adultes, peinture par scratch arc-en-ciel, peinture à gratter pour adultes, tableau à gratter paysage avec outils d'art créatifs pour loisirs créatifs (14
$ 9.00
1
...
62
63
64
65
66
67
68
69
...
3279
BACK
Shopping Cart