El perfume no es de mi total agrado pero la entrega y todo, todo ok.
Me sorprendio, ya que son muy amables y se toman el tiempo para mostrarte opciones. El perfume es increible. Ya volvere por mas.
¿Tienes una cuenta?
Inicia sesión para finalizar tus compras con mayor rapidez.
// Aplicar fondo solo a la colección beas if (window.location.pathname.includes('/collections/beas')) { document.addEventListener('DOMContentLoaded', function() { const productGrid = document.getElementById('ProductGridContainer'); if (productGrid) { productGrid.style.backgroundImage = "url('https://cdn.shopify.com/s/files/1/0743/4171/2102/files/santa-sof-a-con-colores-turcos-transparentes.png?v=1757447945')"; productGrid.style.backgroundSize = "cover"; productGrid.style.backgroundPosition = "center"; productGrid.style.backgroundRepeat = "no-repeat"; } }); }