Un secado al aire tan bueno que parece recién salido del salón. La Crema suavizante de secado al aire de Kitsch mejora la apariencia de la textura natural y controla el frizz hasta por 24 horas* con una mezcla ligera de aceite de ricino, escualano y aceite de coco.
*Basado en pruebas de consumidores durante 2 semanas
Una crema ligera sin enjuague que retiene la humedad y suaviza el cabello para un peinado sin calor y sin esfuerzo.
Control del frizz por 24 horas que mantiene el cabello suave, pulido y sedoso al tacto.
Ayuda a definir ondas y rizos—sin calor, sin complicaciones.
Enriquecido con aceite de ricino, escualano, pantenol y aceite de coco para nutrir, hidratar y proteger.
Fórmula ligera y no grasa que no apelmaza el cabello.
Ideal para secado al aire, trenzas o crear textura natural.
Convierte el secado al aire de todos los días en unritual para un buen día de cabello.
Perfecto paradías de peinado sin esfuerzo y sin calor cuando aún quieres resultados de salón.
Ayuda a definir ondas y rizos que se sienten suaves y totalmente irresistibles al tacto.
Perfecto para peinados rápidos y sin preocupaciones siempre que lo necesites.
Vegano y libre de crueldad animal
Libre de parabenos, ftalatos, sulfatos y colorantes artificiales.
Frota una pequeña cantidad entre las palmas. ¡Un poco es suficiente!
Aplícalo en el cabello húmedo o seco desde la mitad hasta las puntas, agregando más según sea necesario.
Para realzar rizos y ondas naturales, estruja o enrolla con los dedos pequeñas secciones.
CONSEJO PRO: Comienza con Kitsch Acondicionador hidratante de leche de argán sin aclarado como primer paso hidratante.
Óleo de rícino
Nutrir o cabelo da raiz às pontas com a ajuda do Óleo de Rícino, um óleo que fortalece os fios e equilibra o couro cabeludo para um cabelo limpo e saudável.
Óleo de Coco
O óleo de coco retém a humidade para ajudar a hidratar profundamente os seus fios a partir do interior e a reduzir a quebra para um cabelo mais forte, mais brilhante e com um aspeto mais saudável.
¡Estamos certificados por Leaping Bunny! El logo de Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se realizaron nuevas pruebas en animales durante el desarrollo de ningún producto que lo muestre.
{
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 = `Kitsch Smoothing Air Dry Creme`;
let bundleHandle = `crema-suavizante-de-secado-al-aire`;
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:
Kitsch Smoothing Air Dry Creme
$ 351.00
$ 351.00
Spray protetor de calor
$ 444.00
$ 444.00
Escova desembaraçadora - preta
$ 281.00
$ 281.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 = `Kitsch Smoothing Air Dry Creme`;
let bundleHandle = `crema-suavizante-de-secado-al-aire`;
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');
});
}
}">
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">
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
Este producto es más adecuado para cabellos finos y medios, y es perfecto para realzar la textura y las ondas naturales del cabello, al tiempo que reduce el encrespamiento
Nuestra crema suaviante de secado al aire está pensada para peinados sin calor, pero puedes seguir utilizando este producto para reducir el encrespamiento y mantener el peinado antes de utilizar herramientas térmicas. Sin embargo, este producto no contiene protector térmico, por lo que recomendamos utilizarlo en combinación con el spray protector térmico y fijador Kitsch Priming Heat Protectant & Styling Spray.
Nuestra crema suavizante es segura para el color, ya que no contiene colorantes ni sulfatos
A una cálida mezcla de ámbar azucarado con notas de fondo de vainilla y sándalo. Si has probado nuestro acondicionador sólido de manteca de karité o nuestro champú y acondicionador en barra de aceite de ricino, ¡es el mismo aroma acogedor y adictivo!
Al elegir un peinado sin calor, tu cuero cabelludo no está expuesto a altas temperaturas que pueden empeorar problemas como la sequedad y la irritación. (Este producto no está diseñado para usarse en el cuero cabelludo).
Sí, es adecuado para el cabello de baja porosidad, pero dado que este tipo de cabello puede sentirse recubierto fácilmente y una pequeña cantidad de este producto cunde mucho, recomendamos comenzar con una cantidad del tamaño de un guisante y aumentar a partir de ahí si es necesario.
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.
Escolher uma seleção resulta numa atualização de página completa.