Setole in nylon ultra-morbide che scorrono come un sogno, risvegliando delicatamente il cuoio capelluto senza strappi o irritazioni.
Setole a più livelli che raggiungono ogni ciocca e strato, districando senza sforzo tutti i tipi di capelli.
Manico ergonomico con impugnatura antiscivolo per darti sempre il controllo totale, anche sotto il vapore della doccia.
Estremamente versatile: perfetto per massaggi a secco del cuoio capelluto, esfoliazione pre-shampoo, per insaponare sotto la doccia o per distribuire uniformemente oli e sieri preferiti dalle radici alle punte.
Stimola la circolazione del cuoio capelluto per capelli più sani e una sensazione di freschezza.
Delicato ma efficace, adatto a cuoi capelluti sensibili o secchi.
Riduce al minimo la rottura durante il districamento, mantenendo i capelli lisci e lucenti.
Aiuta trattamenti, oli e sieri ad assorbirsi più efficacemente per risultati migliori.
Dividi i capelli in sezioni e muovi la spazzola con movimenti circolari per 3–5 minuti per stimolare la circolazione.
Applica uno scrub o un olio per il cuoio capelluto, quindi massaggia con movimenti circolari per sciogliere l'accumulo di residui.
Fai schiumare lo shampoo sul cuoio capelluto con la spazzola per creare una schiuma ricca e massaggia delicatamente.
Applica oli o sieri direttamente sulle setole e massaggia per una distribuzione uniforme.
Consiglio: Abbinalo a Kitsch Strengthening Scalp & Hair Oil with Rosemary & Biotin per un nutrimento potenziato e una maggiore stimolazione del cuoio capelluto.
{
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 rigenerante per cuoio capelluto terracotta`;
let bundleHandle = `spazzola-rigenerante-cuoio-capelluto-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:
Bacchetta per domare lo stile
$ 421.00
$ 421.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 = `Spazzola rigenerante per cuoio capelluto terracotta`;
let bundleHandle = `spazzola-rigenerante-cuoio-capelluto-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
Bacchetta per domare lo stile
$ 421.00
$ 421.00
+
Balsamo idratante al latte d'argan per i capelli
$ 351.00
$ 351.00
+
Mini campionario di oli per cuoio capelluto e capelli
Spazzola rigenerante per cuoio capelluto terracotta
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 like all my Kitsch hair brushes very much (and I have most of them) but this is my favorite! I have plaque psoriasis on my scalp and long hair which I am unwilling to cut at this stage and this brush is a miracle. It has a short handle which really allows you to gently “scrub” your scalp and loosen up whatever is ready to slough off but is gentle enough not to increase the irritation/inflammation. I wish you’d come out with more colors because my dad has the same scalp issues that I do and I really want to buy it in black or blue for him.
V
Violet48x
I recommend this product
Rated 5 out of 5 stars
3 months ago
This feels amazing!
I think I could use this on my scalp all day every day.
I'm battling hair thinning, so I've started oil treatments and scalp massages. My fingers and various brushes and combs have ended up tangling my hair or just not really being effective. This brush seems to glide between rows of hair and stimulate my scalp better than anything I've used. I really like it.
AC
Amy C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Best brush Ever
This is the absolute best thing ever for my natural wavy hair! It’s like getting a little massage every morning and night. I don’t recommend using on wet hair it seems to pull and not get all the tangles. As my dry brush I highly recommend and I love using it daily!!!
SK
Shannon K. C. M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Grear for sensitive heads
This is my favorite brush. It is great for stimulating your scalp. It was an added bonus when I discovered it worked very well for brushing our daughter's. Our daughter is very sensitive about her hair being brushed, and easily becomes upset She gets overstimulated from simply brushing her hair. With this brush, I have been able to brush her with fewer instances of her crying. Thank you
LB
Lesa B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Best Brush
I have fine, thick hair and it tangles and breaks easily when not cared for properly...this little, inconspicuous brush is just the best!! Wet, dry- it feels wonderful. I've certainly tried all the hairbrushes out there. Love this little guy.
PRETTY PLEASE MORE COLORS. It's kinda of nice that it sticks out, as nothing i own is that color, but I'd hoped to see it coastal blue or something 😉
GR
Gretchen R. G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
100 strokes per day
I bought this brush to have handy in the evening. I use in every evening just before heading up to bed. As the old saying goes 100 strokes per helps the hair. It is true I see a difference in my hair. Highly recommend the brush.
JW
Jennifer W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Awesome Portable Brush
This brush is right sized for traveling. The bristles massage your scalp and completely detangle with one pass. I love it!!
DC
Doreen C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Amazing Scalp Brush
This brush is absolutely amazing. It feels so good on my scalp and gives the perfect amount of pressure without being harsh. I noticed right away how refreshed and clean my scalp felt after using it. The design is comfortable to hold, and the quality is excellent. This has become a must‑have in my hair routine. Highly recommend!
TS
Tricia S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Everyone needs a Scalp Renewal Brush
This brush has the softest bristles, but it is great for detanging without being hard on our hair or breaking our hair. Being soft it feels so good on our scalps! It is the perfect size💚💜
LV
Lesa V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Best Brush
I have thick, fine hair that tangles and breaks when not properly cared for and this brush feels great! Not pulling or breaking and makes my scalp feel great! Wet or dry. This inconspicuous, value priced hair brush is the best I've found. I've got a drawer full. Love it!!! Pretty please more colors? Would look great in coastal blue and perfect size for getaways..😉☀️
Loading...
Loading...
Frequently Asked Questions
Sì! È sicura ed efficace sia sui capelli bagnati che asciutti.
Assolutamente sì. Le morbide setole in nylon offrono una stimolazione delicata senza irritazioni.
Risciacqua dopo ogni utilizzo con acqua tiepida e sapone delicato, quindi lascia asciugare all'aria con le setole rivolte verso il basso.
Sì, la spazzola aiuta a distribuire uniformemente oli e trattamenti per il massimo assorbimento.
Sì! Le setole flessibili districano i capelli delicatamente, riducendo gli strappi e riducendo al minimo la rottura.
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.