Una rutina de detox capilar de 3 pasos: elimina los residuos y luego restaura profundamente con la hidratación de la manteca de karité
Champú en barra Detox + Acondicionador en barra hidratante de manteca de Karité + Cepillo renovador del cuero cabelludo
Ahorra un 30 % en comparación con la compra por separado (Valor de $40 → $28)
El 96 % de los usuarios sintió su cabello completamente limpio y sin residuos*
Barras aptas para cabello teñido, libres de sulfatos, libres de crueldad animal y libres de plástico
Una rutina completa desde el detox hasta la hidratación: limpia desde la raíz y luego restaura profundamente
El GLDA y la vitamina C combaten la acumulación de minerales del agua dura desde la raíz
El carbón activado y el vinagre de sidra de manzana eliminan la grasa y los residuos de productos del cuero cabelludo
El Cepillo para Renovación del Cuero Cabelludo impulsa una penetración más profunda del producto y estimula la circulación para obtener resultados reales
El acondicionador de manteca de karité hidrata ricamente y restaura la humedad, el brillo y el esplendor después del detox
Sella la humedad esencial para controlar el encrespamiento y dejar las hebras suaves y dóciles al tacto
Apto para cabello teñido, con pH balanceado: libre de sulfatos, parabenos, siliconas y ftalatos
Barras libres de plástico + Certificación 4Ocean: cada compra de una barra elimina plástico del océano
Vegano, sin maltrato animal, certificado por Leaping Bunny, fabricado en EE. UU.
1x Champú en barra Detox
1x Acondicionador en barra hidratante de manteca de Karité
1x Cepillo renovador del cuero cabelludo terracota
Comenzar en seco (opcional pero recomendado): antes de ducharte, usa el Cepillo para Renovación del Cuero Cabelludo en movimientos circulares durante 2 a 3 minutos para aflojar la acumulación seca y estimular el flujo sanguíneo hacia el cuero cabelludo.
Champú: humedece el cabello por completo. Frota el Champú en barra Detox entre las palmas o directamente sobre el cuero cabelludo para activar la espuma. Usa el Cepillo renovador del cuero cabelludo terracota para trabajar la espuma en el cuero cabelludo con movimientos circulares durante 60 a 90 segundos. Enjuaga por completo.
Acondicionador: moja el Acondicionador en barra hidratante de manteca de Karité con agua tibia y masajéalo de medios a puntas. Deja que se absorba durante 1 o 2 minutos, luego enjuaga y desenreda como de costumbre. Para una hidratación extra, déjalo actuar por más tiempo antes de enjuagar.
Acabado: peina como de costumbre. Usa el trío completo 1 o 2 veces por semana para un reinicio clarificante, o como parte de tu rutina regular.
Vitamin C
Refreshes hair by reducing the look and feel of chlorine residue from pool or tap water.
Activated Charcoal
Absorbs excess oil and lifts away buildup from both the scalp and strands.
Manteca de karité
Enriquezca su rutina con manteca de karité ultrahidratante para ayudar a calmar el cuero cabelludo, fortalecer las hebras y reducir la rotura para conseguir un cabello brillante y sedoso.
Aceite de coco
El aceite de coco retiene la humedad para ayudar a hidratar en profundidad las hebras desde el interior y reducir la rotura para conseguir un cabello más fuerte, brillante y sano.
Ingredientes
Champú en Barra Detox: setionato de cocoílo de sodio, Glicerina, Metil cocoil taurato de sodio, Agua, Aceite de ricino hidrogenado, Fragancia (Perfume), Cloruro de guar hidroxipropiltrimonio, Diacetato de glutamato tetrasódico, Ascorbato de sodio, Pentilenglicol, Carbón en polvo, Metil diisopropil propionamida, Vinagre, Hidroxiisohexil 3-ciclohexeno carboxaldehído, Alfa-isometil ionona, Isoeugenol, Acetato de isoeugenilo, Tetrametil acetiloctahidronaftalenos, Vainillina.
Acondicionador en barra hidratante de manteca de Karité: Alcohol cetearílico, Cloruro de behentrimonio, Aceite de Cocos Nucifera (coco), Aceite de semilla de Helianthus Annuus (girasol), Butyrospermum Parkii (manteca de karité), Laurato de laurilo, Fragancia natural*, Cloruro de guar hidroxipropiltrimonio, Mica, Dióxido de titanio (forma no nanoparticulada), Óxido de hierro. *Fragancia natural derivada de plantas. Color natural. Sin parabenos, ftalatos, siliconas, sulfatos y fragancias artificiales.
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: 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 = `Trío Adiós Residuos`;
let bundleHandle = `trio-adios-residuos`;
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');
});
}
}">
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 te encantará el Trío Adiós Acumulación
1. Clarifica desde la raíz
El Champú en Barra Detox utiliza GLDA (un agente quelante de próxima generación) y vitamina C para disolver los minerales del agua dura y el cloro que los champús regulares no logran eliminar. Es la limpieza profunda que tu cabello ha estado esperando.
2. Restaura y nutre después del detox
La mayoría de los acondicionadores vuelven a agregar los mismos residuos que acabas de lavar: siliconas pesadas, sulfatos, agentes de recubrimiento. El Acondicionador en barra hidratante de manteca de Karité humecta profundamente con manteca de karité y aceite de coco, libre de siliconas y sulfatos, por lo que restaura la humedad y el esplendor del cabello sin comprometer la limpieza.
3. Haz que penetre más profundamente
El Cepillo renovador del cuero cabelludo terracota no es opcional: es el multiplicador. Las cerdas de múltiples niveles masajean el producto en cada capa, estimulan la circulación y ayudan a que tu cuero cabelludo absorba los ingredientes de manera más efectiva.
4. El todo es mayor que la suma de sus partes
Los tres productos resuelven el mismo problema: la acumulación en el cuero cabelludo, la grasa y la opacidad. Fueron formulados para trabajar juntos. Eso no es marketing: esa es la lógica de la fórmula.
I’d seen the Kitsch ads on social media and wondered if it was another fad product that promises the moon but doesn’t deliver. Or worse, a complete scam from a foreign company that pretends to be local. However my curiosity wouldn’t go away so I ordered a castor oil shampoo bar. The moment I started rubbing it into my hair I fell in love! The light musky earthy scent, the AMAZING lather, the kind of NATURAL clean it gave my hair and the tender treatment of my over-processed scalp. Not to mention the incredible LIFE or sprung into my old, dyed, and thinning tresses. I will NEVER use bottled shampoo again. Ladies (and gents) try Kitsch! Your hair will never be the same.
M
Mary
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
I love this brush!
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.
Amazing conditioner. Hydrates without weighing down my hair and smells... Just... AMAZING!
ABSOLUTELY love this conditioner. It has restored my dry dull hair to healthy, soft light fluffy locks! Thank you KITSCH! I now look forward to hair wash days (and that's a big deal!).
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.
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Never going back to salon products
Absolutely LOVE the castor oil and shea butter combo! My hair is so healthy and shiny since switching to Kitsch 11 months ago. I have tried all the kitsch bars and this combo is my favorite for my hair. So so good.
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!!!
TS
Tonya S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Kitsch a blessing
I love this product. I am so glad I tried it and it works. I live in Louisiana and it is hot here most of the year so I wear my hair up most of the time. I noticed I was getting bald spots on my front right side and when I researched what to do this product Kitsch kept showing up. So I tried it and it is working & I am so happy. I love the way my hair feels also now. I am 51 and wear a hormone patch well no hormones makes your hair dry, brittle and breakage is awful But not now! I don’t have to use any other products now either I only use the the bar shampoo & bar conditioner now. I have photo of before & after from Jan. 29-March17/23 if I can add them I will. Thank you Kitsch for a product that works. I am ordering more for sure
I love the smell and quality of the kitsch products, especially this conditioner! So far., I haven’t bought a product I haven’t loved :) they also make for GREAT gifts at fair prices. 10/10 I recommend !!! I’m planning on trying the rice shampoo and conditioner next to help with hair thinning / loss (hair loss is not related to these products…I’m a mom of 2 toddlers lol). The products have made a huge difference in how clean my hair feels, how soft it is, and how good I feel overall inside and out for using this brand. Plus, it eases my anxiety knowing my shower isn’t cluttered with bottles and plastic anymore (except for baby shampoo-which we will be swapping out very soon once it’s empty and plan on using the kitsch products for our sons as well).
Product Standouts Conditions Well, Softens Hair, Good For Dry Hair, Smooths, Moisturizes
Rated 5 out of 5 stars
2 years ago
Best hair product I've ever used
I have thick highlighted hair that has three textures: straight, frizzy, and curly. It has a mind of its own. I've tried a lot of products that either don't control the frizz,, are drying, or are too heavy. As I've aged, my hair has also started breaking off more. The rice protein shampoo and she butter conditioner have worked miracles. I also love to use the coconut and hair mask options on occasion for extra conditioning. Now my hair is silky, smooth, and so much healthier. The bar option was surprisingly great - lathers and easy to use. Big fan of kitsch!
Cualquier persona que lidie con acumulación en el cuero cabelludo, grasa, daños por agua dura o esa sensación de cabello pesado y opaco entre lavados. Si tu champú regular simplemente no está funcionando, este trío fue hecho para ti.
De 1 a 2 veces por semana como tratamiento clarificante es ideal para la mayoría de las personas. Si vives en una zona de agua dura o usas muchos productos de peinado, puedes usarlo con más frecuencia. Es seguro para el uso regular: sin sulfatos y con pH balanceado.
No; el Acondicionador en barra hidratante de manteca de Karité es libre de siliconas y sulfatos, por lo que hidrata profundamente y restaura la humedad sin volver a introducir los residuos de recubrimiento que el champú acaba de eliminar. Humecta con manteca de karité y aceite de coco, no con polímeros pesados ni siliconas que dejen el cabello pesado.
Por supuesto. El cepillo funciona con cualquier champú o tratamiento para el cuero cabelludo. Pero es especialmente efectivo con el Champú en Barra Detox, ayudando a que la fórmula penetre más profundamente y genere una espuma más completa en todo el cuero cabelludo.
Sí. Ambas barras tienen el pH balanceado y son seguras para el color. La acción quelante del Champú en barra Detox se enfoca en la acumulación de minerales sin remover el color.
El Cepillo renovador del cuero cabelludo está diseñado con cerdas de nailon ultrasuaves adecuadas para cueros cabelludos sensibles. Comienza con una presión ligera y aumenta desde allí. El ingrediente Dandrilys® de la barra acondicionadora está probado para el equilibrio del microbioma del cuero cabelludo: diseñado para ser suave.
Sí. Los tres productos son veganos y sin maltrato animal. Ambas barras están certificadas por Leaping Bunny.
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.
Ο ορισμός μιας επιλογής έχει ως αποτέλεσμα την πλήρη ανανέωση της σελίδας.