自制洗发水和护发素盒套装
10376206483637
당신을 위한 무료 선물!
- 미국산
- Kitsch는 4ocean 공식 인증 환경 정화 파트너입니다. 샴푸바 또는 컨디셔너바를 하나 구매하실 때마다 4ocean이 전 세계 바다, 강, 해안에서 플라스틱 샴푸 병 1개 분량의 쓰레기를 수거합니다.
- 샴푸 및 컨디셔너 세트
- 일회용 플라스틱 사용 감소: 액체 샴푸/컨디셔너 2병을 절약하는 효과가 있습니다.
- 원하는 샴푸 & 컨디셔너바 콤보 1개
- 무료 보틀 프리 뷰티 트래블 케이스
살롱급 케어 결과를 얻는 방법: 모발을 적신 후, 샴푸 바를 손으로 문질러 풍성한 거품을 내거나 두피에 직접 대고 문질러 줍니다. 손가락 끝으로 마사지한 다음 헹궈내고, 원하면 한 번 더 반복합니다.
샴푸 후, 컨디셔너 바를 손으로 문질러 모발에 골고루 바르거나 모발 중간부터 끝까지 직접 대고 문질러 줍니다. 손가락으로 모발을 빗어 엉킨 머리를 풀어줍니다. 헹궈내거나 한 번 더 반복하며, 리브인 컨디셔너로 그냥 두셔도 좋습니다.
팁: 당사의 뷰티 바 파우치와 함께 사용하세요.
{
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
// Hide floating cart when main button is visible (with some buffer)
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// If main button not found, show floating cart
show = true;
}
})"
x-init="$nextTick(() => {
// Delay initialization to ensure Alpine has rendered the main add-to-cart button
setTimeout(() => {
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// Fallback: show sticky cart if main button not found after delay
show = true;
}
}, 500);
})"
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;
})">
自制洗发水和护发素盒套装
variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@set-onetime-price.window="if($event.detail.id == 10376206483637) {
if(!$event.detail.subscribe){
variant.price = $event.detail.new_price;
variant.original_price = $event.detail.new_original_price;
}
}"
@set-subscription-price.window="if($event.detail.id == 10376206483637) {
if($event.detail.subscribe){
variant.price = $event.detail.new_price;
variant.original_price = $event.detail.new_original_price;
}
}"
@discounted-price.window="if($event.detail.id == 10376206483637) {
variant.price = $event.detail.new_price;
variant.original_price = $event.detail.new_original_price;
code_discount_active = $event.detail.code_discount_active;
}"
@variant-updated.window="variant.price = $event.detail.variant.price; if(!isBundle){ soldOut = !$event.detail.availibility }"
@discount-applied.window="$nextTick(() => checkDiscountCode(true))"
@discount-removed.window="$nextTick(() => checkDiscountCode(true))"
class="price flex gap-x-2 items-center price--on-sale ">
单价
单价
{
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 }">