Ayuda a purificar el agua de la ducha ser más suave para el cabello, la piel y las uñas
Filtrado con un alta concentración de 86% de KDF-55 (reconocido por sus propiedades limpiadoras del agua, AKA el mejor amigo del agua limpia) que funciona con sulfito cálcico para ayudar reduce el cloro y las impurezas
No compromete la presión de agua existente en la ducha**para que puedas seguir disfrutando de tu ritual de aseo.
Diseñado para acoplarse a la mayoría de las roscas estándar de ½" (1,27 cm) de los tubos de ducha de EE.UU. para duchas fijas, de lluvia y de mano.* *Para los clientes de fuera de EE.UU. esto puede requerir un adaptador.
Ayuda a neutraliza los olores y equilibra los niveles de pH del agua*, que puede contribuir a la salud del cabello y la piel
Transforma su ducha en el la experiencia spa definitiva
Diseño enroscable fácil de instalar con sin complicaciones filtro cartuchosustitución (¡no hace falta llamar al fontanero!)
Incluye todo lo necesario para su instalación: un filtro, un cartucho de filtro, llave y cinta de fontanero
Para una instalación segura, asegúrese de que su alcachofa de ducha tiene una capacidad de peso de 6,8kg.
*Los resultados pueden variar en función de la concentración de contaminantes y de las condiciones específicas del agua.
**Sujeto a variaciones en la presión inicial del agua.
PASO 1. Desenrosca la alcachofa de la ducha para extraerla de la tubería.
PASO 2. Enrolla la cinta adhesiva de fontanero incluida alrededor de las roscas de la tubería de la ducha y, a continuación, instala el filtro de ducha enroscándolo en la tubería de la ducha. Utiliza la llave inglesa que te hemos proporcionado.
PASO 3. Vuelve a colocar la alcachofa de la ducha enroscándola firmemente en el extremo del filtro de ducha.
PASO 4. Una vez colocado de nuevo, deja correr el agua durante al menos un minuto para activar el nuevo filtro y eliminar las burbujas de aire para que fluya sin problemas.
Consejo profesional: Para mantener su experiencia de ducha elevada, cambia el cartucho del filtro cada 3 meses.*
*La capacidad puede variar en función de las condiciones locales del agua.
Nuestro filtro de ducha está diseñado para acoplarse a la mayoría de roscas estándar de 1,27cm de tuberías de ducha para su uso con cabezales de ducha fijos, de lluvia y de mano.
{
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: 2,
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 = `Cartucho de repuesto para filtro de ducha`;
let bundleHandle = `the-shower-filter-refill-cartridge`;
let bundleCount = 2;
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:
Filtro de ducha - Cromo
$ 934.00
$ 934.00
Cartucho de repuesto para filtro de ducha
$ 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: 2,
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 = `Cartucho de repuesto para filtro de ducha`;
let bundleHandle = `the-shower-filter-refill-cartridge`;
let bundleCount = 2;
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 millones de mujeres se pasan al filtro de ducha de Kitsch
1. Fácil instalación
No es necesario llamar al fontanero. Hemos incluido todo lo que necesita para instalar su filtro. En unos sencillos pasos, mejorará su ducha para empezar su rutina con limpieza. Cuando llegue el momento de cambiar el filtro, sólo tiene que extraer el antiguo, introducir el nuevo cartucho filtrante y listo.
2. Depuración instantánea
Sienta inmediatamente la diferencia al filtrar el agua de la ducha con una alta concentración de KDF-55 y sulfito cálcico. Juntos, ayudan a eliminar el cloro y las impurezas y a equilibrar los niveles de pH del agua* sin comprometer la presión del agua**.
3. Cabello y piel más sanos
Reduce los restos de metales pesados, sarro, bacterias y algas, haciendo que el agua sea más suave para el cabello y la piel.
4. Ahorrar en cuidados personales
¿Lo mejor de nuestro nuevo filtro de ducha? Lo hemos diseñado para que sea compatible con la mayoría de los tipos de alcachofas de ducha, como las fijas, las de lluvia y las de mano, para que pueda utilizarlo con la alcachofa de ducha que ya tiene.
After using this... My hair feels healthier, My skin feels healthier, My hair feels softer
Rated 5 out of 5 stars
6 months ago
Works great
I have very mineral rich well water that turns my shower floor red from all the iron in the water. This filter system stops that. I no longer have the film of junk lingering on my hair and skin. This filter leaves my hair and skin soft and healthy ✨️
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
CC
Chloe C.
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My skin feels healthier, My skin is less irritated
Rated 5 out of 5 stars
1 year ago
Reliable and Worth Repeating
This is my second time purchasing this shower filter refill, and I’ll definitely be buying more in the future. It works really well and makes a noticeable difference in the water quality. Super easy to replace and totally worth it!
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
JS
Jennifer S.
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My skin feels healthier, My skin is less irritated, My hair texture improved, My hair feels softer
Rated 5 out of 5 stars
2 months ago
Showers perfected!
This shower filter gives me peace of mind -I’m protecting my hair and skin from hard water chemicals! Repurchased and perfect size for my hand held shower head. Doesn’t leak as well.
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
BW
Brenda W. P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Great Filter
I have been using the filter for several months. I have well water, and it amazes me how well the filter works. I can always tell when it is time to change the filter (3-4 months) because a blue-green tint reappears in the shower. Great investment!
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
EM
Elisa M.
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My hair texture improved, My hair feels softer, My skin feels healthier, My skin is less irritated
Rated 5 out of 5 stars
9 months ago
I love my shower filter🤍
Best light and transparent water, best shipping as well
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
JC
Janice C.
Verified Buyer
I recommend this product
After using this... My skin feels healthier, My hair feels healthier, My hair texture improved, My hair feels softer
Rated 5 out of 5 stars
9 months ago
I can feel the difference
The first time I showered after installing the filter I could feel the difference in the water! I’m very happy with this product and will be ordering refills in the future as needed.
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
KP
Kristen P.
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My hair texture improved, My skin feels healthier, My hair feels softer, My skin is less irritated
Rated 5 out of 5 stars
11 months ago
Easy To Use!
This is my first ever shower filter I've purchased. I was hesitant as first before buying, but it turned out to be really easy to install and water feels great on my skin!
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
AP
ALICE P.
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My hair texture improved, My skin feels healthier, My hair feels softer, My skin is less irritated
Rated 5 out of 5 stars
12 months ago
Very helpful with poor water quality
So thankful for the shower filter. We have terrible water here and the filter has made an amazing difference in the hard to remove shower scum as well as on our skin. We are no longer smelling a strong chlorine smell after showering. I would put a filter on every sink and tub faucet if I could.
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
C
coral
I recommend this product
After using this... My hair feels healthier, My skin feels healthier, My skin is less irritated, My hair texture improved, My hair feels softer
Rated 5 out of 5 stars
1 year ago
SHOWER!!
yes I have the shower head! Iove it!! I used to keep a jug of filtered water by the shower. it was cold an awkward. this is wonderful!! and don't get me started on the shampoo. it's all! wonderful!
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
JS
Jordin S.
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My skin feels healthier, My hair feels softer
Rated 5 out of 5 stars
1 year ago
Easy affordable filter
If you are thinking about finally jumping on the water filter train, this one is an easy and affordable option and works pretty well. Will probably buy a second
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
Loading...
Loading...
Frequently Asked Questions
PASO 1: Gira la alcachofa de la ducha para retirarla de la tubería.
PASO 2: Envuelva la cinta incluida alrededor de la tubería de la ducha, luego instala el filtro de ducha girándolo en la tubería de la ducha. Utiliza la llave inglesa que te proporcionamos para mayor comodidad.
PASO 3: Vuelve a colocar la alcachofa de la ducha enroscándola firmemente en el extremo del filtro de ducha.
PASO 4 Deja correr el agua durante al menos un minuto para activar el filtro y eliminar las burbujas de aire para obtener un flujo continuo.
Consejo profesional: Para mantener su experiencia de ducha elevada, cambia los cartuchos del filtro cada 3 meses.
Puedes saber si tiene agua dura simplemente lavándose las manos. Si tienes agua dura, le quedarán residuos en las manos después de lavárselas con jabón. El residuo se produce porque el jabón reacciona con el calcio formando una película viscosa conocida como espuma de jabón
Desde la primera ducha, nuestro filtro se pone a trabajar para eliminar las impurezas, el cloro y otros contaminantes para que pueda ver y sentir las mejoras en el cabello, la piel y el bienestar de todo el cuerpo. Los resultados pueden variar, pero es posible que empiece a notar beneficios generales de belleza, como una piel más clara, menos irritación del cuero cabelludo y un cabello más hidratado.
Sí, funciona en todo tipo de duchas, incluidas las fijas, de lluvia, combinadas, duales y de mano. No necesita herramientas.
Recomendamos cambiar el filtro cada 3 meses. Si quieres mantener los beneficios de belleza sin esfuerzo que has estado viendo, como una piel más calmada, un cuero cabelludo calmado y un cabello más sano, entonces cambiar tu filtro cada 3 meses* es clave.
No, hemos diseñado el filtro de ducha para que no afecte a la presión actual del agua.
Recomendamos cambiar el filtro cada 3 meses. Si quieres mantener los beneficios de belleza sin esfuerzo que has estado viendo, como una piel más calmada, un cuero cabelludo calmado y un cabello más sano, entonces cambiar tu filtro cada 3 meses* es clave.
El filtro de ducha pesa 340gr
Puedes utilizar el filtro de ducha Kitsch siempre y cuando tu cabezal de ducha tenga el tipo de rosca estándar de 1,27cm.
La alcachofa de ducha que se utilice debe tener una capacidad de peso máxima de 6,8kg.
Política de precios
Valor de referencia
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.
Al seleccionar una opción, se actualiza toda la página.