


Gafas Retro negras
Gafas Retro negras
Precio habitual
$89.000,00 COP
Precio habitual
Precio de oferta
$89.000,00 COP
Precio unitario
por
Los gastos de envío se calculan en la pantalla de pago.
No se pudo cargar la disponibilidad de retiro
Polarizadas
1 Reviews
Jorge
Las gafas, la camisa, la presentación en la que llegó ufff top, muy chimba todo, el material, el olor con el que llego, todo muy bonito 20/10


Gafas Retro negras

- Al seleccionar una opción, se actualiza toda la página.
- Se abre en una nueva ventana.
';
revieListElement.after(container);
}
function scrollToTargetAdjusted(){
var element = document.getElementById('revieList');
var headerOffset = 100; //Altura promedio de los headers
var elementPosition = element.getBoundingClientRect().top;
var offsetPosition = elementPosition + window.pageYOffset - headerOffset;
window.scrollTo({
top: offsetPosition,
behavior: "smooth"
});
}
window.addEventListener('load', function () {
setTimeout(() => {
if(window.location && window.location.hash && window.location.hash == '#content-rl-w'){
scrollToTargetAdjusted();
}else{
var isRedirect = new URL(location.href).searchParams.get('gotorevieList');
if(isRedirect){
scrollToTargetAdjusted();
}
}
}, 300);
});