@media (max-width: 767px) { [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slide-image { aspect-ratio: 3/2; } [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-next, [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-prev { padding: 0; } [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-next svg, [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-prev svg{ width: 60px; height: 60px; } [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-next.is-disabled, [data-section-id="template--26758048252197__pdp_v2_main_tRY9yF"] .mobile-slider .hooper-prev.is-disabled { opacity: 0; } } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] { background-color: ; } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] .okeReviews { margin: 0 0 2px 6px; line-height: 100%; } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] .okeReviews .okeReviews-reviewsSummary-starRating { display: none; } [data-section-id='template--26758048252197__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--26758048252197__pdp_v2_main_tRY9yF'] #addToCartBtn:hover .decor-line { background: white; } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] .accordion-text p { margin-bottom: 14px; } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] .accordion-text ul { margin-bottom: 14px; padding-left: 16px; } [data-section-id='template--26758048252197__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--26758048252197__pdp_v2_main_tRY9yF'] .okeReviews .okeReviews-reviewsSummary-ratingCount { font-size: 13px; } } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] tolstoy-stories { display: none !important; } @media (min-width: 1023px) { [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] tolstoy-stories { display: none !important; } } [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] { padding-bottom: 1.25rem; } @media (min-width: 640px) { [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] { padding-bottom: 2.5rem; } } @media (min-width: 1023px) { [data-section-id='template--26758048252197__pdp_v2_main_tRY9yF'] { padding-top: 3.125rem; padding-bottom: 3.125rem; } }
4.9/5

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 }}
.truemed-entry-box { justify-content: center; margin-top: 12px; }
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 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
  • 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--26758048252197__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 = () => { if (!window.tolstoyWidget || typeof window.tolstoyWidget.postMessage !== 'function') { return; } window.tolstoyWidget.postMessage({ eventName: 'tolstoy_product_update', product: { id: '7285536194717', descriptionHtml: `

Includes:

  • 1 Jolie
  • 1 Filter
  • Filter subscription
`, }}); }; if (window.tolstoyWidget && typeof window.tolstoyWidget.postMessage === 'function') { 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:

  • 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() }) })
Featured publication logo
“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
Featured publication logo
“My hair felt fluffier and lighter”
Read the Article

customer reviews