Nettoie en douceur sans dessécher la peau, idéal pour un usage quotidien
Notre barre Bottle-Free Beauty® offre des résultats solides avec plus de produit et moins d’emballage
Formulé avec des molécules brevetées neutralisant les odeurs qui neutralisent les odeurs à la source, avec une efficacité prouvée par des tests sensoriels et analytiques
Des notes gourmandes de vanille chaude, sucre filé et pamplemousse rose pour une expérience douce et envoûtante
Enveloppe la peau et les cheveux d’un parfum gourmand et sucré qui vous transporte directement à la fête foraine—comme une douceur de barbe à papa
Une mousse riche pour un nettoyage doux et luxueux, et le parfum est le moyen idéal de rafraîchir votre senteur entre deux lavages
Écologique et idéale en voyage — sans plastique, sans fuite, juste une barre compacte et durable
Design ergonomique avec surface striée pour une meilleure prise en main et application.
Utilisez le parfum sur vos cheveux, votre corps — même sur votre taie d’oreiller en satin Kitsch !
Créé par une maison de parfum de renommée internationale
Végan et cruelty-free
Sans CMR synthétiques directs (cancérogènes, mutagènes ou toxiques pour la reproduction), phtalates, parabènes ni PFAS
Flacons fabriqués avec du PCR (plastique recyclé post-consommation)
1× Barre nettoyante pour le corps Warm Sugar
1× Parfum capillaire Warm Sugar
Barre nettoyante pour le corps
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 : associez-la au gant exfoliant Kitsch pour aider à revitaliser et renouveler la peau.
Parfum capillaire
Vaporisez le parfum directement sur cheveux secs à une distance d’environ 15–20 cm pour rafraîchir et parfumer la chevelure. Vous pouvez également l’utiliser sur le corps ou sur votre oreiller pour une expérience sensorielle enveloppante.
Glycérine
Un humectant qui attire l’humidité vers la peau pour la garder douce et hydratée.
Ingrédients
Barre nettoyante pour le corps Warm Sugar
Sodium Palmate, Sodium Palm Kernelate, Water/Aqua/Eau, Glycerin, Fragrance (Parfum), Lauryl Laurate, Stearic Acid, Sodium Chloride, Sodium Methyl Cocoyl Taurate, Tetrasodium Glutamate Diacetate, Rosmarinus Officinalis (Rosemary) Leaf Extract, Tocopheryl Acetate, Citrus Limon Peel Oil, Limonene, Citral, Pinene, Lemongrass Oil, Titanium Dioxide (CI 77891), Iron Oxides (CI 77491, CI 77492, CI 77499)1
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 = `Rituel parfumé Warm Sugar`;
let bundleHandle = `rituel-parfume-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:
Rituel parfumé Warm Sugar
$18.20$18.20
Parfum pour cheveux Vanille Rustique
$20.00$20.00
Pochette pour savon solide
$5.00$5.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 = `Rituel parfumé Warm Sugar`;
let bundleHandle = `rituel-parfume-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">
Warm sugar, who doesn’t love that ? It’s so refreshing and clean scented. Great all year long ! Don’t stop at one, grab them all! Every one of them is wonderful !!
JS
Jessica S.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Warm Sugar Hair Perfume!
I love that it doesn't leave my hair feeling gross or crunchy. I did think the scent was a little strong at first but them I just adjust the amount I used in my hair!
JP
Jodi P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
This smells good!
This smells so good and it lasts all day!
MW
MaKenzie wood W.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
It smells SO good
I love love love this hair perfume! My only negative is that the smell is kind of fleeting so I have to use a lot of it, but I have locs so I think that might be why. I wish the bottle was bigger but I absolutely will be buying more!!!
C
Charisse
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Smells like dessert-and im OBSESSED!
This was my first bottle of the Kitsch Warm Sugar Hair Perfume, and wow — I did not expect to love it this much. The scent is exactly what the name promises: warm, sugary, and sweet in the best way possible. It honestly smells like a fresh pastry right out of a bakery, and every time I spray it, I catch myself wanting to take a bite of my own hair (no shame!).
It’s light but lingers just enough to make you smell delicious all day. I’ve gotten so many compliments — people keep asking what I’m wearing, and I have to laugh when I tell them it’s actually hair perfume! 😂
If you love gourmand scents or anything that smells like cookies, cake, or warm vanilla dreams, you need this. I’ll definitely be buying another bottle. Love at first spritz!
LJ
Lora J.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
AMAZING moisture and scent!!
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!
S7
Southerngirl 7.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
I love the spray smells like baked cookies
I love the spray smells like freshly baked cookies I get all kinds of compliments on the spray, will tell my family and friends about the spray for your hair and the shampoo and conditioner love it too I will continue to buy these products it’s worth the money, If you haven’t tried this product you should be thanking me later 😊
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.
Loading...
Loading...
Frequently Asked Questions
La barre de savon pour le corps Kitsch est une alternative solide au gel douche traditionnel, conçue pour nettoyer et nourrir la peau sans déchets plastiques. Elle crée une mousse riche et laisse un parfum irrésistible.
Humidifiez la barre et massez-la sur la peau pour faire mousser. Vous pouvez également l’utiliser avec la pochette porte-barre nettoyante pour le corps Bottle-Free Beauty® 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 elle peut remplacer plusieurs flacons de gel douche et durer plusieurs semaines voire mois.
Pour prolonger sa durée de vie, gardez-la au sec entre les utilisations à l’aide d’un porte-savon drainant ou de la pochette porte-barre nettoyante pour le corps Bottle-Free Beauty®.
Un parfum haute performance conçu pour éliminer les odeurs plutôt que les masquer.
Elle utilise des molécules brevetées qui se fixent aux odeurs indésirables pour les neutraliser à la source.
Oui, sa formule est légère, non grasse et adaptée à tous les types de cheveux.
Oui, un alcool cosmétique qui s’évapore rapidement pour diffuser le parfum sans alourdir. Alors qu'une eau de parfum classique contient environ 80 % d'alcool, nos fragrances en contiennent en moyenne 60 %.
Il élimine les odeurs au lieu de les masquer. Développé par des experts en parfumerie et formulé sans CMR synthétiques, phtalates, parabènes ni PFAS.
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.