Detergente per il corpo delicato ma efficace che deterge senza seccare, perfetto per l'uso quotidiano
Infuso con una fragranza rinfrescante che ricorda ciliegie nere aspre
La nostra saponetta Bottle-Free Beauty® offre risultati solidi con più prodotto e meno imballaggio
Schiuma ricca per una detersione morbida e lussuosa
Sostenibile e pratico per i viaggi—niente plastica, niente sprechi, solo una barra compatta che dura a lungo
Design ergonomico con forma scanalata per una migliore presa e applicazione
Senza parabeni, ftalati, siliconi e solfati per una pulizia pura e sicura
Prodotto negli USA, Vegano, Cruelty-Free, Certificato Leaping Bunny
Confezione in carta riciclata—buono per te, fantastico per il pianeta
Bagna la saponetta con acqua tiepida e massaggiala sulla pelle fino a ottenere una schiuma delicata.
Consiglio da esperti: Usala con la borsa Kitsch Body Wash Bar Saver per una conservazione pratica e un'asciugatura più rapida.
Vitamina E
La Vitamina E, rinforzante e ultra-idratante, offre alla pelle un supporto antiossidante per una pelle più sana dall'interno.
Burro di Karité
Ravviva la pelle con il Burro di Karité, ricco di vitamine, che aiuta a idratare la pelle per renderla più morbida, liscia e idratata.
Ingredienti
Palmato di sodio, burro di karité sodico, cocoato di sodio e/o palmato di palmisto sodico, glicerina, aqua/acqua/eau, burro di cacao sodico, profumo, biossido di titanio, glutammato di cocoyl disodico, glutammato di cocoyl sodico, treoninato di cocoyl sodico, lauril laurato, taurato di metil cocoyl sodico, cloruro di sodio, ialuronato di sodio, diacetato di glutammato tetrasodico, estratto di foglie di rosmarino (Rosmarinus Officinalis), vitamina E naturale e CI 14700, acetil ottaidronaftaleni tetrametilici, vanillina, cumarina, benzaldeide, trimetilciclopentenil metilisopentenolo, cinnamato di benzile, chetoni di rosa, eugenolo, alcol anisico, olio/estratto di gelsomino, olio/estratto di fiori di rosa e anetolo
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che non sono stati effettuati nuovi test sugli animali durante lo sviluppo di qualsiasi prodotto che lo mostri.
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
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: 0,
total_items: 3,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Gel solido per il corpo alla ciliegia dolce`;
let bundleHandle = `cleansing-tart-cherry-body-wash`;
let bundleCount = 3;
let bundleQty = 1;
let index = 0;
// Update button text to 'adding...'
this.$refs.addToCartButton.textContent = 'Adding...';
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 button text back to 'add to cart'
this.$refs.addToCartButton.textContent = 'Add to cart';
// Update cart with event dispatch
this.$dispatch('update-cart', { cart: response });
// Open cart after adding product
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
+
Total price:
Gel solido per il corpo alla ciliegia dolce
$23.00
$23.00
Cuffia da doccia in raso con stampa ciliegia
$56.00
$56.00
Cuffia in raso oversize con stampa ciliegia
$42.00
$42.00
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
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: 0,
total_items: 3,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Gel solido per il corpo alla ciliegia dolce`;
let bundleHandle = `cleansing-tart-cherry-body-wash`;
let bundleCount = 3;
let bundleQty = 1;
let index = 0;
this.$refs.addToCartButton.textContent = 'Adding...';
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 => {
this.$refs.addToCartButton.textContent = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Registratevi per ricevere una notifica quando questo articolo sarà di nuovo disponibile.
Inserire un indirizzo e-mail valido.
Grazie per esserti iscritto/a! Ti invieremo un'e-mail quando il prodotto sarà disponibile.
{
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">
This soap smells incredible & I’ll definitely be stocking up on it immediately!
S
Sarah
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
This body bar is THE BEST
It's not over scented - it's just right with cherry and shea.
It's not over-drying - living in TX in the winter is a challenge and this bar WINS.
It lasts - I love how it doesn't just melt away or crumble in the shower.
M
Melissa
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Loved!! 😍
I actually loved using this. Made my skin feel soft and the scent was nice and not too overpowering. It had a bit more of a floral smell than I expected instead of tart cherries but it was still great. Wish they lasted a bit longer, but I seem to have that issue with all the body wash bars.
MY
Mercaydeez Y.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I love the smell!
The scent of this body bar has a nostalgic vibe, it’s like cherry air fresheners that are in an old (but clean) car that have been in there a few days now so it’s not too strong, but just the perfect amount! I will keep ordering! On my 2nd bar now, and have a backup in the drawer :)
MM
Millie M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
A wonderful smell and leave me feeling refreshed
I love the smell of this product and leaves me clean and refreshed. I got the same scent in the hair perfume and together I feel I have just the right amount of scent without being over powered
JD
Jennifer D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Smell was delicious!
I really enjoyed using the tart cherry solid body wash. The smell was amazing, light and fruity. My skin felt very good, it was soft and smooth and well moisturized. Definitely will use again.
BW
Brenda W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Smells divine!
I wasn’t sure I would enjoy this scent as much as I do. (Cherry can be hit or miss for me.) But I figured if I didn’t like it, my daughter certainly would. Well we both love it! The scent is actually quite strong in my bathroom (making it smell so lovely) but not overpowering on my skin. It’s just right, and I wish I had a matching lotion to go with it because the hair perfume is amazing too, and lotion would be a great layer to add. So if you’re unsure, just try it!
SF
Suzy F.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Gorgeous smell, but doesn't play well with acidic skin pH
So initially I fell in love with the gorgeous scent of this soap. It perfumes the whole bathroom, and I have a sensitive nose, so I definitely have high standards. But much to my surprise and disappointment, my very acidic pH skin turned the fragrance into something gross, I was so sad. I made it a hand soap and that's working out great, and I'm back to my kojic acid citrus body wash bar which plays really well with my pH. And my bathroom still smells gorgeous.
NG
Nicole G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Nothing but love for this body wash!
The Kitsch Moisturizing Tart Cherry Solid Body Wash is amazing! The rich, creamy lather feels so luxurious and leaves my skin incredibly soft, silky, and deeply hydrated—no dryness at all. The scent is absolutely perfect, a sweet yet refreshing cherry aroma that lingers just enough. This body wash is a true indulgence, and I can’t recommend it enough!
SS
Sydney S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Doesn't leave skin feeling tight
The moisturizing tart cherry solid body wash is great. The scent is there, but not overpowering and my skin doesn't feel tight after use as it can with bar soaps. The body wash bar itself lasts a long time and is a great addition to the Kitsch line up.
Loading...
Loading...
Frequently Asked Questions
Il gel solido Kitsch è un'alternativa efficace al tradizionale gel liquido per il corpo, studiato per detergere e nutrire la pelle senza sprecare plastica. Ricco di ingredienti delicati sulla pelle, crea una schiuma ricca e cremosa dal profumo irresistibile. È adatto ai viaggi, dura a lungo ed è privo di solfati, parabeni e altre sostanze chimiche aggressive, per una pulizia di cui ti innamorerai!
Sì! Il nostro gel solido per il corpo alla ciliegia aspra è realizzato con ingredienti delicati e rispettosi della pelle ed è privo di solfati e sostanze irritanti, il che lo rende ideale per tutti i tipi di pelle.
Basta inumidire il gel solido con acqua calda corrente e massaggiarlo sulla pelle fino a formare una morbida schiuma. Puoi anche utilizzarlo con la nostra Borsa per Sapone Bottle-Free Beauty® per ottenere ancora più schiuma.
Sebbene abbia una formula delicata e priva di solfati, è stato studiato per essere utilizzato esclusivamente come detergente per il corpo.
Dipende dall'uso, ma una barretta può sostituire diverse bottiglie di gel doccia, che spesso possono durare settimane o addirittura mesi. Se conservato con cura, dura ancora più a lungo.
Per prolungarne la durata, conservarlo asciutto tra un utilizzo e l'altro. Prova il nostro portasapone autosvuotante o il nostro sacchettino porta sapone per una conservazione facile e ad asciugatura rapida.
Il prezzo di confronto rappresenta il prezzo al quale il prodotto era precedentemente offerto o il prezzo di mercato stimato per articoli comparabili venduti altrove. Poiché i prezzi possono variare frequentemente, non possiamo garantire che il prezzo di confronto rifletta il prezzo di mercato corrente in un determinato momento.
Scegliendo una selezione si ottiene un aggiornamento completo della pagina.