Acondicionador sin aclarado y cepillo
Rated 4.7 out of 5 stars
304 Reviews
Precio habitual
€32,95
Precio unitario
por
ENVÍO EL MISMO DÍA O AL SIGUIENTE
DEVOLUCIONES EN 90 DÍAS
{
// var st = window.pageYOffset || document.documentElement.scrollTop;
// show = st > lastScrollTop;
let AddToCart = document.querySelector('.main-product form.product-form .button-add-to-cart');
if(AddToCart?.getBoundingClientRect().top < -10){
show = true;
}else{
show = false;
}
})"
class="add-to-cart-footer p-3 bg-white text-black fixed bottom-0 w-full z-20 shadow border-t">
{
selectOptions[$event.detail?.position] = $event.detail?.event?.target.value;
let getVariant = Unick.findVariant(variants , selectOptions);
selectedVariant = (getVariant) ? getVariant : null;
})">
Acondicionador sin aclarado y cepillo
Precio habitual
€32,95
Precio unitario
por
{
qty = $event.detail.qty;
})"
x-init="$nextTick(() => {
$watch('qty', value => {
console.log('qty', value);
$dispatch('quantity-updated', { qty: value });
});
});"
@quantity-updated.window="$nextTick(() => {
qty = $event.detail.qty;
})"
x-data="{ qty: 1 }">