Patented odor-eliminating technology neutralizes odors at the source
Use it on your hair, body—even your satin pillowcase
Full-size 1.7 fl. oz. + a travel-friendly 20 mL mini
The full size stays home, the mini goes everywhere—so you're never caught without a refresh
A quick way to refresh your hair between washes
Use it on your hair, body—even your Kitsch Satin Pillowcase!
Crafted by a world-renowned fragrance house
Sheer, versatile, and easy to use
Vegan and cruelty-free
Free from any direct synthetic CMRs (Carcinogens, Mutagens, Reproductive Toxins), phthalates, parabens, and PFAS
Bottles made with PCR (post-consumer recycled content)
Warm Sugar Hair & Body Perfume Mist 1.7 fl. oz.
Warm Sugar Mini Hair Perfume 20 mL
Spray Kitsch Hair Perfume anywhere—from your heatless curls to your satin pillowcase! A few quick spritzes and your second-day hair will smell as fresh as day one.
Keep the full size on your vanity and tuck the mini in your bag for on-the-go refreshes.
Warm Sugar Hair & Body Perfume Mist + Mini (same formula):
We are Leaping Bunny certified! The Leaping Bunny Logo is the only internationally recognized symbol guaranteeing consumers that no new animal tests were used in the development of any product displaying it.
{
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 Hair & Body Mist + Mini Duo`;
let bundleHandle = `warm-sugar-hair-perfume-mini-duo`;
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:
Warm Sugar Hair & Body Mist + Mini Duo
$19.50$19.50
Barra detergente corpo Warm Sugar
$8.00$8.00
Cuffietta di raso oversize - Aura
$22.00$22.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 Hair & Body Mist + Mini Duo`;
let bundleHandle = `warm-sugar-hair-perfume-mini-duo`;
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">
We use first-of-its-kind, patented odor-eliminating technology that transforms bad smells into entirely NEW, better-smelling compounds—unlike other deodorizers that simply cover them up.
2. anytime, anywhere
Keep the full size on your vanity and toss the mini in your bag. From long work days to sweaty gym sessions and everything in between, your Warm Sugar refresh goes wherever you do.
3. hair, body & beyond
This multi-tasking mist can refresh your hair, double as a body spray, or be spritzed on your satin pillowcase for a dreamy scent experience.
4. one to keep, one to carry
A full-size 1.7 fl. oz. bottle for home plus a travel-friendly 20 mL mini—so you're never caught without your signature scent.
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!
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 😊
KC
Kristi C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Yummy
I love the product. I’m looking forward to buying more. My hair smells delicious. Thank you very much. Did I forget to mention that also feels Fuller and has more body? Well, it does.
AC
Aaron C.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
6 months ago
AMAZING!!!
If you have not tried Kitschs Warm Sugar hair perfume, it is a beautiful blend of Vanilla, Sugar cane and your pink grapefruit to bring you the best elegant scent. The fact that they last all day makes it... EVERYTHING! So if you want something that is going to last, kitsch hair perfumes are a MUST! ✨️💕
TC
Tina C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
7 months ago
Best Scent Ever
This scent is so warm and inviting. It smells like a “hug” from your favorite sweater that’s fresh out of the laundry. It’s also perfect for layering with a spray of your favorite perfume. It’s not heavy at all, yet it lingers with you all day.
LT
Lisa T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
7 months ago
Love warm sugar ❤️
I started looking for hair perfume a long time ago. Beauty stores looked at me like I was crazy and didn’t know what I was talking about. I happened to see an add for Kit-Sch and jumped on it and it has not disappointed! The smell is not overwhelming at all! I love it and so does my husband. Who doesn’t like fresh smelling hair. You can also carry it in your purse if you want a little freshen up later in the day. I will continue to be a customer and try more scents ❤️!
Loading...
Loading...
Frequently Asked Questions
Kitsch Hair Perfume is your super-powered hair scent, designed to eliminate odors instead of just masking them. Powered by a first-of-its-kind, patented odor-eliminating technology, it refreshes your hair between washes while leaving behind an irresistible fragrance.
Unlike traditional hair perfumes that simply cover up bad smells, ours uses patented odor-eliminating molecules that attach to the source of unwanted odors, transforming them into a neutral-smelling compound. No lingering smoke, sweat, or mystery smells—just fresh, clean-smelling hair.
Nothing but the size! Both are the exact same Warm Sugar scent and formula. The 1.7 fl. oz. full size is perfect for your vanity, while the 20 mL mini is TSA-friendly and made to live in your bag, gym tote, or desk drawer.
Just spritz it directly onto dry hair from about 6-8 inches away to refresh and scent your strands. You can also use it on your body for a head-to-toe scent boost or your pillow for a dreamy fragrance experience.
Yes! Our formula is sheer, lightweight, and non-greasy, so it won't weigh your hair down or leave it feeling sticky. It's also free from harsh chemicals and designed to be gentle on all hair types.
Bundling the full-size Warm Sugar Hair & Body Mist with the travel mini saves you 30% versus buying them separately—so you get your signature scent for home and on-the-go for less.
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.