Un'asciugatura all'aria così perfetta che sembra fatta in salone. La Crema lisciante per asciugatura all’aria migliora la texture naturale e controlla l'effetto crespo fino a 24 ore* con una miscela leggera di olio di ricino, squalano e olio di cocco.
*Basato su test dei consumatori di 2 settimane
Una crema leave-in leggera che trattiene l'idratazione e leviga i capelli per un look naturale senza calore e senza sforzo.
Controllo del crespo per 24 ore per capelli morbidi, lucidi e setosi al tatto.
Aiuta a definire onde e ricci—senza calore e senza problemi.
Arricchito con olio di ricino, squalano, pantenolo e olio di cocco per nutrire, idratare e proteggere.
Formula leggera e non grassa che non appesantisce i capelli.
Ideale per asciugatura all'aria, trecce o creare texture naturali.
Trasforma l’asciugatura all’aria di tutti i giorni in unrituale per avere sempre bei capelli.
Perfetto pergiornate di styling senza sforzo e senza calore quando vuoi comunque risultati da salone.
Aiuta a definire onde e ricci che sono morbidi e piacevoli al tatto.
Perfetto per uno styling veloce e senza pensieri ogni volta che serve.
Vegano e cruelty-free
Senza parabeni, ftalati, solfati e coloranti artificiali.
Strofina una piccola quantità tra i palmi. Ne basta poco!
Applica sui capelli umidi o asciutti da metà lunghezza alle punte, aggiungendo altro se necessario.
Per definire ricci e onde naturali, arriccia piccole sezioni con le dita o strizzale leggermente.
CONSIGLIO PRO: Inizia con Kitsch Moisturizing Argan Milk Leave-In Conditioner come primo passo idratante.
Olio di ricino
Nutri i tuoi capelli dalle radici alle punte con l'aiuto dell'olio di ricino, un olio rinforzante per le ciocche e riequilibrante per il cuoio capelluto, per capelli puliti e sani.
Olio di cocco
L'olio di cocco trattiene l'idratazione e aiuta a idratare profondamente le ciocche dall'interno e a ridurre la rottura per capelli più forti, lucidi e dall'aspetto più sano.
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: 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 = `Crema lisciante per asciugatura all’aria`;
let bundleHandle = `crema-lisciante-per-asciugatura-all-aria`;
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:
Crema lisciante per asciugatura all’aria
$ 350.00
$ 350.00
Spray termoprotettivo
$ 443.00
$ 443.00
Spazzola districante - Nero
$ 280.00
$ 280.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 = `Crema lisciante per asciugatura all’aria`;
let bundleHandle = `crema-lisciante-per-asciugatura-all-aria`;
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">
I have tried so many curl creams and this one is the only one that definitely does what it says definitely will be buying more. I have added a before and after photo so many people have commented on my curls❤️
R
Rose
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Honestly very impressed with this product
For wavy hair, it works great. I have tried a lot of different products for my hair (sometimes difficult) and it highlights my hair without too much volume.
Translated from French
C
Claire
I recommend this product
Rated 5 out of 5 stars
3 months ago
I just knew this was gonna be amazing!
If youre in any doubt about purchasing this air drying cream, i totally advise you to try it. Menopause and thyroid issues caused my life long 56 year old straight hair to suddenly go wavey and curly last year (which was always my dream). So it took me a year to find something that actually works well and is so easy and quick to use. I was almost ready to give up trying as ive tried literally every product for curly/wavey hair and every mixed combo scenario of products you can possibly think of. Then i saw the ad for this. It has been transformative! Quick, easy, beautiful scent, fab packaging. And even better, not expensive. Win, win! I love it and will keep using it for as long as Kitsch keep making it (which better be forever lol).
LB
Lisa B.
I recommend this product
Rated 5 out of 5 stars
3 months ago
This works!
I never leave reviews, but this product does a great job in getting my hair to dry with no frizz. I ordered several more bottles because someone in marketing will get an idea and change it. I have a counter filled with useless products, except for this one. Before pic on the right. My waves are defined and together and the left.
H
Hayley
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
12 months ago
This has brought my waves back after years of dull flat hair.
Okay I absolutely love this. Genuinely didnt think it would work like it has, but bought this because I never dry my hair with heat, I always leave it to air dry.
This has totally transformed my hair with absolutely no effort. It was always a bit flat before but now always has volume and perfect waves!
Im in the UK but will continue to buy this.
The labubu offer is what encouraged me to try an American brand... no labubu for my daughter, unfortunately, but I will certainly buy this again!
ΣΓ
Στέλλα Γ.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
11 months ago
Lovely product
It forms my curls while drying. Best product I've used since I've stopped using styling. I use it after my leave in, scrunch it in my hair and let it air dry. That's all it takes! A quantity of 1 - 2 peas is enough, so a cost effective product too 😉
SR
Sara R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
Cream
This cream has worked better on my naturally wavy hair than anything else has! I love it.
LS
Lynda S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Perfectly defined curls
I hardly ever leave reviews, but this product deserves one. Used it for the first time today, and I'm a massive fan. My hair is all one length (because I'm too lazy to go get some layers😬) and every other curl/antifrizz product is either too heavy, too crunchy, too product-y feeling on my hair, but this air dry cream is perfection. Even on my unlayered hair! You can see how light it is, because it doesn't drag my hair flat at the top. I'm a customer for life.
CK
Claire K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
The best curl cream I've bought so far
I'm stoked with this curl cream. I had dead straight hair until my mid-late 30s and in the decade since I've been on a learning curve because I don't know how to encourage my curls and make them last. And the chances of me ever having time to use a hair dryer are slim to none.
This is definitely the best one I've used so far. Amazing curls for a minimum of two days, weather dependent, and I get some proper ringlets in the front which make me sooo happy.
My tip is, use more than you think you need. Amazing how your hair sucks this stuff up and turns it into curls. I really hope kitsch consider refills or a larger bottle.... pretty please??
KH
Kayla H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Amazing!
I washed, conditioned, used the argan milk leave-in and then the air dry cream. My curls look great now that they’re dry! Zero frizz and super soft! This stuff has SIGNIFICANTLY changed my curl routine!
Loading...
Loading...
Frequently Asked Questions
Questo prodotto è più adatto ai capelli fini e medi ed è perfetto per migliorare l'aspetto della texture e delle onde naturali, riducendo l'effetto crespo.
La nostra Crema lisciante per asciugatura all’aria è pensata per lo styling senza calore, ma puoi comunque utilizzare questo prodotto per ridurre l'effetto crespo e mantenere lo styling prima di utilizzare strumenti a caldo. Tuttavia, questo prodotto non contiene protettori termici, quindi ti consigliamo di utilizzarlo in combinazione con Kitsch Priming Heat Protectant & Styling Spray.
La nostra crema è sicura per i capelli colorati poiché è priva di coloranti e solfati.
Una calda miscela di ambra zuccherata con note di fondo di vaniglia e sandalo. Se hai provato il nostro balsamo solido al burro di karité o lo shampoo e il balsamo solidi all'olio di ricino, è lo stesso profumo avvolgente e irresistibile!
Scegliendo uno styling senza calore, il cuoio capelluto non è soggetto ad alte temperature che possono peggiorare problemi come secchezza e irritazione. (Questo prodotto non è destinato all'uso sul cuoio capelluto)
Sì, è adatta ai capelli a bassa porosità, ma poiché i capelli a bassa porosità possono sembrare facilmente appesantiti e una piccola quantità di questo prodotto è molto efficace, consigliamo di iniziare con una quantità pari a un pisello e di aumentarla se necessario.
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.