La première barre de shampoing violet solide au monde avec de la biotine !
Convient aux cheveux blonds, gris et blancs : colorés, méchés et naturels.
Neutralise les effets cuivrés indésirables et des tons jaunes.
Enrichi en La biotine stimule la brillance, réduit l'aspect terne et renforce les défenses naturelles. vos cheveux
Des cheveux blonds plus lisses, plus forts et plus éclatants après une seule utilisation !
PH équilibré et sans danger pour les cheveux colorés
Libre de parabènes, phtalates, silicones, sulfates et parfums artificiels
Réduit les plastiques à usage unique : économise deux bouteilles de shampooing/conditionneur liquide
Fabriqué aux États-Unis avec des ingrédients de qualité
CERTIFIÉ 4OCEAN : Pour chaque barre de shampoing ou d'après-shampoing,4ocean tire le l'équivalent d'une bouteille de shampoing en plastique des océans, des rivières et des côtes du monde entier
Comment neutraliser les reflets indésirables :Mouiller les cheveux et la barre, puis "peindre" des longueurs aux pointes pour une tonification uniforme.
Masser pour faire mousser ; laisser reposer pendant 1 à 3 minutes pour obtenir l'intensité tonique souhaitée.
Rincer et répéter l'opération si nécessaire.
Conseil de pro :A associer à notre sac Beauty Bar.
Biotine
Boostez votre rituel capillaire avec de la biotine pour favoriser des cheveux plus forts, plus épais et un éclat soyeux, sans frisottis.
Huile de ricin
Nourrissez vos cheveux des racines aux pointes avec l'aide de l'huile de ricin, une huile qui renforce les cheveux et équilibre le cuir chevelu pour des cheveux propres et sains.
Sans parabènes, phtalates, silicones, sulfates ni parfums artificiels.
Parfum : Fleur d'oranger et jasmin
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole internationalement reconnu garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été utilisé dans le développement des produits qui l'arborent.
{
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 = `Shampooing tonique violet pour cheveux colorés et gris`;
let bundleHandle = `shampooing-solide-pourpre`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Shampooing tonique violet pour cheveux colorés et gris
$16.00$16.00
Shampooing solide Détox
$16.00$16.00
Conditionneur tonique violet pour cheveux colorés et gris
$16.00$16.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 = `Shampooing tonique violet pour cheveux colorés et gris`;
let bundleHandle = `shampooing-solide-pourpre`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Shampooing tonique violet pour cheveux colorés et gris
$16.00$16.00
+
Shampooing solide Détox
$16.00$16.00
+
Conditionneur tonique violet pour cheveux colorés et gris
Shampooing tonique violet pour cheveux colorés et gris
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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">
Pourquoi des millions de femmes adoptent-elles les barres de shampooing violettes ?
1. neutraliser les tons cuivrés
La couleur pourpre annule le jaune, c'est pourquoi le shampooing pourpre est utilisé pour neutraliser les tons jaunes et bruns des cheveux blonds et roux afin de révéler une couleur plus lumineuse et plus saine.
2. le renforcement
Enrichi en biotine pour stimuler la brillance, réduire l'aspect terne et renforcer les cheveux. Avec une seule utilisation, vous pouvez profiter d'une couleur plus lisse, plus forte et plus éclatante.
3. faire briller
Les shampooings violets sont conçus pour aider à renforcer vos reflets naturels et à les faire briller sainement.
4. premier du genre
Le shampooing et l'après-shampooing Kitsch's biotin violet tonifiant solide est le premier de son genre à être enrichi en biotine pour stimuler la brillance, réduire l'aspect terne et renforcer les cheveux.
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
En fonction de votre type de cheveux et de la fréquence à laquelle vous les lavez, certaines personnes voient les résultats immédiatement, tandis que d'autres commencent à les voir au bout de quelques semaines.
Oui, mais ne nous croyez pas sur parole ! Consultez les milliers d'avis 5 étoiles de personnes de tous âges qui utilisent nos barres de shampoing et d'après-shampoing.
Oui, mais ne nous croyez pas sur parole ! Consultez les milliers d'avis 5 étoiles de personnes de tous âges qui utilisent nos barres de shampoing et d'après-shampoing.
Les cheveux étant différents d'une personne à l'autre, il faut s'attendre à quelques essais et erreurs jusqu'à ce que vous trouviez ce qui vous convient le mieux. Commencez par une quantité suffisante pour nettoyer vos racines et votre cuir chevelu jusqu'à la pointe de vos cheveux. Si vous n'obtenez pas de résultats, nous vous recommandons d'en appliquer davantage pendant le lavage.
Lorsque vous souscrivez à un abonnement, nous débitons automatiquement votre carte afin que vous puissiez le régler et l'oublier. Vous pouvez annuler votre abonnement à tout moment.
Oui. La protection de votre vie privée est l'une de nos principales priorités. Nous utilisons un certain nombre de mesures de sécurité et de méthodes conformes aux normes de l'industrie pour assurer la sécurité de vos informations personnelles. Toutes les commandes et les informations personnelles sont gérées par un serveur sécurisé. Les données telles que le numéro de carte de crédit, le nom et l'adresse sont transmises par la technologie Secure Socket Layer (SSL).
Le délai de livraison dépend de la méthode d'expédition choisie lors de la commande. La plupart des commandes sont expédiées le jour même ! Veuillez compter jusqu'à deux jours ouvrables pour le traitement de votre commande. Les commandes sont traitées du lundi au vendredi, à l'exception des jours fériés. Une fois votre commande expédiée, un courriel de confirmation contenant un numéro de suivi du transporteur vous sera envoyé. En cas de perte du colis, veuillez contacter le service d'assistance de Kitsch.
Nous vous conseillons de souscrire un abonnement, afin de bénéficier d'économies et de recevoir vos produits directement chez vous, avec des frais de port gratuits. Ainsi, vous ne serez jamais à court !
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.