$139.990 CLP
$149.990 CLP
|
$279.990 CLP
$309.990 CLP
5063176092519
|
};
if ('requestIdleCallback' in window) {
requestIdleCallback(initPreventa, { timeout: 500 });
} else {
setTimeout(initPreventa, 100);
}
}
// Performance monitoring para Swiper (opcional - remover en producción)
if (typeof performance !== 'undefined' && console && console.log) {
const start = performance.now();
const checkSwiper = setInterval(function() {
const swiperEl = document.querySelector('.swiper');
if (swiperEl && swiperEl.swiper) {
console.log('Slider listo en:', (performance.now() - start).toFixed(0), 'ms');
clearInterval(checkSwiper);
}
}, 50);
// Clear interval después de 5 segundos si no se encuentra
setTimeout(function() { clearInterval(checkSwiper); }, 5000);
}
});
})();