{{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
Lot de 2 poupées naines de tournesol, décoration printanière pour l'intérieur, décoration de printemps, tournesols, poupées naines pour la maison, la cuisine, la ferme
$ 9.00
QUICK VIEW
Grand Vase en Verre Transparent à Section carrée - Dimensions 10x10x20 cm
$ 6.75
QUICK VIEW
Generisch Lot de 3 autocollants pour interrupteur - Symbole de clé (RT 87/5) - 3,5 x 1,8 cm
$ 3.37
QUICK VIEW
FUBESK Accessoire de nettoyage de tapis Bissell 7,6 cm pour Little Green pour ProHeat 1425 Series 203-7151 Poignée en plastique légère et facile à utiliser (noir)
$ 13.51
QUICK VIEW
Brosse de nettoyage pour rails, fenêtres et portes, brosse avec brosse pour rainures du cadre en aluminium des stores et pour le nettoyage des rails.
$ 5.62
QUICK VIEW
HLGKBY Four de Fusion d'or électrique, Four de Fusion 5000 W, Four de Fusion numérique 1600 ℃ / 2912 ℉, kit de coulée de métal avec creuset en Graphite, Temps de Fusion 3-5 Minutes 3kg
$ 111.53
QUICK VIEW
Store Bambou Exterieur, Rideau Enrouleur Roseau Interieur, Jalousie Romains avec Levage Occultant 70%, pour Fenêtre & Porte Pergola Terrasse Jardins Balcon 40 50 65 80 90 100 115 130 145 160 180cm
$ 1.12
QUICK VIEW
KYYGKY 6 PCS Papier Broderie Soluble, 30 * 21cm Stabilisateurs de Couture A4 Stabilisateur Soluble dans l'eau Stabilisateur Broderie Autocollant Papier Hydrosoluble Broderie pour Impression Brodés
$ 4.50
QUICK VIEW
WeddingTree Livre d'or Mariage Bois comme Tour en Bois - avec 60 Blocs, Un Sac de Rangement et 2 Marqueurs Métalliques - Livre de Mariage - Livre d Or Mariage
$ 7.87
QUICK VIEW
iDesign Basic crochets pour rideau de douche, anneaux en plastique pour tringle de douche, lot de 12 œillets pour rideau de douche, transparent
$ 22.52
QUICK VIEW
Coussin de soutien pour abduction des hanches, coussin trapézoïdal pour la récupération après une chirurgie du genou, idéal pour un usage domestique et clinique
$ 20.27
QUICK VIEW
PimpamTex Couvre-lit bouti pour lit, couvre-lits modernes, pour l'hiver et l'été, pour lit 105 - 200 x 270 cm, Miranda Bleu
$ 47.31
QUICK VIEW
Plaque de Cuisson Vitrocéramique à Infrarouge avec Prise, Plaque électrique 2 Feux, Chaleur Infrarouge, Acier Inoxydable, 30CM, 2600W, Boutons de Commande, Cooksir
$ 111.53
QUICK VIEW
Emporte Piece En Acier Inoxydable,Emporte Piece Biscuit Pour DéCoration,Emporte Piece Patisserie,Lot De Emporte-PièCes De NoëL Mini Emporte-PièCes De NoëL En Forme D'éToile,Forme Biscuit NoëL
$ 3.37
QUICK VIEW
WJnflQN Panier de Rangement Suspendu sous étagère, Panier sous étagère - Étagère réglable sous Armoire | Panier à Chaussures Suspendu Peu encombrant, pour buanderie, Cuisine, Garde-Manger, étagère de
$ 12.38
QUICK VIEW
Sienna Glass Grand support décoratif en métal argenté.
$ 11.25
QUICK VIEW
Électro-brosse Vert/Noir pour Aspirateur à Main XNANO Rowenta - SS-7222068969
$ 25.90
QUICK VIEW
Cimeton 22Pcs Paper Quilling Kit Including 900 Paper Quilling Strips 45 Colors and Paper Quilling Tools and Supplies for Quilling Beginners and Paper Art Craft Lovers,DIY Handcraft Quilling
$ 7.87
QUICK VIEW
Housse isolante pour machine à glaçons, housse pour machine à glaçons | Machine à glaçons de comptoir, couverture isolante étanche portable - Machine à glaçons housse de protection comptoir machine à
$ 9.00
QUICK VIEW
Nimomo Tonneau à Vin en Bois de Chêne Vintage, Tonneau en Chêne, Tonneau à Vin en Bois de Chêne, Tonneau à Vin pour Bière, Whisky, Rhum, Port (3L)
$ 20.27
QUICK VIEW
Fosoloni Lot de 15 outils de nettoyage pour rainures de fenêtre, brosses de nettoyage pour fentes de fenêtre, brosses de nettoyage pour cadre de fenêtre, brosses de nettoyage pour cuisine, salle de
$ 6.75
QUICK VIEW
Morain Cadre photo en acrylique par sublimation avec lumière LED et support en bois pour presse à chaud
$ 7.87
QUICK VIEW
Mettler SERAFLEX Fil à coudre élastique 130 m Beige Fb. 0537
$ 1.12
QUICK VIEW
EMIDECO Table Gigogne Lyon Lot de 3 Tables Empilables – Plateau Bois Clair et Structure Métal Noir – Design Contemporain et Élégant
$ 54.07
QUICK VIEW
PH PandaHall 30 paquet de Chaînes de Collier 45cm chaînes de Câble en Acier Inoxydable 304, Collier avec Fermoirs Mousquetons 40pcs à Clipser pour Fournitures de Fabrication de Bijoux
$ 9.00
QUICK VIEW
Règle de courbe flexible, règle de couture de dessin règle de courbe règle pliable modèle de courbe flexible règle flexible pour l'ingénierie[60cm]Mètres à ruban
$ 6.75
QUICK VIEW
Bougies laquées tortillon diamètre 2,2 cm hauteur 21 cm - 6 pièces - Couleur poudre - Cereria Di Giorgio
$ 4.50
QUICK VIEW
jinsongdafa Plat à gratin rectangulaire en porcelaine avec couvercle en verre, 1500 ml, soupe pour servir, réchaud pour buffets, plateau de conservation des aliments, plat à gratin traiteur
$ 33.79
QUICK VIEW
Zayejod 1M Barrière de Douche Pliable Barre de Seuil Douche Silicone Anti-débordement Barrage d’Eau Joint Douche pour Toilettes Salle de Bain Baignoire(Blanc, 3cm Hx2cm W)
$ 9.00
QUICK VIEW
Tim Holtz Distress Crackle Paste 3oz-Translucent -TDA79651
$ 5.62
1
2
3
4
...
3279
BACK
Shopping Cart