Un profumo fruttato e gourmand che ricorda un picnic rilassante con gli amici, ridendo in un soleggiato pomeriggio di fine settimana
Avvolto in ciliegia succosa, fiori giocosi e vaniglia avvolgente—il tuo compagno inseparabile in una bottiglia
Tecnologia brevettata per l'eliminazione degli odori—neutralizza gli odori alla fonte
Creato da una casa di fragranze di fama mondiale
Non si limita a coprire gli odori—le molecole che eliminano gli odori si legano alla fonte del cattivo odore, trasformandolo in un composto di nuova formazione dal profumo neutro
Scegli una fragranza singola ocombina più strati per un profumo personalizzato
Palestra, lavoro, weekend fuori—questoformato da viaggio ti segue ovunque
Leggero, versatile e facile da usare
Vegano
Cruelty-free
Privo di CMR sintetici diretti (cancerogeni, mutageni, tossine riproduttive), ftalati, parabeni e PFAS
Bottiglie realizzate con 30% di PCR (contenuto riciclato post-consumo)
Spruzza il profumo per capelli Kitsch ovunque—dalle tue onde senza calore alla tua federa in satin! Bastano pochi spruzzi e i tuoi capelli del secondo giorno avranno lo stesso profumo freschissimo del primo giorno.
Suggerimento:Per sovrapporre i profumi, abbina Pistachio Latte o Zucchero Avvolgente con Spiagge d'ambra, e Violetta Pura con qualsiasi dei nostri profumi per capelli.
Alcool Denat, Aqua/Acqua/Eau, Fragranza (Parfum), Trietilcitrato, Tetrametil Acetilcistaidronaftalene, Vanillina, Butil Metossidibenzoilmetano, Cumarina, Etilesil Salicilato, Benzaldeide, Trimetilciclopentenil Metilisopentenolo, Benzil Cinnamato, Chetoni di Rosa, Eugenolo, Alcool di Anice, Olio/Estratto di Gelsomino, Olio/Estratto di Fiore di Rosa, Anetolo
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che non sono stati effettuati nuovi test sugli animali durante lo sviluppo di qualsiasi prodotto che lo mostri.
{
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: 4,
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 = `Profumo per capelli Dolce Ciliegia`;
let bundleHandle = `tart-cherry-hair-perfume`;
let bundleCount = 4;
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:
Profumo per capelli Dolce Ciliegia
$38.00
$38.00
Gel solido per il corpo alla ciliegia dolce
$23.00
$23.00
Set di 4 fermagli antipiega con stampa ciliegia
$23.00
$23.00
Federa di raso con Stampa ciliegia
$56.00
$56.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: 4,
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 = `Profumo per capelli Dolce Ciliegia`;
let bundleHandle = `tart-cherry-hair-perfume`;
let bundleCount = 4;
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">
Utilizziamo la prima tecnologia brevettata di eliminazione degli odori che trasforma i cattivi odori in composti completamente NUOVI e più profumati, a differenza di altri deodoranti che si limitano a coprirli.
2. Sempre e ovunque
Portalo con te nella borsa per una fragranza 24 ore su 24, 7 giorni su 7. Dai barbecue ai falò, dalle auto fumose ai bar malfamati, ovunque ti porti la giornata, il profumo per capelli Kitsch lascerà i tuoi capelli con un profumo fantastico.
3. Opzioni di combinazione
Con fragranze sognanti come Zucchero Avvolgente e Violetta Pura, puoi scegliere la tua fragranza personale o combinare le fragranze per creare un'atmosfera personalizzata.
4. Capelli, corpo e altro
Questa lacca multiuso può essere utilizzata per rinfrescare i capelli, come spray per il corpo oppure semplicemente spruzzata sulla federa di raso.
it has a tart scent once applied onto the hair. it smells like cherry pie filling in the best way possible. it’s not too sweet and actually lasts on my hair. highly recommend!
SN
Sabine N.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing
I have just received the tart cherry hair perfume and it smells so good 😍 i’m so happy with my purchase. I live in France and the shipment was fast ❤️ thank you
MD
mk d.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I love this scent
I originally saw an ad for this perfume on Instagram, which i don't generally trust with advertisements but this product really interested me. Come to find out this brand is women-owned and cruelty free!! I'm also a big cherry flavour and scent fan so i had to get the Tart Cherry perfume. It just arrived and i already love the smell, the sour tinge of fresh cherries is so so good, will definitely be ordering more! I also don't usually write reviews but this one hit home as i've been looking for good perfumes that aren't too overpowering or alcohol-smelling. Thank you Kitsch!
SS
Sarah S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Sweet & Unique Cherry Scented Mist Spray
*June 12, 2025
Had made the decision in purchasing the Tart Cherry Hair Perfume, considering I had wanted to try it out and was in need of a scented mist spray/perfume, that seemed to fit more with my playful mischief-like personality, along with having either providing my body and linens with a sweet-like scent. As soon as I had tried this Cherry scented fragrance spray, I immediately fell in love with it and couldn't enjoy a perfumed scent such as this. For some reason, I have always thought a/the cherry would be both my favorite fruit and present itself as the symbol of myself, (of course reflecting back to the playful mischief trait to my personality. If you happen to be searching for a scented mist as unique as this, I would definitely go get your own before Kitsch sells out.
JR
Jillian R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Absolutely the best
Best cherry mist I have ever sprayed and spent my money on twice!!!!! It’s reminiscent of an expensive cherry perfume I know I wear this most almost daily you can tell by the large dent in it.
SL
Shaela L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Cherrylicious
This stuff smells really good so good I'm already down to half a bottle! See for yourself! 😁
LJ
Lora J.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
FUN summery scent! ADORE IT!
This is one of those scents that will NEVER go out of style, and can instantly boost your mood on cold, dark winter days (when you're missing the sunshine)! It has a fruity, summery, mature cherry scent that LITERALLY puts a smile on my face while exhaling and saying, "Ahh.."
Q
Quinn
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
11 months ago
A MUST BUY
OMG… this scent is the BEST I’ve tried from Kitsch so far!
Fruity, just the *right* amount of sour… it’s gorgeous 🍒❤️
The scent lingers for quite a while so you won’t need to reapply too often, but when the time comes, it’s small enough to fit inside your handbag! So you can carry it around with you ☺️
JJ
Josephine J.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
love
ohhhh it smells so nice and there are so many different notes i keep noticing them and they blend so good, its not over powering at all!
RS
Rosilyn S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Smells so good all day
I have never used hair perfume, this is my very first time for that. Having said that, I wish I had known about this product, since then it does smell so good, and my hair feels fresh all day long, it's about half the amount now. Thank you a bunch
Loading...
Loading...
Frequently Asked Questions
Kitsch Hair Perfume è il vostro profumo per capelli superpotenziato, progettato per eliminare gli odori invece di limitarsi a mascherarli. Dotato di una tecnologia brevettata per l'eliminazione degli odori, prima nel suo genere, rinfresca i capelli tra un lavaggio e l'altro lasciando una fragranza irresistibile.
A differenza dei profumi per capelli tradizionali che si limitano a coprire i cattivi odori, il nostro utilizza molecole brevettate che eliminano gli odori e si attaccano alla fonte degli odori indesiderati, trasformandoli in un composto dall'odore neutro. Nessun odore persistente di fumo, sudore o mistero: solo capelli freschi e profumati.
Assolutamente sì! Queste fragranze sono state studiate per essere combinate tra loro. Ecco alcune idee di stratificazione:
- Per una dolcezza da spiaggia baciata dal sole, sovrapporre Zucchero Avvolgente e Spiagge d'ambra.
- Per un profumo accogliente ma sofisticato, stratificate Pistachio Latte e Spiagge d'ambra.
- Per una dolcezza morbida e floreale, stratificate Violetta Pura e Zucchero Avvolgente.
- Per una divertente fusione floreale-gourmand, sovrapporre Violetta Pura e Pistachio Latte.
- Per un contrasto fresco e sensuale, sovrapporre Violetta Pura e Spiagge d'ambra.
Basta spruzzarlo direttamente sui capelli asciutti a una distanza di circa 15-20 cm per rinfrescare e profumare le ciocche. Si può usare anche sul corpo per una profumazione dalla testa ai piedi o sul cuscino per un'esperienza di fragranza da sogno.
Sì! La nostra formula è pura, leggera e non grassa, quindi non appesantisce i capelli e non li lascia appiccicosi. Inoltre, è priva di sostanze chimiche aggressive e progettata per essere delicata su tutti i tipi di capelli
Sì, il nostro profumo per capelli contiene alcool denat, un alcool di grado cosmetico che evapora rapidamente per aiutare la fragranza a disperdersi meravigliosamente, senza lasciare i capelli appiccicosi o pesanti. Mentre le tipiche eau de parfum contengono circa l'80% di alcol, le nostre fragranze hanno una media del 60%
Sebbene contenga alcool denaturato, questo tipo di alcool viene utilizzato nelle fragranze per aiutare il profumo a disperdersi magnificamente senza lasciare residui o accumuli. Se usato come indicato, non toglie l'idratazione, ma lascia i capelli deliziosamente profumati e piacevoli al tatto! Utilizziamo anche acqua deionizzata (tipo II) altamente purificata, che contribuisce alla longevità e alla stabilità del prodotto, rendendolo anche delicato per la pelle.
Il nostro elimina effettivamente gli odori, senza mascherarli! Le molecole brevettate che eliminano gli odori, utilizzate per la prima volta in assoluto, neutralizzano i cattivi odori alla fonte. Realizzato da una casa di profumi di fama mondiale, presenta anche una formula pulita priva di CMR (Cancerogeni, Mutageni, Tossine Riproduttive), ftalati, parabeni e PFAS.
Il profumo per capelli Kitsch è un profumo puro e costruibile che persiste piacevolmente senza essere eccessivo. Per rinfrescare la giornata, riapplicarlo quando necessario.
Per ottenere risultati ottimali, si consiglia di utilizzarlo sui capelli asciutti.
No! Il profumo per capelli Kitsch non è uno shampoo a secco, ma funziona benissimo insieme ad esso! Mentre lo shampoo secco assorbe l'olio e aggiunge volume, il profumo per capelli elimina gli odori e lascia i capelli profumati. (Per uno shampoo secco, provate il nostro Shampoo Volumizzante alle Proteine del Riso).
Sì! È disponibile in un formato perfettamente impacchettabile, così da poterlo mettere in borsa, nella borsa della palestra o in valigia per una freschezza sempre attuale.
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.