SUGAR BOMB FEM GRANEL PREMIUM IND 80%

$4.990

Hay existencias

Hay existencias

Categoría

SUGAR BOMB FEM GRANEL PREMIUM IND 80%

document.addEventListener('DOMContentLoaded', function () { const botones = document.querySelectorAll('form.cart .single_add_to_cart_button'); botones.forEach((botonVerde) => { const form = botonVerde.closest('form'); const botonRosa = form.querySelector('.single_add_to_cart_button.button.alt'); if (botonVerde && botonRosa && botonVerde !== botonRosa) { botonVerde.addEventListener('click', function (e) { e.preventDefault(); botonRosa.click(); setTimeout(function () { window.location.href = '/finalizar-compra/'; }, 1800); }); } }); });