Formulado con carbón vegetal para desintoxicar la piel y ayudar a eliminar el exceso de grasa
Crea una espuma suave y delicada para limpiar y revitalizar la piel sin resecarla ni dañarla
Ideal para la limpieza diaria (especialmente como barra axilar)
Libre de parabenos, ftalatos, siliconas, sulfatos y fragancias artificiales
Fabricado en EE.UU. con ingredientes de calidad
Activated Charcoal detoxifies skin, drawing out impurities, pollutants, and excess oils for visibly clearer skin
Creates a mild, gentle lather that cleanses and reinvigorates skin without stripping or drying it out
Ideal for daily cleansing — works especially well as an underarm bar
Charcoal controls oil and draws away pore-clogging impurities for a deep, refreshing clean
Gentle enough for all skin types, including sensitive skin — moisturizes while it cleanses
Refreshing Sage & Mint fragrance for an invigorating shower experience
Free of parabens, phthalates, silicones, sulfates & artificial fragrance
Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty-Free, Leaping Bunny Certified
Eco-friendly bar format reduces single-use plastic — equivalent to saving two bottles of liquid body wash
Cómo conseguir una piel limpia y fresca: En la ducha, humedece la barra para crear espuma. Utiliza la espuma o desliza la barra sobre la piel para limpiar a fondo el cuerpo. Disfruta de la sensación de una piel limpia y revitalizada. Consejo profesional: Utilizar con el Guante Exfoliante Kitsch.
Carvão vegetal ativado
O carvão vegetal ajuda a purificar e a limpar a pele da sujidade, das impurezas e do excesso de oleosidade, revigorando-a com um brilho natural e saudável.
Ingredientes
Ingredientes: Cocoato de sodio, girasolato de sodio, fragancia natural*, carbón vegetal, óxido de hierro, tocoferoles mixtos.
*Fragancia natural derivada de plantas. **Color natural
Sin parabenos, ftalatos, siliconas, sulfatos ni fragancias artificiales.
Fragancia: Salvia y Menta
¡Tenemos la certificación Leaping Bunny! El logotipo Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se han realizado nuevas pruebas con animales en el desarrollo de ningún producto que lo muestre.
{
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 = `Barra de lavagem corporal desintoxicante com carvão vegetal`;
let bundleHandle = `carbon-desintoxicante-barra-limpiacuerpo`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Barra de lavagem corporal desintoxicante com carvão vegetal
$ 327.00
$ 327.00
Toalha de cabelo XL de secagem rápida - Checker
$ 887.00
$ 887.00
Discos limpiadores con ácido kójico para rostro y cuerpo
$ 537.00
$ 537.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 = `Barra de lavagem corporal desintoxicante com carvão vegetal`;
let bundleHandle = `carbon-desintoxicante-barra-limpiacuerpo`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Barra de lavagem corporal desintoxicante com carvão vegetal
$ 327.00
$ 327.00
+
Toalha de cabelo XL de secagem rápida - Checker
$ 887.00
$ 887.00
+
Discos limpiadores con ácido kójico para rostro y cuerpo
Barra de lavagem corporal desintoxicante com carvão vegetal
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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 razones por las que millones de mujeres se pasan a las barritas de carbón vegetal
1. Combate las toxinas
El carbón activado puede eliminar no sólo bacterias, sino impurezas de todo tipo, incluidos contaminantes, toxinas, veneno, exceso de grasa, productos químicos y micropartículas.
2. Poros más limpios
El carbón vegetal tiene la asombrosa capacidad de controlar la grasa y eliminar las impurezas que se acumulan en los poros.
3. Bueno para todas las pieles
El jabón de carbón vegetal es muy beneficioso incluso para las pieles más sensibles. Extrae el exceso de grasa de la piel, pero también hidrata y nutre la piel seca.
4. Refuerza y reafirma
El carbón vegetal reafirma y tensa la piel rápidamente. Esta es una gran herramienta que puede utilizar como parte de su régimen de belleza en general.
Frequently Asked Questions
The Kitsch Charcoal Detoxifying Body Wash Bar is a solid alternative to traditional liquid body wash, designed to cleanse and detoxify skin without the plastic waste. Formulated with activated charcoal to draw out impurities and excess oils, it creates a gentle, invigorating lather. Free from sulfates, parabens, and artificial fragrance.
In the shower, wet the bar to create lather. Glide bar or suds over the skin for a thorough body cleanse. Apply gently in circles and wait one minute before rinsing. Pro tip: pair with the Kitsch Exfoliating Glove to help refresh & renew your skin.
Although this formula is gentle and sulfate-free, it is designed to be used as a body wash. For facial cleansing, we recommend a product formulated specifically for the face.
It depends on use, but one bar can replace multiple bottles of body wash — typically lasting weeks or even months with careful storage.
Keep the bar dry between uses to extend its life. Try our Self-Draining Soap Dish or Bottle-Free Beauty® Body Wash Bar Saver Bag for easy storage and quick drying.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Escolher uma seleção resulta numa atualização de página completa.