{{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
Pavo 8041763 Escabeau à 2 marches antidérapantes
$ 24.77
QUICK VIEW
LEADZM Sapin de Noël Artificiel 120/150/180/210cm Vert Pied métal PVC décoration de noël Facile à Monter Vert Blanc (Vert, 120cm)
$ 13.51
QUICK VIEW
TIVAS Cuir de Peau de Cheval 2,0 mm Cuir au Tannage végétal Cuir ciré Cuir Style rétro
$ 7.87
QUICK VIEW
Mynoozi Lot de 12 crochets décoratifs pour rideau de douche en cristal acrylique et diamant - Crochets de douche en acier inoxydable pour salle de bain et décoration de rideaux de douche
$ 7.87
QUICK VIEW
LA SAUTEUSE ANTIADHÉSIVE RESTO KITCHENWARE-LA GRANDE POÊLE PROFONDE DE 28 CM-LA POÊLE À INDUCTION EN ALUMINIUM FORGÉ SANS PFOA-LA POÊLE À FRIRE AVEC LE FOND RENFORCÉ ET LA MANCHE AMOVIBLE
$ 16.89
QUICK VIEW
Porte Lame de Rechange pour Robot Cuisine 10004361 pour Bosch MUM4 MUM MUZ MUMX Arbre de Transmission des Disques de Coupe Avec Turbine Garantie de 10 Ans - Monteral
$ 7.87
QUICK VIEW
EVERGREENWEB - Matelas en Mousse Enroulable 90x195 H 5 cm Support Ergonomique - Pliant Matelas Portable Épaissir Coussin Tatami Topper Matelas pour Accueil Camping Lit Twist Bed Easy
$ 30.41
QUICK VIEW
Moule en silicone de qualité alimentaire pour la fabrication de bâtonnets et de glaçons Double couche Accessoire de cuisine
$ 9.00
QUICK VIEW
Safavieh Tapis Boho pour Salon, Salle à Manger, Chambre à Coucher - Monaco Collection, Tapis à Poil Court, Bleu et Gris Clair, 155 x 231 cm
$ 52.94
QUICK VIEW
SCHNEIDER SMW20VGA, Micro ondes Vintage, Monofonction, 700 watts, 20 litres, Contrôle mécanique, Fonction décongélation, Plateau tournant (24.5cm), Vert amande
$ 46.18
QUICK VIEW
ULTRGEE Coussin de Bain, Oreiller pour Le Cou avec Mesh aérien 4D et Oreiller de Baignoire avec 6 ventouses pour Spa à Domicile, Cadeaux pour Elle/Maman/Femmes (Blanc)
$ 10.13
QUICK VIEW
JoyPlus Panier à Linge Pliable Sac à Linge en Tissu Corbeille de Rangement Pliable avec poignées en Fermeture à Cordon, Grande Capacité Corbeilles à Linge, intérieur étanche (Star)
$ 10.13
QUICK VIEW
Gatuida Lampe À Pétrole Rétro Ornements Décorations Lanterne Lampes Steampunk Lampe À Huile De Ferme Lampe À Huile De Pluie Lampe À Pétrole Vintage sans Flamme Grand Style Décoratif Noir
$ 5.62
QUICK VIEW
Cintre de ceinture rotatif à six griffes - Organiseur de portefeuille avec extrémité sphérique - Cintre rotatif à 360 ° - Support de sac pour armoire
$ 4.50
QUICK VIEW
MisterVac compatible avec le filtre de remplacement de la cartouche filtrante Bosch GAS 20 L SFC Professional
$ 12.38
QUICK VIEW
Plaque de Cuisson Moule pour 4 Baguettes, Plaque à Pain Perforée - Anti-adhésif - Moulle à Pain Perforé pour la Cuisson, Pain Français, Pain de Bâton Français, Moule de Cuisson - 38 * 32.5 cm
$ 10.13
QUICK VIEW
MENASTYL - Batterie de cuisine 5 pièces Léopard 24cm tous feux dont induction - Revêtement antiadhésif - Aluminium recyclé - Poignée effet bois ergonomique - Motif Léopard - 6014233
$ 65.33
QUICK VIEW
50 PCS Fourchette à Fruits Enfant,Mini Fourchettes À Fruits Alimentaires,Animaux Mignons Cure-Dents Alimentaires,Plastique Fourchettes de Dessert,Accessoires de Fête aux Fruits de Dessert
$ 4.50
QUICK VIEW
Lot de 2 élingues à pain en silicone pour cocotte - Antiadhésifs et sans odeur - Antidérapants et réutilisables - Avec long manche - Fournitures de cuisson essentielles au levain (gris)
$ 4.50
QUICK VIEW
YoniYa 4PCS Housses de Vêtements Pliable 180 * 60cm, Housse de Protection Respirante Anti Poussière pour Longue Robe de Soirée Mariée Costumes(Noir)
$ 9.00
QUICK VIEW
4 Pièces Têtes de Rechange pour Veleda Serpiere, Compatible pour Vileda Turbo 2en1 Mop, pour Vileda Serpillière Pièces de Rechange, pour Balai Serpillère de Remplacement en Microfibres
$ 9.00
QUICK VIEW
Asaisimg Lot de 40 mini champignons en bois naturel brut à peindre, différentes tailles pour arts et travaux manuels, projets de peinture, décorations
$ 10.13
QUICK VIEW
Gralara Boîte à Bento Japonaise Boîte à Déjeuner/avec Couvercle Récipient Alimentaire Boîte à Bento Traditionnelle pour Les Affaires de Restaura
$ 7.87
QUICK VIEW
Funngy Serre Taille pour Jean,4 PCS Bouton Jean Clipsable Pince de Taille en Métal Amovible Sans Couture Serre-Bouton Pantalon Trop Large Ajusteur de Taille Réutilisable pour Jeans Pantalons
$ 3.37
QUICK VIEW
Owyee Lot de 13 couteaux de cuisine en bois pour enfants - en plastique sans danger pour les tout-petits - Planche à découper-Éplucheur
$ 7.87
QUICK VIEW
Baden Ladykopf Tête décorative I Kochin I Fait main I Blanc/noir/gris I Décoration de cuisine
$ 27.03
QUICK VIEW
PatchMommy Patch Écusson Brodé Thermocollant en Forme de Ballon de Basket Sport - Pièce Brodée à Coudre ou Coller au fer à Repasser pour Enfant et Bébé
$ 3.37
QUICK VIEW
Grand coussin anti-stress avec touche « Enter Key » - Avec câble USB - Clavier multifonction - Outil de soulagement du stress - Bouton d'entrée - Outils de soulagement du stress pour le bureau, la
$ 7.87
QUICK VIEW
Plaide Pull Geant, Blanket Hoodie, Couvertureà Capuche Surdimensionnée, Flanelle Sweatà Capuche, Ultra Douce en Polaire Sherpa Chaude pour Adultes, Femmes, Hommes, Adolescents, Taille Unique(rose)
$ 15.76
QUICK VIEW
DCIDBEI 30x40CM 5D 4 Lot Diamond Painting Paysage Campagne, Rond Peinture en Diamant Arbre Violet, Diamond Art Loisirs Creatif Cadeau Fête pour Adultes, Décoration Murale Salon Bureau Chambre
$ 11.25
1
...
169
170
171
172
173
174
175
176
...
3279
BACK
Shopping Cart