Gel douche doux mais efficace qui nettoie sans dessécher, parfait pour une utilisation quotidienne
Infusé d'un parfum rafraîchissant rappelant les cerises noires acidulées
Notre savon Bottle-Free Beauty® offre des résultats solides avec plus de produit et moins d'emballage
Mousse onctueuse pour un nettoyage doux et luxueux
Écologique et idéal pour le voyage—pas de plastique, pas de fuites, juste un savon compact qui dure
Design ergonomique avec une forme rainurée pour une meilleure prise en main et application
Sans parabènes, phtalates, silicones et sulfates pour un nettoyage pur et sûr
Fabriqué aux États-Unis, Végan, Non testé sur les animaux, Certifié Leaping Bunny
Emballage en papier recyclé—bon pour vous, excellent pour la planète
Mouillez le savon avec de l'eau tiède et massez-le sur la peau jusqu'à obtenir une mousse douce.
Astuce pro : Associez-le au sac Kitsch Body Wash Bar Saver pour un rangement facile et un séchage plus rapide.
Vitamine E
Offrez à votre peau un soutien antioxydant avec de la vitamine E renforçant la peau et ultra-hydratante pour une peau plus saine de l'intérieur.
Beurre de Karité
Ravivez votre peau grâce au beurre de karité riche en vitamines qui aide à hydrater la peau pour la rendre plus douce, plus lisse et plus hydratée.
Ingrédients
Palmitate de sodium, beurre de karité sodique, cocoate de sodium et/ou palmitate de palmiste sodique, glycérine, aqua/eau, beurre de cacao sodique, parfum, dioxyde de titane, glutamate de cocoyl disodique, glutamate de cocoyl sodique, thréoninate de cocoyl sodique, lauryl laurate, taurinate de méthyl cocoyl sodique, chlorure de sodium, hyaluronate de sodium, diacétate de glutamate tétrasodique, extrait de feuille de romarin (Rosmarinus Officinalis), vitamine E naturelle et CI 14700, acétyloctahydronaphtalènes tétraméthyliques, vanilline, coumarine, benzaldéhyde, triméthylcyclopentényl méthylisopenténol, cinnamate de benzyle, cétones de rose, eugénol, alcool anisé, huile/extrait de jasmin, huile/extrait de fleur de rose et anéthol
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole reconnu internationalement garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été effectué lors du développement de tout produit portant ce logo.
{
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 solide à la cerise douce`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Gel solide à la cerise douce
$ 281.00
$ 281.00
Bonnet de douche en satin - Cerises
$ 677.00
$ 677.00
Bonnet de satin surdimensionné - Cerises
$ 514.00
$ 514.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 solide à la cerise douce`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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">
4 raisons de passer aux savons solides pour le corps
1. Moins de déchets que le liquide
Nos barres de lavage corporel solides sont écologiques, zéro déchet et utilisent des emballages en papier recyclé. Une propreté pure et sans remords.
2. Mousse riche et propre
Nous avons éliminé les parabènes, les phtalates, les silicones et les sulfates, vous offrant un nettoyage crémeux et nourrissant qui ne dessèche pas votre peau.
3. Ça sent si bon que vous serez fasciné
Avec des notes si irrésistibles (cerise noire acidulée, framboise sucrée et vanille crémeuse), vous aurez envie de faire mousser deux fois.
4. Idéal pour les voyages et prêt à partir
Une barre remplace les bouteilles en plastique et s'intègre parfaitement dans votre bagage à main. Pas de fuites, pas de gaspillage, pas de tracas.
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
Le savon liquide pour le corps Kitsch est une alternative efficace au savon liquide pour le corps traditionnel, conçu pour nettoyer et nourrir votre peau sans déchets plastiques. Rempli d'ingrédients doux pour la peau, il crée une mousse riche et crémeuse avec un parfum irrésistible. Il est adapté aux voyages, durable et exempt de sulfates, de parabènes et d'autres produits chimiques agressifs, vous offrant un nettoyage que vous adorerez !
Oui! Notre barre de lavage corporel nettoyante à la cerise acidulée est composée d'ingrédients doux et respectueux de la peau et est sans sulfate ni irritant, ce qui la rend idéale pour tous les types de peau.
Humidifiez simplement la barre avec de l'eau chaude courante et massez votre peau jusqu'à ce qu'une mousse douce se forme. Vous pouvez également l'utiliser avec notre pochette de protection pour barre pour encore plus de mousse.
Bien qu'il ait une formule douce et sans sulfate, il est conçu pour être utilisé uniquement comme gel douche.
Cela dépend de l'utilisation, mais un comprimé peut remplacer plusieurs bouteilles de gel douche, qui peuvent souvent durer des semaines, voire des mois. Il dure encore plus longtemps s'il est conservé avec soin.
Pour prolonger sa durée de vie, gardez-le au sec entre chaque utilisation. Essayez notre porte-savon auto-drainant ou notre pochette de rangement pour gel douche Bottle-Free Beauty® pour un rangement facile et à séchage rapide.
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.