Skip to content
ENVÍO GRATUITO
A PENÍNSULA A PARTIR DE 50€ | ENTREGA DE 2 A 4 DÍAS LABORABLES.
Problemas de la Piel
Productos
Método POOM
Biblioteca Científica
Diario de la Piel
Grupo Silvia Moreno
Buscar
login & register
Cart
0
/
€0,00
Home page
Abrir barra lateral
Características
Sort
Sort by:
Características
Más relevantes
Más vendidos
Alfabéticamente, A-Z
Alfabéticamente, Z-A
Precio, menor a mayor
Precio, mayor a menor
Fecha: antiguo(a) a reciente
Fecha: reciente a antiguo(a)
Load Previous
Facial
Moisture Section Serum Mask Pack
€27,00
Corporal
Facial
Vial
Derma MelaZero Viales
€289,00
Facial
Derma MelaZero Serum
€90,00
Facial
Blemish Control Serum
€61,00
Facial
Bio Ovagenic serum
€105,00
Facial
Bio Ovagenic Regenesis Program Set
€350,00
Facial
Bakuchiol Booster
€49,00
Facial
Aura Cica Cream
€55,00
Facial
Corporal
D-TOK Gua Sha Massager
€69,00
Facial
Set
Recellix by Dr. Tufet - Crono-protección nocturna avanzada
€415,00
Facial
Glow Skin Tint Serum
€49,00
Facial
Sunscreen Essence SPF 50+ PA++++
€58,00
Facial
Contorno de ojos Bio_Ovagenic Eye Cream
€86,00
Facial
Máscara Eclair Led Therapy Mask
€250,00
Sold out
Corporal
Lima de uñas Bebenail Glass de vidrio
€19,00
Choosing a selection results in a full page refresh.
[split_t4snt][split_t4snt][split_t4snt]
Añade al carrito
[split_t4snt]
})(); 15598991245689, 15598999830905, 15599004516729, 15599005073785 ]; var THRESHOLD = 5000; var running = false; function getCart(){ return fetch('/cart.js').then(function(r){ return r.json(); }); } function addVariant(id){ return fetch('/cart/add.js', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({id: id, quantity: 1}) }).then(function(r){ return r.json(); }); } function removeVariant(id){ return fetch('/cart/change.js', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({id: String(id), quantity: 0}) }).then(function(r){ return r.json(); }); } function syncDiscovery(){ if(running) return; running = true; getCart().then(function(cart){ var total = cart.items .filter(function(i){ return DISCOVERY_VARIANTS.indexOf(i.variant_id) === -1; }) .reduce(function(sum, i){ return sum + i.line_price; }, 0); var inCart = cart.items.map(function(i){ return i.variant_id; }); if(total >= THRESHOLD){ var toAdd = DISCOVERY_VARIANTS.filter(function(id){ return inCart.indexOf(id) === -1; }); if(toAdd.length === 0){ running = false; return; } var chain = Promise.resolve(); toAdd.forEach(function(id){ chain = chain.then(function(){ return addVariant(id); }); }); chain.then(function(){ running = false; window.location.reload(); }); } else { var toRemove = DISCOVERY_VARIANTS.filter(function(id){ return inCart.indexOf(id) !== -1; }); if(toRemove.length === 0){ running = false; return; } var chain = Promise.resolve(); toRemove.forEach(function(id){ chain = chain.then(function(){ return removeVariant(id); }); }); chain.then(function(){ running = false; window.location.reload(); }); } }); } if(window.location.pathname === '/cart'){ syncDiscovery(); } document.addEventListener('cart:refresh', function(){ setTimeout(syncDiscovery, 500); }); document.addEventListener('cart:updated', function(){ setTimeout(syncDiscovery, 500); }); })();