Ayuda a purificar el agua de la ducha para que sea más suave para tu cabello, piel y uñas
Filtrado con una alta concentración de 86% de KDF-55 (reconocido por sus propiedades purificadoras, también conocido como el mejor amigo del agua limpia) que funciona con sulfito de calcio para ayudar a reducir el cloro e impurezas
No compromete la presión de agua existente de tu ducha**, así que aún puedes disfrutar tu ritual de baño
Diseñado para adaptarse a la mayoría de roscas estándar de tubería de ducha de EE.UU. de ½” (1,27 cm) para uso con duchas fijas, de lluvia o de mano.* *Los clientes fuera de EE.UU. podrían necesitar un adaptador.
El diseño del filtro de ducha Kitsch está protegido por la patente estadounidense número D1,072,182 S.
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 15 lbs.
*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.
1 Chrome Shower Filter
PASO 1. Desenrosque la alcachofa de la ducha para extraerla de la tubería.
PASO 2. Enrolle la cinta adhesiva de fontanero incluida alrededor de las roscas de la tubería de la ducha y, a continuación, instale el filtro de ducha enroscándolo en la tubería de la ducha. Utiliza la llave inglesa que te hemos proporcionado para darte más maña.
PASO 3. Vuelva a colocar la alcachofa de la ducha enroscándola firmemente en el extremo del filtro de ducha.
PASO 4. Una vez colocado de nuevo, deje 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, cambie 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 ½" 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 = `Filtro de ducha - Cromo`;
let bundleHandle = `the-shower-filter-chrome`;
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
Gorro de ducha flexible con forro de satén - Cuadros Terracotta
$ 677.00
$ 677.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 = `Filtro de ducha - Cromo`;
let bundleHandle = `the-shower-filter-chrome`;
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');
});
}
}">
Comprados juntos frecuentemente
Filtro de ducha - Cromo
$ 934.00
$ 934.00
+
Gorro de ducha flexible con forro de satén - Cuadros Terracotta
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
Diseñado para convertir la ducha en una experiencia similar a la de un balneario al infundir en el agua minerales beneficiosos para la salud que son más suaves 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.
4.8
Rated 4.8 out of 5 stars
Based on 271 reviews
Ease of InstallRated 2.3 on a scale of 1 to 5
Super Easy Hard
Reviews Summary
Generated by AI from 91 most recent customer reviews
Last updated 1 year ago
Customers say this shower filter makes their hair softer and more manageable. Many note improved skin texture and less dryness after showering. While some mention reduced water pressure, most find installation quick and simple. The filter's appearance blends well with bathroom fixtures.
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
2 years ago
Best Purchase Ever As A Montanan
I don’t know if anyone can relate to the insane hard water in Montana but I was spending HUNDREDS on boujee shampoos, conditioners , masks, you name it. I was target marketed a filter that was exponentially more expensive and bless this marketing team. Right before I hit “submit order” I got a text about this being released. Immediately cancelled my order with the other brand and ordered this. It is a superior product and it has saved my hair. I recommend it to literally everyone and have literally cried to my fiancé because it saved my self confidence by saving my hair.
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
K
Kay
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
In love with
I was so excited to receive my first Kitsch order! I am so happy to of found my new obsession. I put this chrome shower filter on myself in under 3-5 minutes, with the super simple & easy to follow directions! I’ll be sure to get my refill cartridge every 3 months to keep maintenance on my filter! I am very pleased with my purchase & I've made another purchase since this! I am a new beloved member of Kitsch! Thank you, Kitsch for making these products that actually work, but are so reasonably priced!!! Y’all the real MVP’s 🙌🏽🙌🏽🏆🥰💕 I’ve definitely told EVERYONE in my circle about you!!
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
JL
Jasmyn L.
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
2 years ago
EVERY SHOWER NEEDS THIS!
For years, I could never figure out why I was extremely itchy, when I would get out of a piping hot shower.. It just seemed ironic and it was extremely uncomfortable. Little did I know, my shower needed a filter.
The Kitsch Shower Filter was easy to install, they even included all the tools/supplies you need to make it feel as if a professional installed it! I installed my shower filter in about 5 minutes are so, super quick, super easy!
I was noticeably less itchy after the first shower, but after weeks of use I no longer scratch and damage my freshly washed skin. Even my hair feels healthier, silkier, and more slippery! I cannot recommend this product enough!
Ease of InstallRated 5.0 on a scale of 1 to 5
Super Easy Hard
JH
Jessica H.
I recommend this product
After using this... My hair feels healthier, My hair texture improved, My skin feels healthier, My skin is less irritated, My hair feels softer
Rated 5 out of 5 stars
2 years ago
Will Never Go Without Again!
I was blessed to be chosen as a tester of the shower filter and it did NOT disappoint, y’all! My skin normally struggles during every season but summer, due to our dry winters and ever-changing fall/spring temperatures. We also have incredibly hard water, with high calcium and chlorine being two of the biggest issues. Since using this shower filter I have not had to use lotion half as much because my skin isn’t drying out as much after showering. My hair feels as though it’s getting cleaner, staying clean longer, and definitely getting softer and less dry at the ends! Our water even smells better - in fact I didn’t know just how heavily chlorinated it was until I got this filter. I’ve been using the shower filter for about 3 weeks now and I can’t wait to see how it continues to change my hair and skin for the better over time! Thank you Kitsch for always making the best products and transforming my body and beauty routine for the better!
Ease of InstallRated 2.0 on a scale of 1 to 5
Super Easy Hard
AP
Amy P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Life changing filter for hard water areas
Wow. Curly girl here that lives in an area with super hard water. The filter is very easy to install and did not change the water pressure whatsoever. After using the filter for a couple weeks, I noticed how much softer and less frizzy my hair was. The proof is in the pictures both taken on wash days. If you have been on the fence with purchasing a shower filter, do it! You won’t be sorry!!
JK
Jenn K.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Soft Hair & Skin
I've been using the shower filter for over a month and I'm excited with how soft and shiny my hair is. My skin is also softer which I was not expecting at all. I wish I had taken before pictures to show the difference. It was easy to install even with my two shower heads and I haven't noticed any difference in water pressure. Definitely recommend to everyone.
T
Tamara
Verified Buyer
I recommend this product
After using this... My hair feels healthier, My hair feels softer, My skin feels healthier, My skin is less irritated
Rated 5 out of 5 stars
2 years ago
Cleaner water!!!
I’ll start with saying it did very slightly change the water pressure but not enough to really matter and I’m someone that usually takes the flow filters out of my showerhead. It was very easy to install and I had no complications. Everything was much easier to rinse off with the filter so that’s really nice since I have vivid colors and don’t want them fading every third wash! I’m interested to see if I notice any bigger changes in the next week or two
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
JN
Jennifer Noble H.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Wow it really works
I'm absolutely loving my new shower filter by Kitsch. My hair and skin is so soft! I've noticed my hair is more manageable and my scalp is not flakey like before, and no frizz!! I just feel so clean after my shower! I love this filter! I'm obsessed I will never shower without my kitsch filter again!! So easy to install and looks great in your bathroom!!
D
Dominique
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love this filter!!!
I used this shower filter for 6 weeks and could feel a significant positive affect on my hair! It felt so much softer and appeared shiny. I could also feel a slight improvement with my skin, it felt softer and I didn't experience any irritation even though I have very sensitive skin. I am very happy with this product and would highly recommend to family and friends :)
SV
Shirley V.
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
1 year ago
Amazing
Ok. I love reviews. I love to read them and write them. I was only the fence about which shower filter I wanted because of a lot of factors. First the quality and lastly pricing. I compared about 6 or 7 and I went from top of the line (supposedly) price wise and all the way to the bottom. I am really pick and know what this should feel like because my whole house had softener at one point. This not only exceeded my expectations for quality and how much less soap I have to use to the price. It is a win win. If you want a filter that improves your water quality, softer less itchy skin and very fair pricing. This is your filter. My skin has been less itchy too. You can feel the softness in hair too. I am getting ready to buy another unit for our second bathroom. Also, I installed this by myself. I am a woman obviously, but it came with the tool I needed and the pipe tape. Buy it. You will love it.
Ease of InstallRated 1.0 on a scale of 1 to 5
Super Easy Hard
Loading...
Loading...
Frequently Asked Questions
PASO 1: Gire 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 instale el filtro de ducha girándolo en la tubería de la ducha. Utilice la llave inglesa que le proporcionamos para mayor comodidad.
PASO 3: Vuelva a colocar la alcachofa de la ducha enroscándola firmemente en el extremo del filtro de ducha.
PASO 4 Deje 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, cambie los cartuchos del filtro cada 3 meses.
Puede saber si tiene agua dura simplemente lavándose las manos. Si tiene 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í - diseñado para acoplarse a la mayoría de las roscas de tubería de ducha estándar de 1,27 cm (½") de EE.UU. para su uso con cabezales de ducha fijos, de lluvia y manuales.
* Para los clientes de fuera de EE.UU. esto puede requerir un adaptador.
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 12 onzas
Usted puede utilizar el filtro de ducha Kitsch siempre y cuando su cabezal de ducha que tiene el tipo de rosca estándar de 1/2in *.
* Para los clientes de fuera de EE.UU. esto puede requerir un adaptador.
La alcachofa de ducha que se utilice debe tener una capacidad de peso máxima de 15 lbs.
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.