Le charbon aide à détoxifier la peau et absorber l’excès de sébum
Crée une mousse douce et légère pour nettoyer et revitaliser la peau sans la dessécher
Idéal pour le nettoyage quotidien, particulièrement comme barre pour les aisselles
Sans parabènes, phtalates, silicones, sulfates et parfum artificiel
Fabriqué aux USA avec des ingrédients de qualité, conçu pour un nettoyage de niveau galactique
Végétalien, sans cruauté, emballage en papier recyclé
Sous la douche, mouillez la barre pour créer de la mousse. Faites glisser la barre ou la mousse sur la peau pour un nettoyage nourrissant du corps. Appliquez doucement en cercles et attendez une minute avant de rincer.
Astuce pro: Associez-la avec le Sac Protecteur de Barre Corps Star Wars™ - Darth Detox pour un rangement facile et un séchage plus rapide. Pour une expérience de nettoyage ultime, utilisez-le avec le Gant Exfoliant Kitsch pour rafraîchir et renouveler votre peau
Charbon actif
Le charbon de bois aide à purifier et à nettoyer votre peau de la saleté, des impuretés et de l'excès de sébum, tout en redonnant à votre peau un éclat naturel et sain.
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 = `Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox`;
let bundleHandle = `star-wars-kitsch-charcoal-detoxifying-solid-body-wash-darth-detox`;
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:
Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox
$12.00$12.00
Star Wars™ & Kitsch Shampooing solide fortifiant à base de protéines d'eau de riz - C-3PO
$19.00$19.00
Star Wars™ & Kitsch Conditionneur solide fortifiant aux protéines d'eau de riz - R2-D2
$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 = `Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox`;
let bundleHandle = `star-wars-kitsch-charcoal-detoxifying-solid-body-wash-darth-detox`;
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
Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox
$12.00$12.00
+
Star Wars™ & Kitsch Shampooing solide fortifiant à base de protéines d'eau de riz - C-3PO
$19.00$19.00
+
Star Wars™ & Kitsch Conditionneur solide fortifiant aux protéines d'eau de riz - R2-D2
Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox
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">
I love it! I am 72 years old and was worried it might have a drying effect on my skin, but it actually has made my skin more supple. It also works beautifully as a shampoo. I love reducing plastic waste, and I commend your wonderful company for growing a better world.
BS
Becky S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Converted❤️
Y’all I just can’t say enough… these shampoo & conditioner bars changed the health of my curls and also simplified my shower (caddy) life and routine. I also feel I’m doing good for the planet it’s less waste. The soap and body scrub is so amazing as well. These things I didn’t even know I needed in my life. I’m converted ❤️
MB
Melinda B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Mel B
I just LOVE ❤️ your products. They are clean & my hair does great. I was not sure about the bars but the shampoo bar kinda foams a bit. A little goes suds galore ! The charcoal is a great detox for my face, the conditioner bar is just right not to greasy. The body bar I love the smell & is great for shaving no residue all really clean & most of all a healthy natural ingredients. I am a customer for life. It even lasts longer than a bottle of shampoo & conditioner & comes out far cheaper as well. This will be in my favorite things gift bags for Christmas this year.
LG
Louise G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love it!
I absolutely love the way the rice, shampoo and conditioner. Make my hair look. My hair looks soft and very shiny. I am so glad I decided to try it.
I also purchased the charcoal body wash as I have been looking for it for a long time. It leaves my skin feeling very soft.
SR
Shannon R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Amazing outcome for thick hair!
This has been the best experience in ages! I hoped to support a business and try new products that focused on the same beliefs as I do. Was I ever surprised at the outcome! I have very long and thick hair and it tends to get greasy quick. It has never been smoother and looked looked so gorgeous! I’ve used the rice water shampoo and conditioner and it is so good to my hair! I’ve also tried the shaving bar as well as the shea butter and charcoal. We are now helping our planet and our bodies and have all of these on auto ship! The caddy keeps the shower looking neat and tidy and the bars are such a blessing! The entire family has their own caddy and favorite bars! People ask me daily if I just came from the salon! Great products!! Thank you!
L
Lauren
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Best Products I have ever used!!
I hardly ever write reviews, but you deserve it!! I have bought so many of your products but just wanna tell you how much I love both the Body scrub sugar Exfoliating and the Detoxifying body wash bar! I've used them both with the XL Exfoliating body washcloth, which I absolutely love!! It lathers up soo good and perfect for washing your back, I think the BEST I've used!! It gets your whole back, places where others are such a pain in the ass to get too!! I just love it!! The body washes leave your skin so nice and smooth, I'm definitely hooked and no clutter!! I have more of your stuff I've tried but that'll be in another review, lol!! I am definitely a customer for life, you guys are amazing!!
MD
Melanie D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Ahhmazing body bar
Smells so good and leaves your skin clean and soft
This soap is amazing. It had changed my skin 110%. I’m 55 years old and even though I don’t have blemishes my skin would get a dull look every so often. Look dry and just not healthy. This soap is wonderful. I use it every single day. I have one beside my sink and in shower. All I use is this and a moisturizer. It glows, stays smooth, healthy looking. This picture below I don’t have any makeup on. Thanks so much.
Not what I thought it would be at all…. Much better. It does help slightly with oily skin but doesn’t leave my face dry. The smell is the best part. I get a hint of lime smell. It smells perfect and I just love it. I like several of these but this is my favorite. My second favorite is the Kojic Acid Bar that has turmeric in it. Just ordered one of the new Glycolic Acid Resurfacing Face and Body Wash. Will report about the new face bar soon.
I use one of the hair shampoos and conditioners everyday. Love the Rice protein bars and how they smell but I switch them up.
BH
Braden H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
Great
Great body wash I love it. It does not leave a film. Customer Service is also great as I had my original package stolen and they replaced it.
Loading...
Loading...
Frequently Asked Questions
Notre collection Star Wars™ sera disponible pour une durée limitée, jusqu'à épuisement des stocks !
Oui, le savon au charbon végétal produit une mousse douce qui nettoie sans dessécher ni irriter la peau.
Bien sûr ! Il est idéal pour le nettoyage quotidien, même pour les aisselles ou les zones délicates.
Oui, le charbon actif aide à absorber les impuretés et l'excès de sébum, laissant la peau fraîche et propre.
Oui, son format solide le rend parfait pour les aventures intergalactiques et évite les fuites dans votre valise.
Non, il ne contient pas de parabènes, de phtalates, de silicones, de sulfates ou de parfums artificiels.
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.