¡La primera barra de champú púrpura sólida del mundo con Biotina!
Seguro para rubias, canas y cabellos blancos: teñidos, con mechas y naturales.
Neutraliza los bronces no deseados y matices amarillos.
Enriquecido con Biotina para potenciar el brillo, reducir la opacidad y fortalecer tu pelo
Disfruta de un cabello rubio más suave, fuerte y brillante ¡después de un solo uso!
PH equilibrado y seguro para cabellos teñidos
Libre de parabenos, ftalatos, siliconas, sulfatos y fragancias artificiales
Reduce el plástico de un solo uso: ahorra dos botellas de champú/acondicionador líquido
Fabricado en EE.UU. con ingredientes de calidad
CERTIFICADO 4OCEAN: Para cada barra de champú o acondicionador,4ocean tira del equivalente al plástico de un bote de champú. de los océanos, ríos y costas del mundo
Cómo neutralizar los brillos no deseados: Humedecer el cabello y la barra, luego "pintar" de largo a puntas para una tonificación uniforme.
Masajear hasta obtener espuma; dejar actuar de 1 a 3 minutos para conseguir la intensidad tonificante deseada.
Aclarar y repetir según sea necesario.
Consejo profesional: Combínalo con nuestra Beauty Bar Bag.
Biotina
Refuerce su ritual de cuidado capilar con Biotina para ayudar a conseguir un cabello más fuerte y grueso con un brillo sedoso y sin encrespamiento.
Aceite de ricino
Nutre tu cabello de la raíz a las puntas con la ayuda del aceite de ricino, un aceite que fortalece las hebras y equilibra el cuero cabelludo para un cabello limpio y sano.
Ingredientes
Cocoyl isetionato de sodio, metil cocoyl taurato de sodio, glicerina vegetal, aceite de ricino hidrogenado, cloruro de hidroxipropiltrimonio guar, fragancia natural*, biotina (vitamina B7), violeta n.º 2 (CI 60730).
*Fragancia natural derivada de plantas.
Sin parabenos, ftalatos, siliconas, sulfatos ni fragancias artificiales.
Fragancia: Azahar y Jazmín
¡Tenemos la certificación Leaping Bunny! El logotipo Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se han realizado nuevas pruebas con animales en el desarrollo de ningún producto que lo muestre.
{
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ú tonificante púrpura en barra para cabellos teñidos y grises`;
let bundleHandle = `champu-tonificante-solido-violeta`;
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ú tonificante púrpura en barra para cabellos teñidos y grises
$31.00
$31.00
Champú en barra Detox
$31.00
$31.00
Acondicionador tonificante púrpura en barra para cabellos teñidos y grises
$31.00
$31.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ú tonificante púrpura en barra para cabellos teñidos y grises`;
let bundleHandle = `champu-tonificante-solido-violeta`;
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ú tonificante púrpura en barra para cabellos teñidos y grises
$31.00
$31.00
+
Champú en barra Detox
$31.00
$31.00
+
Acondicionador tonificante púrpura en barra para cabellos teñidos y grises
Champú tonificante púrpura en barra para cabellos teñidos y grises
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">
Por qué millones de mujeres se pasan al champú en barra morado
1. Neutraliza los tonos amarillentos
El color púrpura anula el amarillo, por eso el champú púrpura se utiliza para neutralizar los tonos amarillos/brillantes en cabellos rubios y pelirrojos para revelar un color más brillante y saludable.
2. Fortalece
Enriquecido con biotina para potenciar el brillo, reducir el tono apagado y fortalecer el cabello. Con un solo uso, podrá disfrutar de un color más suave, fuerte y vibrante.
3. Da brillo
Los champús morados están diseñados para ayudar a potenciar tus reflejos naturales y hacerlos brillar de forma saludable.
4. El primero de su clase
El champú y acondicionador sólidos de Biotina púrpura de Kitsch es la primera de su clase enriquecida con biotina para potenciar el brillo, reducir la falta de brillo y fortalecer el cabello.
4.8
Rated 4.8 out of 5 stars
Based on 1,183 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shampoo bar lathers exceptionally well and leaves hair soft, clean, and fuller. They praise how this product effectively reduces brassiness in gray and blonde hair while improving shine. The pleasant scent is frequently mentioned, though a few note it's strong. Most report their hair feels healthier, with better manageability, though some needed time to adjust to the bar format.
I love this shampoo, I have spent waaay more on high end shampoos, and always was disappointed with the results, never has my hair looked this good, normally first day of shampooing my hair would be dry and the cuticles would be rough looking. Now my hair looks and feels soft and is shiny, this is right after washing and drying my hair. Customer forever
KC
Katie C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Less hair loss during/after wash
I have thin hair and have noticed more hair loss in the last few years. I was becoming used to losing quite a bit of hair during and after washes (when it’s already thin, any loss is devastating). I have washed my hair 4 times with both the rice water shampoo and conditioner and the biotin purple shampoo and coconut deep repair conditioner and have had very minimal hair loss during and after washing. This is huge for me and I’m beginning to hope that hair retention will give me the fuller look I’ve been hoping for. It also feels great after washing. I will be a repeat customer and recommend to anyone!
KL
Karalee L.
Verified Buyer
I recommend this product
Hair Concern Thinning, Frizzy, Itchy Scalp, Weak, Other
Been using the purple toning shampoo and see my hair is much brighter and healthier. Also it has started to thicken. I am thrilled and will continue to use along with the Rice Protein bar.
MM
Meyling M.
Verified Buyer
I recommend this product
Hair Concern Dry, Brassy, Frizzy, Thinning
Product Standouts Great Ingredients, Boosts Shine, Reduces Dullness, Neutralizes Brassiness
Rated 5 out of 5 stars
2 years ago
Great shampoo for Gray Hair
I love this gray toning shampoo. It leaves my hair feeling so soft and shiny and the yellowing is gone! I also love the way it is made. So convenient for travel without having to carry bottles! I will definitely buy it again and I definitely recommend it to anyone who has gray hair.
AF
Amanda F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Just try it!
I will admit, I'm one of the "thick haired, fortunate folk" who doesn't really have to worry about hair loss, despite having to pull a TON of hair out of the drain every time I washed my hair.
I was having trouble finding a purple shampoo and conditioner that actually kept my highlighted hair blonde between treatments. WELL, not only does KITSCH do that, but I have not had to pull hair out of the drain since! It's been a year since I started using KITSCH and my hair has never felt healthier and more full. I will never use anything else.
Totally amazed how a soap on my hair has worked! Made my hair softer & after 2nd wash blended with my streaked & natural hair to give it a platinum blonde colour! Just amazing!!!!
SG
Sharon G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Powerful Purple Bar
I truly love this little Purple Shampoo Bar. My hair’s so soft, shiny and the grey is glowing. If you have silver or grey hair, this little bar is a must.
This is the first time I've used a soap bar. Blet me tell you it's amazing. Does a gemtle lauer of purple to cover yellow tomes. I'm letting my white hair grow out and this really works for me. Has a nice clean smell. Hopefully it will continue to do the trick. Just be patient with the product you use. Thanks a bunch. Love ❤️ 😍 it
PT
Phyllis T.
Verified Buyer
I recommend this product
Hair Concern Frizzy, Itchy Scalp, Dry
Product Standouts Great Ingredients, Strengthens, Boosts Shine, Reduces Dullness
Rated 5 out of 5 stars
1 year ago
Excellent Product
As a High School English teacher, vocabulary teaching is what I do daily. But the most descriptive word I can come up with to describe the suds this product makes is GOBS. Yes, just wet your hair, rub the bar around, and you will get GOBS and GOBS of suds that no liquid shampoo can equal. I didn't expect it, but what a welcome surprise. I added the coconut oil conditioner, and my hair is silky, shiny, soft and fluffy. But there is an added benefit that I have not seen mentioned in the reviews. Those of us with low vision due to macular degeneration and other eye ailments appreciate that the products can be identified by their letter configurations. Thank you Kitsch.
MP
Michele P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Amazing hair thickener
Love this bar - great for travel and it really does work my hair is now thick and luxurious would recommend I bought my daughter a bar xx
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 se fíe 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.
Sí, pero no se fíe 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.
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 su 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 su 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, espera hasta 2 días hábiles para que tu pedido sea procesado. Los pedidos se procesan de lunes a viernes, excepto festivos. Una vez que tu pedido ha sido enviado, te llegará un correo electrónico de confirmación con un número de seguimiento del transportista. En caso de pérdida del paquete, ponte en contacto con el servicio de asistencia de Kitsch.
Le recomendamos que se suscriba para ahorrar y recibir los productos en su 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.