![キッチュな水切りシャワーキャディー](http://www.mykitsch.com/cdn/shop/files/7551-SelfDrainingShowerCaddy-BottleFreeBeauty-hero-1280x1280px.jpg?v=1697148115&width=700)
キッチュな水切りシャワーキャディー
Rated 4.9 out of 5 stars
1,657 Reviews
variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@discounted-price.window="if($event.detail.id == 6881075462325) {
console.log('discounted price update', $event.detail);
variant.price = $event.detail.new_price;
variant.orignal_price = $event.detail.new_orignal_price;
}"
@variant-updated.window="variant.price = $event.detail.variant.price; if(!isBundle){ soldOut = !$event.detail.availibility }"
@discount-applied.window="$nextTick(() => checkDiscountCode())"
@discount-removed.window="$nextTick(() => checkDiscountCode())"
class="price text-xl justify-center md:justify-between font-semibold flex gap-x-2 items-center price--on-sale price--show-badge ">
セール価格
RM304.00 MYR
通常価格
RM456.00 MYR
単価
あたり
![Free shipping](https://cdn.shopify.com/s/files/1/0104/6904/8384/files/fast.png)
![Money back guarantee](https://cdn.shopify.com/s/files/1/0104/6904/8384/files/clock_2.png?v=1678241233)
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 10;
}
const cookieDiscount = Unick.getCookie('discount_code');
if(cookieDiscount){
const discount = discount_table.find((item) => {
return item.toLowerCase().includes(cookieDiscount.toLowerCase());
});
const discountValue = discount?.split(':')[1] || 0;
discount_percentage += parseInt(discountValue);
}
})"
x-data="{
discount_table: JSON.parse(JSON.stringify(`WINTER24:20,Secretsale:25,Kitsch25:25,FB20:20,WELCOME20:20,Kitschwelcome:20,SUMMEREND:20,15Kitsch:15,Fall15:15,CODE10:10,HAIRDAY24:25,discount24:24,LOVEYA30:30,LOVE25:25,FF28:28`)).split(','),
renderPrice(price){
let total = price;
if(this.discount_percentage > 0){
total = price - (price * (this.discount_percentage / 100));
}
return Unick.formatMoney(total);
},
selected: [],
fixed_product: false,
discount_percentage: 10,
total_items: 5,
add(item) {
this.selected.push(item)
},
remove(id) {
this.selected = this.selected.filter(item => item.id !== id)
},
isInBundle(id) {
return this.selected.some(item => item.id === id)
},
priceBeforeDiscount(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
return total;
},
totalPrice(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
total = total - (total * (this.discount_percentage / 100));
let extraDiscount = 0;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = 'キッチュな水切りシャワーキャディー';
let bundleHandle = 'kitsch-self-draining-shower-caddy';
let bundleCount = '5';
let bundleQty = 1;
let index = 0;
this.selected.forEach(function (item) {
cartObj.push({
quantity: 1,
id: item.variants[0].id,
properties: {
'_fbt_bundle': bundleTitle,
'_fbt_bundle_handle': bundleHandle,
'_fbt_bundle_count': bundleCount,
}
})
})
if(this.fixed_product && this.total_items == this.selected.length){
cartObj = [];
cartObj.push({
quantity: 1,
id: this.fixed_product,
})
}
fetch(routes.cart_add_url + '.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: cartObj
})
})
.then(response => {
// Update cart with event dispatch
this.$dispatch('update-cart', { cart: response });
// Open cart after adding product
this.$dispatch('toggle-cart-drawer');
});
}
}">
+
よく一緒に購入されるもの
Total price:
キッチュな水切りシャワーキャディー
RM218.88 MYR
RM304.00 MYR
育毛のための米のとぎ汁シャンプーバー
RM61.92 MYR
RM86.00 MYR
育毛のためのライス・ウォーター・コンディショナー・バー
RM61.92 MYR
RM86.00 MYR
チャコール・デトキシファイング・ボディ・ウォッシュ・バー
RM52.56 MYR
RM73.00 MYR
エクスフォリエイティング・シュガー・ボディスクラブ
RM52.56 MYR
RM73.00 MYR
{
// 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;
})">
![キッチュな水切りシャワーキャディー](http://www.mykitsch.com/cdn/shop/files/7551-SelfDrainingShowerCaddy-BottleFreeBeauty-hero-1280x1280px.jpg?v=1697148115&width=300)
キッチュな水切りシャワーキャディー
variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@discounted-price.window="if($event.detail.id == 6881075462325) {
console.log('discounted price update', $event.detail);
variant.price = $event.detail.new_price;
variant.orignal_price = $event.detail.new_orignal_price;
}"
@variant-updated.window="variant.price = $event.detail.variant.price; if(!isBundle){ soldOut = !$event.detail.availibility }"
@discount-applied.window="$nextTick(() => checkDiscountCode())"
@discount-removed.window="$nextTick(() => checkDiscountCode())"
class="price flex gap-x-2 items-center price--on-sale ">
セール価格
RM304.00 MYR
通常価格
RM456.00 MYR
単価
あたり
{
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 }">
4 Reasons Why Millions of Women are Going Bottle Free
1. eco-friendly
2. concentrated formula
3. gentle & versatile
4. travel-friendly
よくある質問
-
-
-
-
-
-
Is my order secure?
-
-
![](http://www.mykitsch.com/cdn/shop/files/Cassandra_Thurswell_1100x_dfcc7df3-0cf1-4e7d-ae3a-a2013055ba42.webp?v=1682354936&width=1400)
ストーリー
ウィスコンシン州出身のカサンドラ・サースウェルが25歳の時に設立したキッチュは、ポジティブさと純粋な努力の上に築かれた世界的なビューティー・パワーハウスである。このブランドは、完全に信頼でき、本当に特別で、可能な限り持続可能な方法で作られた、簡単で高度なビューティ・ソリューションで、成長するコミュニティをサポートしている。2010年、一段落にも満たないビジネスプランから始まったキッチュは、現在、世界中の2万以上の小売店で、お気に入りのビューティーアイテムを取り揃えている。フォーブス 誌やInc.誌で紹介された著名な起業家であるカサンドラは、1日のあらゆる瞬間のために、高水準で持続可能なビューティ・ソリューションを創造し続けている。