Esponja de red africana que hace espuma, limpia y exfolia las zonas difíciles de alcanzar: estírala para lavar tu espalda y lograr una limpieza de cuerpo completo
Su textura de malla ultraexfoliante elimina las células muertas de la piel para una limpieza profunda y suavizante
Ayuda a prevenir el vello encarnado y mantiene los poros limpios
Su diseño largo y elástico llega a la espalda y a otras áreas difíciles con total facilidad
Su material de secado rápido minimiza la acumulación de bacterias entre usos para una limpieza mucho más higiénica
Incluye una esponja de red africana
Proporciona una exfoliación profunda que deja la piel suave y tersa
Crea una espuma rica y abundante con muy poco jabón: más sostenible y con menos desperdicio
Su diseño ultrarresistente dura entre 3 y 6 meses con el cuidado adecuado
Compatible con los jabones corporales en barra de Kitsch Bottle-Free Beauty® para una experiencia de limpieza superior.
Moja la esponja de red para ablandarla antes de usarla. Frota tu barra de jabón corporal favorita de Kitsch Bottle-Free Beauty® sobre la esponja para crear una espuma rica y abundante. Usa la red para frotar suavemente tu cuerpo con movimientos circulares, prestando especial atención a las zonas secas o ásperas. Estira la esponja para llegar a la espalda y a otras áreas difíciles de alcanzar. Enjuaga con abundante agua y cuelga la red para que se seque entre cada uso. Evita su uso sobre heridas abiertas, cortes o en pieles sensibles o irritadas.
{
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 = `Esponja de red africana Aqua Grey`;
let bundleHandle = `esponja-red-africana-aqua-grey`;
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:
Esponja de red africana Aqua Grey
$ 234.00
$ 234.00
Luva Esfoliante - Leopardo
$ 234.00
$ 234.00
Escova para secar o corpo
$ 468.00
$ 468.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 = `Esponja de red africana Aqua Grey`;
let bundleHandle = `esponja-red-africana-aqua-grey`;
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');
});
}
}">
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 necesitas la esponja de red africana de Kitsch
Exfoliación profunda para todo el cuerpo
Su textura de malla ultraexfoliante elimina la piel muerta, suaviza las zonas ásperas y deja tu cuerpo tan suave como una nube, de la cabeza a los pies.
Llega donde otras no pueden
Su diseño largo y elástico se estira para frotar tu espalda y otras áreas difíciles de alcanzar para quedar totalmente limpia
Una limpieza más segura e higiénica
Fabricada con un material de secado rápido que minimiza la acumulación de bacterias entre usos, para que tu accesorio de ducha se mantenga tan fresco como tú.
Diseño sostenible
Elaborada con un 70 % de nailon reciclado y un 30 % de poliéster reciclado, esta esponja crea una abundante espuma con muy poco jabón: una elección excelente para tu piel y para el planeta.
Got my skin SO smooth! Love how easy it was to scrub my back and buff without irritating my sensitive skin.
CM
Carleen M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Great alternative to the mesh sponges
Easy to rinse and I can exfoliate my back too.i like that it is a gentle exfoliation you can use daily.
CB
Cindy B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Just the right amount of scrubbiness!
I wasn't sure about the abrasion level when I unboxed the product, but I have been really pleased. It gives a good exfoliation, but doesn't irritate my skin at all. Recommend!
DY
Debra Y.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Love it!
Makes my skin feel wonderful!!
Loading...
Loading...
Frequently Asked Questions
Con el cuidado adecuado, tu esponja de red puede durar entre 3 y 6 meses. Enjuágala con abundante agua después de cada uso y cuélgala para que se seque en un área bien ventilada y así prolongar su vida útil.
¡Sí! Aunque nos encanta combinarla con nuestras barras de jabón corporal Kitsch Bottle-Free Beauty® para obtener una espuma abundante, también funciona de maravilla con cualquier jabón líquido corporal.
Recomendamos evitar su uso sobre heridas abiertas, cortes o piel irritada o sensible. Si tienes dudas, consulta a tu dermatólogo antes de usarla.
Enjuágala con abundante agua después de cada uso para eliminar el jabón y los residuos. Cuélgala en un área bien ventilada para evitar la acumulación de bacterias. Lávala a mano y deja secar al aire. No la laves a máquina.
La esponja de red africana Kitsch está fabricada con un 70 % de nailon reciclado y un 30 % de poliéster reciclado: es resistente, de secado rápido y respetuosa con el medioambiente.
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.