قم ببناء مجموعة الشامبو والبلسم الخاصة بك
10376206483637
無料プレゼント!
- アメリカ製
- Kitschは4ocean認定のクリーンアップ・パートナーです。シャンプーバーまたはコンディショナーバーを1つご購入いただくごとに、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 }">