Nettoie en profondeur le cuir chevelu et les cheveux pour éliminer les accumulations et l'excès de sébum pour un cuir chevelu clarifié
Formule nouvelle et améliorée, infusée de notre signature Le mélange d'huile d'arbre à thé et de menthe contient maintenant Dandrilys®, dont l'efficacité a été cliniquement prouvée. pour aider réduit les squames de 86 % et calme les démangeaisons de 83 % après seulement quatre lavages
Propulsé par Dandrilys® qui est connu pour aide à apaiser les démangeaisons et les rougeurs du cuir chevelu alors que flocons réducteurs et les pellicules
Huile d'arbre aide réglementer la production de pétrole pour un cuir chevelu plus équilibré
La menthe aide à refroidir, à apaiser et à calmer. le cuir chevelu pour des cheveux plus sains
Libre de parabènes, phtalates, silicones, sulfates et parfums artificiels
pH équilibré et sans danger pour les cheveux colorés
Réduction des bouteilles en plastique à usage unique :notre formule concentrée en barre contient des ingrédients actifs équivalents à deux bouteilles de 16 oz ou à une bouteille de 32 oz de shampoing liquide
Fabriqué aux États-Unis, végétalien, sans cruauté, certifié par Leaping Bunny
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
Mouillez vos cheveux et le pain à l'eau tiède. Massez la barre sur votre cuir chevelu et vos mèches, en la faisant mousser. Rincez et répétez l'opération si nécessaire.
Conseil de pro : Pour une meilleure alimentation, utilisez le revitalisant solide clarifiant à l'arbre à thé et à la menthe de Kitsch pour aider à hydrater et à équilibrer les mèches.
Dandrilys®
Aide à apaiser les démangeaisons et les rougeurs du cuir chevelu tout en réduisant les squames et les pellicules.
Arbre à thé et menthe
Un mélange rafraîchissant d'arbre à thé et de menthe poivrée procure une sensation de propreté et de clarté.
Ingrédients
Sodium Cocoyl Isethionate, Sodium Methyl Cocoyl Taurate, Glycérine végétale, Huile de ricin hydrogénée, Parfum*, Eau, Extrait de Zizyphus Joazeiro, Propanediol, Chlorure de Guar Hydroxypropyltrimonium, Oxyde de chrome vert (CI77288)**, Oxyde de fer (CI77492)**, Charbon actif**, Acide citrique.
*Parfum naturel dérivé de plantes. **Couleur naturelle.
Parfum : Thé blanc et arbre à thé à la menthe
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: 4,
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 clarifiant antipelliculaire en barre`;
let bundleHandle = `barre-de-shampooing-clarifiante`;
let bundleCount = 4;
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 clarifiant antipelliculaire en barre
$16.00$16.00
Shampooing solide Détox
$16.00$16.00
Conditionneur clarifiant antipelliculaire en barre
$16.00$16.00
Étui de voyage à 2 compartiments – Terracotta
$12.00$12.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: 4,
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 clarifiant antipelliculaire en barre`;
let bundleHandle = `barre-de-shampooing-clarifiante`;
let bundleCount = 4;
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 clarifiant antipelliculaire en barre
$16.00$16.00
+
Shampooing solide Détox
$16.00$16.00
+
Conditionneur clarifiant antipelliculaire en barre
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">
4 raisons pour lesquelles des millions de personnes adoptent les barres à l'huile d'arbre à thé et de menthe
1. amélioration de la santé du cuir chevelu
Il contient des ingrédients clés tels que Dandrilys®, qui aide à combattre les pellicules et les squames pour un cuir chevelu plus sain et plus heureux.
2. le pouvoir éclaircissant des cheveux
Formulé pour être doux pour votre cuir chevelu et vos cheveux tout en éliminant efficacement les accumulations de produits et de sébum pour des cheveux plus propres et plus beaux.
3. favorise la croissance des cheveux
Le cuir chevelu reste propre, clair et calme grâce à des ingrédients naturels qui favorisent un environnement propice à la croissance de cheveux sains.
4. équilibre et calme
Régule la production naturelle de sébum du cuir chevelu et des cheveux grâce à l'huile d'arbre à thé pour maintenir une hydratation équilibrée.
4.8
Rated 4.8 out of 5 stars
Based on 1,385 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shampoo bar creates rich lather and leaves hair feeling clean. Some report greasy residue and adjustment periods, but many note their hair stays cleaner longer between washes. Users appreciate the fresh scent and easy application. Most mention softer, shinier hair texture and describe it as gentle on the scalp.
I didn’t know what to expect when I tried a shampoo bar for the first time. I was pleasantly surprised by the results as well as the scent. I had the bars sitting in my pantry, while I finish my last bottle, and every time I opened it, the aroma would captivate me. These shampoos are great. I love that they are super lightweight, and perfect for travel. They save so much space in my shower, luggage and my garbage can.
Product Standouts Great Ingredients, Helps with Dryness, Moisturizes, Calms Scalp, Gives a Deep Cleanse
Rated 5 out of 5 stars
2 years ago
BEST SAMPOO EVER TRIED
I've tried so many shampoos in the past and always have a problem with oily scalp, di hydration and itchy. I went from supermarkt shampoos to parmachy products and then to more healthy and organic ingredients but other they were too expensive or most important very heavy for my scalp as my hair were oily and I've had to wash them every two weeks. This is the best shampoo I've tried so far!! Best ingredients, shoothing and hydrate ur scalp and gives deep clean!! Amazing ingredients and value for money! Best combination! Thank you! ❤️
Product Standouts Gives a Deep Cleanse, Lathers Well, Calms Scalp
Rated 5 out of 5 stars
2 years ago
Never going back!!
I've been trying to perfect my type 2C waves for over a year now, and I've finally cracked the code with this clarifying shampoo bar, and the rice water conditioner. My hairdresser now always comments on how healthy my hair looks. And that's not to mention the compliments I get from friends and strangers! The ultimate test will be when I try a toner on my newly highlighted locks... hopefully it lasts. I have faith that it will!
SP
Sara P.
Verified Buyer
I recommend this product
Hair Concern Oily, Frizzy
Product Standouts Conditions Well, Lathers Well, Gentle, Smooths, Smells Great
Rated 5 out of 5 stars
2 years ago
Love!
Really impressed with this shampoo and conditioner. Hair stays cleaner for longer (I have really oily hair and usually wash very frequently), and smells great. I can wash my hair at night and go to sleep and wake up with a beautiful wave in my hair which means I haven’t had to use a straightener on my hair in a long time. Thank you, all the way from Australia 🙂
SD
Sandra D.
Verified Buyer
I recommend this product
Hair Concern Thinning, Weak, Frizzy, Brassy
Product Standouts Gives a Deep Cleanse, Helps with Dryness, Lathers Well, Great Ingredients, Moisturizes
Rated 5 out of 5 stars
2 years ago
You have to try this!
After using this clarifying bar for the first time, I was so impressed how shiny my hair is! I have used so many products that never delivered what they claimed. I am a customer for life. Did I forget to mention I am 75 years young! Thank you Kitsch for awesome products that do what they say.
JL
Jacqueline L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 years ago
AMAZING
I’ll be honest that at first I was skeptical, I was afraid my hair wouldn’t respond in a good way. I am not being dramatic but the first use I instantly felt the difference. I struggled a lot with dry scalp and my hair feeling dry. This shampoo helped me out so much, I no longer have a dry scalp and my hair is SO smooth and silky! Do NOT hesitate to try this product. ALSO it is so good for the environment!!
MH
MK H.
Verified Reviewer
I recommend this product
Hair Concern Other
Product Standouts Great Ingredients, Lathers Well, Gives a Deep Cleanse
Rated 5 out of 5 stars
1 year ago
Post-op Performance for the WIN!
TL:DR- worried about not being able to shower for several days post surgery? KITSCH says “no problem!“ And means it! Can’t thank them enough!!
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
The best clarifying shampoo
This shampoo is so amazing! I absolutely love using it once a week to clarify and remove any buildup in my hair. It works perfectly after using the rosemary scalp oil.
Product Standouts Calms Scalp, Gives a Deep Cleanse, Helps with Dryness, Lathers Well, Moisturizes
Rated 5 out of 5 stars
1 year ago
Removes product build up.
Kitsch Clarifying Shampoo bar in Tea Tree & Mint is the perfect shampoo for my dry, dehydrated flaky hair and scalp. It is gentle yet effective in removing flakes and product build-up. It has a mild but pleasant minty scent. It applies easily and it's easy to rinse off. It doesn't dry out my hair like some other hair products do.
M
Michelle
Verified Buyer
I recommend this product
Hair Concern Itchy Scalp, Thinning, Oily, Dry, Other
Product Standouts Great Ingredients, Gives a Deep Cleanse, Lathers Well, Moisturizes, Calms Scalp
Rated 5 out of 5 stars
1 year ago
Thank you!
I love natural products, but couldn't find anything to help my dandruff/oily scalp. I happened upon this website and figured I'd try this shampoo and conditioner bundle. Wow! It worked immediately! Now my hair is thicker, stronger, healthier, and dandruff free with a ph balanced scalp. Thank you!
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.
Si vous vous demandez quelle barre vous convient le mieux, indiquez à notre équipe d'assistance votre type de cheveux et nous vous guiderons dans la bonne direction.
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.