¡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.
PH equilibrado y seguro para cabellos teñidos
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!
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 bronces no deseados:Después del champú, humedecer la barra y "pintar" de largos a puntas para conseguir un tono uniforme.
Peina el cabello con los dedos para desenredarlo; deja actuar de 1 a 3 minutos para conseguir la intensidad tonificante deseada.
Aclarar, repetir o utilizar como acondicionador sin aclarado.
Consejo profesional:Combínalo con nuestra Beauty Bar Bag.
Biotina
Reforce o seu ritual de cuidados capilares com Biotina para ajudar a promover um cabelo mais forte, mais espesso e com um brilho sedoso e sem frisado.
Óleo de Coco
O óleo de coco retém a humidade para ajudar a hidratar profundamente os seus fios a partir do interior e a reduzir a quebra para um cabelo mais forte, mais brilhante e com um aspeto mais saudável.
Manteiga de karité
Enriqueça a sua rotina com a Manteiga de Karité ultra-hidratante para ajudar a acalmar o couro cabeludo, fortalecer os fios e reduzir a quebra para um cabelo brilhante e delicioso.
Ingredientes
Alcohol cetearílico, cloruro de behentrimonio, aceite de coco (Cocos Nucifera), aceite de semillas de girasol (Helianthus Annuus), manteca de karité (Butyrospermum Parkii), laurato de laurilo, fragancia natural*, cloruro de hidroxipropiltrimonio guar, 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 = `Barra de amaciador tonificante púrpura para cabelos pintados e grisalhos`;
let bundleHandle = `tonificante-acondicionador-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:
Barra de amaciador tonificante púrpura para cabelos pintados e grisalhos
$ 374.00
$ 374.00
Champú en barra Detox
$ 374.00
$ 374.00
Champô em barra tonificante roxo para cabelos pintados e grisalhos
$ 374.00
$ 374.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 = `Barra de amaciador tonificante púrpura para cabelos pintados e grisalhos`;
let bundleHandle = `tonificante-acondicionador-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
Barra de amaciador tonificante púrpura para cabelos pintados e grisalhos
$ 374.00
$ 374.00
+
Champú en barra Detox
$ 374.00
$ 374.00
+
Champô em barra tonificante roxo para cabelos pintados e grisalhos
Barra de amaciador tonificante púrpura para cabelos pintados e grisalhos
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ú 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. Refuerza
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
La barra de champú y acondicionador Biotin Purple Toning Solid 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 697 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this conditioner bar makes their hair soft and manageable. Many reviews mention easy detangling and reduced frizz. While some note it dissolves quickly during use, most appreciate how their hair feels smoother and shinier after use. The scent receives positive feedback from users.
Product Standouts Great Ingredients, Neutralizes Brassiness, Softens Hair
Rated 5 out of 5 stars
2 years ago
Love it!
I have to admit that I was very skeptical about trying this, especially because I have very thick coarse hair. I don't think I'll go back to regular shampoo or conditioner at this point. The only downside is that it's way too expensive for how much you get. If I wash my hair more than once a week I don't think I would be able to afford to use it all the time. Lucky for me I only wash my hair once a week! This leaves my hair soooo soft!!
It is the best I have come to discover. I have used several different shampoos
SG
Sharon G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Great Purple Biotin Product
My silver hair looks great and is so manageable. It’s not dry and fly-away any more. I also love the complements I’ve been getting on how shiny is appears.
JA
Jamie A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
I LOVE these bars!
I use the purple duo every time I wash my natural salt and pepper hair. My hair is in better shape than it has been in the last 40+ years. My hair stylist can't believe how healthy my hair is. It's not course or wiry, it's smooth and soft. She refuses to let me cut it. I love this purple duo, my hair is growing like a weed and is so thick now. When people ask, I tell them all about Kitsch. Thank You!!!!!
I have tried other conditioner bars before: they were hard to apply and the results weren't satisfying. This one is easy to apply and I like how my hair feels and looks like. I have very dry hair that has suffered from dying it blonde but it definitely looks a lot better since I started using the shampoo and conditioner bars of this brand.
Product Standouts Neutralizes Brassiness , Moisturizes, Adds Shine, Great Ingredients, Conditions Well
Rated 5 out of 5 stars
2 years ago
Love your hair..
I use both the purple shampoo and conditioner.. it keeps my hair smooth and gets the yellow out. I alternate with castor oil shampoo and coconut oil conditioner to keep my hair from drying out. I also like the scalp oil prewash treatment once a month. Love these products
DF
Desiree F.
Verified Buyer
I recommend this product
Hair Concern Sensitive Scalp
Product Standouts Strengthens, Boosts Shine
Rated 5 out of 5 stars
2 years ago
Gooood
I love it that it doesn’t make my hair limp. Easy to use, nice smell. My hair is bouncy.
J
Jodi
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love this stuff
My hair is clean & soft, my purple looks great. I'll keep using this, my only issue is my conditioners runs out before my shampoo.
I'll keep buying, my hair never felt so good. Between under active thyroid & this shampoo, my hair is being thick. It's so soft, I'm gonna buy a new shower cap next.
Product Standouts Great Ingredients, Neutralizes Brassiness, Softens Hair
Rated 5 out of 5 stars
1 year ago
blue conditioner
Loved the conditioner bar- gentle on the hair and scalp, great scent, easy to use , lasts a long time .
Great buy for the price . And you have great ingredients and control of the brassiness
ML
Michelle L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
best conditioner by far
I thought my other conditioner bar was good until i found this one. It makes my hair soo soft and being blond has its struggles with finding a good conditioner that helps my hair not feel like straw. The Purple toning helps keep the brass out of my blond hair. I use the shampoo and condition bar together and am in love with them!!
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.
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 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, 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.
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.
Escolher uma seleção resulta numa atualização de página completa.