@media (max-width: 767px) { [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slide-image { aspect-ratio: 3/2; } [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-next, [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-prev { padding: 0; } [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-next svg, [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-prev svg{ width: 60px; height: 60px; } [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-next.is-disabled, [data-section-id="template--25735894499621__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-prev.is-disabled { opacity: 0; } } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] { background-color: ; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .okeReviews { margin: 0 0 2px 6px; line-height: 100%; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .okeReviews .okeReviews-reviewsSummary-starRating { display: none; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .okeReviews .okeReviews-reviewsSummary-ratingCount { margin: 0; font-family: GT-America-Standard-Regular; font-weight: 300; font-size: 11px; line-height: 100%; text-decoration: underline; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] #addToCartBtn:hover .decor-line { background: white; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .accordion-text p { margin-bottom: 14px; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .accordion-text ul { margin-bottom: 14px; padding-left: 16px; } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .accordion-text ul li { margin: 0; padding: 0; font-size: 14px; line-height: 18px; } @media (min-width: 640px) { [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] .okeReviews .okeReviews-reviewsSummary-ratingCount { font-size: 13px; } } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] tolstoy-stories { display: none !important; } @media (min-width: 1023px) { [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] tolstoy-stories { display: none !important; } } [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] { padding-bottom: 1.25rem; } @media (min-width: 640px) { [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] { padding-bottom: 2.5rem; } } @media (min-width: 1023px) { [data-section-id='template--25735894499621__pdp_v2_main_tRY9yF'] { padding-top: 3.125rem; padding-bottom: 3.125rem; } }
Default
Default
Default
Default
Default
Default
Default
Default
4.9/5
Rated 4.8 out of 5
Based on 2240 reviews

The replacement filter

YOUR ESSENTIAL BEAUTY WELLNESS TOOL

Remove chlorine, heavy metals & other contaminants from your shower water.

SELECT SUBSCRIPTION:
SUBSCRIBE & SAVE 10%
${{ subscriptionPrice / 100 }} ${{ regularPrice / 100 }}
Billed quarterly with filter replacements shipping every 90 days.
ONE TIME PURCHASE
${{ regularPrice / 100 }}
FREE SHIPPING
INFO

The Jolie Replacement Filter fits inside the neck of your Jolie Filtered Showerhead and needs to be replaced every 90 days. We made our filter best-in-class by focusing on the two most effective filter mediums for the shower: American-made KDF-55 and Calcium Sulfite. This is the good stuff — built to remove more chlorine & heavy metals than any other filter on the market. By subscribing, your replacement filter will arrive on your doorstep every 90 days — no need to remember when to replace.

SPECS

By replacing the filter every 90 days, you ensure your skin & hair look and feel their best. Past the 90-day mark, the filter's efficacy will wane and it won't be doing its job. We shower everyday — treat your body right by ensuring your water is clean for a healthier, happier you.

PERFORMANCE

Our filter has been independently tested by third-party labs and far exceeds NSF-177 certifications for contaminant removal.

TECHNOLOGY

We keep it simple. Your Jolie Replacement Filter will arrive every 90 days, along with a cotton sponge that helps catch any debris, dirt and sediment. Replacing your filter takes less than 20 seconds.

IN THE BOX
  • Far exceeds NSF-177 certifications
  • Best-in-class at removing chlorine & heavy metals
  • Ultrasonically welded to ensure quality
  • Contains the two best filter media: American-made KDF-55 & Calcium Sulfite
let secondClick = false; document.addEventListener('DOMContentLoaded', function () { const section = document.querySelector("[data-section-id='template--25735894499621__pdp_v2_main_tRY9yF']"); const mainSlider = section.querySelector('.mySwiper2'); const thumbsSlider = section.querySelector('.mySwiper'); const thumbsSliderBtnNext = thumbsSlider.querySelector('.button-next'); if (thumbsSlider) { window.pdpV2ThumbsSlider = new Swiper(thumbsSlider, { spaceBetween: 0, slidesPerView: 4.7, freeMode: true, watchSlidesProgress: true, navigation: { nextEl: thumbsSliderBtnNext, prevEl: ".swiper-button-prev", }, breakpoints: { 1023: { slidesPerView: 'auto', direction: "vertical", }, }, }); if (thumbsSliderBtnNext) { thumbsSliderBtnNext.addEventListener('click', function () { if (this.classList.contains('swiper-button-disabled')) { if (secondClick) { window.pdpV2ThumbsSlider.slideTo(0, 200,true); secondClick = false; } else { secondClick = true; } } else { secondClick = false; } }) } } if (mainSlider) { window.pdpV2MainSlider = new Swiper(mainSlider, { spaceBetween: 0, slidesPerView: 1.20, thumbs: { swiper: window.pdpV2ThumbsSlider, }, breakpoints: { 1023: { slidesPerView: 1 }, }, }); } }); function updateSliders() { if (window.pdpV2ThumbsSlider) { setTimeout(() => { window.pdpV2ThumbsSlider.update(); window.pdpV2ThumbsSlider.slideTo(0, 200,true); secondClick = false; }, 100) } if (window.pdpV2MainSlider) { setTimeout(() => { window.pdpV2MainSlider.update(); window.pdpV2MainSlider.slideTo(0, 200,true); }, 100) } } const updateProductDescription = () => { tolstoyWidget.postMessage({ eventName: 'tolstoy_product_update', product: { id: '7285536194717', descriptionHtml: `

Includes:

  • 1 Jolie
  • 1 Filter
  • Filter subscription
`, }}); }; if (window.tolstoyWidget) { updateProductDescription(); } else { window.addEventListener('tolstoyWidgetReady', updateProductDescription, { once: true }); }

THE BEST FILTER THAT EXISTS.

We designed our filtration to be best-in-class. Using a proprietary blend of American-made KDF-55 and Calcium Sulfite, our filter:

  • Far exceeds NSF-177 certifications
  • Has been tested via multiple third-party labs
  • Does not clog nor reduce pressure
  • Includes the most American-made KDF-55 vs. any other existing shower filter
  • Is incredibly easy to replace
  • Arrives every 90 days
  • Is the engine for your Jolie
  • Is less than 40 cents/day
#promo-content-inner { flex-direction: column-reverse; } @media (min-width: 768px) { #promo-content-inner { flex-direction: row; } }

Forget when to change that filter? We got you.

Your filter arrives at your doorstep right before it needs to be changed. No need to guess... (we'd bet that many of us don't change our drinking water filters on time).

Need to cancel? Free & easy, though we'd hate to see you go.

You can cancel your subscription at any time.

document.addEventListener('DOMContentLoaded', function () { const playBtn = document.querySelector(".play-bt"); const poster = document.querySelector("#poster"); const iframe = document.querySelector('iframe'); const player = new Vimeo.Player(iframe); playBtn.addEventListener('click', function () { poster.classList.add("hidden") player.play() }) })
“After a month, I’ve noticed that my moisturizer goes on easier and my hair feels as soft as a toddler’s”
Read the Article
“My hair felt fluffier and lighter”
Read the Article

customer reviews

average rating 4.8 out of 5
Based on 2240 reviews
  • 5 Stars
    1981 Reviews
  • 4 Stars
    178 Reviews
  • 3 Stars
    81 Reviews
  • 2 Stars
    0 Reviews
  • 1 Star
    0 Reviews
96% of reviewers would recommend this product to a friend
Ease of install
Rated 4 out of 5
Product quality
Rated 4 out of 5
Effects on hair
Rated 4 out of 5
Effects on skin
Rated 4 out of 5
2240 Reviews
Reviewed by Krista R.
Verified Buyer
I recommend this product
Age Range
25 - 34
Skin issues
  • Eczema
  • Dry Skin
Hair issues
  • Dry hair
Rated 5 out of 5
Review posted

Great Costumer Service!

I have used my Jolie shower head for the last 2 years and have loved it! Was having trouble with something, and the service team was great in helping me.

Loading...
Ease of install
Rated 4 out of 5
Product quality
Rated 5 out of 5
Effects on hair
Rated 5 out of 5
Effects on skin
Rated 5 out of 5
Was this helpful?
Reviewed by Apelila W.
Verified Reviewer
I recommend this product
Age Range
35 - 44
Skin issues
  • Itchiness
Hair issues
  • Dandruff
Rated 5 out of 5
Review posted

The Best Shower You’ll ever Have

I love it and it’s absolutely worth every penny! My skin is so soft and my scalp are way cleaner and no dandruff.

Loading...
Ease of install
Rated 5 out of 5
Product quality
Rated 5 out of 5
Effects on hair
Rated 5 out of 5
Effects on skin
Rated 5 out of 5
Was this helpful?
Reviewed by Jennifer O.
Verified Buyer
I recommend this product
Age Range
45 - 54
Skin issues
  • Eczema
  • Dry Skin
  • Itchiness
  • Rashes
  • Rosacea
Hair issues
  • Dry hair
  • Frizzy hair
  • Thinning hair
  • Brittle hair
Rated 5 out of 5
Review posted

Game Changer

Since using Jolie, my skin and hair feel much softer! I suffer from eczema , rosacea, and dry itchy skin and scalp. Since I’ve used Jolie, I’ve experienced much improvement.! My skin and scalp do not feel tight or irritated after showering. I use Jolie to fill up my bath for my cat. As a result , his fur is unbelievably soft! My hair has changed as well from oily roots and dry ends to a softer texture.

Loading...
Ease of install
Rated 4 out of 5
Product quality
Rated 5 out of 5
Effects on hair
Rated 5 out of 5
Effects on skin
Rated 5 out of 5
Was this helpful?
!function(){function e(e){var d=e.getBoundingClientRect().width;d>=i.s&&d