Avertissement : L’emballage reçu peut différer de celui affiché.
Votre shampoing sec incontournable—désormais en format pompe !
Poudre légèrement teintée se fond facilement dans les cheveux clairs à moyens—aucun résidu blanc !
Enrichi en protéine de riz, niacinamide et ashwagandha pour favoriser des cheveux plus sains
Prolonge votre coiffure avec volume instantané et absorption rapide de l'huile
Disponible dans les deux versions options foncées et claires
Pompe non aérosol ne contient pas de polluants agressifs comme le butane et le propane
Conception compacte facile à transporter pour les jours de voyage ou de gymnastique
Sans parfum ajouté
Emballage réalisé avec 30 % de matériel PCR
Fabriqué aux États-Unis, végétalien, sans cruauté, et Certifié Leaping Bunny
L'emballage du produit peut varier
Retirer le capuchon et commencer par des mini-pompes dans les zones ciblées des racines non lavées. (Un peu suffit !)
Utiliser le bout des doigts pour masser et faire pénétrer la poudre dans les racines.
Laisser reposer la poudre pendant quelques minutes, puis brosser ou peigner soigneusement pour la répartir uniformément. Sécher au sèche-cheveux en position froide pendant quelques secondes pour éliminer l'excès de produit.
Coiffez vos cheveux comme vous le souhaitez et profitez de mèches rafraîchies avec plus de texture et de volume !
Niacinamide
Calme le cuir chevelu grâce à sa riche source de vitamine B3.
Ashwagandha
Absorbe l'excès de sébum et donne à vos cheveux un fini soyeux et doux.
Protéine de riz
Renforce les mèches et augmente le volume grâce aux acides aminés essentiels.
Ingrédients
Amidon de Zea Mays (maïs), extrait de racine de Maranta Arundinacea, carbonate de sodium, silylate de silice, mica, ferment de Saccharomyces, propanediol, hydroxyacétophénone, eau/alcool/eau, lauroyllysine, niacinamide, protéines de riz hydrolysées, glycérine, extrait d'écorce de Magnolia Officinalis, extrait de racine de Withania Somnifera, alcool benzylique, sorbate de potassium, benzoate de sodium, oxyde de fer (CI 77499, CI 77491), dioxyde de titane (CI 77891).
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole internationalement reconnu garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été utilisé dans le développement des produits qui l'arborent.
{
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 - Invisible 28.4g`;
let bundleHandle = `volumizing-rice-protein-dry-shampoo-with-pump-invisible`;
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 - Invisible 28.4g
$15.00$15.00
Brosse démêlante flexible noir
$22.00$22.00
Crème lissante pour séchage à l’air libre
$15.00$15.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 - Invisible 28.4g`;
let bundleHandle = `volumizing-rice-protein-dry-shampoo-with-pump-invisible`;
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');
});
}
}">
Fréquemment achetés ensemble
Shampooing sec volumineux aux protéines de riz - Invisible 28.4g
Shampooing sec volumineux aux protéines de riz - Invisible 28.4g
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">
Bonjour, cheveux rafraîchis, ravivés et rajeunis ! La pompe à distribution rapide absorbe l'huile instantanément, prolongeant votre coiffure entre les jours de lavage.
2. ingrédients enrichissants
Les protéines de riz renforçantes, le niacinamide calmant et l'ashwagandha apaisant aident vos cheveux et votre cuir chevelu à se sentir plus sains, protégés et soignés.
3. couverture sans coulée
La formule en poudre se fond parfaitement dans les couleurs de cheveux plus foncées, sans aucun résidu crayeux. (Il existe également une version pour les cheveux clairs !)
4. va-va-volume
Vous rêvez d'un volume de top model ? Gonflez vos racines pour un look lifté mais léger, sans teasing ni crêpage de chignons.
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
Small and mighty dry shampoo!
This dry shampoo is great! It’s a non-aerosol dry shampoo, and uses a little mechanical pump to release the powder. The instructions say ‘a little goes a long way’ and they are accurate! Pushing the pump down once all the way releases a LOT of the powder in one area, so I recommend pressing slightly down with “micro-pumps” so you can distribute a small amount of the powder to each area of roots you are targeting. As the instructions state, I massaged the powder into my roots with my fingers, so I could feel the powder absorb the grease, and when I was good, then I lightly brushed my hair/roots to make it look nice. The volume was pretty good and was fairly noticeable with the top layers of hair. Since I don’t wash my curly hair everyday, especially during the winter, this product was good to refresh my hair/roots in between washes. I was able to use this 2 days back to back before feeling like my hair was too dry and needed an actual wash, but you may be able to go 3 days back to back of use, depending on the season/weather and how dry or oily your hair is during that time of year. I’m in an area currently experiencing colder temperatures, strong winds, little humidity and fires at the moment, so my hair is not getting very greasy compared the summer when it’s hot and sweaty. Dry shampoos in general are often white powder and make hair look lighter, in the areas it was distributed. This one won’t leave patches of noticeable powder if you rub it in appropriately, and blends in…
NO
Nicole O.
Verified Buyer
I recommend this product
Product Standouts Increased Volume & Texture, Absorbed Oil, Refreshed Hair, 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
Love It!
This powdered dry shampoo is so great. I’ve never really been a dry shampoo user in the past because I have very fine textured hair and dry shampoo always weighed it down, but Kitsch’s powdered dry shampoo does not do that at all! It actually adds a little volume to my hair and I can go 3-4 days without a regular shampoo with this dry shampoo. The dark tint is perfect for dark hair and I like how great it looks after brushing. I love it! I received this product for free in exchange for my honest review.
SH
Sara H.
Verified Buyer
I recommend this product
Product Standouts 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 choice!
This dry shampoo is my go to for inbetween wash days! It keeps my hair from being oily and dirty and leaves it looking like it is fresh and healthy like I have just washed it. I love how easy it is to apply and healthy it is for my scalp. I also toss this into my gym bag and leave the gym looking clean every time!
NG
Nicole G.
Verified Buyer
I recommend this product
Product Standouts Increased Volume & Texture, Refreshed Hair, Blends Well, Absorbed Oil, 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
Perfect for dark & gray hair!
The Kitsch Rice Protein Dark Tinted Dry Shampoo with its non-aerosol pump is an absolute must-have for anyone with dark or dark and gray hair! I’ve struggled in the past with dry shampoos leaving that dreaded white residue, but this one blends in perfectly. You’d never even know I used it—it’s completely seamless on my dark and gray strands.
The pump is genius! It’s easy to control and applies just the right amount of product exactly where I need it, so there’s no mess or waste. Plus, it absorbs any oil or grease effortlessly, leaving my hair feeling clean, fresh, and light, even on day 3.
The added bonus? Amazing volume. My hair had so much body and bounce, it felt like I’d spent hours styling it when all I did was use this dry shampoo.
If you’re looking for a dry shampoo that works beautifully on darker tones, this is the one. I’m officially hooked!
NG
Nicole G.
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
My new Holy Grail Dry Shampoo!
I can’t say enough good things about the Kitsch Rice Protein Invisible Dry Shampoo with its non-aerosol pump! First off, the pump is incredible. It’s so easy to control, and it applies the perfect amount of dry shampoo exactly where I need it without making a mess or wasting product.
The results? Game-changing. My hair felt completely refreshed, even on day 3, with no greasy residue left behind. It absorbs oil so well that my scalp felt clean and light—not weighed down like some other dry shampoos leave it.
And the volume? Unreal. My hair looked like it had just been styled, with this beautiful, bouncy lift that made me feel like I’d just walked out of a salon.
If you’ve been on the hunt for a dry shampoo that checks all the boxes—effective, easy to use, and amazing for your hair—this is it. I’ll never go back to aerosols again!
Did using this product extend your hair wash days? Yes, 4+ extra days
Rated 5 out of 5 stars
1 year ago
I love this!
I love that this dry shampoo does not cause any white cast on my dark hair. I struggled for years with finding the right option for my dark hair that would blend in. This is my solution! It blends in perfectly with my roots and leaves me with refreshed and bouncy curls after every application!
Did using this product extend your hair wash days? Yes, 1 extra day
Rated 5 out of 5 stars
1 year ago
Amazing Application of Dry Shampoo!
From the get-go, I loved how you apply the dry shampoo with the puff! I found that I wasted less product than applying with my hands alone and it was so neat to see the dry shampoo filter through the puff. It applies a generous amount in a dark brown powder form, and easily blended into my brown hair color. It definitely made my hair look less oily. I had already switched to non-aerosol dry shampoo before this, but I have to say that I prefer this dry shampoo to others I have used because of the application system alone.
NO
Nicole O.
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
Great
This powdered dry shampoo is so great. I’ve never really been a dry shampoo user in the past because I have very fine textured hair and dry shampoo always weighed it down, but Kitsch’s powdered dry shampoo does not do that at all! It actually adds a little volume to my hair and I can go 3-4 days without a regular shampoo with this dry shampoo. It’s also just as the name states, invisible. You cannot see any of the product after brushing. I love it! I received this product for free in exchange for my honest review.
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
Dry shampoo tinted
This dry shampoo is amazing. It is a dark tinted powder, it absorbs well. Easy to massage in and combs into hair without a trace for dark hair. Instantly creates volume. This is so easy to use, and a non-aerosol. I received this from the company for my honest review. I would 100% buy this again!
Did using this product extend your hair wash days? Yes, 1-3 extra days
Rated 5 out of 5 stars
1 year ago
Dry shampoo
This dry shampoo is amazing. It is an invisible powder, it absorbs well. Easy to massage in and combs into hair without a trace. Instantly creates volume. I received this from the company for my honest review. I would 100% buy this again!
Loading...
Loading...
Frequently Asked Questions
Les deux sont d'excellentes options pour tous les types de cheveux. Cependant, si vous avez une plus grande surface à couvrir (cheveux longs, épais ou bouclés), la pompe est idéale pour un rafraîchissement complet. La houppette est particulièrement utile si vous avez une zone ciblée, comme une frange grasse.
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, de la niacinamide, de la poudre d'arrow-root d'origine durable et de la protéine de riz, tous issus de l'agriculture biologique et offrant des avantages uniques.
L'ashwagandha, reconnu 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 riche teneur en acides aminés anioniques.
Enlevez le capuchon et tenez la pompe à une distance d'environ 10 à 15 cm de vos cheveux. Appuyez doucement sur la pompe pour libérer la poudre du shampooing sec aux protéines de riz sur les zones de vos cheveux qui présentent un excès de sébum ou sur vos racines pour ajouter du volume. Utilisez le bout de vos doigts propres pour masser légèrement ou mélanger la poudre à vos racines. Laissez reposer pendant quelques minutes, puis brossez ou peignez la poudre dans les cheveux pour qu'elle se répartisse uniformément. Un peu de poudre suffit, mais vous pouvez également utiliser un sèche-cheveux à froid pour éliminer l'excès de produit.
Non, pas si vous suivez le mode d'emploi. Il suffit de pomper délicatement la poudre sur la zone où vous en avez le plus besoin - un peu suffit. Massez la poudre sur vos racines et regardez-la s'absorber sous vos yeux, vous laissant avec des mèches fraîches et volumineuses.
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.