$169.990 CLP
$175.990 CLP
|
$169.990 CLP
$199.990 CLP
|
$164.990 CLP
$179.990 CLP
|
$164.990 CLP
$169.990 CLP
|
$159.990 CLP
$164.990 CLP
|
$159.990 CLP
$169.990 CLP
|
$139.990 CLP
$184.990 CLP
|
$135.990 CLP
$149.990 CLP
|
$129.990 CLP
$159.990 CLP
|
$125.990 CLP
$135.990 CLP
|
$119.990 CLP
$159.990 CLP
|
};
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);
}
});
})();