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 Rosewood`;
let bundleHandle = `esponja-red-africana-rosewood`;
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 Rosewood
$ 234.00
$ 234.00
Luva Esfoliante - Leopardo
$ 234.00
$ 234.00
Escova para secar o corpo
$ 467.00
$ 467.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 Rosewood`;
let bundleHandle = `esponja-red-africana-rosewood`;
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.
Creates a rich lather with just a few turns of the soap bar. Great for exfoliating my feet and keeps me from having to try to balance on one foot while doing so! Love them!
JP
Jonna P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Love it!
I’ve been using the African Net Sponge and overall I really like it. It exfoliates really well without feeling too rough, and I definitely feel cleaner after using it. It also lathers up easily, so you don’t need to use a ton of body wash. Don't be alarmed that it does shed a little.
Aa great addition to my shower routine especially for getting summer ready skin!
AF
Andrea F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Gentle on the skin
Love these net sponges, they are gentle on the skin, foam up beautifully with my added body wash then releasing the scent in the steam of the shower and relaxing the mind. The length is great ensuring good reach across my back. It dries quickly after use and I throw it in the washing machine to ensure a clean fresh net sponge on a regular basis. I highly recommend these African net sponges
C
Christina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Fab addition to your shower routine!
Absolutely love these, any soap lathers up so well. Gentle exfoliation and my skin feels amazing afterwards.
LM
leise m.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Soft and wonderful to clean my back
Love the fact it can be used to clean my back, body and toes. Soft when wet and the width allows foam to reach your body thoroughly. It rinses easily and feels clean when used the next day.
KG
Kay G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
African Net Sponge
Works great, love how smooth my skin feels after a shower.
TV
TUAN V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Didn’t get to use but surely it’s good
So I ordered this thinking it was an Australian company and that it would come on time before my holiday but it didn’t haha, so it is lost to the world now :(
5 stars anyways lol, pls send me another one if posssssible!!
EG
Erica G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 week ago
Best Net Sponge
I absolutely love these net sponges. They exfoliate the skin so nicely without over scrubbing the skin and being too rough. My skin is left so soft and new
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.