Barre multifonction 2-en-1 qui nourrit vos cheveux, votre cuir chevelu et votre peau
Obtenez des cheveux et une peau sains et éclatants avec notre traitement spécial à 5 ingrédients.
Testé cliniquement et sûr pour les cheveux, la peau et le cuir chevelu sensibles.
Sans produits chimiques agressifs, parabènes, phtalates, silicones, sulfates, colorants.
Sans parfum.
Équilibré en pH et sûr pour les cheveux colorés
Réduit le plastique à usage unique : économise deux bouteilles de shampooing/après-shampooing liquide
Fabriqué aux États-Unis, Végan, Sans cruauté, Certifié Leaping Bunny
CERTIFIÉ 4OCEAN : pour chaque barre de shampooing ou d'après-shampooing, 4ocean retire l'équivalent d'une bouteille de shampooing en plastique des océans, rivières et côtes du monde
Comment obtenir des résultats dignes d'un salon de coiffure :Après le shampooing, frotter la barre entre les mains et la répartir dans les cheveux ou la "peindre" de la longueur aux pointes.
Démêler les cheveux à l'aide d'un peigne à doigts.
Rincer, répéter ou utiliser comme conditionneur sans rinçage. Conseil de pro :A associer à notre sac Beauty Bar.
Huile de coco
Apaisez votre peau grâce à l'huile de coco nourrissante, un émollient naturel qui aide à réparer la barrière cutanée et à retenir l'humidité pour une peau saine et hydratée.
Sans parabènes, phtalates, silicones, sulfates et parfums artificiels.
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole reconnu internationalement garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été effectué lors du développement de tout produit portant ce logo.
{
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 = `Conditionneur solide et barre de rasage Ultra Sensitive`;
let bundleHandle = `ultra-sensitive-solid-conditioner-shave-bar`;
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:
Conditionneur solide et barre de rasage Ultra Sensitive
$14.00$14.00
Shampooing solide Détox
$16.00$16.00
Shampooing et gel douche ultra-sensible
$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 = `Conditionneur solide et barre de rasage Ultra Sensitive`;
let bundleHandle = `ultra-sensitive-solid-conditioner-shave-bar`;
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
Conditionneur solide et barre de rasage Ultra Sensitive
Conditionneur solide et barre de rasage Ultra Sensitive
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 les pains de savon pour peaux ultra sensibles ?
1. Gain de temps
Lorsque vous êtes en déplacement ou en voyage, emporter un flacon de shampoing et d'après-shampoing 2 en 1 vous permet non seulement de gagner du temps sous la douche, mais aussi de gagner de la place dans votre trousse de maquillage.
2. Durabilité
Réduction du plastique à usage unique : économisez quatre flacons de shampoing ou d'après-shampoing liquide.
3. Simplifiez votre routine
Pourquoi vous contenter d'une salle de bain encombrée quand vous pouvez avoir des soins apaisants et multi-usages ? Chaque pain de savon est formulé avec une formule 2 en 1 pour simplifier votre routine et réduire l'utilisation de plastique à usage unique.
4. Seulement 5 ingrédients
Formulé avec seulement 5 ingrédients. Sans parabènes, phtalates, silicones, sulfates, colorants ni parfums artificiels.
4.9
Rated 4.9 out of 5 stars
Based on 154 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this dual-purpose bar detangles hair effectively and provides a smooth shaving experience. Many reviews mention its gentle performance on sensitive skin. While some find it less moisturizing than liquid alternatives, most praise its ability to leave hair soft and manageable without feeling heavy.
I have scalp psoriasis and have to be so careful with any product!!
So far alternating the rice protein shampoo and conditioner with the sensitive products is working for me
No itching or burning sensations!!
Win win for me!!
But honestly I love all the products so far
My next order will be bond repair I have read such great reviews!!
BW
Beth W.
Verified Buyer
I recommend this product
Hair Concern Dry, Frizzy
Product Standouts Good For Dry Hair, Moisturizes, Gentle
Rated 5 out of 5 stars
2 years ago
I’m a women going through Menopause so everything is changing
I have thick natural wavy hair, live in south Florida so the humidity is horrible, this product controls the frizz and makes my hair very soft. I notice you only have to use alittle. To much made it kind of greasy so I cut it back and worked much better
Was able to comb my wavy/curly hair after washing without any products (usually impossible). Only used conditioner no shampoo. Other conditioners do leave my hair more moisturised, but I think that’s because some product remains on hair. With his bar, hair feels clean as though shampooed. Now just need Kitsch to make a sensitive leave in conditioner bar or spray!
EH
Esther H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Love these bars!
I have struggled with an extremely itchy scalp for the past 5 years or so. I have tried sooo many shampoos and conditioners that promise relief…only to be left disappointed….and scratching. I bought the caster oil shampoo bar and immediately I noticed a difference. The conditioner bar leaves my hair soft, smooth and feeling like young hair again. It is different than anything I have ever used before. I no longer need leave in conditioners or oils - that worked, but always left my heat heavy and flat.
My skin is super sensitive, I had just given up and figured I would always just deal with constant razor burn, or spend $6 every time I needed to shave. Only being able to use an expensive blade for 1 time of shaving my legs before I would get razor burn with the next shave. I added this bar to my order as a last ditch effort of trying so many different creams and razors over the years. I now changed my razor blade maybe once every 2 to 3 weeks and my son is using the same razor, I rarely get razor burn now… this has been such a blessing.
Product Standouts Gentle, Safe for Sensitive Skin, Hair, & Scalp
Rated 5 out of 5 stars
1 year ago
No more plastic bottles and unscented.
This checks all the boxes for me. First, it eliminates the use of plastic bottles. I have severe eczema and I'm able to use this to not irritate when I have a flare up, and also help prevent it. I have fine, thinning hair and I really like this conditioner! It gives some volume and yet makes it easy to gently wide comb through after drying. It's not waxy or greasy. Sometimes I rinse it out, and sometimes I use it as a leave-in. The shampoo works well too, and I also use it as a face wash. I do feel like I use more than I need to. Never going back to plastic!
Product Standouts Good For Dry Hair, Moisturizes, Gentle, Safe for Sensitive Skin, Hair, & Scalp
Rated 4 out of 5 stars
2 years ago
Safe for sensitive individuals, light moisturizing
As a person with sensitivities and allergies to a myriad of ingredients and fragrances, I was so delighted to find the Ultra Sensitive Solid Conditioner and Shave Bar. My hair and scalp have been getting dryer due to age and medical treatment, but my hair is thin and baby fine, and most conditioners weigh it down too much. I decided to give this product a try, and I am glad that I did. I've long used shampoo bars and am used to using hair products in bar form, but this one took a little getting used to, as it does not suds or lather at all. Because it is a very light conditioner and a hard bar, it doesn't feel like there is a lot of product on your hands or in your hair. I massaged it into my hair nonetheless, and was very pleased--it moisturized without weighing down my hair, and left a softness and subtle shine behind that was very pleasing. I've only used it a few times, but look forward to seeing the long term benefits! I also love that the bar doesn't dissolve quickly, but looks like it will last a long time.
R
Robin
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
2 years ago
So soft
I really enjoy this as a conditioner bar, it’s a nuanced lather, but it still made my hair so soft. However, i have very sensitive skin and didn’t find this useful as a shave bar. But I love these products so much that I have no issue purchasing a separate one for that!
D
Donna
Verified Buyer
I recommend this product
Product Standouts Good For Dry Hair, Gentle, Dual Purpose, Safe for Sensitive Skin, Hair, & Scalp, Moisturizes
Rated 5 out of 5 stars
10 months ago
My favorite one!
This is incredible how it can be combined and how effortless it is to use to achieve my goals! However the conditioner can be a tad tricky with strands of my hair getting stuck to the conditioner bar. Overall I adore that I can use it to shave myself without having to invest in another product mainly for shaving. Both shampoo and body wash, conditioner and shave bar right there in one spot, creating a clean and clutter-free space!
Product Standouts Good For Dry Hair, Moisturizes, Gentle, Safe for Sensitive Skin, Hair, & Scalp
Rated 5 out of 5 stars
1 year ago
Simply silky shiny clean
Minimum products for perfect hair.
My hair does not lather much with this Ultra sensitive bar shampoo. What is left out that causes this lack of lather perhaps that is why my hair responds so positively to the ultra sensitive shampoo and I no longer have to style it to get it to not frizz
Loading...
Loading...
Frequently Asked Questions
En fonction de votre type de cheveux et de la fréquence à laquelle vous vous lavez les cheveux, certaines personnes verront des résultats immédiatement et d'autres commenceront à voir des résultats 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 utilisant nos barres de shampooing et de conditionneur
Si vous vous demandez quelle barre est faite pour vous, dites à notre équipe d'assistance quel est votre type de cheveux et nous vous guiderons dans la bonne direction.
Les cheveux sont différents d'une personne à l'autre, alors attendez-vous à 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 pour 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 standard 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 que vous avez choisie lors de la validation de votre commande. La plupart des commandes sont expédiées le jour même ! Veuillez prévoir 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 recommandons de souscrire un abonnement, afin de bénéficier d'économies et de recevoir vos produits directement à votre porte, avec des frais de port gratuits. Ainsi, vous ne manquerez jamais de produits !
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.