Cerdas de nailon ultrasuaves que se deslizan sin problemas, despertando suavemente tu cuero cabelludo sin tirones ni irritaciones.
Cerdas de múltiples niveles que llegan a cada mechón y capa, desenredando sin esfuerzo todo tipo de cabello.
Mango ergonómico con agarre antideslizante para que siempre tengas el control total, incluso bajo el vapor de la ducha.
Totalmente versátil: perfecto para masajes en seco del cuero cabelludo, exfoliación antes del champú, hacer espuma en la ducha o distribuir tus aceites y sérums favoritos uniformemente de la raíz a las puntas.
Estimula la circulación del cuero cabelludo para un cabello más saludable y una sensación de frescura.
Suave pero eficaz, ideal para cueros cabelludos sensibles o secos.
Minimiza el quiebre al desenredar, manteniendo el cabello suave y brillante.
Ayuda a que los tratamientos, aceites y sérums se absorban de manera más eficaz para obtener mejores resultados.
Divide el cabello en secciones y mueve el cepillo en movimientos circulares durante 3–5 minutos para estimular la circulación.
Aplica un exfoliante o aceite para el cuero cabelludo y masajea con movimientos circulares para eliminar la acumulación de residuos.
Distribuye el champú por el cuero cabelludo con el cepillo para crear una espuma abundante y masajea suavemente.
Aplica aceites o sérums directamente sobre las cerdas y masajea para distribuirlos de manera uniforme.
Consejo profesional: combínalo con Kitsch Strengthening Scalp & Hair Oil with Rosemary & Biotin para potenciar la nutrición y la estimulación del cuero cabelludo.
{
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 = `Cepillo renovador del cuero cabelludo terracota`;
let bundleHandle = `cepillo-renovador-cuero-cabelludo-terracota`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Cepillo fijador para cabellos sueltos
$35.00
$35.00
Acondicionador hidratante de leche de argán sin aclarado
$29.00
$29.00
Muestra de aceite equilibrante para cuero cabelludo y cabello con romero y biotina - 0.34fl oz./10mL
$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 = `Cepillo renovador del cuero cabelludo terracota`;
let bundleHandle = `cepillo-renovador-cuero-cabelludo-terracota`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Cepillo fijador para cabellos sueltos
$35.00
$35.00
+
Acondicionador hidratante de leche de argán sin aclarado
$29.00
$29.00
+
Muestra de aceite equilibrante para cuero cabelludo y cabello con romero y biotina - 0.34fl oz./10mL
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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í! Es seguro y eficaz tanto en cabello húmedo como seco.
¡Por supuesto! Las cerdas suaves de nailon brindan una estimulación delicada sin irritación.
Enjuágalo después de cada uso con agua templada y jabón suave, luego déjalo secar al aire con las cerdas hacia abajo.
Sí, el cepillo ayuda a distribuir uniformemente los aceites y tratamientos para una máxima absorción.
¡Sí! Las cerdas flexibles desenredan el cabello delicadamente, reduciendo los tirones y minimizando el quiebre.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Al seleccionar una opción, se actualiza toda la página.