Nettoie en douceur sans dessécher la peau, idéal pour un usage quotidien
Délicieuses notes de vanille chaude, sucre filé et pamplemousse rose
Laisse la peau délicatement parfumée
Format solide sans emballage plastique : plus de produit, moins de déchets
Mousse riche pour un nettoyage doux et sensoriel
Écologique et idéale en voyage : compacte, sans fuite et longue durée
Design ergonomique avec surface striée pour une meilleure prise en main
Sans parabènes, phtalates ni sulfates, pour un nettoyage doux et respectueux de la peau
Fabriquée aux États-Unis, végan, sans cruauté et certifiée Leaping Bunny
Faites mousser la barre entre vos mains ou directement sur la peau en massant délicatement pour obtenir une mousse riche et crémeuse. Rincez soigneusement.
Astuce pro : associez-la au gant exfoliant Kitsch pour aider à revitaliser et renouveler la peau.
Glycérine
Un humectant qui attire l’humidité vers la peau pour la garder douce et hydratée.
Ingrédients
Palmitate de sodium, palmiste de sodium, eau, glycérine, parfum, laurate de lauryle, acide stéarique, chlorure de sodium, méthyl cocoyl taurate de sodium, diacétate de glutamate de tétrasodium, extrait de feuille de romarin, acétate de tocophéryle (vitamine E), huile d’écorce de citron, limonène, citral, pinène, huile de citronnelle, dioxyde de titane, oxydes de fer1
1Colorants d’origine naturelle
Nous sommes certifiés Leaping Bunny ! Ce label est le seul symbole reconnu à l’international garantissant qu’aucun test sur les animaux n’a été réalisé lors du développement des produits.
{
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 = `Barre nettoyante pour le corps Warm Sugar`;
let bundleHandle = `barre-nettoyante-pour-le-corps-warm-sugar`;
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:
Barre nettoyante pour le corps Warm Sugar
$16.00
$16.00
Pochette pour savon solide
$10.00
$10.00
Gant exfoliant 1pc - Noir
$20.00
$20.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 = `Barre nettoyante pour le corps Warm Sugar`;
let bundleHandle = `barre-nettoyante-pour-le-corps-warm-sugar`;
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">
OMG! This little bar packs an incredibly HYDRATING punch, I was blown away! It left my skin smoother and softer than literally ANY other body wash I have ever used - liquid forms included - with ZERO HEAVINESS or stickiness! Not only was my skin SUPER SOFT, but it also felt refreshingly CLEAN!
And then there's the scent... it deserves its own paragraph, haha! I cannot emphasize enough how GOOD THIS BAR SMELLS! It definitely reminds me of the hair perfume version, but it smells EXACTLY like the Argan Oil conditioner, which is also SOO GOOD (obviously)! Personally, I wish the scent of the bar was a little stronger, but I also know that some people can get offended by stronger-smelling products.
If you are looking for a MOISTURIZING YET LIGHTWEIGHT body wash that SMELLS ABSOLUTELY INCREDIBLE, then this is the bar for you! I LOVE it and HIGHLY RECOMMEND it!
RA
Rachael A.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Creamy
I am so shocked how this lathered up.It smells so good.You can feel it, cleaning your body as you go.And it also softens your body.I felt no residue left over, but yet super.Refresh and you can smell the warm vanilla scent lingering.As the day goes on and it definitely leathered.So fond, it was so creamy, it was beyond any bar.I've ever used
C
Chelsea
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great body wash bar!
I really like this body wash bar, it’s nicely scented, doesn’t leave residue on my skin, does a good job at moisturizing and lathers easily. Especially since it’s winter, I wasn’t sure how much i would notice the moisturizer aspect, but it does a good job, especially on my legs and knees area!
M
Meg
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Soft, cozy clean without the dryness
The Kitsch Warm Sugar Cleansing Body Wash Bar feels like a small luxury that makes everyday showers a little nicer. The scent is warm and lightly sweet without being overpowering, and it lingers just enough on the skin to feel cozy. It lathers surprisingly well for a solid bar and leaves my skin feeling clean but not tight or stripped, which is always my biggest concern. I also like that it doesn’t get mushy or dissolve too quickly if you keep it dry between uses. It’s an easy swap if you’re trying to reduce plastic without sacrificing the experience of a traditional body wash.
J
Jordan
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Kitsch Cleansing Warm Sugar Body Wash Bar
The scent of the bar of soap was soft yet delicious! It made my skin feel soft, hydrated and clean! I loved it!
CM
Cherie M.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Warm fuzzies
I loved the smell and that it lingered on my skin. Did not dry my skin out.
D
Delirious_Foxx
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
smells amazing!
it smells so sweet and leaves my skin so soft!
CS
Catalina S.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Amazing
This cleansing bar is amazing and perfect to use everyday . It suds and lathers very easily making it a ideal soap . The scent is very cozy yet clean at the same time !
MC
Madison C.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Love this !
The warm sugar cleansing body wash bar is amazing it gives a luxurious lather and gives me one of my most favorite scents the warm sugar hair perfume super excited for this because it's like having a shower routine of one of my favorite scents! Highly recommend ❤️❤️
J
Jess
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
the best thing ever
it makes you feel so clean and smells amazing
Loading...
Loading...
Frequently Asked Questions
La barre de savon pour le corps Kitsch est une alternative solide au gel douche traditionnel. Formulée avec des ingrédients respectueux de la peau, elle crée une mousse riche et crémeuse tout en laissant un parfum irrésistible. Idéale en voyage, durable et sans sulfates, parabènes ni ingrédients agressifs, pour une sensation de propreté agréable au quotidien.
Humidifiez la barre à l’eau tiède et massez-la sur la peau pour faire mousser. Vous pouvez également l’utiliser avec un filet porte-savon pour encore plus de mousse.
Bien que sa formule soit douce et sans sulfates, elle est conçue uniquement pour une utilisation sur le corps.
Cela dépend de l’utilisation, mais une barre peut remplacer plusieurs flacons de gel douche et dure généralement plusieurs semaines, voire plusieurs mois. Une bonne conservation permet de prolonger encore sa durée de vie.
Pour prolonger sa durée de vie et la garder au sec entre les utilisations, utilisez un porte-savon drainant ou un filet de rangement, idéals pour un 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.