{{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
3 Rois Mages, Nativité (mini)
$ 40.55
QUICK VIEW
Katutude Porte-tasses à Café, Soucoupe Stockage Support Pour Tasse avec 6 Crochets sous Étagère, Support PréSentoir Support PréSentoir Stockage Porte Egouttoir Pour Maison Cuisine Bar Café
$ 6.75
QUICK VIEW
Moule à œufs – Charmant moule à œufs pour des plats créatifs | Design poussin de dessin animé, gadget de cuisine pratique pour , décoration et accessoires de petit-déjeuner
$ 3.37
QUICK VIEW
Kitchen Drain Pad, Silicone Insulation Dish Drying Mats, Heat Resistant Tilted Water Diversion Mat for Restaurant Hotel Sink Counter, Non-Slip Kitchen Work Area Pads, Black, Gray
$ 9.00
QUICK VIEW
HOBBIESAY 4 Pcs 2 Style Coeur Patch Patchs à Paillettes Faits à la Main Paillettes Dorées Rouge Amour Fleurs Adhésif Thermofusible Brodé Patch Applique Pièce pour Jeans Veste Décorations de Vêtements
$ 5.62
QUICK VIEW
PUGSDRLY Lit Double 180x200cm avec Ports USB et Lumière LED,Lit Coffre avec Sommier à Lattes et Rangement Hydraulique,Tête avec Compartiment de Rangement,Capitonné,Tissu en Lin (Beige, 180x200)
$ 38.29
QUICK VIEW
GwyaKawaru Claude François Diamant Peinture Forage Strass Point De Croix Diamant Broderie Motif Décoratif pour La Maison Peinture Murale ML8791/40x55cm
$ 5.62
QUICK VIEW
Lot de 15 boutons en nacre de qualité supérieure - Boutons en coquillage Akoya - 25 mm (2,5 cm) - Beige mocassin rond à deux trous - 1,8 mm par trou - Boutons à 2 trous - Boutons coquillage à coudre
$ 4.50
QUICK VIEW
Ndoud Affiche de voyage vintage de l'île de Phi Phi Thaïlande, 20 x 30 cm, décoration murale, peinture sur toile, pour salon, décoration d'intérieur
$ 6.75
QUICK VIEW
Homgoday Meuble avec roulettes en chêne fumé, 55 x 40 x 91 cm, en aggloméré, meuble de bureau, meuble de rangement pour étagères, peu encombrant, armoire de rangement STYLE853186
$ 39.42
QUICK VIEW
profiwoab Récipient isotherme pour aliments - Grand format - 1,2 l - En acier inoxydable (avec cuillère)
$ 13.51
QUICK VIEW
Lot de 2 protections anti-éclaboussures en silicone pour friteuse à air chaud : accessoires réutilisables pour Philips, accessoires de protection anti-éclaboussures pour Philips Airfryer NA350
$ 6.75
QUICK VIEW
Papier de soie
$ 1.12
QUICK VIEW
Plaque en métal rustique - Décoration murale chrétienne Psaume 91 « He Who Dwells In The Secret Place Of The Most High »
$ 5.62
QUICK VIEW
SONHO Matelas 80X180 Shira, Epaisseur 14 CM LIT Enfant, Juvenil, Ergonomique et Respirant. Montessori
$ 31.53
QUICK VIEW
WakiHong Boite Rangement Bois Couvercle Boite en Bois Petit Carré Boîte de Rangement Faite à La Main 22.5 * 22.5 * 10 cm pour Ranger Toutes Sortes de Petits Accessoires et de Petits Objets
$ 11.25
QUICK VIEW
drôle de chat autocollant set, 100 pièces, mignon chats autocollants vinyle résistant à l'eau autocollants esthétiques pour les amateurs de chats bouteilles d'eau album de collecte de téléphone
$ 3.37
QUICK VIEW
Bac plastique ajouré - Norme Europe - Empilable - Poignées ergonomiques - Fond plein - Gris - Boîte de rangement - Plusieurs dimensions au choix (600 x 400 x 170 mm)
$ 15.76
QUICK VIEW
Krmoau Granny Pants Yard Game, jeu de plein air avec balles rebondissantes, pantalon extensible avec 2 balles rebondissantes pour les loisirs en plein air, les réunions de famille
$ 4.50
QUICK VIEW
Xidmold Lot de 2 moules à bougie en forme de hérisson 3D en silicone pour fondant, chocolat, décoration de gâteau, cire de soja, savon, plâtre, résine époxy, artisanat
$ 7.87
QUICK VIEW
Baguette de lecture pour journaux en bois - Pour la consultation et la lecture de journaux dans les lieux publics
$ 3.37
QUICK VIEW
Nybhyjka Climatiseur Murale - Radiateur Multifonction Sans Conduit pour Mur | Appareil Électrique Économe en Énergie pour Climatisation et Chauffage, Silencieux pour Bureau, Dortoir, Studio et Chambre
$ 32.66
QUICK VIEW
Séchoir à peinture de couleur watercolour dryer mini séchoir portable à peinture à trois vitesses , séchoir à aquarelle à faible bruit pour l'essai de dessin Baumarkt
$ 12.38
QUICK VIEW
Hadulcet C-Tisch Table d'extrémité avec station de charge - Table en C pliable - Plateau à roulettes - Plateau TV - Table de lit en forme de C - Petite table d'appoint pour petits espaces - Marron
$ 28.15
QUICK VIEW
Lot de 2 suceurs plats pour aspirateur Kärcher WD1 WD2 WD3 WD4 WD5 WD6
$ 3.37
QUICK VIEW
Ipotkitt Breloques assorties en acrylique pour fabrication de bijoux, colliers, bracelets, boucles d'oreilles, fournitures artisanales
$ 6.75
QUICK VIEW
Sweetnight Oreiller 48x74 Rectangulaire en Coton avec Fermeture Éclair, Oreillers Hotel Réglables en Microfibre, Oreiller Doux et Respirant Confort Durable, Oreiller 1200g de Rembourrage
$ 9.00
QUICK VIEW
Folat Numéro Cozy Sprinkles Chiffre 3-7 cm-Bougies décoration de D'anniversaire, Happy Birthday, Anniversaires, Gâteau de Mariage, 24113, Multicolore
$ 2.24
QUICK VIEW
La Bonne Graine - N4005-P - Pilon pour Hachoir N°5/8/10 Bois
$ 5.62
QUICK VIEW
PORTENTUM Moule Silicone Air Fryer 22,5 cm – Pour les friteuses à air de 4,7 à 8 litres – Lot de 3 Contenants Pliables Réutilisables – Certifiés LFGB et Sans BPA – Accessoire Air Fryer (Gris)
$ 12.38
1
...
37
38
39
40
41
42
43
44
...
3279
BACK
Shopping Cart