Sanfte, aber effektive Körperreinigung reinigt, ohne auszutrocknen, ideal für die tägliche Anwendung
Unsere Bottle-Free Beauty® Bar liefert starke Ergebnisse mit mehr Produkt und weniger Verpackung
Formuliert mit patentierten geruchsneutralisierenden Molekülen die Gerüche direkt an der Quelle neutralisieren, wissenschaftlich bestätigt durch sensorische und analytische Tests
Mit sinnlichen Noten von warmer Vanille, Zuckerwatte und rosa Grapefruit für ein traumhaftes, genussvolles Dufterlebnis
Hüllt Haut und Haar in einen süßen Gourmand-Duft der dich direkt auf den Jahrmarkt versetzt – denk an die pure Zuckerwatte-Freude
Reichhaltiger Schaum für eine sanfte, luxuriöse Reinigung und das Parfum ist die schnelle Lösung, um deinen Duft zwischen den Haarwäschen aufzufrischen
Nachhaltig und perfekt für unterwegs—kein Plastik, kein Auslaufen, nur eine kompakte, langlebige Bar
Easy-Grip-Design mit strukturierter Oberfläche für bessere Handhabung und Anwendung.
Verwende das Parfum für dein Haar, deinen Körper – sogar auf deinem Kitsch Satin-Kissenbezug!
Kreiert von einem weltbekannten Dufthaus
Vegan und tierversuchsfrei
Frei von direkten synthetischen CMRs (Karzinogene, Mutagene, reproduktionstoxische Stoffe), Phthalaten, Parabenen und PFAS
Flaschen hergestellt aus PCR (Post-Consumer-Recyclingmaterial)
1 x Warm Sugar Körperreinigungsbar
1 x Warm Sugar Haarparfum
Körperreinigungsbar
Massiere die Bar sanft zwischen den Händen oder direkt auf die Haut, bis ein reichhaltiger, cremiger Schaum entsteht. Gründlich abspülen.
Pro Tip: Mit dem Kitsch Peeling-Handschuh kombinieren, um die Haut zu beleben und zu erneuern.
Haarparfum
Sprühe das Parfum aus etwa 15–20 cm Entfernung direkt auf das trockene Haar, um es aufzufrischen und dezent zu beduften. Du kannst es auch auf dem Körper oder auf deinem Kissen verwenden – für ein rundum angenehmes Dufterlebnis.
Glycerin
Ein Feuchthaltemittel, das Feuchtigkeit in die Haut zieht, um sie weich und hydratisiert zu halten.
Wir sind von Leaping Bunny zertifiziert! Das Leaping-Bunny-Logo ist das einzige international anerkannte Siegel, das garantiert, dass bei der Entwicklung der Produkte keine Tierversuche durchgeführt wurden.
{
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 = `Warm Sugar Duft-Ritual`;
let bundleHandle = `warm-sugar-duft-ritual`;
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');
});
}
}">
Häufig zusammen gekauft
+
Total price:
Warm Sugar Duft-Ritual
$18.20$18.20
Rustikale Vanille Haarparfüm
$20.00$20.00
Körperpflege-Barbeutel - Schokolade
$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 = `Warm Sugar Duft-Ritual`;
let bundleHandle = `warm-sugar-duft-ritual`;
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 = 'Auswahl in den Warenkorb legen';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Registrieren Sie sich, um eine Benachrichtigung zu erhalten, wenn dieser Artikel wieder auf Lager ist.
Bitte geben Sie eine gültige E-Mail Adresse ein.
Danke für die Anmeldung! Wir schicken Ihnen eine E-Mail, sobald das Produkt wieder verfügbar ist.
{
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
Die Kitsch Körperreinigungsbar ist eine feste Alternative zu herkömmlichem Duschgel. Sie reinigt und pflegt die Haut ohne Plastikabfall. Mit hautfreundlichen Inhaltsstoffen erzeugt sie einen cremigen Schaum und hinterlässt einen angenehmen Duft. Ideal für unterwegs, langlebig und frei von Sulfaten, Parabenen und aggressiven Inhaltsstoffen.
Einfach unter warmem Wasser anfeuchten und auf der Haut aufschäumen. Für noch mehr Schaum kann sie mit dem Bottle-Free Beauty® Körperreinigungsbar-Säckchen verwendet werden.
Obwohl die Formel sanft und sulfatfrei ist, ist sie ausschließlich für die Anwendung am Körper vorgesehen.
Das hängt von der Nutzung ab, aber eine Bar ersetzt mehrere Flaschen Duschgel und hält in der Regel Wochen bis Monate – bei richtiger Lagerung sogar noch länger.
Um die Lebensdauer zu verlängern, zwischen den Anwendungen trocken lagern – idealerweise mit einer selbstentleerenden Seifenschale oder dem Bottle-Free Beauty® Körperreinigungsbar-Säckchen.
Ein leistungsstarker Duft für dein Haar, der Gerüche nicht überdeckt, sondern eliminiert.
Im Gegensatz zu herkömmlichen Produkten nutzt sie patentierte Moleküle, die Gerüche an der Quelle binden und neutralisieren.
Ja, die Formel ist leicht, nicht fettend und für alle Haartypen geeignet.
Ja, es enthält kosmetischen Alkohol, der schnell verdunstet und den Duft optimal verteilt, ohne Rückstände zu hinterlassen. Während herkömmliche Eau de Parfums aus rund 80 % Alkohol bestehen, enthalten unsere Düfte durchschnittlich nur 60 %.
Es neutralisiert Gerüche statt sie zu überdecken. Entwickelt von einem renommierten Dufthaus und frei von CMRs, Phthalaten, Parabenen und PFAS.
Der Vergleichspreis entspricht dem Preis, zu dem das Produkt zuvor angeboten wurde, oder dem geschätzten Marktpreis vergleichbarer Artikel bei anderen Anbietern. Da Preise häufig schwanken, können wir nicht garantieren, dass der Vergleichspreis zu einem bestimmten Zeitpunkt dem aktuellen Marktpreis entspricht.
Wenn du dich für eine Auswahl entscheidest, wird die Seite komplett aktualisiert.