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 Ocean Blue`;
let bundleHandle = `esponja-red-africana-ocean-blue`;
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 Ocean Blue
$ 234.00
$ 234.00
Γάντι απολέπισης - Leopard
$ 234.00
$ 234.00
Στεγνό πινέλο σώματος
$ 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 Ocean Blue`;
let bundleHandle = `esponja-red-africana-ocean-blue`;
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 a 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.
Just used this for the first time and I am so smooth. Little bumps on the backs of my arms? Almost gone. Legs so smooth, they’re shiny. Back cleaner than it’s been in years. Love this thing. Also - the listing is a little bit confusing, but the package does come with three sponges.
TL
Trisha L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Better than I expected
These are a great addition to the body bars! I lather the bar on the sponge and use it to exfoliate my body. I am not as flexible as I used to be and this works great to reach my back. So glad a gave them a try!
ML
Michele L.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Great Prodcuct
I have used this for a week now and I will never buy another loofa sponge again! It is great for reaching my back and the Kitsch body bar lathers so well with it.
LG
Laura G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
My husband loves them, too!
I gave one of my pink African sponges to my husband for hin to try. He loved it! He was impressed with the lather and the feeling of clean the sponge provided. I bought the Ocean Blue sponge for him.
VH
Vivien H.
Verified Reviewer
Rated 3 out of 5 stars
4 months ago
Not Stretchy
I haven't used it yet but it certainly feels nice and scratchy, will certainly do the job. The only thing is, it's not at all stretchy so why say that it is ?
K
Kitsch
4 months ago
Thanks for your honest feedback, and we are sad to hear that your experience wasn’t ideal. Feel free to initiate a return at mykitsch.loopreturns.com for a refund or exchange.
KP
Kim P.
Verified Buyer
Rated 3 out of 5 stars
3 months ago
African net sponge
Great colours and packaging.
Good quality
Wash well
A bit more smaller than expected
K
Kitsch
3 months ago
Thanks for your honest feedback. Feel free to initiate a return at mykitsch.loopreturns.com for a refund or exchange.
GR
Gayle R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
works well
like the feeling of being really clean, getting rid of flaky skin
JM
Julie M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 days ago
Net sponge
Works great! Soft ,dries fast and cleans great.
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.
Ο ορισμός μιας επιλογής έχει ως αποτέλεσμα την πλήρη ανανέωση της σελίδας.