Una fragancia dulce y golosa que te transporta directamente a la feria—piensa en algodón de azúcar y felicidad pura.
Notas irresistibles de vainilla cálida, azúcar hilado y jugosa toronja rosada para una vibra soñadora y decadente.
Tecnología patentada eliminadora de olores—neutraliza los olores desde la raíz.
Costas de ámbar
Una fragancia acuática amaderada que te lleva a un atardecer dorado en Malibú, con brisa cálida incluida.
Una mezcla aireada de sal marina, ámbar y madera a la deriva para un acabado fresco y soleado.
Tecnología patentada eliminadora de olores—neutraliza los olores desde la raíz.
Una forma rápida derefrescar tu cabello entre lavados
Úsalo en tu cabello, cuerpo e incluso en tu funda de satén Kitsch.
Creado por una casa de fragancias de renombre mundial
Quédate con su aroma único ocombínalo para una fragancia personalizada
Ligero, versátil y fácil de usar
Su práctico tamaño viaje va contigo a donde quieras, ya sea al gimnasio, al trabajo o a una escapada de fin de semana.
Vegano y libre de crueldad animal
Libre de CMR sintéticos directos (Carcinógenos, Mutágenos, Toxinas Reproductivas), ftalatos, parabenos y PFAS
Botellas hechas con 30% de PCR (contenido reciclado postconsumo)
Perfume capilar Brisa de Azúcar 50ml
Perfume Capilar Costas de Ámbar 50ml
Rocía el Perfume Capilar Kitsch en cualquier parte—¡desde tus rizadores sin calor hasta tu funda de almohada de satén! Unas cuantas rociadas rápidas y tu cabello del segundo día olerá tan fresco como el primero.
Brisa de Azúcar
Alcohol desnaturalizado, Aqua/Agua/Eau, Fragancia (Parfum), Citrato de trietilo, Vainillina, Butil metoxidibenzoilmetano, Salicilato de etilhexilo, Aceite de cáscara de citrus limon (limón), Limoneno, Citral, Pineno, Aceite de hierba limón, Acetato de geranilo.
Costas de Ámbar
Alcohol desnaturalizado, Aqua/Agua/Eau, Fragancia (Parfum), Citrato de trietilo, Tetrametil acetilacetonaftalenos, Butil metoxidibenzoilmetano, Salicilato de etilhexilo, Aceite de cáscara de Citrus Aurantium, Vainillina, Limoneno, Citronelol, Cumarina, Isoeugenol.
{
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 = `Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar`;
let bundleHandle = `vanilla-vacation-duo-warm-sugar-amber-shores`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar
$50.00
$50.00
Set de 5 coleteros de satén fruncidos en crema, verde cancha y azul marino
$19.00
$19.00
Pinza con lazo de satén crema
$23.00
$23.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 = `Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar`;
let bundleHandle = `vanilla-vacation-duo-warm-sugar-amber-shores`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar
$50.00
$50.00
+
Set de 5 coleteros de satén fruncidos en crema, verde cancha y azul marino
Dúo Vacaciones Vainilla: Brisa de Azúcar y Costas de Ámbar
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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">
Utilizamos una tecnología patentada de eliminación de olores, la primera de su clase, que transforma los malos olores en compuestos totalmente NUEVOS y con mejor olor, a diferencia de otros desodorizantes que simplemente los cubren.
2. En cualquier momento y lugar
Llévalo en tu bolso para disfrutar de tu aroma las 24 horas del día, los 7 días de la semana. Desde largos días de trabajo a sudorosas sesiones de gimnasio y todo lo demás, el perfume capilar Kitsch mantiene tu pelo con un olor increíble.
3. Posibilidades de combinación
Con aromas de ensueño como Brisa de Azúcar y Violeta Etérea, puedes elegir tu propia fragancia o superponerla para crear un ambiente personalizado.
4. Pelo, cuerpo y más
Esta bruma capilar multiusos puede refrescar tu cabello, actuar como spray corporal o rociar tu funda de almohada de satén.
When I tell you I get so many compliments and people asking where I got my perfume— I’m not kidding. I love the entire line up, but this one specifically is my favorite. I use it after the gym and before work. It lasts all day.
I will purchase this product over and over again! It’s a great layering scent. I use it with EOS lotions and phlur perfumes. Definitely recommend!
K
Kitsch
1 year ago
We're thrilled to hear you're getting compliments and enjoying it as part of your daily routine. Just to share a little extra: while our perfume works just like any traditional fragrance, it also features our patented deodorizing technology designed specifically for hair. So not only does it smell amazing, but it also helps keep your hair feeling fresh—especially post-gym or on-the-go. We're so glad it's your favorite and that it layers beautifully with your other scents! 💐✨
S
Stacey
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
The perfect 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 !!
S
Stacey
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this !
Kitsch has done it again !!!! This amber scent hair fragrance is amazing. It has a fresh light scent that is t too much. Great way to freshen up your hair after a long day at work so you can go out on the town feeling and smelling great !!! Don’t stop at one, grab them all !!
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!
S
Saira
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
In Love ❤️
I ordered the hair perfume amber ,and you know what is my regret? That why I ordered one only I want all the fragrances...it is super delicious iam a dior user in hair perfume but now iam going to use this only .
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!!!
TP
Tracy P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing
Such a great product well worth the money. I will definitely be purchasing again, My favourite is Amber shores as it reminds me of being on a tropical island and it smells amazing. Highly recommend these hair products.
L
Lilian
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love it!
I was weary ordering this because the products here are very pricy, but the thing is... They're worth it!
I love this perfume, it's sweet and warm, even though I normally go for fresher scents this is my new favourite! 😊
M
MK
I recommend this product
Rated 4 out of 5 stars
1 year ago
My daughter thinks I bought it for *her*
Sure. I totally did… and I will also benefit from her obsession. I just wish they had a bigger variety of scents. Tart cherry is my favorite - when considering what perfume to match the Kitsch hair scents with, it really makes getting ready in the mornings more fun. The possibilities are endless!
Loading...
Loading...
Frequently Asked Questions
El Perfume Capilar Kitsch es tu perfume capilar superpoderoso, diseñado para eliminar los malos olores en lugar de simplemente enmascararlos. Gracias a una tecnología patentada de eliminación de olores, única en su tipo, refresca tu cabello entre lavados y deja una fragancia irresistible.
A diferencia de los perfumes capilares tradicionales, que simplemente cubren los malos olores, el nuestro utiliza moléculas patentadas que eliminan los olores y se adhieren a la fuente de los olores no deseados, transformándolos en un compuesto de olor neutro. Nada de humo, sudor u olores misteriosos, sólo un cabello fresco y limpio.
¡Por supuesto! Estas fragancias están diseñadas para combinarse. Aquí tienes algunas ideas para combinarlas:
- Para una dulzura playera y soleada, combina Brisa de Azúcar con Costas de Ámbar.
- Para un aroma acogedor y sofisticado, combina Pistachio Latte con Costas de Ámbar.
- Para una dulzura floral y suave, combina Violeta Etérea con Brisa de Azúcar.
- Para una fusión floral-gourmand divertida, combina Violeta Etérea con Pistachio Latte.
- Para un contraste fresco y sensual, combina Violeta Etérea con Costas de Ámbar.
Solo rocíalo directamente sobre el cabello seco a una distancia de unos 15-20 cm para refrescar y perfumar tu cabello. También puedes usarlo en el cuerpo para una fragancia intensa de pies a cabeza o en la almohada para una experiencia de fragancia de ensueño.
¡Sí! Nuestra fórmula es ligera, translúcida y no grasa, por lo que no apelmazará tu cabello ni lo dejará pegajoso. Además, no contiene químicos agresivos y está diseñado para ser suave con todo tipo de cabello.
Sí, nuestro perfume para el cabello contiene alcohol desnaturalizado, un alcohol de grado cosmético que se evapora rápidamente para ayudar a que la fragancia se disperse maravillosamente, sin dejar el cabello pegajoso ni pesado. Y mientras que las típicas eau de parfums contienen alrededor de un 80% de alcohol, nuestras fragancias tienen una media del 60%
Aunque contiene alcohol desnaturalizado, este tipo de alcohol se utiliza en las fragancias para ayudar a que el aroma se disperse perfectamente sin dejar residuos ni acumulaciones. No elimina la humedad si se utiliza según las instrucciones, sino que deja el cabello deliciosamente perfumado y agradable al tacto. También utilizamos agua desionizada (tipo II) altamente purificada, que contribuye a su longevidad y estabilidad, al tiempo que lo hace respetuoso con la piel.
El nuestro elimina los olores, ¡no los enmascara! Las moléculas patentadas que eliminan los olores, utilizadas por primera vez, neutralizan los malos olores en su origen. Elaborado por una casa de fragancias de renombre mundial, también cuenta con una fórmula limpia libre de cualquier CMR sintéticos directos (carcinógenos, mutágenos, toxinas reproductivas), ftalatos, parabenos y PFAS
El Perfume Capilar Kitsch es una fragancia ligera y modulable que perdura agradablemente sin resultar abrumadora. Para refrescarte más tarde, vuelve a aplicarlo cuando lo necesites.
Para obtener mejores resultados, recomendamos utilizarlo sobre el cabello seco.
No, el Perfume Capilar Kitsch no es un champú en seco, pero funciona muy bien como complemento. Mientras que el champú seco absorbe la grasa y aporta volumen, el perfume capilar elimina los olores y deja el cabello con un olor increíble. (Para un champú en seco, prueba nuestro Champú en seco voluminizador con proteína de arroz).
Sí, tiene un tamaño perfecto para llevarlo en el bolso, en la bolsa del gimnasio o en la maleta.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Al seleccionar una opción, se actualiza toda la página.