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
Productos POOM
Abrir barra lateral
Más relevantes
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
Vial
Bio Ovagenic Ampoule
€150,00
Facial
Bio Ovagenic Regenesis Program Set
€350,00
Corporal
Facial
Vial
Derma MelaZero Viales
€289,00
Corporal
Firming Boosting 70ml
€28,00
Corporal
Slim Contouring PPC
€129,00
Facial
Soothing Tonic
€46,00
Pack Calm And Restore · Discovery
€4,00
Fase Activadora · Discovery
€7,00
Sistema 4D · Discovery
€10,00
Pack Recellix Dr. Tufet · Discovery
€15,00
Corporal
Lima de uñas Bebenail Glass de vidrio
€19,00
Facial
Máscara Eclair Led Therapy Mask
€250,00
Sold out
Facial
Glow Skin Tint Serum
€49,00
Corporal
Set
Moisture & Resilience Mask Pack
€27,00
Facial
Bakuchiol Booster
€49,00
Facial
Bio Ovagenic Cream
€150,00
Facial
Bio Ovagenic serum
€105,00
Corporal
Cellfit Contouring
€80,00
Corporal
Intensive Repair Balm
€59,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); }); })();