Telaio della spazzola flessibile si adatta comodamente alla tua testa
Setole ultra lisce riducono la tensione mentre stimolano e massaggiano il cuoio capelluto
Districa delicatamente i capelli bagnati e asciutti dentro e fuori dalla doccia
Must-have multitasking districa, massaggia e prepara i capelli per lo styling o l'asciugatura all'aria
Favorisce la salute del cuoio capelluto ad ogni passaggio grazie alle setole che riducono la tensione
Design riciclabile tutto in uno con una presa comoda ed ergonomica
Ideale per ricci, onde e capelli lisci
Dimensioni: 6,91 cm L x 22,5 cm A x 3,81 cm P
Consiglio professionale: Per un'esperienza districante definitiva, abbina al Balsamo leave-in Kitsch all'Argan Idratante per lisciare e trattare i capelli.
Glide the brush through damp or dry hair, starting at the ends and working your way up to detangle without breakage or pain.
For added smoothness, pair with Kitsch's Moisturizing Argan Milk Leave-In Conditioner for extra hydration and shine.
TPEE
{
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 = `Spazzola flessibile districante terracotta`;
let bundleHandle = `detangling-flexi-brush-terracotta`;
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:
Crema lisciante per asciugatura all’aria
$29.00
$29.00
Balsamo idratante al latte d'argan per i capelli
$29.00
$29.00
Mini campionario di oli per cuoio capelluto e capelli
$21.00
$21.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 = `Spazzola flessibile districante terracotta`;
let bundleHandle = `detangling-flexi-brush-terracotta`;
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
Crema lisciante per asciugatura all’aria
$29.00
$29.00
+
Balsamo idratante al latte d'argan per i capelli
$29.00
$29.00
+
Mini campionario di oli per cuoio capelluto e capelli
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">
4 motivi per provare la spazzola flessibile districante di Kitsch
1. Flessibilità irresistibile
Il design ad arco pieghevole si adatta alla forma naturale del cuoio capelluto, rendendo ogni passata confortevole e liscia, comoda e totalmente priva di strattoni.
2. Dalla doccia allo stile
Utilizzatela bagnata o asciutta, sotto la doccia o in viaggio: questa spazzola elimina i nodi in ogni fase della vostra routine per capelli.
3. Spa vibes per la tua testa
Le setole morbide e flessibili massaggiano delicatamente mentre districano, stimolando la circolazione e trasformando la spazzolatura quotidiana in un rituale rilassante.
4. Styling sostenibile
Realizzata in un unico pezzo con materiali riciclabili e con un manico ergonomico che si adatta perfettamente alla mano.
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!
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.
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!!
EC
Erika C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great for ThinCurly Hair!
have naturally curly hair that’s very thin and tangles easily, but this hairbrush made a big difference. I used it on my natural hair and was surprised by how easy it was to detangle. I really like it and would definitely recommend it to others with similar hair types.
E
Edita
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Absolutely love this brush
I love everything about this brush! It has already become my favorite from a million brushes that I have. I love how this hairbrush looks, and I love that it has individual sections. It doesn’t pull on my hair and brushes it so gently. Since each section is separate, the brush moves very smoothly through my hair and adjusts as needed.
JH
Julie H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 months ago
Brush
It is a great brush since it it so gentle
K
Kayline
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I really love this Brush
Absolutely love the Kitsch Detangling Flexi Brush! It glides through my hair effortlessly without pulling or breakage. The flexible design makes it perfect for wet or dry detangling, and it feels super gentle on the scalp. I especially love that my hair doesn't break as much after each brush stroke as it used to.
RD
Renee D. M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
BOUGHT TWO & LOVE
I USE ONE BRUSH IN THE SHOWER AND ONE AS I’M GETTING READY FOR THE DAY. THESE BRUSHES ARE AWESOME AND GLIDE RIGHT THROUGH MY HAIR BECAUSE IT’S FLEXIBLE. MY HAIR FEELS SOFTER THAN EVER AND I HIGHLY RECOMMEND THESE BRUSHES.
S
StaceyM
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Finally a brush that works .
Having fine hair can really be a challenge. It tangles so easily ! I received my brush today. Just at the right time. I had been mowing the yard with my hair pulled back and it’s always been such a challenge to brush it without breaking a lot of it !!! This did the trick, it went through my hair with ease !! The design is definitely well thought out . Another great product from Kitsch !!!
F
Findsandvogue
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
A need!
I LOVE this brush. I use it daily both mornings and evenings. It is very lightweight and glides smoothly through my dry type 3c-4a hair.
Loading...
Loading...
Frequently Asked Questions
Consideratela come il nuovo luogo felice dei vostri capelli. Questa spazzola flessibile, all-in-one, scivola tra i grovigli (bagnati o asciutti), fa un massaggio delicato al cuoio capelluto e funziona su tutti i tipi di capelli, da quelli lisci e setosi a quelli ricci e riccioluti.
Sì, è possibile! La spazzola flessibile è nata per districare i capelli dopo la doccia. Scivola tra le ciocche bagnate senza tirare, strattonare o creare problemi.
100%. Che si tratti di ricci, boccoli o ciocche lisce, questa spazzola districa delicatamente e aiuta a definire la texture naturale senza far sudare i capelli.
Assolutamente sì. Usatela per rinfrescare il vostro stile, distribuire i prodotti (come il nostro Balsamo Idratante al Latte d'Argan, wink) o fare un piccolo massaggio al cuoio capelluto in qualsiasi momento della giornata. È l'MVP multitasking della vostra vanità.
Neanche per sogno. Il design flessibile dell'arco e le setole ultra-lisce garantiscono un'esperienza priva di dolore e di tensione per la quale la testa vi ringrazierà.
Sì! La struttura monopezzo la rende facile da riciclare: basta gettarla nella spazzatura (anche se non ce la immaginiamo mai sbarazzata).
Arco flessibile. Manico ergonomico. Setole che leniscono il cuoio capelluto. Versatilità per capelli bagnati e asciutti. E abbiamo detto che è carina e riciclabile? Sì, è proprio così. Questa vi serve.
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.