{{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 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 inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if 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 %}
Inicio
Catálogo
Contacto
Seguir mi pedido
Más enlace
EUR
EUR(€)
0
Inicio
Catálogo
Contacto
Seguir mi pedido
Entrar en el sistema
INICIO
/
Productos
Productos
Filtrar
Filtrar
Ordenar por
Seleccionado
Alfabético, A-Z
Alfabético, Z-A
Precio, de menor a mayor
Precio, de mayor a menor
180
Productos
Ordenar por
Seleccionado
Alfabético, A-Z
Alfabético, Z-A
Precio, de menor a mayor
Precio, de mayor a menor
VISTA RÁPIDA
LashPerfect – Pestañas autoadhesivas reutilizables para momentos dramáticos
€ 32.95
€ 75.95
VISTA RÁPIDA
Ladyglow – Afeitadora femenina indolora para una piel suave y tersa
€ 33.95
€ 79.95
VISTA RÁPIDA
Smoothfeet – Lima eléctrica para pedicura para un cuidado de pies suave y efectivo
€ 46.95
€ 109.95
VISTA RÁPIDA
Curlmaster Rizador Automático Inalámbrico – Rizador Sin Cable para Rizos Perfectos
€ 49.95
€ 99.95
VISTA RÁPIDA
Speedfit – Comba digital con contador de calorías y recordatorio de objetivos
€ 29.95
€ 69.95
VISTA RÁPIDA
FlexForce Beach Raqueta – Carbono para el máximo control y precisión
€ 55.95
€ 139.95
VISTA RÁPIDA
ChicBlend – Peine para el cabello 5 en 1 con masaje y fototerapia para un cabello más saludable
€ 39.95
€ 79.95
VISTA RÁPIDA
CurlOn Mini Rizador de Pelo – Rizador compacto para ondas suaves y rizos definidos
€ 33.95
€ 67.95
VISTA RÁPIDA
PocketPulse – Herramienta de afeitado recargable compacta
€ 31.95
€ 59.95
VISTA RÁPIDA
AEROSOLEA – Plantillas ultra suaves para comodidad durante todo el día y alivio del dolor de pies
€ 29.95
€ 59.95
VISTA RÁPIDA
DREAMWAVE – Máquina de ruido blanco relajante para un mejor sueño
€ 41.95
€ 79.95
VISTA RÁPIDA
Wonder Waistband – Cinturilla invisible para moldear la figura y quemar grasa
€ 29.95
€ 59.95
VISTA RÁPIDA
Kalluscare dispositivo para el cuidado de los pies – Eliminador recargable de callos para pies sedosamente suaves
€ 33.95
€ 79.95
VISTA RÁPIDA
Mella Prostyle – Secador y alisador de cabello 4 en 1 para volumen, brillo y variedad de estilos
€ 44.95
€ 89.95
VISTA RÁPIDA
Soothestep – Masajeador de pies Shiatsu de lujo con función de calor | 12 bolas de masaje 3D y temporizador
€ 79.95
€ 159.95
VISTA RÁPIDA
SkinSculpt – Dispositivo de masaje por vacío contra la celulitis para una piel visiblemente más firme
€ 51.95
€ 121.95
VISTA RÁPIDA
RelaxCushion – Cojín eléctrico de masaje para la espalda con función de calor
€ 89.95
€ 139.95
VISTA RÁPIDA
PRECICUT Cortauñas – Cortauñas profesional para un cuidado preciso y sin esfuerzo
€ 34.95
€ 149.95
VISTA RÁPIDA
V-LINE FACE LIFTER – Moldeador facial para línea V definida y contorno de la barbilla
€ 46.95
€ 93.95
VISTA RÁPIDA
Lámpara de terapia LED Sunbeam – Luz ambiental con 10.000 lux para energía y concentración
€ 32.95
€ 75.95
VISTA RÁPIDA
Radiant Pods – Tratamiento casero lujoso para ojos radiantes con luz roja y microcorriente
€ 74.95
€ 175.95
VISTA RÁPIDA
Revolveglam – Estilizador de cabello eléctrico 3 en 1 con secador, cepillo y función de rizador
€ 38.95
€ 89.95
VISTA RÁPIDA
EarVac Pro – Aspirador eléctrico de cera para oídos
€ 33.95
€ 67.95
VISTA RÁPIDA
TRIMTECH – Cortauñas de precisión para un cuidado sin esfuerzo
€ 24.95
€ 49.95
VISTA RÁPIDA
GROINRELIEF – Faja de soporte para hernia inguinal para alivio del dolor
€ 66.95
€ 139.95
VISTA RÁPIDA
PEDALUX – Pantalones cortos de ciclismo para mujer con acolchado de gel 4D
€ 28.95
€ 59.95
VISTA RÁPIDA
Estilizador de cabello inalámbrico – rizador sin cable para rizos brillantes y saludables
€ 49.95
€ 99.95
VISTA RÁPIDA
Eyeglow Smart 6D masajeador de ojos – masaje de aire, calor y vibración con Bluetooth y función plegable
€ 55.95
€ 129.95
VISTA RÁPIDA
Barra de dominadas PowerGrip – Barra de tracción de acero para marco de puerta con capacidad de carga de 200 kg
€ 53.95
€ 125.95
VISTA RÁPIDA
BalancePro – Alfombrilla de espuma antideslizante para yoga y entrenamiento de estabilidad
€ 42.95
€ 99.95
VISTA RÁPIDA
Serenetouch – Dispositivo de masaje facial 3 en 1 con fototerapia, vibración y función de calor
€ 32.95
€ 75.95
VISTA RÁPIDA
Tima Styler – Estilizador de cepillo alisador inalámbrico para cabello liso en cualquier lugar
€ 69.95
€ 139.95
VISTA RÁPIDA
QuickTrim – Afeitadora portátil inalámbrica para un cuidado corporal preciso y suave
€ 33.95
€ 79.95
VISTA RÁPIDA
POLARITYPATH – Plantillas magnéticas de acupresión para un soporte equilibrado
€ 47.95
€ 99.95
VISTA RÁPIDA
Premium Air Multistyler – Secador y estilizador 5 en 1 para volumen, rizos y protección
€ 67.95
€ 159.95
VISTA RÁPIDA
Mirrorglam – Bolsa de maquillaje con espejo LED – Bolsa de cosméticos portátil con luz y espacio para un estilo perfecto en cualquier lugar
€ 61.95
€ 179.95
VISTA RÁPIDA
TRIMNOVA – Afeitadora eléctrica 5 en 1 para un afeitado suave y sin irritaciones
€ 42.95
€ 99.95
VISTA RÁPIDA
Power Pro – Rodillera con núcleo de silicona para estabilidad y alivio del dolor | Ideal para artritis, deporte y uso diario
€ 33.95
€ 79.95
VISTA RÁPIDA
Cinturón térmico ergonómico – Cinturón calefactor ergonómico contra dolores de espalda y tensiones
€ 46.95
€ 109.95
VISTA RÁPIDA
SmoothShave Afeitadora portátil – Afeitado compacto y sin dolor
€ 33.95
€ 79.95
1
2
3
4
5
VOLVER
Cesta de la compra