Formulé avec perles de jojoba biodégradables pour éliminer en douceur la peau sèche et squameuse, lisser les bosses et rugosités, et préparer la peau afin que les hydratants soient mieux absorbés.
Enrichi enbeurre de karité + aloe pour hydrater et apaiser pendant le nettoyage – la peau est douce et apaisée, jamais desséchée.
Formulation à faible irritation douce pour les peaux sensibles tout en offrant une amélioration visible de la texture.
Exfoliation durable—les perles de jojoba sont biodégradables et respectueuses de la planète.
Propre & responsable: Sans parabènes, phtalates, CMR directs et PFAS; végan, sans cruauté, sans gluten et fabriqué avec des ingrédients respectueux de la planète dans un emballage recyclé/FSC.
La peau est plus lisse et affinée juste après utilisation—les zones sèches et rugueuses sont visiblement adoucies.
Votre hydratant agit mieux car les cellules mortes sont éliminées en douceur.
Hydratation + exfoliation en une seule étape—pas de tiraillement, juste un confort équilibré.
Assez doux pour les peaux sensibles grâce à sa formulation douce et bien pensée.
Agréable à utiliser et à apprécier—ingrédients propres et design durable.
Utilisation recommandée:
Peau sensible: Utiliser 2–3 fois par semaine, puis augmenter progressivement la fréquence.
Peau normale: Convient pour une utilisation quotidienne une fois que la peau est habituée.
Astuce pro: Associer avec le Pochette pour savon solide Kitsch pour un rangement facile et un séchage plus rapide.
Perles/Esters de jojoba
Ces perles biodégradables et douces exfolient les cellules mortes sans irriter, laissant votre peau fraîche et hydratée. Elles sont sans danger pour les peaux sensibles et respectueuses de l'environnement, offrant une solution non abrasive pour éliminer les zones rugueuses.
Beurre de Karité
Ravivez votre peau grâce au beurre de karité riche en vitamines qui aide à hydrater la peau pour la rendre plus douce, plus lisse et plus hydratée.
Ingrédients
Sodium Sunflowerate, Sodium Cocoate, Sodium Myristate, Eau, Glycérine, Sodium Shea Butterate, Parfum*, Sodium Cocoa Butterate, Esters de Jojoba, Beurre de Karité (Butyrospermum Parkii), Glyceryl Laurate, Lauryl Laurate, Polyglyceryl-4 Caprate, Chlorure de Sodium, Tetrasodium Glutamate Diacetate, Jus de Feuille d’Aloe Barbadensis, Limonène, Potassium Cocoate, Potassium Oleate, Huile/Extrait de Lavande, Coumarine, Linalool, Acétate de Linalyle, Potassium Olivate, Pinène, Acide Citrique
{
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 = `Barre de lavage corporel exfoliant aux perles de jojoba`;
let bundleHandle = `jojoba-bead-exfoliating-body-wash-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:
Barre de lavage corporel exfoliant aux perles de jojoba
$ 327.00
$ 327.00
Masque soin hydratant profond à la Noix de Coco
$ 467.00
$ 467.00
Bonnet de Douche - Pois Blush
$ 677.00
$ 677.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 = `Barre de lavage corporel exfoliant aux perles de jojoba`;
let bundleHandle = `jojoba-bead-exfoliating-body-wash-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
Barre de lavage corporel exfoliant aux perles de jojoba
Barre de lavage corporel exfoliant aux perles de jojoba
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">
As a person with Keratosis Pilaris (those pesky little red bumps on my arms and legs), the Jojoba Bead Exfoliating Body Wash Bar is DEFINITELY a new staple in my shower routine!
To be 100% transparent, I wasn't as excited to try the Jojoba Bead Bar because I figured that it would be too gentle and not really exfoliate since it is a more natural product.... HOW DARE I DOUBT KITSCH, EVER!! After using it, I am SO in love with this bar that I put it on Auto-Ship!
I JUST tried this bar for the very first time, and I'm not kidding, I literally said, "WOW!" out loud after I stepped out of the shower! My skin feels SOO CLEAN and SMOOTH and SOFT, I can't stop rubbing my arm, haha!
The little beads are the absolute PERFECT texture - not too hard to the point of scratching you, but not too soft to where they don't even work! They are JUST RIGHT and feel like a massage for your skin!
Thank you, KITSCH, for another ABSOLUTELY AMAZING product that helps me feel beautiful💛
Y
Yeisy
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great for smooth, hydrated skin!
As someone with dry, sensitive skin, I really enjoyed using this soap. It didn’t irritate my skin, which is what I worry about most when I try a new product. The natural scent of the ingredients in the bar is very subtle, and didn’t bother me at all. I usually use a very hydrating soap from another brand and this is definitely comparable. My skin felt smooth and hydrated after using. It has a pretty good lather and feels so yummy while you’re using it. Another thing I look for is that products don’t leave any residue and I certainly didn’t feel any with this product.
LW
Lea W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Luxurious
The jojoba body wash bar makes mounds of thick, luxurious suds that leave my skin feeling soft and hydrated. While I didn’t experience much exfoliation from my bar, my skin did feel very smooth and moisturized after using this bar. Body bars often dry my skin out so the hydration was a nice surprise. The scent is very mild and neutral-just a slight clean scent. Definitely recommend this body wash but more as a hydrating wash than a brightening or exfoliating wash.
T
Tamisha
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Body Bar
I love the wash bar. Straight out the box it smells so good and it looks decreative. I like how it leaves my skin so soft also while removing dirt from my skin. I feel like the soap gives my body a deep clean. It does a good job at cleaning.
K
Kacie
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Buttery Soft and Smooth!
This bar feels so soft and light when being spread over your skin with water. I was shocked at how gentle and silky it felt when I first used it. It also father's up very well, but more of a light and airy, bubbly lather than a rich and creamy one. I would highly recommend using this bar to help your skin feel more hydrated and smooth.
AO
Andrea O.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Great option for whole body exfoliation, with no skin stripping!
Loved using this bar for the first time after a day spent gardening. My skin felt really clean and smooth. It felt soft till the next day. The bar doesn't last very long, however, so make sure to get a couple: it's worth it. Made my 60 year old skin look less "crepey". Pretty scent, but I wish it were stronger.
B
Barb
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing soap!
I use the jojoba bead soap after I’ve used the glycolic acid soap, the combination is perfect for my skin. Jojoba bead soap does what it says! No more bumpy dry skin, it is soft as silk. Thank you, Kitsch! I’ll be re-purchasing soon!
M
Mandy
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Very nice
I am loving this jojoba solid body wash. It has a very light pleasant fragrance that is not overpowering. It feels nice in my hand and produces a nice lather when I am washing my body. I noticed a very slight exfoliating effect when using this but not enough that I would skip my normal sugar scrub. Very nice solid body wash!
EC
Ellen C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
10 months ago
Jojoba bead exfoliating body wash bar
I like it. It really has helped my skin … I use it everytime I shower and it has helped my dry flaky skin. I wish it had a stronger pleasant scent . It does smell fine. It doesn’t smell bad at all I would just like a little flowery or something. It is also lasting very well. Thanks for the great product!
SM
Sheila M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
9 months ago
So Good!
I could feel the difference - softer skin, of course - after just one use. I could actually see a difference after the second use. I didn't realize my skin had become so dry. Those little beads are like the perfect back scratch but all over. A word of caution: Like a good back scratch it is possible to overdo it. This is a great alternative to the sugar scrub bar.
Loading...
Loading...
Frequently Asked Questions
Oui. Il est formulé à partir d'ingrédients peu irritants et conçu pour affiner la texture de la peau en douceur, sans provoquer d'irritation.
Commencez par 2 à 3 fois par semaine, puis adaptez la fréquence en fonction de la tolérance de votre peau et de ses besoins. (Conclusion basée sur l'utilisation type d'un savon exfoliant pour le corps.)
Non, le beurre de karité et l'aloe vera hydratent et apaisent la peau pendant le nettoyage, pour une sensation d'équilibre et sans tiraillements.
L'exfoliation est assurée par des billes de jojoba biodégradables (sans microplastiques), et le savon est expédié dans des cartons certifiés FSC avec un emballage en papier recyclé à haute teneur en PCR.
Il s'agit d'un savon solide pour le corps en forme de 6 strié, conçu pour offrir une bonne prise en main et une couverture efficace.
Billes de jojoba : exfoliation douce, biodégradables, lissent la peau.
Jus de feuille d'aloe barbadensis : apaise et hydrate, idéal pour les peaux sensibles ou irritées.
Beurre de karité : nourrit et contribue à la formation d'une mousse onctueuse pour une peau douce.
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.