Des picots en nylon ultra-doux qui glissent comme un rêve, réveillant en douceur votre cuir chevelu sans tiraillement ni irritation.
Des picots à plusieurs niveaux qui atteignent chaque mèche et épaisseur, pour démêler sans effort tous les types de cheveux.
Un manche ergonomique avec zone antidérapante pour garder un contrôle total en toutes circonstances — même sous la vapeur de la douche.
Ultra-polyvalente : idéale pour les massages à sec du cuir chevelu, l'exfoliation avant le shampoing, faire mousser sous la douche ou répartir uniformément vos huiles et sérums préférés de la racine jusqu'aux pointes.
Stimule la circulation du cuir chevelu pour des cheveux plus sains et une sensation de fraîcheur.
Doux mais efficace, adapté aux cuirs chevelus sensibles ou secs.
Minimise la casse lors du démêlage, gardant les cheveux lisses et brillants.
Aide les soins, huiles et sérums à pénétrer plus efficacement pour de meilleurs résultats.
Divisez la chevelure en sections et déplacez la brosse en mouvements circulaires pendant 3 à 5 minutes pour stimuler la circulation.
Appliquez un gommage ou une huile pour le cuir chevelu, puis massez en mouvements circulaires pour décoller les résidus.
Faites mousser le shampoing sur le cuir chevelu à l'aide de la brosse pour créer une mousse généreuse, puis massez délicatement.
Appliquez les huiles ou les sérums directement sur les picots et massez pour une répartition uniforme.
Astuce pro : Associez-la à Kitsch Strengthening Scalp & Hair Oil with Rosemary & Biotin pour une nutrition renforcée et une stimulation optimale du cuir chevelu.
{
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 = `Brosse régénérante pour le cuir chevelu terracotta`;
let bundleHandle = `brosse-regenerante-cuir-chevelu-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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Baguette coiffante lissante
$18.00$18.00
Conditionneur hydratant sans rinçage au lait d'argan
$15.00$15.00
Kitsch - Mini échantillon d'huile pour le cuir chevelu et les cheveux
$11.00$11.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 = `Brosse régénérante pour le cuir chevelu terracotta`;
let bundleHandle = `brosse-regenerante-cuir-chevelu-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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Baguette coiffante lissante
$18.00$18.00
+
Conditionneur hydratant sans rinçage au lait d'argan
$15.00$15.00
+
Kitsch - Mini échantillon d'huile pour le cuir chevelu et les cheveux
Brosse régénérante pour le cuir chevelu terracotta
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">
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
4 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
Oui ! Elle est sûre et efficace sur cheveux mouillés comme sur cheveux secs.
Absolument. Les picots en nylon doux stimulent délicatement le cuir chevelu sans l'irriter.
Rincez-la après chaque utilisation à l'eau tiède avec un savon doux, puis laissez-la sécher à l'air libre avec les picots vers le bas.
Oui, la brosse aide à répartir uniformément les huiles et les soins pour une pénétration optimale.
Oui ! Les picots flexibles démêlent les cheveux en douceur, réduisant les tiraillements et minimisant la casse.
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.