Libre de parabenos, ftalatos, siliconas, SLS y SLES
Hecho en EE.UU., cruelty-free, seguro para el color
Envase totalmente reciclable y fabricado con material PCR (reciclado post-consumo)
¹ Todos los ingredientes con marca registrada referenciados bajo licencia; los puntos de copia reflejan las afirmaciones aprobadas por el proveedor.
Moja bien el cabello y masajea el champú en el cuero cabelludo para crear una espuma rica y burbujeante.
Concéntrate en la parte superior, los lados y la parte posterior del cuero cabelludo.
Continúa masajeando durante 2 minutos para eliminar la suciedad y los residuos.
Enjuaga bien con agua tibia.
Aplica el acondicionador sobre el cabello mojado de medios a puntas. ¿Frizz? Aplica de la raíz a las puntas.
Usa tus dedos o un peine de dientes anchos para distribuirlo uniformemente.
Déjalo actuar de 1 a 5 minutos.
Enjuaga bien con agua tibia.
Consejo profesional: Si te encanta esta fórmula, prueba nuestro Kitsch Clarifying Tea Tree & Mint Solid Shampoo & Conditioner Combo aprobado por la TSA, ideal para viajes y bolsas de gimnasio.
Dandrilys®
Probado clínicamente y demostrado para ayudar a equilibrar el microbioma del cuero cabelludo y reducir la grasa, Dandrilys® ayuda a rejuvenecer y reequilibrar el cuero cabelludo para una salud capilar general.
Árbol del té y menta
La refrescante mezcla de árbol del té y menta proporciona una sensación de limpieza y claridad.
Ingredientes
Champú:
Agua, Sulfonato de olefina sódica C14-16, Isetionato de cocoilo sódico, Cocamidopropil betaína, Propanodiol, Cocamida MIPA, Glicerina, Diestearato de glicol, Cocoglucósido, Fragancia (Perfume), Taurato de metil cocoilo sódico, Policuaternio-7, Extracto de corteza de Ziziphus Joazeiro, Aceite de semilla de Helianthus Annuus (Girasol), Cloruro de guar hidroxipropiltrimonio, Cloruro de cetrimonio, Fenoxietanol, Alcohol bencílico, Gluconolactona, Sorbato de potasio, Benzoato de sodio, Ácido cítrico, Sulfato de sodio, Cloruro de sodio, Aceite de hoja de Melaleuca Alternifolia (Árbol del té), Aceite de Mentha Piperita (Menta), Mentol
Acondicionador:
Agua, Alcohol cetearílico, Glicerina, Behentrimonio Cloruro, metosulfato de behentrimonio, aceite de Cocos Nucifera (coco), aceite de semilla de Helianthus Annuus (girasol), fragancia, alcohol cetílico, alcanos de coco, extracto de corteza de Ziziphus Joazeiro, policuaternio-7, óxido de estearamina, pantenol, cococaprilato/caprato, cloruro de cetrimonio, cloruro de guar hidroxipropiltrimonio, propanodiol, fenoxietanol, alcohol bencílico, ácido cítrico, aceite de hoja de Melaleuca Alternifolia (árbol del té), aceite de Mentha Piperita (menta), mentol
{
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 = `Champú y acondicionador clarificantes con árbol de té y menta`;
let bundleHandle = `champu-y-acondicionador-clarificantes-con-arbol-de-te-y-menta`;
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:
Champú y acondicionador clarificantes con árbol de té y menta
$ 654.00
$ 654.00
Kitsch Smoothing Air Dry Creme
$ 351.00
$ 351.00
Óleo Fortalecedor do Couro Cabeludo e do Cabelo de Alecrim com Biotina
$ 351.00
$ 351.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 = `Champú y acondicionador clarificantes con árbol de té y menta`;
let bundleHandle = `champu-y-acondicionador-clarificantes-con-arbol-de-te-y-menta`;
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
Champú y acondicionador clarificantes con árbol de té y menta
$ 654.00
$ 654.00
+
Kitsch Smoothing Air Dry Creme
$ 351.00
$ 351.00
+
Óleo Fortalecedor do Couro Cabeludo e do Cabelo de Alecrim com Biotina
Champú y acondicionador clarificantes con árbol de té y menta
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 para añadir el champú clarificante Kitsch con árbol de té y menta a tu rutina
1. Limpia en profundidad
Formulado con Dandrilys®, clínicamente probado para reducir el exceso de grasa del cuero cabelludo y el cabello, deja el cabello fresco y clarificado.1
2. Equilibra la microbiota del cuero cabelludo
Con Dandrilys®, clínicamente probado para ayudar a equilibrar la microbiota del cuero cabelludo, ayuda a mantener un entorno saludable en el cuero cabelludo en solo 4 usos.1
3. Mantiene el cabello más limpio durante más tiempo
La ventaja de Dandrilys® es que, al ayudar a regular la grasa, tu cabello se mantiene fresco y más limpio entre lavados.1
4. Limpieza profunda
Una mezcla de menta vigorizante y árbol del té purificante ayuda a limpiar en profundidad el cuero cabelludo y el cabello.
I’m usually all about the Kitsch shampoo bars, but this liquid Tea Tree & Mint version is just as amazing! Same refreshing clean and clarity, now with a satisfying lather. My scalp feels great and my hair feels so light and fresh!
BB
Britany B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
5/5 Stars
I’ve been using the Kitsch Tea Tree & Mint Shampoo and Conditioner, and I am genuinely impressed! My hair is 4C, fine, and low-porosity, so finding products that cleanse without stripping my hair can be challenging. The shampoo leaves my scalp feeling incredibly clean and refreshed thanks to the cooling mint sensation, while the conditioner provides great moisture without weighing my hair down.
After a few weeks of use, I’ve noticed less buildup, improved scalp health, and my hair feels softer and more manageable. I also love that the bars last a long time and are eco-friendly. The fresh mint scent is an added bonus and makes wash day feel like a spa experience.
If you’re looking for a shampoo and conditioner that promotes a healthy scalp, leaves your hair feeling clean, and provides lightweight moisture, I definitely recommend giving Kitsch Tea Tree & Mint a try!
E
Erika
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Clarifying Conditioner
The Clarifying tea tree and mint conditioner smells absolutely great and leaves my hair feeling smooth and clean. I noticed that the more I used it the more my hair felt cleaner and removed previous build up from other hair products. I have enjoyed using the product and will continue to include it in my routine.
A
Angela
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Tea tree and mint shampoo
This clarifying tea tree and mint liquid shampoo and 12 oz was just perfect for travel size the conditioner is a little strong so if you like strong tea tree oil smell you'll definitely fall in love with this. No
JO
JULIE O.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Clarifying Tea Tree and Mint Shampoo
Super clean hair without the strong smell of tea tree. Subtle, calming fragrance and instant softness.
E
Erika
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Clarifying Shampoo
I added the Clarifying tea tree and mint shampoo into my normal routine. I did notice results over time as I continued to use the product. I noticed that I did not have to wash my hair as frequently and I also noticed that my hair felt a lot cleaner. There was less and less previous build up as I continued to use the product. It works great paired with the conditioner as well.
RG
Randi G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Love the liquid option
I fell in love with the bars. When they announced liquid options, I couldn't wait to try. And I love them! You don't need much at all, and it smells and feels amazing.
J
Jennifer
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing Conditioner
This is such a great conditioner, I highly recommend it. The smell is incredible. It feels so soft and luxurious. It left my hair feeling soft and nourished without being heavy or weighted down. It rinsed out easily so I did not have any have residue.
AS
Annette S.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
7 months ago
First time!!
Used this for the first time this morning..smells great and felt good on my scalp...
CC
Clare C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Amazing!
Love, love, love this! Not only does my hair love the shampoo and conditioner combo, my nose loves it too. It feels great and smells great. I love the feel of the tingly sensation too. Even the slim design of the bottles is great in a smaller shower.
Loading...
Loading...
Frequently Asked Questions
Nuestra fórmula contiene Dandrilys®, clínicamente probado para equilibrar el microbioma del cuero cabelludo y reducir la grasa después de solo 4 usos.
¡Sí! Disfruta de una hidratación ligera sin acumulación de residuos. Dandrilys® ha sido clínicamente probado para reducir la grasa después de solo 4 usos. También puede ayudar a reducir la aparición de escamas visibles, gracias a su capacidad para eliminar la acumulación de residuos en el cuero cabelludo.
Por supuesto, es seguro para el color, no contiene parabenos, ftalatos, siliconas, SLS ni SLES, por lo que es suave con el cabello y mantiene el color vibrante.
¡Sí! La botella está fabricada con material PCR (reciclado postconsumo) y es totalmente reciclable, lo que es bueno para tu cabello y para el planeta.
Nuestros nuevos líquidos están diseñados para aquellos que prefieren una experiencia tradicional y fácil de enjabonar, sin dejar de valorar la sostenibilidad. Utilizamos botellas de plástico PCR (reciclado postconsumo) para mantener nuestro compromiso con la reducción de residuos, y las propias botellas son reciclables.
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.
Escolher uma seleção resulta numa atualização de página completa.