Limpia en profundidad el cuero cabelludo y las hebras para eliminar la acumulación y el exceso de grasa y aclarar el cuero cabelludo
Fórmula nueva y mejorada con nuestra firma mezcla de aceite de árbol de té y menta, que ahora incluye Dandrilys®, clínicamente probado para ayudar reduce las escamas en un 86% y calma el picor en un 83% tras sólo cuatro lavados
Desarrollado por Dandrilys® que se sabe que ayudan a calmar el picor y el enrojecimiento del cuero cabelludo mientras que escamas reductoras y caspa
Aceite de árbol ayuda a regular la producción de petróleo para un cuero cabelludo más equilibrado
La menta ayuda a refrescar, suavizar y calmar el cuero cabelludo para un cabello más sano
Libre de parabenos, ftalatos, siliconas, sulfatos y fragancias artificiales
pH equilibrado y seguro para cabellos teñidos
Reduce las botellas de plástico de un solo uso:nuestra fórmula concentrada en barra contiene los ingredientes activos equivalentes a dos botellas de 16 oz o una botella de 32 oz de champú líquido
Hecho en EE.UU., vegano, sin crueldad, certificado Leaping Bunny
CERTIFICADO 4OCEAN: Para cada barra de champú o acondicionador,4ocean tira del equivalente a una botella de champú de plástico de los océanos, ríos y costas del mundo
Humedece el cabello y la barra con agua tibia. Masajea el cuero cabelludo y las hebras con la barrita hasta obtener espuma. Aclara y repite según sea necesario.
Consejo profesional: Para una mayor nutrición, combínalo con el acondicionador sólido Kitsch Clarifying Tea Tree & Mint Solid Conditioner para ayudar a hidratar y equilibrar las hebras.
Dandrilys®
Ayuda a calmar la picazón y el enrojecimiento del cuero cabelludo mientras reduce las escamas y la caspa.
Árbol del té y menta
La refrescante mezcla de árbol del té y menta proporciona una sensación de limpieza y claridad.
Ingredientes
Cocoyl Isethionate de sodio, Metil Cocoyl Taurato de sodio, Glicerina vegetal, Aceite de ricino hidrogenado, Fragancia*, Agua, Extracto de Zizyphus Joazeiro, Propanediol, Cloruro de hidroxipropiltrimonio Guar, Óxido de cromo verde (CI77288)**, Óxido de hierro (CI77492)**, Carbón activado**, Ácido cítrico.
*Fragancia natural derivada de plantas. **Color natural.
Fragancia: Té blanco y menta del árbol del té
We are Leaping Bunny certified! The Leaping Bunny Logo is the only internationally recognized symbol guaranteeing consumers that no new animal tests were used in the development of any product displaying it.
{
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: 4,
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 = `Champú clarificante anticaspa en barra`;
let bundleHandle = `barra-champu-aclarante`;
let bundleCount = 4;
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:
Champú clarificante anticaspa en barra
$31.00
$31.00
Champú en barra Detox
$31.00
$31.00
Acondicionador Clarificante Anticaspa en Barra
$31.00
$31.00
Neceser de viaje 2 compartimentos – Terracota
$23.00
$23.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: 4,
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 = `Champú clarificante anticaspa en barra`;
let bundleHandle = `barra-champu-aclarante`;
let bundleCount = 4;
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');
});
}
}">
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">
4 razones por las que millones se están pasando a las barritas de aceite de árbol de té y menta
1. mejora de la salud del cuero cabelludo
Con ingredientes clave como Dandrilys®, que ha demostrado ayudar a combatir la caspa y las escamas para un cuero cabelludo más sano y feliz.
2. poder aclarador del cabello
Formulado para ser suave con el cuero cabelludo y el cabello a la vez que elimina eficazmente los productos y la acumulación de grasa para conseguir un cabello más limpio y con mejor aspecto.
3. favorece el crecimiento del cabello
Mantiene el cuero cabelludo limpio, despejado y calmado con ingredientes naturales que favorecen el entorno del cuero cabelludo para un crecimiento sano del cabello.
4. equilibra y calma
Regula la producción natural de grasa del cuero cabelludo y del cabello con aceite de árbol de té para mantener una hidratación equilibrada.
4.8
Rated 4.8 out of 5 stars
Based on 1,385 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shampoo bar creates rich lather and leaves hair feeling clean. Some report greasy residue and adjustment periods, but many note their hair stays cleaner longer between washes. Users appreciate the fresh scent and easy application. Most mention softer, shinier hair texture and describe it as gentle on the scalp.
I didn’t know what to expect when I tried a shampoo bar for the first time. I was pleasantly surprised by the results as well as the scent. I had the bars sitting in my pantry, while I finish my last bottle, and every time I opened it, the aroma would captivate me. These shampoos are great. I love that they are super lightweight, and perfect for travel. They save so much space in my shower, luggage and my garbage can.
Product Standouts Great Ingredients, Helps with Dryness, Moisturizes, Calms Scalp, Gives a Deep Cleanse
Rated 5 out of 5 stars
2 years ago
BEST SAMPOO EVER TRIED
I've tried so many shampoos in the past and always have a problem with oily scalp, di hydration and itchy. I went from supermarkt shampoos to parmachy products and then to more healthy and organic ingredients but other they were too expensive or most important very heavy for my scalp as my hair were oily and I've had to wash them every two weeks. This is the best shampoo I've tried so far!! Best ingredients, shoothing and hydrate ur scalp and gives deep clean!! Amazing ingredients and value for money! Best combination! Thank you! ❤️
Product Standouts Gives a Deep Cleanse, Lathers Well, Calms Scalp
Rated 5 out of 5 stars
2 years ago
Never going back!!
I've been trying to perfect my type 2C waves for over a year now, and I've finally cracked the code with this clarifying shampoo bar, and the rice water conditioner. My hairdresser now always comments on how healthy my hair looks. And that's not to mention the compliments I get from friends and strangers! The ultimate test will be when I try a toner on my newly highlighted locks... hopefully it lasts. I have faith that it will!
SP
Sara P.
Verified Buyer
I recommend this product
Hair Concern Oily, Frizzy
Product Standouts Conditions Well, Lathers Well, Gentle, Smooths, Smells Great
Rated 5 out of 5 stars
2 years ago
Love!
Really impressed with this shampoo and conditioner. Hair stays cleaner for longer (I have really oily hair and usually wash very frequently), and smells great. I can wash my hair at night and go to sleep and wake up with a beautiful wave in my hair which means I haven’t had to use a straightener on my hair in a long time. Thank you, all the way from Australia 🙂
SD
Sandra D.
Verified Buyer
I recommend this product
Hair Concern Thinning, Weak, Frizzy, Brassy
Product Standouts Gives a Deep Cleanse, Helps with Dryness, Lathers Well, Great Ingredients, Moisturizes
Rated 5 out of 5 stars
2 years ago
You have to try this!
After using this clarifying bar for the first time, I was so impressed how shiny my hair is! I have used so many products that never delivered what they claimed. I am a customer for life. Did I forget to mention I am 75 years young! Thank you Kitsch for awesome products that do what they say.
JL
Jacqueline L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 years ago
AMAZING
I’ll be honest that at first I was skeptical, I was afraid my hair wouldn’t respond in a good way. I am not being dramatic but the first use I instantly felt the difference. I struggled a lot with dry scalp and my hair feeling dry. This shampoo helped me out so much, I no longer have a dry scalp and my hair is SO smooth and silky! Do NOT hesitate to try this product. ALSO it is so good for the environment!!
MH
MK H.
Verified Reviewer
I recommend this product
Hair Concern Other
Product Standouts Great Ingredients, Lathers Well, Gives a Deep Cleanse
Rated 5 out of 5 stars
1 year ago
Post-op Performance for the WIN!
TL:DR- worried about not being able to shower for several days post surgery? KITSCH says “no problem!“ And means it! Can’t thank them enough!!
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
The best clarifying shampoo
This shampoo is so amazing! I absolutely love using it once a week to clarify and remove any buildup in my hair. It works perfectly after using the rosemary scalp oil.
Product Standouts Calms Scalp, Gives a Deep Cleanse, Helps with Dryness, Lathers Well, Moisturizes
Rated 5 out of 5 stars
1 year ago
Removes product build up.
Kitsch Clarifying Shampoo bar in Tea Tree & Mint is the perfect shampoo for my dry, dehydrated flaky hair and scalp. It is gentle yet effective in removing flakes and product build-up. It has a mild but pleasant minty scent. It applies easily and it's easy to rinse off. It doesn't dry out my hair like some other hair products do.
M
Michelle
Verified Buyer
I recommend this product
Hair Concern Itchy Scalp, Thinning, Oily, Dry, Other
Product Standouts Great Ingredients, Gives a Deep Cleanse, Lathers Well, Moisturizes, Calms Scalp
Rated 5 out of 5 stars
1 year ago
Thank you!
I love natural products, but couldn't find anything to help my dandruff/oily scalp. I happened upon this website and figured I'd try this shampoo and conditioner bundle. Wow! It worked immediately! Now my hair is thicker, stronger, healthier, and dandruff free with a ph balanced scalp. Thank you!
Loading...
Loading...
Frequently Asked Questions
Dependiendo de su tipo de cabello y de la frecuencia con la que se lo lave, algunas personas ven resultados inmediatamente y otras pueden empezar a verlos al cabo de unas semanas.
Sí, pero no te fíes sólo de nuestra palabra. Echa un vistazo a los miles de comentarios de 5 estrellas de personas de todas las edades que utilizan nuestras barras de champú y acondicionador.
Si tienes dudas sobre cuál es la barra más adecuada para ti, dile a nuestro equipo de asistencia cuál es tu tipo de cabello y te orientaremos en la dirección correcta.
El cabello de cada persona es diferente, por lo que tendrás que probar y equivocarte hasta que encuentres lo que mejor se adapta a ti. Empieza con una cantidad suficiente para limpiar desde las raíces y el cuero cabelludo hasta las puntas. Si no ves resultados, te recomendamos que apliques más cantidad durante el lavado.
Cuando te suscribes, cargamos automáticamente el importe en tu tarjeta para que puedas configurarlo y olvidarte. Puede darse de baja en cualquier momento.
Sí. Proteger tu privacidad es una de nuestras mayores prioridades. Utilizamos una serie de medidas de seguridad y métodos estándar de la industria para mantener a salvo tu información personal. Todos los pedidos y la información personal se gestionan mediante un servidor seguro. Datos como el número de tarjeta de crédito, el nombre y la dirección se transmiten a través de la tecnología Secure Socket Layer (SSL).
El plazo de entrega depende del método de envío seleccionado al realizar el pedido. La mayoría de los pedidos se envían el mismo día. Por favor, espere hasta 2 días hábiles para que su pedido sea procesado. Los pedidos se procesan de lunes a viernes, excepto festivos. Una vez enviado el pedido, recibirá un correo electrónico de confirmación con el número de seguimiento del transportista. En caso de pérdida del paquete, póngase en contacto con el servicio de asistencia de Kitsch.
Te recomendamos que te suscribas para ahorrar y recibir los productos en tu domicilio con gastos de envío gratuitos. De esta forma, ¡nunca te quedarás sin ellos!
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.