Formulé avec NaturePep® Amaranth cliniquement testé pour réduire instantanément la friction tout en augmentant le volume et la brillance dès la première utilisation, et en épaississant les cheveux de l’intérieur après 10 utilisations.¹
Infusé avec un extrait de romarin revitalisant associé à de la biotine fortifiante pour aider à favoriser l’apparence de cheveux en bonne santé
Conditionne et apporte du volume aux cheveux fins, plats et délicats sans les alourdir
Formulé avec NaturePep® Amaranth, un peptide d’origine naturelle, pour booster immédiatement le volume et la brillance, tout en épaississant les cheveux de l’intérieur après 10 utilisations.¹
Infusé avec du romarin et de la biotine pour aider à soutenir des cheveux plus forts et d’apparence plus saine
Formule 95 % biosourcée
Sans parabènes, phtalates, silicones, SLS et SLES
Fabriqué aux États-Unis, cruelty-free et sans danger pour les cheveux colorés
Emballage entièrement recyclable et fabriqué à partir de matériaux PCR (recyclés post-consommation)
¹Tous les ingrédients déposés sont utilisés sous licence ; les allégations reflètent celles approuvées par le fournisseur.
Formulé avec NaturePep® Amaranth, un peptide d’origine naturelle, pour booster immédiatement le volume et la brillance, tout en épaississant les cheveux de l’intérieur après 10 utilisations.¹
Infusé avec du romarin et de la biotine pour aider à soutenir des cheveux plus forts et d’apparence plus saine
Formule 95 % biosourcée
Sans parabènes, phtalates, silicones, SLS et SLES
Fabriqué aux États-Unis, cruelty-free et sans danger pour les cheveux colorés
Emballage entièrement recyclable et fabriqué à partir de matériaux PCR (recyclés post-consommation)
¹Tous les ingrédients déposés sont utilisés sous licence ; les allégations reflètent celles approuvées par le fournisseur.
Romarin et biotine
Contribue à favoriser l'apparence d'une chevelure saine.
NaturePep® Amarante
Stimule la production de kératine pour aider à épaissir les mèches de l'intérieur.
Ingrédients
Eau, alcool cétéarylique, glycérine, chlorure de béhentrimonium, huile de noix de coco (Cocos nucifera), parfum, huile de tournesol (Helianthus annuus), alcool cétylique, méthosulfate de béhentrimonium, alcanes de noix de coco, extrait de graines d'amarante (Amaranthus caudatus), extrait de feuilles de romarin (Rosmarinus officinalis), polyquaternium-7, biotine, oxyde de stéaramine, panthénol, coco-caprylate/caprate, chlorure de cétrimonium, chlorure de guar hydroxypropyltrimonium, phénoxyéthanol, alcool benzylique, sorbate de potassium, benzoate de sodium, acide citrique, camphre, huile/extrait de lavande, linalol, acétate de linalyle, pinène, vanilline.
{
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 = `Après-shampooing volumateur au romarin et à la biotine`;
let bundleHandle = `rosemary-biotin-volumizing-conditioner`;
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 volumateur au romarin et à la biotine
$ 373.00
$ 373.00
Après-shampooing volumateur au romarin et à la biotine
$ 373.00
$ 373.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$ 350.00
$ 350.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 = `Après-shampooing volumateur au romarin et à la biotine`;
let bundleHandle = `rosemary-biotin-volumizing-conditioner`;
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 volumateur au romarin et à la biotine
$ 373.00
$ 373.00
+
Après-shampooing volumateur au romarin et à la biotine
$ 373.00
$ 373.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
Après-shampooing volumateur au romarin et à la biotine
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 l'après-shampooing volumateur au romarin et à la biotine Kitsch
1. Revitalisez vos racines
Rafraîchit les cheveux fins, mous et délicats, des racines aux pointes, pour leur donner plus de volume et de brillance.
2. Augmente le volume et facilite le coiffage
NaturePep® Amaranth réduit instantanément les frottements pour des cheveux plus faciles à coiffer, qui bougent librement avec souplesse, et favorise la brillance après une seule utilisation1
3. Épaissit les mèches de l'intérieur
NaturePep® Amaranth est un peptide d'origine naturelle qui augmente la densité et le diamètre de chaque fibre capillaire de l'intérieur après 10 utilisations1
4. Des cheveux d'apparence saine
En plus des propriétés de NaturePep® Amaranth, l'extrait de romarin revigorant est associé à Bioin, qui renforce les cheveux, pour aider à promouvoir une apparence saine.
I love love love this conditioner! It smells sooo good! It also is much easier to use than the bar soap. I immediately fell in love with these products, but the liquid version in my opinion are next level! I found that the liquid version had much more of a softer feel after use vs the bar version & that it coated all over a little more. I would recommend this to anyone!
DS
Deborah S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Silky, Strong, and Nourished!
Kitsch’s Rosemary & Biotin Conditioner is exactly what my hair needed! It leaves my hair feeling incredibly soft, smooth, and detangled without weighing it down. I love that it strengthens while adding shine—and the clean, herbal scent is a bonus. Paired with the matching shampoo, it’s been a game-changer for reducing breakage and boosting overall hair health. A must-have in my haircare routine!
Y
Yeisy
I recommend this product
Rated 5 out of 5 stars
2 months ago
Great conditioner paired with the matching shampoo!
In combination with the shampoo I have definitely noticed a difference in the appearance of my hair. It is more voluminous and looks thicker because of t. I have also noticed new baby hairs. This conditioner also detangles well in the shower which is a must for me.
VC
Virginia C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Feel the difference
I absolutely love this conditioner. I pair it with the rice water conditioner/shampoo and what a true difference it has made in my hair health. I found if I towel dry before I apply it I get even better results. Very soft, very shiny hair. I use such a small amount to unlike drug store brands. I just wish the bottle was easier to use.
M
Marissa
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So hydrating!
This conditioner did a really great job of helping to hydrate my hair. I love that it felt so refreshing after I use this and it added moisture back to my hair. I would definitely buy this again in the future.
V
Vanessa
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Good
My hair felt so soft and smooth after using this I saw a lot of more hydration volume after use. The smell was what I expected. It was very long lasting for a couple of hours. My hair felt more volumized, and I saw a lot more fullness.
JF
Jeannine F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Loyal customer
I've been using a variety of your products for at least 3 years and have no complaints . I love each and every product that I've purchased and always have a good backstock. I do have one request...please make available purple toning shampoo and conditioner in bottle form. That would be so awesome
Thanks. Jeannine
DM
Dianna M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Love!
I love the bar version of this but I think the liquid may be even better!
LW
Lydia W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
So good!
I’ve been using the shampoo and conditioner for about a month now and I’m loving them! I use them about twice a week in rotation with the shea butter bar shampoo and conditioner! It has such a nice minty scent— but not overwhelming. My hair feels clean and hydrated and silky smooth. The only downside is that it washes out my semi permanent color pretty quickly.
TB
Teresa B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
So Far, I Like It
I recently started using the Rosemary & Biotin Volumizing Conditioner and so far I’m really liking it. It feels lightweight and leaves my hair soft and easy to manage without weighing it down. I also like the light rosemary scent—it feels really refreshing.
I’m not sure how it works for all hair types, but for my hair it’s been a nice conditioner so far and it gives a clean, healthy feel after rinsing. ⭐⭐⭐⭐⭐
Loading...
Loading...
Frequently Asked Questions
L'après-shampooing volumateur au romarin et à la biotine Kitsch convient particulièrement aux cheveux fins, mous et délicats, pour aider à obtenir un aspect plus volumineux.
Oui ! Nos après-shampooings sont exempts de SLS, SLES et parabènes, ce qui signifie qu'ils sont suffisamment doux pour être utilisés sur des cheveux colorés sans altérer la couleur.
Selon votre type de cheveux et la fréquence à laquelle vous les lavez, certaines personnes voient des résultats immédiatement, tandis que d'autres peuvent commencer à voir des résultats après quelques semaines. Notre formule est suffisamment douce pour être utilisée quotidiennement.
Selon votre type de cheveux et la fréquence à laquelle vous les lavez, certaines personnes constatent des résultats immédiats, tandis que d'autres peuvent commencer à voir des résultats après quelques semaines. Notre après-shampooing volumisant au romarin et à la biotine Kitsch est formulé avec du NaturePep® Amaranth cliniquement testé pour réduire instantanément les frottements tout en augmentant la densité et la brillance après une seule utilisation, et en épaississant les cheveux de l'intérieur après 10 utilisations.1
Nos après-shampoings liquides Kitsch sont conçus pour ceux qui préfèrent une expérience de soin traditionnelle tout en accordant de l'importance à la durabilité. Nous utilisons des emballages PCR (post-consommation recyclés) afin de respecter notre engagement en faveur de la réduction des déchets, et les flacons eux-mêmes sont recyclables.
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.