Votre sauveur du troisième jour pour une sensation de cheveux propres
Formule en poudre écologique enrichie en protéine de riz, niacinamide et ashwagandha
Prolonge votre coiffure avec du volume instantané et une absorption rapide du sébum
Se fond parfaitement dans les cheveux foncés—aucun résidu blanc ici
Formule sans talc ni benzène, sûre pour une utilisation quotidienne.
Ingrédients doux pour le cuir chevelu qui prennent soin de vos cheveux
Applicateur intégré pour une application facile sur les racines
Design pratique pour les voyages pour rafraîchir votre look en déplacement
Sans parfum ajouté
Emballage en plastique et papier recyclés
Fabriqué aux États-Unis, Végan, Sans cruauté, Certifié Leaping Bunny
L’éponge peut être lavée à la main avec un savon doux (savon pour bébé ou nettoyant visage recommandés). Laisser sécher à l’air libre avant de la remettre en place!
Tourner le capuchon supérieur et retirer le plateau intérieur, puis tourner le capuchon pour le remettre sur la base inférieure.
Retirer le capuchon et retourner le côté bouffant pour commencer à faire couler la poudre.
Tamponnez légèrement la houppette directement sur les racines non lavées, en insistant sur les zones grasses. Une petite quantité suffit !
Utilisez le bout de vos doigts pour masser et faire pénétrer la poudre dans vos racines.
Laissez reposer la poudre pendant quelques minutes, puis passez la brosse ou le peigne dans les cheveux pour répartir uniformément l'excédent de poudre.
Coiffez vos cheveux comme d'habitude et profitez de mèches rafraîchies avec plus de texture et de volume !
PS : L'éponge peut être lavée à la main avec un savon doux (un nettoyant pour bébé ou un nettoyant pour le visage sont aussi d'excellentes options !) Séchez à l'air libre, puis remettez-la en place !
Protéine de riz
Renforce les mèches et augmente le volume grâce aux acides aminés essentiels.
Ashwagandha
Absorbe l'excès de sébum et donne à vos cheveux un fini soyeux et doux.
Niacinamide
Calme le cuir chevelu grâce à sa riche source de vitamine B3.
Ingrédients
Amidon de Zea Mays (maïs), extrait de racine de Maranta Arundinacea, carbonate de sodium, silylate de silice, ferment de Saccharomyces, propanediol, mica, hydroxyacétophénone, eau, oxyde de fer CI 77492, lauroyl lysine, niacinamide, protéine de riz hydrolysée, glycérine, extrait d'écorce de Magnolia Officinalis, extrait de racine de Withania Somnifera, alcool benzylique, sorbate de potassium, benzoate de sodium.
Peut contenir de l'oxyde de fer CI 77491, de l'oxyde de fer CI 77499, de l'oxyde de fer CI 77491, du dioxyde de titane CI 77891.
Rice Protein
Ashwagandha
Niacinamide
{
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 = `Shampooing sec volumineux aux protéines de riz`;
let bundleHandle = `shampooing-sec-volumisant-aux-proteines-de-riz-poudre-teintee-legere`;
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:
Shampooing sec volumineux aux protéines de riz
$ 350.00
$ 350.00
Brosse démêlante flexible noir
$ 514.00
$ 514.00
Crème lissante pour séchage à l’air libre
$ 350.00
$ 350.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 = `Shampooing sec volumineux aux protéines de riz`;
let bundleHandle = `shampooing-sec-volumisant-aux-proteines-de-riz-poudre-teintee-legere`;
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">
4 raisons pour lesquelles des millions de femmes adoptent le shampooing sec Kitsch's
1. désodorisant pour les cheveux
Volumise vos cheveux pour un look juste lavé grâce à des teintes claires et foncées qui se fondent sans effort dans vos racines.
2. absorption rapide
Absorbe instantanément l'excès de sébum au niveau des racines tout en apportant des ingrédients bénéfiques pour le cuir chevelu et les mèches qui prolongent la durée de vie de votre coiffure, comme l'ont constaté 100 % des participants.
3. formule enrichissante
Infusé de protéines de riz fortifiantes, de niacinamide calmant et d'ashwagandha apaisant pour prendre soin de vos cheveux.
4. compact à emporter partout
Convivial et bien pensé, il est doté d'une houppette intégrée pour rafraîchir votre look à tout moment, où que vous soyez.
Product Standouts Increased Volume & Texture, Absorbed Oil, Refreshed Hair, Blends Well, Easy to Use
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
2 years ago
Wow! Zero fragrance!
This is so amazing!! I have dish water blonde as natural hair and I highlight it and with my roots coming in it's more noticeable when my hair is dirty. I have used corn starch and other spray in dry shampoos and it was always money wasted. They always left a baby powder smell or aqua net residue and my head was not only still greasy in some spots but now my scalp was irritated. I gave up and of course I ordered my 4th bar of shampoo and conditioner from Kitsch and decided to try it. It was amazing! I can't tell you how pleased I am to have zero fragrance and a product that literally looks like I have 2 more days left on my wash day! Thank you!!!! I did the top of my hair and left my greasy side piece so you can see the difference!! Absolutely refreshed!
N
Nataliia
Verified Buyer
I recommend this product
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
2 years ago
WOW!!!
This dry shampoo exceded my all expectations! I tried at all kind of brands but never will be back to any of those. Will use just this product entirely. I usually was my hair once a week but in a day 7 I was using this shampoo and I'm attaching the picture of the day 8! It looks like as just now washed. AMAZING! My daughter and my friend is about to buy the products from you as well because they really liked how it works. Thank you for the great products! I'm your customer forever! ❤️
SM
Stacey M.
Verified Buyer
I recommend this product
Product Standouts Increased Volume & Texture, Absorbed Oil, Refreshed Hair, Blends Well, Easy to Use
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
2 years ago
A must have for days 3 or 4 ………
I’ve never liked the spray dry shampoo. However, I thought I would give this a try and wow what a mind changer!!!! Oh, and, hair changer !!!! I got the light colored because my hair is light brown with a whole lot of grey. Blends perfectly! Just open the jar and take the plastic divider out and put the puff back on the jar, turn it over and give it a few light pats so the powder will come through the puff. Dab very lightly, use your fingertips to rub it in and finish off by combing through. For every use I just flip the jar over once and barely tap it to get it flowing. Be aware though, a little goes a long way !!!!!!! So you don’t have to keep tapping more powder into the sponge puff. I hope you love it as much as I do !!!!
Did using this product extend your hair wash days? Yes, 1 extra day
Rated 5 out of 5 stars
1 year ago
AWESOME
This works so much better than other brands I’ve used (I’ve used A LOT of different brands) . I wash my hair every other day - usually on day 1 I wear it down and in day 2 I wear it pulled up because even when I’ve used dry shampoo, it still looks a little oily to me. With this dry shampoo I can wear my hair down both days AND even push washing my hair out another day (I haven’t tried to push it out any further than that). I feel like Kitsch dry shampoo even gives my hair a little more volume (getting volume is struggle with my very fine hair)!
TS
Tracy S.
Verified Buyer
I recommend this product
Product Standouts Increased Volume & Texture, Absorbed Oil, Blends Well, Refreshed Hair, Easy to Use
Did using this product extend your hair wash days? Yes, 4+ extra days
Rated 5 out of 5 stars
1 year ago
Dry shampoo review
This is absolutely the best dry shampoo I’ve ever used. Takes the oil away, leaves my hair shiny. Looks like I just washed and styled my hair!
I definitely recommend this product!!!
AA
Adele A.
Verified Buyer
I recommend this product
Product Standouts Refreshed Hair, Absorbed Oil, Blends Well
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
Truely amazing!!!!
Honestly, I was a little skeptical, but bought it hoping it would work!! We’ll…. Yes it does!!! I have to explain, I’m 74, have Very fine naturally blond hair all my life, and now is white-blond and was worried the powder would show. It does not at all! It’s wonderful!!! I will certainly be buying more!!
Adele,
K
Kayte
I recommend this product
Product Standouts Increased Volume & Texture, Absorbed Oil, Refreshed Hair, Blends Well, Easy to Use
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
I’m shook
I’ve tried many dry shampoos. My hair gets greasy so fast and whilst dry shampoos may soak it up, they leave your hair dull and full of gunk. This is a game changer. I’m so so impressed with it. Forgive my un-dyed roots in the pic, but this is day 3 and look how shiny and volumous my hair is. It’s truly incredible. And better for the environment!
MM
Madeleine M.
Verified Reviewer
I recommend this product
Product Standouts Increased Volume & Texture, Absorbed Oil, Refreshed Hair, Blends Well, Easy to Use
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
Great product to extend time between washes
Despite being small, you only need a tiny amount to banish greasy roots.
I was really impressed by the volume of my hair after using and the way the product blends in. I went with the lighter one as my hair is light chestnut and it doesn't show once massaged in, just leaves it looking clean and full of life.
J
Jen
Verified Buyer
I recommend this product
Product Standouts Increased Volume & Texture, Absorbed Oil, Refreshed Hair, Blends Well, Easy to Use
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
First time user
I am so happy with this product! It is so easy to use, aerosol free, and gives specific coverage. Kitsch is light weight and gives instant volume. I have fine hair and like to wash twice a week. This product gives what my hair needs in between washes. I just raved about this product to my hairdresser!
Did using this product extend your hair wash days? Yes, 1 extra day
Rated 5 out of 5 stars
1 year ago
Works great!
I have been looking for a good dry shampoo for years. I tried multiple aerosol dry shampoos and one spray type powder dry shampoo but they were all very messy and left a white cast. Kitsch’s powder dry shampoo works so well and I love that it’s not messy at all and it does not leave a white cast on my brown hair . It also is very easy to apply. The only downside for me is that it is unscented and I wish it had a scent. I would definitely recommend this and will be buying it again!
Loading...
Loading...
Frequently Asked Questions
Oui, notre shampooing sec volumateur est végétalien et sans cruauté.
Non, notre shampooing sec volumateur ne contient pas de parabènes.
Ce shampooing sec contient de l'ashwagandha issu de l'agriculture biologique, de la niacinamide, de la poudre d'arrow-root issue de l'agriculture durable et des protéines de riz, chacun offrant des avantages uniques. L'ashwagandha, reconnue pour ses propriétés adaptogènes, peut aider à apaiser le cuir chevelu et favoriser un environnement sain pour la croissance des cheveux. Le niacinamide, une forme de vitamine B3, favorise la santé du cuir chevelu et peut contribuer à réduire l'inflammation. La poudre soyeuse d'arrowroot se distingue par ses capacités exceptionnelles d'absorption du sébum. La protéine de riz, dérivée de brisures de riz recyclées, renforce non seulement la structure des cheveux, mais augmente également leur volume de manière significative grâce à sa richesse en acides aminés anioniques.
Il suffit de tamponner la houppette facile à appliquer là où vous en avez le plus besoin - quelques légères pressions suffisent.
Massez la poudre sur vos racines et regardez-la absorber sous vos yeux, vous laissant avec des mèches fraîches et volumineuses.
Vous avez appliqué un peu trop de poudre ? Séchez rapidement vos racines au sèche-cheveux pour répartir l'excédent de poudre.
Non, pas si vous suivez le mode d'emploi. Tamponnez simplement la houppette facile à appliquer là où vous en avez le plus besoin - quelques légers tapotements suffisent.
Massez la poudre sur vos racines et regardez-la s'absorber sous vos yeux, vous laissant avec des mèches fraîches et volumineuses.
Un flacon de shampooing sec Volumizing Rice Protein dure généralement de 1 à 3 mois. Cela dépend du type de cheveux, du mode de vie et de la routine.
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.