Un séchage à l'air si réussi qu'on dirait un brushing de salon. La Crème lissante pour séchage à l’air libre améliore la texture naturelle et contrôle les frisottis jusqu'à 24 heures* grâce à un mélange léger d'huile de ricin, de squalane et d'huile de coco.
*Basé sur un test consommateur de 2 semaines
Une crème légère sans rinçage qui hydrate et lisse les cheveux pour un coiffage naturel sans chaleur et sans effort.
Contrôle des frisottis pendant 24 heures pour des cheveux souples, lisses et soyeux au toucher.
Aide à définir les ondulations et les boucles—sans chaleur, sans effort.
Enrichie en huile de ricin, squalane, panthénol et huile de coco pour nourrir, hydrater et protéger.
Formule légère et non grasse qui n'alourdit pas les cheveux.
Idéale pour un séchage à l'air, des tresses ou pour créer une texture naturelle.
Transformez le séchage à l’air quotidien en unrituel pour des cheveux sublimes.
Parfait pourdes journées coiffage sans effort et sans chaleur tout en obtenant des résultats dignes d’un salon.
Aide à définir les ondulations et boucles qui restent douces et agréables au toucher.
Parfait pour un coiffage rapide et sans souci dès que nécessaire.
Vegan et sans cruauté
Sans parabènes, phtalates, sulfates et colorants artificiels.
Frottez une petite quantité entre vos paumes. Une petite dose suffit!
Appliquez sur cheveux humides ou secs des mi-longueurs jusqu’aux pointes, en ajoutant plus si nécessaire.
Pour définir les boucles et ondulations naturelles, froissez ou enroulez de petites sections avec les doigts.
ASTUCE PRO : Commencez avec Kitsch Moisturizing Argan Milk Leave-In Conditioner comme première étape hydratante.
Huile de ricin
Nourrissez vos cheveux des racines aux pointes avec l'aide de l'huile de ricin, une huile qui renforce les cheveux et équilibre le cuir chevelu pour des cheveux propres et sains.
Huile de coco
L'huile de noix de coco retient l'humidité pour hydrater en profondeur vos mèches de l'intérieur et réduire les cassures pour des cheveux plus forts, plus brillants et d'apparence plus saine.
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole reconnu internationalement garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été effectué lors du développement de tout produit portant ce logo.
{
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 = `Crème lissante pour séchage à l’air libre`;
let bundleHandle = `creme-lissante-pour-sechage-a-l-air-libre`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Crème lissante pour séchage à l’air libre
$29.00
$29.00
Spray protecteur contre la chaleur
$37.00
$37.00
Brosse démêlante - Noir
$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 = `Crème lissante pour séchage à l’air libre`;
let bundleHandle = `creme-lissante-pour-sechage-a-l-air-libre`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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
Ce produit convient particulièrement aux cheveux fins à moyens et est idéal pour mettre en valeur la texture et les ondulations naturelles tout en réduisant les frisottis.
Notre Crème lissante pour séchage à l’air libre est destinée à un coiffage sans chaleur, mais vous pouvez tout de même utiliser ce produit pour réduire les frisottis et conserver votre coiffure avant de l'utiliser avec un appareil chauffant. Cependant, ce produit ne contient pas de protecteur thermique, nous vous recommandons donc de l'utiliser en combinaison avec le spray coiffant et protecteur thermique Kitsch Priming Heat Protectant & Styling Spray.
Notre crème est sans danger pour la couleur, car elle ne contient ni colorants ni sulfates.
Un mélange chaleureux d'ambre sucré avec des notes de fond de vanille et de bois de santal. Si vous avez déjà essayé notre après-shampoing solide au beurre de karité ou nos shampoings et après-shampoings solides à l'huile de ricin, c'est le même parfum réconfortant et addictif !
En choisissant un coiffage sans chaleur, votre cuir chevelu n'est pas soumis à des températures élevées qui peuvent aggraver les problèmes tels que la sécheresse et l'irritation. (Ce produit n'est pas destiné à être utilisé sur le cuir chevelu).
Oui, elle convient aux cheveux à faible porosité, mais comme ceux-ci ont tendance à se sentir facilement enduits et qu'une petite quantité de produit suffit, nous recommandons de commencer par une quantité de la taille d'un petit pois et d'augmenter si nécessaire.
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.