{{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
Prym 929397 Pièce thermocollante, 12 x 45cm, écru
$ 5.62
QUICK VIEW
Belle Vous Organisateur de Bureau en Plastique avec Poignée - Panier de Rangement Cuisine Empilable avec Séparateur Ajustable - Caisse pour Rangement de Produits Sous Evier
$ 10.13
QUICK VIEW
Beebeecraft 80 anneaux Ouverts à Double Boucle de 4/5/6/8 mm Plaqué Or 24 carats et 925 anneaux Fendus Plaqués Argent Sterling avec Boîte de Rangement pour la Fabrication de Colliers
$ 4.50
QUICK VIEW
Cheveux d'ange, guirlande bouclée, env. 15 g, pour Noël et l'Avent comme décoration (argenté)
$ 3.37
QUICK VIEW
Lame à pâte pour Vorwerk Thermomix TM5 TM6, pièces de rechange pour couteau Thermomix, couteau mélangeur, accessoires de rechange pour Thermomix TM6, TM5, compatible avec robot de cuisine Vorwerk
$ 14.63
QUICK VIEW
Hyakoz 4 Feuilles 3D Strass Autocollant Multicolores Autocollants Enfants Cristal Auto-Adhésif Bijoux Gommettes Paillette en Forme de Cœur Étoile Points et Diamants pour Enfants Cadeau
$ 4.50
QUICK VIEW
Coussin de Siège de Voiture, Coussin Rotatif pour Siège de Voiture Orthopédique, Coussin de Siège Rotatif Coussin de Chaise Rotatif à 360 ° Confort Antidérapant, Coussin de Chaise Rotatif Confort Anti
$ 31.53
QUICK VIEW
YILANJIN Bol de Fusion, 1000 ML Pot de Fusion au Chocolat en Acier Inoxydable, Pot de Fusion de Bougies avec Poignéé, Melting Pot en Acier Inoxydable pour Pâtisserie, Fromage, Caramel (Argent)
$ 10.13
QUICK VIEW
Lot de 30 bougies d'anniversaire colorées pour gâteau, or rose, décorations de gâteau, bougies longues et fines, pour filles, femmes, anniversaire, mariage
$ 4.50
QUICK VIEW
Anneau d'oeuf frit - Moule d'oeufs en acier inoxydable, anneau d'oeuf carré | Anneau d'oeuf au plat en acier inoxydable, Griddle Pancake Shapers avec poignée en silicone pour le petit déjeuner Sandwic
$ 5.62
QUICK VIEW
HWC Trading A4 Novak Djokovic Cadeaux Imprimés Photo autographe signée pour les fans de tennis - A4
$ 7.87
QUICK VIEW
Wondbeau Impression Sur Toile Cinq Tableaux Consécutifs Décoration De Maison Moderne Peinture 5 Panneaux Abstraits Modulaire Poster Avec Cadre S/75cm×40cm Vallée Du Dragon,Dragon Skyrim
$ 21.39
QUICK VIEW
iklestar 4PCS Accessoires pour four à pizza, Pelle a pizza perforée de 30 cm, Peau à pizza en aluminium de 83cm avec un long manche, Outil de nettoyage de la pierre du four
$ 32.66
QUICK VIEW
Piriuuo Lot de 6 stoppeurs d'aiguilles à tricoter en silicone en forme de patte de chat - Accessoire de tricot - Butoir de maille - Griffes de chat mignonnes - Protection des pointes d'aiguille pour
$ 1.12
QUICK VIEW
Pompe à air pour module laser Snapmaker 20 W et 40 W
$ 20.27
QUICK VIEW
Chemin de Table pour Le Printemps, Moderne, Chemin de Table, Lavable, Aspect Lin, Chemin de Table, imperméable, Chemin de Table pour Salle à Manger, fête, Vacances, décoration (Bleu Marine
$ 11.25
QUICK VIEW
Mélangeur à vis sans fin W10112253 de rechange pour mixeurs KitchenAid 4,5 QT et 5 QT compatibles avec Whirlpool Kenmore 4161531 4162897 4169830 WPW10112253 WPW10112253VP 5K45SS 5K5SS 5K5SS
$ 5.62
QUICK VIEW
Ficelle alimentaire coton blanche 100m
$ 3.37
QUICK VIEW
Lot de 20 sacs d'aspirateur pour Hoover Thunder Space TS70_TS00. TS70_TS100
$ 7.87
QUICK VIEW
Grupo Erik - Poster Porte Marvel, Groot - 53x158cm - Deco Maison, Decoration Murale, Affiche Décorative
$ 4.50
QUICK VIEW
Mélange de fleurs « Amelia » lyophilisées de qualité alimentaire - Pétales de rose - Marguerite blanche - Marguerite rose - Violon - Cultivé et séché au Royaume-Uni - Garniture - Décoration (540)
$ 3.37
QUICK VIEW
STUDIO GHIBLI - Kiki la petite sorcière - Boîte à bento 175x129x58 mm
$ 16.89
QUICK VIEW
Sew Tech - Cerceaux à broder pour machine à broder Brother Innovis NQ1600E, NQ1700E, NQ1400E, NQ3600D, Dream Machine 2, VE2200, 4000D, 1500D, V7, V5, VM5200, Baby Lock (4in1-B Set)
$ 29.28
QUICK VIEW
Tissu simili cuir de très belle qualité, souple et stretch - Réaliser toutes vos idées créatives (Habillement ou déco) - Tissu faux cuir - tissu skai (Coupon de 1m x 1m36) (NOIR)
$ 9.00
QUICK VIEW
G Looks MAKRANA White Marble CHAKLA/Rolling Board/ROTI Maker 11' inch Anti Skid
$ 34.91
QUICK VIEW
Tilizan Boite a Pain Hermetique, Boîte à Pain de Cuisine pour La Fraîcheur, Huche à Pain avec Enregistrement du Temps, Convient pour Placer du Pain, des Biscuits, des Fruits et des Légumes (M)
$ 9.00
QUICK VIEW
500m Fil Nylon Invisible Transparent 0.25 mm pour Bracelet, Fil Élastique Transparent, avec Aiguille à Perles, pour la Fabrication de Bijoux DIY, Collier, Bracelet, Artisanat
$ 4.50
QUICK VIEW
DCG mwg825 N Four à micro-ondes combiné avec grill, noir (Reconditionné)
$ 40.55
QUICK VIEW
IYEREER 5 Pcs Poignet de Porte Cuisine, Poignée de Meuble Cuisine 128mm, Invisible Poignée de Porte Cuisine Noir, Poignée de Tiroir, Poignée de Placard pour Tiroirs Armoires Placard Meubles(Noires)
$ 4.50
QUICK VIEW
BestAlice Vase à fraises pour fleurs, joli vase décoratif en céramique, arrangement créatif de fraises pour la maison et le bureau (rouge)
$ 11.25
1
2
3
4
5
6
7
8
...
3279
BACK
Shopping Cart