Setole flessibili: La struttura flessibile della spazzola si adatta alla forma della testa per un'esperienza di districatura confortevole e senza sforzo.
Delicata ed efficace: Le setole ultra-lisce riducono la tensione sulla fibra capillare, offrendo un massaggio rilassante al cuoio capelluto mentre districano i capelli sia bagnati che asciutti.
Compatta e ideale da viaggio: La dimensione mini la rende facilissima da portare ovunque: perfetta per la borsa, la sacca da palestra o il kit da viaggio.
Adatta a tutti i tipi di capelli: Che tu abbia capelli ricci, mossi o lisci, questa spazzola fa miracoli su ogni tipo di texture, lasciando i capelli morbidi e completamente liberi dai nodi.
Promuove la salute del cuoio capelluto: Le setole delicate stimolano il cuoio capelluto a ogni passata, favorendo una crescita sana dei capelli e aumentandone la lucentezza.
Multi-tasking must-have detangles, massages, and preps hair for styling or air-drying
Promotes scalp health with every pass thanks to tension-reducing bristles
All-in-one recyclable design with a comfy, ergonomic grip
Ideal for curls, coils, waves, and straight strands alike
Compact mini size perfect for travel, gym bags, and on-the-go styling
Pro Tip: For the ultimate detangling experience, pair with the Kitsch Moisturizing Argan Milk Leave-In Conditioner to help smooth and treat strands.
Fai scivolare la spazzola tra i capelli umidi o asciutti, partendo dalle punte e risalendo verso l'alto per districare senza rotture né dolore.
Per una morbidezza extra, usala insieme al Balsamo Senza Risciacquo al Latte d'Argan Idratante di Kitsch per un plus di idratazione e lucentezza.
Plastica riciclata
{
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 = `Mini spazzola districante flessibile – Blu polvere`;
let bundleHandle = `mini-spazzola-districante-flessibile-blu-polvere`;
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:
Spray termoprotettivo
$ 444.00
$ 444.00
Balsamo idratante al latte d'argan per i capelli
$ 351.00
$ 351.00
Mini campionario di oli per cuoio capelluto e capelli
$ 257.00
$ 257.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 = `Mini spazzola districante flessibile – Blu polvere`;
let bundleHandle = `mini-spazzola-districante-flessibile-blu-polvere`;
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');
});
}
}">
Acquistati spesso insieme
Spray termoprotettivo
$ 444.00
$ 444.00
+
Balsamo idratante al latte d'argan per i capelli
$ 351.00
$ 351.00
+
Mini campionario di oli per cuoio capelluto e capelli
Mini spazzola districante flessibile – Blu polvere
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 curly hair (3a or 3b) and the only detangling brush I’ve had for the shower is one of those wide tooth straight combs, which is fine for slowly getting knots undone, but not so great for smoothing or curl definitions (and certainly doesn’t feels great running the hard plastic teeth through my hair, against my scalp). So I would use my Denman brush after the shower to detangle any remaining hair & get my curls clumps looking nice. But since the brush was not meant to be used in the shower, I didn’t have something good, until I got Kitsch’s detangling brush. At first, I thought it would be like the handheld scalp brush that’s short and plastic, where the handle has to be screwed on (which lasts for a short bit before breaking). But this is SO MUCH BETTER. So well made, love the flexibility of each u-shaped row of bristles and feels fantastic on my scalp. I then tried it in the shower, and WOW! It was insanely easy & gentle for me to detangle my curls, and I could already see it smoothing any frizz + clumping my curls so nice. I used it after the shower, just putting a small amount of the air dry cream then let my hair air dry, and my curls looks so gorgeous when it dried! And mind you, I’m a curly hair girl that doesn’t not have the money, time or energy to be like those TikTok girls who use multiple products and blow dry their hair with a diffuser to achieve gorgeous curls. I only use one hair product after my shower, and thought they looked good most days, but now…
SH
Sarah H.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Brush
The flexibrush is amazing. It flexes and forms to your scalp. I tried wet and dry and both were great with those brush. There was alot less breakage. I received this for free for my honest review. I will recommend to my family and friends.
MB
Mel B.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great wet/dry detangling brush !
Highly recommend this brush! It works well on wet hair and dry hair! It definitely detangled my hair when it was wet and then also when it was dry! I love that the brush was bendable and comfortably adjust to your head. This brush is great for every day use.
K
Kacie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
ADORE this brush!
I absolutely love my terracotta flexi brush. I love that it bends to my scalp and hair when I use it. It reminds me of one of those scalp massagers you see people use. It feels great and also runs through my hair smoothly. It is snagless through wet hair (atleast mine, and I have curly hair!) and almost snag free on my dry hair! This is my new favorite brush and if I ever need a new one, I would definitely buy it through Kitsch!
A
Angel
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Flexible to my head!
This detangling brush has made such a difference in my routine! I have wavy, coarse hair and it glided through so easily without pulling or snagging. The flexible top moves with my head, and the bristles are gentle but still get through my hair fine. I love the light scalp massage while brushing and how it smooths out my frizz, especially near the crown. I have tried it on my daughter’s thicker, curlier hair and while it worked pretty well, it did snag a bit on some of her tighter knots. While I love the sleek black brush, I’d love to see more color options! I also hope they come out with a mini size someday to toss in my purse. Although honestly, this brush has been coming everywhere with me!
MG
Mandy G.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great brush!
This Kitsch flexi detangling brush works great on wet or dry hair. I really enjoy how the brush flexes when I brush my hair. It feels great on my scalp and easily detangles my hair. It glides effortlessly through even the toughest tangles. I am noticing that I have less breakage using this brush as well! 100% recommend!
BS
Betsy S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Wow!
I love this brush! I felt that it didn’t pull my hair like other brushes. The independent rows that move through my hair easily taking out my tangles and not just ripping through it and pulling out my hair. I will be purchasing a few for my granddaughters.
D
Daria
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Kit•sch supremacy
I have curly,fine and very frizzy hair,moreover right now I’m experiencing postpartum hair loss and most brushes just don’t work for me — they pull too much,break my hair and rip out what’s left of them. I had already tried two other popular detangling brushes,but as soon as I saw the Kit•sch Detangling Flexi Brush I knew it was different. The flexible arch design is genius — it bends to the shape of my head, making the brushing experience much more comfortable and efficient. It works beautifully on both wet and dry hair — I used it right after the shower and noticed significantly less hair left on the brush compared to my previous ones. The vent structure makes it ideal for blow drying. But the biggest benefit for me personally is that it’s made from a single piece of material: no seams,no gaps,nothing to snag or trap hair. My previous brush wasn’t solid and it used to pull hair painfully where the parts connected. Plus,water would collect inside it after showers and I always had to dry it before using a blow dryer. The Kit•sch Detangling Flexi Brush is not only functional and stylish, but it truly lives up to the hype. Highly recommend!
GW
Gretchen W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Lightweight, Travel Friendly, and Multi-Use
I received the newly released Kitsch Wet & Dry Detangling Flexi Brush from Sourcerie and Kitsch in exchange for my honest feedback. I truly appreciate Kitsch’s ongoing commitment to Cruelty-Free Beauty. They’re proudly Leaping-Bunny Certified, and I love that they also use sustainable packaging....a win for beauty and the planet! I have type 1A hair that’s fine, straight, and prone to tangling. It also gets oily quickly, so I need tools that are gentle yet effective. This Detangling Flexi Brush works wonderfully to glide through tangles without pulling or breakage. It’s made for both wet and dry hair...you can even use it in the shower! I’ve found it super versatile, and I’ve even used it for teasing my hair when styling. The brush itself is a beautiful cornflower blue color, made of plastic (bristles included), and features a vented back that helps it dry quickly and keeps it from getting musty. The vented design also gives it added flexibility, and it’s lightweight and easy to handle. My fiancé has thick, longer hair, and he likes using the brush too, so it’s definitely suited for a variety of hair types. I highly recommend the Kitsch Wet & Dry Detangling Flexi Brush for anyone looking for a gentle, multi-use, and travel-friendly detangler!
MT
Michelle T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
New Family Favorite Brush!
I absolutely Looooove this Detangling Flexi Brush!!Works great in my long hair that gets very tangled especially now in summer when it’s hot and I’m constantly put hair up and down!It really brushes through my hair nicely,it doesn’t snag or pull my hair out and it leaves it so smooth!Love how it moves and flows with your head too.My other brush is a Kitsch brush also but now this is my Favorite!My kids too Ugghhh they are always taking it!Have to get some more!!
Loading...
Loading...
Frequently Asked Questions
Sì! La Mini Spazzola Districante Flessibile di Kitsch fa miracoli su tutti i tipi di capelli, compresi quelli ricci e spessi, senza causare rotture.
Assolutamente sì! Le setole sono così delicate da districare perfettamente sia i capelli bagnati che quelli asciutti, rendendola ideale da usare dopo la doccia.
100%. Whether you've got coils, curls, or sleek strands, this brush gently detangles and helps define your natural texture without breaking a sweat (or your hair).
Absolutely. Use it to refresh your style, distribute product (like our Moisturizing Argan Milk Leave-In Conditioner, wink), or give your scalp a little massage any time of day. It's the multitasking MVP of your vanity.
Not even close. The flexible arch design and ultra-smooth bristles equals a pain-free, tension-free experience your head will thank you for.
Yes! The one-piece construction makes it easy to recycle—just throw it in the bin (though we can't see you ever getting rid of it, TBH).
Flexible arch. Ergonomic handle. Scalp-soothing bristles. Versatility for wet and dry hair. And did we mention it's cute and recyclable? Yeah. You need this one.
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.