{{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
I Want You to Get a Tattoo Inscription Plaque de 20 x 30 Rétro Tôle 1494
$ 9.00
QUICK VIEW
GIDWRIY 8 Pièces Pinceau Fin Modelisme,Pinceaux Peinture Acrylique Figurine,Pinceau Huile Peinture au Numero,Pinceaux de Détail pour Maquette,Brosse Nail Art Ongles,Brosse pour Aquarelle pour Art
$ 4.50
QUICK VIEW
Knorr Prandell 8476438 Fil Chenille Diamètre : 50 cm x 8 mm Vert mai
$ 2.24
QUICK VIEW
240 pcs Épingle a Nourrice,Pin de Sécurité en Métal Résistantes à La Rouille,Épingles Couture, épingles nourrice, 5 Tailles, 19mm 26mm 31mm 46mm 55mm, Argent
$ 2.24
QUICK VIEW
Feeric lights et christmas - Buche 4 photophores bougie cp
$ 9.00
QUICK VIEW
Biology Stickers Set, Waterproof Cartoon Decals, Pvc Skateboard & Laptop Decor, Durable Fade-Resistant Material, Easy Peel & Stick Design, Ideal for Journaling, 2.32x2.32 Inches
$ 3.37
QUICK VIEW
HLFMVWE Irregular Wall Mirror Modern Oval Asymmetrical Wooden Framed Unique Hanging Mirror Artistic Wavy Mirror Decor Bathroom Vanity Bedroom Living Room Entryway Hallway 65x45CM
$ 25.90
QUICK VIEW
Cabilock Lot De 6 Feuilles De Sucre En Terre Cuite Pour Adoucir Le Sucre Des Récipients Alimentaires
$ 4.50
QUICK VIEW
GOPLUS Table Enfant avec 4 Chaises, Table de Dessin Enfant avec Plateau en Tableau Noir, Petite Table d'Activités Ronde Empilable avec Tabourets de Rangement pour Jouer Manger Etudier (Rose)
$ 56.32
QUICK VIEW
Guzzini - On The Go, ENERGY HELLO! Bouteille Thermique de Voyage pour Enfants - Multicolore, Ø 6,5 x h18 cm | 330 cc - 11670552
$ 13.51
QUICK VIEW
Cooksmart Gants de Cuisine Doubles résistants à la Chaleur | Gants de Cuisine résistants à la Chaleur | Manique Moderne pour la Cuisine à la Maison | Protection maximale Contre la Chaleur – Motif
$ 10.13
QUICK VIEW
20/50pcs spécifications multiples longues bandes de bois barres de cheville en bois clair carrées for la fabrication de modèles décoration bricolage pour Artisanat, Décoration intérieure(2x5x200mm 50p
$ 18.01
QUICK VIEW
CKPSMS marque - 4pièces 26MM/32MM Ressort de tension de canette #KP-19245 Compatible avec/remplacement pour marque Durkopp Adler 467 767 768 867 868
$ 5.62
QUICK VIEW
L-S KIDS BOUTIQUE Parures de lit, Bleu, 140 x 200 cm
$ 10.13
QUICK VIEW
YIZWINS Fil Élastique à Coudre, Fil Elastique pour Bracelet, Peut être Utilisé pour la Confection de Costumes, Convient Également pour Les Bracelets de Perles, Les Colliers et Les Bijoux Artisanaux
$ 4.50
QUICK VIEW
Poignée Machine à gaufres en acier inoxydable Gaufres professionnelles Bâtons de gaufres Corn Dogs Minuteur électrique Commercial Revêtement anti-adhésif Machine commerciale Hot Dog Machine 50-300 °C
$ 49.56
QUICK VIEW
DOITOOL chaîne de chaîne d'extension de sangle de chaîne remplacement or rallonge bandoulière Chaîne avec nœud chaîne de breloques de chaînes de sacs pour sacs à main polyester
$ 5.62
QUICK VIEW
Kaverno Fauteuil À Bascule avec Repose-Pieds, Fauteuil À Bascule Rocking Chair avec Accoudoirs Et Latéraux Poches, Chaise Allaitement, Fauteuil Inclinable Rembourré Confortable pour Salon(Blue)
$ 111.53
QUICK VIEW
DRW Boîte de rangement en PVC transparent avec couvercle de 16 litres 30 x 40 x 21 cm
$ 5.62
QUICK VIEW
Brabantia - Poubelle de 4L - Petite & élégante - Ouverture facile et couvercle à fermeture douce - Hygiénique et peu encombrante - Fixation murale - pour salle de bains, toilettes, chambre - Platinum
$ 20.27
QUICK VIEW
BTM Buffet de Cusine, Buffet 120cm en Bois avec 3 Portes, Compartiemnt Ouvert et Étagères Réglables, Meuble de Rangement, Design Industriel, 120x35x90cm, Brun
$ 70.96
QUICK VIEW
happyDko Décoration murale : Arbre de vie sculpté en Bois, Marron, H 60 cm
$ 25.90
QUICK VIEW
relaxdays Tourniquet à épices, 12 Pots, étagère rotative à 360°, INOX, Verre, HxD 25,5 x 14 cm, carrousel, Argent/Noir
$ 15.76
QUICK VIEW
XENITE Impression sur Toile Peinture Affiche De Film Minimaliste avec Citations Fight Club Film Minimaliste Peinture sur Toile Impressions HD Décoration Murale De La Pièce(C,20X30cm)
$ 10.13
QUICK VIEW
Arbre de Vie Hanukkah Menorah Set - Ensemble Antique Menorah Hanouka Chandelier - Petite Menorah 9 Branches, Bougies, Dreidels, Jouer de l'argent Et Instructions pour La Fête De Hanoucca
$ 76.60
QUICK VIEW
Byese Figurine adhésive Hippers - Mini figurines décoratives adhésives
$ 10.13
QUICK VIEW
Winmores Meuble TV - 190 cm de long x 38 cm de large x 48 cm de haut - Pieds de table dorés - Design de porte rainurée (noir)
$ 83.36
QUICK VIEW
Cintres pour Tableaux en Dents de Scie et Fil de Fer, Ensemble de 8 Cintres et 12 Bandes Adhésives Grandes et Amovibles, Crochets de Suspension Robustes et Sans Dommages pour Murs, Sans Clous
$ 3.37
QUICK VIEW
Générique Oreiller pour Les Dormeurs sur Le Côté,Soutien pour Les Jambes Pendant Le Sommeil - Soutien Correcteur De Posture en Forme De Coeur pour Le Sommeil Latéral Pendant La Grossesse Et La Sieste
$ 7.87
QUICK VIEW
MALACASA Série Flora 12 Assiettes Plates Carrées en Porcelaine, Grandes Assiettes Blanches 26 cm pour Pâtes Dîner et Bifteck, Assiettes Service de Table Passe au Micro ondes et au Lave-vaisselle
$ 16.89
1
...
142
143
144
145
146
147
148
149
...
3279
BACK
Shopping Cart