모발 성장을 위한 쌀수 샴푸 바
variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@bundle-price-update.window="if($event.detail.id == 6967152345269) {
isPDP = true;
variant.price = $event.detail.new_price;
variant.orignal_price = $event.detail.new_orignal_price;
if(variant.orignal_price > variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@discounted-price.window="if($event.detail.id == 6967152345269) {
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--show-badge ">
정가
RM84.00 MYR
단가
단위


{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
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,SPRING20:20,MOTHERSDAY:25`)).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: 43451561607349,
discount_percentage: 0,
total_items: 3,
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 = '쌀-물-단백질-샴푸-바-강화';
let bundleCount = '3';
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:
모발 성장을 위한 쌀수 샴푸 바
RM63.00 MYR
RM84.00 MYR
모발 성장을 위한 라이스 워터 컨디셔너 바
RM63.00 MYR
RM84.00 MYR
병 없는 뷰티 여행용 케이스
RM54.00 MYR
RM72.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;
})">

모발 성장을 위한 쌀수 샴푸 바
variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@bundle-price-update.window="if($event.detail.id == 6967152345269) {
isPDP = true;
variant.price = $event.detail.new_price;
variant.orignal_price = $event.detail.new_orignal_price;
if(variant.orignal_price > variant.price){
onSale = true;
}else{
onSale = false;
}
}"
@discounted-price.window="if($event.detail.id == 6967152345269) {
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">
정가
RM84.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가지 이유
1. 성장을 지원합니다
2. 강화
3. 스무딩
4. 균형 잡힌
자주 묻는 질문

우리의 이야기
위스콘신 출신의 Cassandra Thurswell이 25세의 나이에 설립한 Kitsch는 긍정성과 순수한 노력에 기반을 둔 글로벌 뷰티 강자입니다. 이 브랜드는 완전히 신뢰할 수 있고 진정으로 특별하며 가능한 한 지속 가능하게 만들어진 간편하고 고급스러운 뷰티 솔루션으로 성장하는 커뮤니티를 지원합니다. 2010년에 한 단락도 되지 않는 사업 계획으로 시작한 Kitsch는 현재 전 세계 20,000개 이상의 매장에서 다양한 뷰티 인기 제품을 공급하고 있습니다. Forbes 와 Inc. 에 소개된 저명한 기업가인 Cassandra는 하루의 모든 순간을 위한 고급스럽고 지속 가능한 뷰티 솔루션을 계속해서 만들어냅니다.