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 Districante Flessibile Viola Pastello`;
let bundleHandle = `detangling-flexi-brush-soft-violet`;
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 Districante Flessibile Viola Pastello`;
let bundleHandle = `detangling-flexi-brush-soft-violet`;
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.
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.
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!
KW
Katie W.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
The best brush I have ever used!
Beautiful color, Very flexible, did not pull my hair, no breakage and leaves my hair so smooth! Works great on both dry and wet hair! I will only use this brush from now on!
SH
Sarah H.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Flexibrush
This unique design is genius. It glides through my long hair with ease. I tried bith wet and dry, wet gave some resistance, then I added some leave in and ut was great (my hair tangles easily) but dry was smooth sailing, Brush is great would definitely recommend.
LF
Lia F.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
A great design for leaving tangles in the past.
I have a wet brush I had been using for years. I just got my upgrade. This flexi brush”s design is cuts through my thick hair leaving it smooth and fluffy with no tangles. I absolutely love this brush. No pulling , no snarls, no tangles. Wet or dry this brush is Amazing!
M
Maureen
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Awesome & versatile. Love it!
Anyone else hear harps playing when you opened the box? I thought at first ok a brush but after removing it from the box I was blown away. The detangling flex brush is great for the shower, wet hair and dry hair. It’s smooth through my hair . I ditched my comb for the shower and use this brush which is much more gentler. I am very impressed and extremely satisfied with my detangling flex brush. I’m buying several more!
LM
Liz M. P.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
12 months ago
Love this brush
I know this brush is for long hair and I have very short hair. I bought this brush anyway. I cannot believe how this makes my hair and scalp feel. I love this brush and recommend it to everyone.
M
Milla
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Lovely massage 💆♀️
Such a lovely massage 😏
looks easy to keep it clean
M
Marissa
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love!
This detangling brush did a wonderful job with my hair. I love that it so flexible and instead of it pulling my hair or when I try to glide it through, it just instantly detangled it and left my hair feeling so soft and amazing. I love that it flexes. This is my new favorite brush and I would definitely buy this again!
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.