Ir directamente al contenido

Tu carrito esta vacío

¿Tienes una cuenta? Inicia sesión para pagar más rápido.

Seguir comprando

Buscar

document.addEventListener('DOMContentLoaded', function () { function updateVariantBarsSelection() { document.querySelectorAll('.variant-bars__label').forEach(function(label) { const input = label.querySelector('input[type="radio"]'); if (input && input.checked) { label.classList.add('is-selected'); } else { label.classList.remove('is-selected'); } }); } updateVariantBarsSelection(); document.addEventListener('change', function(e) { if (e.target && e.target.matches('.variant-bars__label input[type="radio"]')) { updateVariantBarsSelection(); } }); });