{"product_id":"dermapure","title":"DermaPure®","description":"\u003cstyle\u003e\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 30px auto;\n  }\n  .secao \u003e img {\n    width: 100%;\n    height: auto;\n    max-width: 400px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n  }\n  .secao-grid,\n  .secao-grid-reverse {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1em;\n    align-items: center;\n    justify-items: center;\n    margin-bottom: 15px;\n    max-width: 1200px;\n    margin: 30px auto;\n    border-radius: 12px;\n  }\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n  h4 {\n    margin-top: 0;\n  }\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n  .secao-image {\n    grid-area: image;\n  }\n  .secao-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    max-width: 600px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n  }\n  .secao-content {\n    grid-area: content;\n    text-align: left;\n    padding: 20px;\n  }\n  .secao-content h2 {\n    margin-top: 0;\n  }\n  .secao-content img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    max-width: 600px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\n  }\n  .tabela-porcentagem {\n    display: flex;\n    flex-direction: column;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: left;\n    grid-area: content;\n  }\n  .porcentagem-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    border-bottom: 2px solid #f1f1f1;\n    padding: 10px;\n  }\n  .porcentagem-item:first-child {\n    border-top: 2px solid #f1f1f1;\n  }\n  .porcentagem-item img {\n    max-width: 70px;\n    border: none;\n    box-shadow: none;\n  }\n  .botaozin {\n    display: block;\n    margin: 20px auto 0 auto;\n    padding: 13px 25px;\n    border: none;\n    background-color: #304a4b;\n    color: #fff;\n    border-radius: 10px;\n    cursor: pointer;\n    font-weight: bold;\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    border: 2px solid #304a4b;\n  }\n  .botaozin:hover {\n    background-color: #fff;\n    color: #304a4b;\n  }\n  .listinha {\n    display: flex;\n    text-align: left;\n    gap: 5px;\n    margin-top: 10px;\n    align-items: center;\n  }\n  .listinha img {\n    width: 20px;\n    height: 20px;\n    border: none;\n    box-shadow: none;\n    margin: 0;\n  }\n  .gif-gallery {\n    display: flex;\n    gap: 10px;\n  }\n  .gif-gallery img {\n    border-radius: 10px;\n    width: 23%;\n    height: auto;\n    margin-left: auto;\n    margin-right: auto;\n    box-shadow: none;\n    border: none;\n  }\n  .tabela-header {\n    display: grid;\n    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr) minmax(0, 1fr);\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 0 auto 10px auto;\n  }\n  .tabela-header .tabela-cell {\n    background-color: transparent !important;\n    border: none !important;\n    box-shadow: none !important;\n    padding-bottom: 5px;\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n  }\n  .tabela-header .tabela-cell img {\n    max-width: 40px;\n    border: none;\n    box-shadow: none;\n  }\n  .tabela-comparacao {\n    display: grid;\n    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr) minmax(0, 1fr);\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 0 auto;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    border-radius: 15px;\n    overflow: hidden;\n    border: 1px solid #e0e0e0;\n  }\n  .tabela-cell {\n    padding: 15px;\n    font-size: 0.9em;\n    line-height: 1.4;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n  .tabela-cell svg {\n    width: 22px;\n    height: 22px;\n    margin: auto;\n  }\n  .tabela-coluna-1 {\n    grid-column: 1 !important;\n    border-bottom: none;\n    text-align: center;\n    color: #fff;\n    background-color: #304a4b;\n  }\n\n  .tabela-coluna-2 {\n    grid-column: 2 !important;\n    color: #20bec4;\n    font-weight: 600;\n    border-bottom: 1px solid #d0eadd;\n    text-align: center;\n  }\n  .tabela-coluna-3 {\n    grid-column: 3 !important;\n    color: #dbdbdb;\n    font-weight: 600;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: center;\n  }\n  .tabela-titulo {\n    text-align: center;\n    font-weight: 800;\n    font-size: 1em !important;\n    color: #000;\n    background-color: #fff;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n  .tabela-coluna-1.tabela-titulo {\n    border-radius: 15px 0 0 0;\n  }\n  .tabela-coluna-3.tabela-titulo {\n    border-radius: 0 15px 0 0;\n  }\n  .tabela-coluna-1.tabela-rodape {\n    border-radius: 0 0 0 15px;\n    border-bottom: none;\n  }\n  .tabela-coluna-2.tabela-rodape {\n    border-bottom: none;\n  }\n  .tabela-coluna-3.tabela-rodape {\n    border-radius: 0 0 15px 0;\n    border-bottom: none;\n  }\n  .accordion {\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-radius: 10px;\n    border: none;\n    font-size: 0.9em;\n  }\n  .accordion-item {\n    border-top: 1px solid #f8f8f8;\n    background-color: white;\n  }\n  .accordion-item:last-child {\n    border-bottom: 1px solid #f8f8f8;\n  }\n  .accordion-header {\n    padding: 15px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    text-align: left;\n    font-weight: bold;\n  }\n  .accordion-header:hover {\n    background-color: rgba(146, 156, 156, 0.096);\n  }\n  .accordion-body {\n    text-align: left;\n    padding: 0 15px;\n    max-height: 0;\n    overflow: hidden;\n    transition:\n      max-height 0.3s ease,\n      padding 0.3s ease;\n  }\n  .accordion-body.active {\n    max-height: 500px;\n    padding: 15px;\n    margin-bottom: 15px;\n  }\n  .accordion-header .icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 20px;\n    height: 20px;\n    transition: transform 0.3s ease;\n    transform: rotate(45deg);\n  }\n  .accordion-header.active .icon {\n    transform: rotate(0deg);\n  }\n  .accordion-header .icon svg {\n    width: 100%;\n    height: 100%;\n    fill: currentColor;\n  }\n  .review {\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    border-radius: 10px;\n    color: #000;\n    background-color: #f7f7f7;\n    border: none;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n  }\n  .review-image {\n    width: 100%;\n    height: 250px !important;\n    object-fit: cover;\n    object-position: center;\n    display: block;\n    border-radius: 8px 8px 0 0;\n    margin: 0;\n    border: none;\n    box-shadow: none;\n  }\n  .star-box {\n    display: inline-block;\n    background-color: #fff;\n    border-radius: 16px;\n    padding: 6px 14px;\n    box-shadow:\n      0 1px 3px rgba(0, 0, 0, 0.12),\n      0 1px 2px rgba(0, 0, 0, 0.24);\n    line-height: 1;\n    position: relative;\n    z-index: 2;\n    margin-top: -18px;\n    color: #ffc400;\n    font-size: 1.4em;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .star-text {\n    color: #ffc400;\n    font-size: 1.4em;\n  }\n  .review-content {\n    text-align: center;\n    padding: 15px 10px 10px 10px;\n    font-size: 0.9em;\n    flex-grow: 1;\n  }\n  .review-content .review-titulo {\n    font-weight: bold;\n    font-size: 1.2em;\n  }\n  .review-content .review-nome {\n    font-weight: bold;\n    border-top: 2px solid #f1f1f1;\n    padding-top: 10px;\n  }\n  .review-content .review-stars {\n    color: #ffc400;\n    font-size: 1.2em;\n  }\n  .review-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 0px auto;\n    overflow: hidden;\n  }\n  .review-carousel-wrapper {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n  }\n  .review-slide {\n    min-width: 100%;\n    box-sizing: border-box;\n    display: flex;\n    flex-direction: column;\n  }\n  .review-carousel-button {\n    position: absolute;\n    top: 40%;\n    transform: translateY(-50%);\n    width: 34px;\n    height: 34px;\n    background-color: #fff;\n    border: 1px solid #ddd;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    z-index: 10;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n    transition: background-color 0.3s;\n    color: #000;\n    padding: 0;\n  }\n  .review-carousel-button:hover {\n    background-color: #f0f0f0;\n  }\n  .review-carousel-button.prev {\n    left: 10px;\n  }\n  .review-carousel-button.next {\n    right: 10px;\n  }\n  .review-carousel-dots {\n    text-align: center;\n    padding: 0;\n    margin-top: 15px;\n  }\n  .review-carousel-dot {\n    cursor: pointer;\n    height: 12px;\n    width: 12px;\n    margin: 0 5px;\n    background-color: #f0f0f0;\n    border-radius: 50%;\n    display: inline-block;\n    transition: background-color 0.6s ease;\n  }\n  .review-carousel-dot.active {\n    background-color: #304a4b;\n  }\n  .lightbox {\n    display: none;\n    position: fixed;\n    z-index: 1000;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(0, 0, 0, 0.8);\n    justify-content: center;\n    align-items: center;\n  }\n  .lightbox-content {\n    max-width: 90%;\n    max-height: 90%;\n    display: block;\n    margin: auto;\n  }\n  .lightbox-close {\n    position: absolute;\n    top: 20px;\n    right: 35px;\n    color: #f1f1f1;\n    font-size: 40px;\n    font-weight: bold;\n    cursor: pointer;\n  }\n\n  \/* Desktop Specifics *\/\n  @media (min-width: 6001px) {\n    .review-carousel-wrapper {\n      display: flex;\n      gap: 20px;\n      transform: none !important;\n    }\n    .review-carousel .review-slide {\n      min-width: 0;\n      flex: 1 1 30%;\n    }\n    .review-carousel .review-content {\n      padding: 15px;\n      box-sizing: border-box;\n    }\n    .review-carousel-button,\n    .review-carousel-dots {\n      display: none;\n    }\n  }\n\n  \/* Mobile Specifics *\/\n  @media (max-width: 6000px) {\n    .secao-grid,\n    .secao-grid-reverse {\n      grid-template-columns: 1fr;\n      grid-template-areas:\n        \"image\"\n        \"content\";\n    }\n    .secao-image img {\n      max-width: 400px;\n    }\n    .review {\n      max-width: 400px;\n      margin-left: auto;\n      margin-right: auto;\n      width: 100%;\n    }\n    .tabela-cell {\n      font-size: 0.85em;\n    }\n\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Accordion functionality\n    const accordionHeaders = document.querySelectorAll(\".accordion-header\");\n    accordionHeaders.forEach((header) =\u003e {\n      header.addEventListener(\"click\", function () {\n        const allBodies = document.querySelectorAll(\".accordion-body\");\n        const allHeaders = document.querySelectorAll(\".accordion-header\");\n        const currentBody = this.nextElementSibling;\n        const isActive = currentBody.classList.contains(\"active\");\n\n        \/\/ Close all\n        allBodies.forEach((body) =\u003e {\n          body.classList.remove(\"active\");\n          body.style.maxHeight = null;\n        });\n        allHeaders.forEach((h) =\u003e {\n          h.classList.remove(\"active\");\n        });\n\n        \/\/ Open current if it wasn't active\n        if (!isActive) {\n          currentBody.classList.add(\"active\");\n          this.classList.add(\"active\");\n          currentBody.style.maxHeight = currentBody.scrollHeight + 80 + \"px\";\n        }\n      });\n    });\n\n    \/\/ Review Carousel (supports multiple instances)\n    document.querySelectorAll(\".review-carousel\").forEach((carousel) =\u003e {\n      const carouselWrapper = carousel.querySelector(\".review-carousel-wrapper\");\n      if (!carouselWrapper) return;\n\n      const slides = Array.from(carouselWrapper.children);\n      const nextButton = carousel.querySelector(\".review-carousel-button.next\");\n      const prevButton = carousel.querySelector(\".review-carousel-button.prev\");\n      const dotsContainer = carousel.querySelector(\".review-carousel-dots\");\n\n      let currentIndex = 0;\n      let touchStartX = 0;\n      let touchEndX = 0;\n\n      if (dotsContainer) {\n        dotsContainer.innerHTML = \"\";\n        slides.forEach((_, i) =\u003e {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"review-carousel-dot\");\n          if (i === 0) dot.classList.add(\"active\");\n          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateCarousel();\n          });\n          dotsContainer.appendChild(dot);\n        });\n      }\n\n      const dots = dotsContainer ? Array.from(dotsContainer.children) : [];\n\n      function updateCarousel() {\n        if (window.innerWidth \u003c= 6000) {\n          carouselWrapper.style.transform = `translateX(-${currentIndex * 100}%)`;\n        } else {\n          carouselWrapper.style.transform = \"none\";\n        }\n        if (dots.length \u003e 0) {\n          dots.forEach((dot, i) =\u003e {\n            dot.classList.toggle(\"active\", i === currentIndex);\n          });\n        }\n      }\n\n      if (nextButton) {\n        nextButton.addEventListener(\"click\", () =\u003e {\n          currentIndex = (currentIndex + 1) % slides.length;\n          updateCarousel();\n        });\n      }\n\n      if (prevButton) {\n        prevButton.addEventListener(\"click\", () =\u003e {\n          currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n          updateCarousel();\n        });\n      }\n\n      carouselWrapper.addEventListener(\n        \"touchstart\",\n        (e) =\u003e {\n          touchStartX = e.changedTouches[0].screenX;\n        },\n        { passive: true },\n      );\n\n      carouselWrapper.addEventListener(\"touchend\", (e) =\u003e {\n        touchEndX = e.changedTouches[0].screenX;\n        if (window.innerWidth \u003e 6000) return;\n        const swipeThreshold = 50;\n        if (touchStartX - touchEndX \u003e swipeThreshold) {\n          currentIndex = (currentIndex + 1) % slides.length;\n          updateCarousel();\n        } else if (touchEndX - touchStartX \u003e swipeThreshold) {\n          currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n          updateCarousel();\n        }\n      });\n\n      window.addEventListener(\"resize\", () =\u003e {\n        updateCarousel();\n      });\n\n      updateCarousel();\n    });\n\n    \/\/ Lightbox functionality\n    const lightbox = document.getElementById(\"myLightbox\");\n    if (lightbox) {\n      const lightboxImg = document.getElementById(\"lightboxImg\");\n      const reviewImages = document.querySelectorAll(\".review-image\");\n      const closeBtn = document.querySelector(\".lightbox-close\");\n\n      reviewImages.forEach((img) =\u003e {\n        img.style.cursor = \"pointer\";\n        img.addEventListener(\"click\", () =\u003e {\n          document.body.appendChild(lightbox);\n          lightbox.style.display = \"flex\";\n          lightboxImg.src = img.src;\n        });\n      });\n\n      function closeLightbox() {\n        lightbox.style.display = \"none\";\n      }\n\n      if (closeBtn) {\n        closeBtn.addEventListener(\"click\", closeLightbox);\n      }\n\n      lightbox.addEventListener(\"click\", (e) =\u003e {\n        if (e.target === lightbox) {\n          closeLightbox();\n        }\n      });\n    }\n\n    \/\/ Infinite Scroll Logic\n    function setupInfiniteScroll(trackSelector) {\n      const track = document.querySelector(trackSelector);\n      if (!track) return;\n\n      const originalItems = Array.from(track.children);\n      if (originalItems.length === 0) return;\n\n      \/\/ Clear current content\n      track.innerHTML = \"\";\n\n      \/\/ Create a \"Mega Set\" (4x originals) to ensure it's wider than screen\n      const megaSet = document.createDocumentFragment();\n      for (let i = 0; i \u003c 4; i++) {\n        originalItems.forEach((item) =\u003e {\n          megaSet.appendChild(item.cloneNode(true));\n        });\n      }\n\n      \/\/ Append \"Mega Set\" TWICE to create the 2 halves for the 0-\u003e-50% animation\n      track.appendChild(megaSet.cloneNode(true));\n      track.appendChild(megaSet.cloneNode(true));\n    }\n\n    setupInfiniteScroll(\".banner-rolante-infinito\");\n  });\n\n  \/\/ Smooth scroll to top (works inside iframes)\n  function smoothScrollTop() {\n    var s = window.top || window;\n    var st = s.scrollY || s.document.documentElement.scrollTop;\n    var start = performance.now();\n    (function step(now) {\n      var t = Math.min((now - start) \/ 800, 1);\n      var ease = t \u003c 0.5 ? 2 * t * t : 1 - Math.pow(-2 * t + 2, 2) \/ 2;\n      s.scrollTo(0, st * (1 - ease));\n      if (t \u003c 1) requestAnimationFrame(step);\n    })(start);\n  }\n\u003c\/script\u003e\n\n\u003c!-- Section 2: FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How long does the filter last?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eEach filter lasts approximately 3 months.\u003c\/p\u003e\n        \u003cp\u003eWhen you \u003cb\u003e\"add to cart\", you will have the option to add more filters\u003c\/b\u003e to your order if you need them.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How to install it?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eIn less than 2 minutes and without tools you have it ready, simply:\u003c\/p\u003e\n        \u003col\u003e\n          \u003cli\u003eUnscrew your old shower head\u003c\/li\u003e\n          \u003cli\u003eScrew the DermaPure shower head onto the hose\u003c\/li\u003e\n          \u003cli\u003eStart feeling improvements in your body from the very first shower\u003c\/li\u003e\n        \u003c\/ol\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Filtration technology\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eDermaPure uses a \u003cb\u003eTriple Action Ionic Filtration Technology\u003c\/b\u003e designed by Dr. Campos that filters limescale, chlorine, metals and other water contaminants.\u003c\/p\u003e\n        \u003cp\u003e3 Filtration Technologies (1 Filter = 3 months):\u003c\/p\u003e\n        \u003col\u003e\n          \u003cli\u003e\n\u003cb\u003eReverse Osmosis:\u003c\/b\u003e Filters water through a semi-permeable membrane removing bacteria, heavy metals and harmful minerals.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eGravity Filtration:\u003c\/b\u003e Protects against dissolved chemicals like chlorine, fluoride, and PFAS, which dry, irritate, and give that tight feeling.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhysical adsorption:\u003c\/b\u003e Traps rust, sediment and microplastics dragged by old city pipes.\u003c\/li\u003e\n        \u003c\/ol\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Skin and hair\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e93% of homes in the UK have hard water full of limescale, chlorine, heavy metals and other contaminants.\u003c\/p\u003e\n        \u003cp\u003eThese pollutants are responsible for causing skin and hair problems, such as:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eDry, irritated, itchy, red skin...\u003c\/li\u003e\n          \u003cli\u003eFrizzy, damaged, lifeless hair, scouring pad feeling...\u003c\/li\u003e\n          \u003cli\u003eDandruff, irritations and flare-ups\u003c\/li\u003e\n          \u003cli\u003eDermatitis, eczema, psoriasis\u003c\/li\u003e\n          \u003cli\u003eHundreds of £ on products\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eThese are the benefits you feel when you eliminate these pollutants:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eSoft, soothed and hydrated skin\u003c\/li\u003e\n          \u003cli\u003eShinier, more voluminous hair, full of life\u003c\/li\u003e\n          \u003cli\u003eFree from flare-ups, irritations or dandruff\u003c\/li\u003e\n          \u003cli\u003eRelief from chronic problems\u003c\/li\u003e\n          \u003cli\u003eBoost in your confidence\u003c\/li\u003e\n          \u003cli\u003ePeace of mind in the family\u003c\/li\u003e\n          \u003cli\u003eMoney saved on products\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Guarantee and shipping\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\u003cb\u003eYour skin and hair can't wait any longer.\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003eWe don't want that dirty water to keep doing its thing to your body...\u003c\/p\u003e\n        \u003cp\u003eThat is why we offer you fast delivery in 3-7 working days with Royal Mail, our trusted logistics partner.\u003c\/p\u003e\n        \u003cp\u003eDermaPure guarantees the best skin, the best hair and the best well-being for you and yours.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003e30-Day Money-Back Guarantee:\u003c\/b\u003e If for any reason you are not satisfied and have not experienced a complete transformation in your skin, hair or shower experience (which we doubt 😉), contact our customer service and they will issue a FULL refund, no questions asked!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 3: 4 gif gallery --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eOver 10,000 women transformed their skin and hair\u003c\/h2\u003e\n  \u003cdiv class=\"gif-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery1.webp?v=1772743565\" alt=\"panel1\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery2.webp?v=1772743565\" alt=\"panel2\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery3.webp?v=1772743565\" alt=\"panel3\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery4.webp?v=1772743565\" alt=\"panel4\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 4: Step by step --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eBetter skin and hair in 3 easy steps\u003c\/h2\u003e\n  \u003cdiv class=\"review-carousel\"\u003e\n    \u003cdiv class=\"review-carousel-wrapper\"\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-gif1.webp?v=1772743564\" alt=\"step1\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp class=\"review-titulo\"\u003e1. Remove your current shower head\u003c\/p\u003e\n            \u003cp\u003eUnscrew your old shower head from the hose.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-gif2.webp?v=1772743564\" alt=\"step2\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp class=\"review-titulo\"\u003e2. Attach your new DermaPure shower head\u003c\/p\u003e\n            \u003cp\u003eScrew the DermaPure shower head onto the hose and turn on the water to test it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-gif3.webp?v=1772743564\" alt=\"step3\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp class=\"review-titulo\"\u003e3. Choose your favourite mode and start enjoying\u003c\/p\u003e\n            \u003cp\u003eStart feeling the benefits of clean, pure water.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button prev\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button next\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 5: Scrolling banner --\u003e\n\u003cdiv class=\"secao\" style=\"overflow: hidden; padding: 20px 0;\"\u003e\n  \u003cstyle\u003e\n    .banner-rolante-infinito-wrapper {\n      width: 100%;\n      overflow: hidden;\n      white-space: nowrap;\n      display: flex;\n    }\n    .banner-rolante-infinito {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      padding-right: 40px; \/* Crucial to make the loop seamless with the gap *\/\n      \/* Animates from 0 to -50% over 60s *\/\n      animation: bannerRolanteSlide 60s linear infinite;\n    }\n    @keyframes bannerRolanteSlide {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n    .banner-rolante-infinito span {\n      text-transform: uppercase;\n      white-space: nowrap;\n      font-weight: bold;\n      font-size: 1.4em;\n    }\n    .banner-rolante-infinito img {\n      max-height: 100px;\n      width: auto;\n      object-fit: contain;\n      box-shadow: none;\n      border: none;\n    }\n  \u003c\/style\u003e\n  \u003cdiv class=\"banner-rolante-infinito-wrapper\"\u003e\n    \u003cdiv class=\"banner-rolante-infinito\"\u003e\n      \u003cspan\u003eStrengthens hair\u003c\/span\u003e\n      \u003cspan\u003eStops hair loss\u003c\/span\u003e\n      \u003cspan\u003eEliminates itching\u003c\/span\u003e\n      \u003cspan\u003eReduces irritations\u003c\/span\u003e\n      \u003cspan\u003eHydrates the skin\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 6: Image middle, text sides --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cstyle\u003e\n    .secao-imagem-meio {\n      display: grid;\n      grid-template-columns: 1fr 1fr 1fr;\n      grid-template-areas: \"content-left image content-right\";\n      gap: 1em;\n      align-items: center;\n      justify-items: center;\n      margin: 30px auto;\n      border-radius: 12px;\n      padding-bottom: 15px;\n    }\n    .secao-imagem-meio .secao-content-left {\n      grid-area: content-left;\n      text-align: left;\n      padding: 20px;\n    }\n    .secao-imagem-meio .secao-content-right {\n      grid-area: content-right;\n      text-align: left;\n      padding: 20px;\n    }\n    @media (max-width: 6000px) {\n      .secao-imagem-meio {\n        grid-template-columns: 1fr;\n        grid-template-areas: \"content-left\" \"image\" \"content-right\";\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003ch2\u003eWhy should you filter your shower water?\u003c\/h2\u003e\n  \u003cp\u003e\u003cb\u003e93% of tap water in the UK contains chlorine, limescale and heavy metals\u003c\/b\u003e that accumulate on your skin and hair, exposing them to daily damage such as:\u003c\/p\u003e\n  \u003cdiv class=\"secao-imagem-meio\"\u003e\n    \u003cdiv class=\"secao-content-left\"\u003e\n      \u003ch3\u003eLoss of Skin Hydration\u003c\/h3\u003e\n      \u003cp\u003eLimescale and chlorine in water clog skin pores, stripping them of natural oils and causing that dryness, irritation, and itching that no cream seems to fix.\u003c\/p\u003e\n      \u003ch3\u003eDamaged and Lifeless Hair\u003c\/h3\u003e\n      \u003cp\u003eThe accumulation of residues and heavy metals in the follicles leaves hair without hydration or circulation, making it fragile, dull and prone to breakage and falling out.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"secao-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/4-imageCenter.webp?v=1772743564\" alt=\"ImageCenter\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"secao-content-right\"\u003e\n      \u003ch3\u003eAccelerated Aging\u003c\/h3\u003e\n      \u003cp\u003eUnfiltered water contains heavy metals that destroy collagen and the proteins responsible for keeping skin young, causing fine lines, wrinkles and hair aging.\u003c\/p\u003e\n      \u003ch3\u003eHair Colour Alteration\u003c\/h3\u003e\n      \u003cp\u003eToxins like chlorine alter hair melanin, modifying natural or dyed hair colour, hence those greenish or coppery tones in your hair.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 7: Porcentagem --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eClinically proven results for healthier hair and skin\u003c\/h2\u003e\n  \u003cdiv class=\"secao-grid-reverse\"\u003e\n    \u003cdiv class=\"secao-image\"\u003e\n      \u003cp\u003eThe DermaPure filter has been rigorously tested through a 6-month clinical study conducted by independent doctors.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-imageLeftPorcentagem.webp?v=1772743564\" alt=\"imageLeftPorcentagem\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-porcentagem\"\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-porcentagem1.png?v=1772743563\" alt=\"porcentagem1\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003cp\u003e\u003cb\u003eFuller hair and drastic reduction in hair loss:\u003c\/b\u003e\u003c\/p\u003e\n          \u003cp\u003e93% of customers have noticed stronger, more voluminous hair with less shedding and breakage thanks to DermaPure's filtration system.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-porcentagem2.png?v=1772743563\" alt=\"porcentagem2\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003cp\u003e\u003cb\u003eLess dryness and more hydration:\u003c\/b\u003e\u003c\/p\u003e\n          \u003cp\u003e98% of customers have managed to reduce dryness, itching and redness, leaving their skin much softer and hydrated from the very first shower.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/5-porcentagem3.png?v=1772743563\" alt=\"porcentagem3\" loading=\"lazy\"\u003e\n        \u003cdiv\u003e\n          \u003cp\u003e\u003cb\u003eReduction in fine lines and wrinkles:\u003c\/b\u003e\u003c\/p\u003e\n          \u003cp\u003e89% of women reported having a more rejuvenated skin with fewer aging marks, after 3 weeks thanks to the increase of collagen in our skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size: 0.8em; color: #666; margin-top: 20px;\"\u003eBased on a 30-day consumer perception study of 60 people using the DermaPure shower head\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 8: Reviews antes e depois --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cdiv class=\"review-carousel\"\u003e\n    \u003cdiv class=\"review-carousel-wrapper\"\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review1.webp?v=1772743564\" alt=\"reviewCard1\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp class=\"review-stars\"\u003e★★★★★\u003c\/p\u003e\n            \u003cp class=\"review-titulo\"\u003eMy skin looks better than ever\u003c\/p\u003e\n            \u003cp\u003eI'm from London and I was desperate with my breakouts and usual dry skin. I tried everything. But since I have this DermaPure shower head my skin has taken a complete turn. It is much softer, hydrated and healthier! Finally I feel that every cream I put on is absorbed and does what it promises. Very grateful!\u003c\/p\u003e\n            \u003cp class=\"review-nome\"\u003eEmily\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review2.webp?v=1772743564\" alt=\"reviewCard2\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp class=\"review-stars\"\u003e★★★★★\u003c\/p\u003e\n            \u003cp class=\"review-titulo\"\u003eI will never use a conventional shower head again\u003c\/p\u003e\n            \u003cp\u003eI was anxious seeing so much hair fall out in the shower. I changed the shower head... and the difference was incredible. I no longer pull out clumps; on the contrary, it is growing back healthy, shiny and strong! Truly, an incredible change. THANK YOU!\u003c\/p\u003e\n            \u003cp class=\"review-nome\"\u003eOlivia\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-review3.webp?v=1772743564\" alt=\"reviewCard3\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp class=\"review-stars\"\u003e★★★★★\u003c\/p\u003e\n            \u003cp class=\"review-titulo\"\u003eTransformed my hair\u003c\/p\u003e\n            \u003cp\u003eMy hair was always dry and frizzy, I felt nothing could bring it back to how it was before. After swapping my shower head for DermaPure's, I noticed an incredible difference from the first wash. After 3 weeks my curls are defined, shiny, and have the volume I always wanted. Who knew it’d be so easy to fix haha\u003c\/p\u003e\n            \u003cp class=\"review-nome\"\u003eSophia\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button prev\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button next\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 9: Tab section --\u003e\n\u003cdiv class=\"secao tab-section-container\"\u003e\n  \u003cstyle\u003e\n    .tab-section-container {\n      max-width: 800px;\n      margin: 40px auto;\n      text-align: center;\n    }\n    .tabs-nav {\n      display: inline-flex;\n      border: 1px solid #ccc;\n      border-radius: 8px;\n      margin-bottom: 15px;\n      flex-wrap: wrap;\n      justify-content: center;\n      padding: 3px;\n      position: relative; \/* Added for glider positioning *\/\n      background: #fff; \/* Ensure background is solid *\/\n    }\n    .tab-btn {\n      background: transparent; \/* Changed from #fff to transparent *\/\n      border: none;\n      padding: 10px 20px;\n      cursor: pointer;\n      font-weight: 500;\n      color: #555;\n      transition: color 0.3s ease; \/* Only animate color *\/\n      position: relative;\n      z-index: 2; \/* Text above glider *\/\n    }\n    .tab-btn:hover {\n      background-color: rgba(146, 156, 156, 0.096);\n      border-radius: 8px;\n    }\n    .tab-btn.active {\n      background-color: #304a4b;\n      color: #fff;\n      border-radius: 8px;\n    }\n    \/* Glider Style *\/\n    .tab-glider {\n      position: absolute;\n      background-color: #304a4b;\n      border-radius: 6px; \/* Slightly smaller radius than container *\/\n      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n      z-index: 1;\n      top: 0;\n      left: 0;\n      height: 0; \/* JS will set *\/\n      width: 0; \/* JS will set *\/\n      pointer-events: none;\n    }\n\n    .tab-content {\n      display: none;\n      grid-template-columns: 1fr 1fr;\n      gap: 1em;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      animation: fadeIn 0.5s ease;\n    }\n    .tab-content.active {\n      display: flex;\n    }\n    .tab-content img {\n      width: 100%;\n      border-radius: 8px;\n      box-shadow: none;\n      border: none;\n    }\n    @keyframes fadeIn {\n      from {\n        opacity: 0;\n        transform: translateY(10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n    @media (max-width: 6000px) {\n      .tab-content {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n      .tab-content img {\n        max-width: 400px;\n        margin: 0 auto;\n      }\n      .tabs-nav {\n        max-width: 300px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003ch2\u003eWhat problem do you want to solve?\u003c\/h2\u003e\n\n  \u003cdiv class=\"tabs-nav\"\u003e\n    \u003cdiv class=\"tab-glider\"\u003e\u003c\/div\u003e\n    \u003c!-- Added Glider --\u003e\n    \u003cbutton class=\"tab-btn active\" onclick=\"openTab(event, 'tab-one')\"\u003eEczema\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-two')\"\u003eAcne\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-three')\"\u003ePsoriasis\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-four')\"\u003eDry skin\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-five')\"\u003eHives\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-six')\"\u003eItching\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-seven')\"\u003eBreakouts\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-eight')\"\u003eDandruff\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-nine')\"\u003eFine hair\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-ten')\"\u003eDry hair\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-eleven')\"\u003eGreasy hair\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-twelve')\"\u003eFrizz\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-one\" class=\"tab-content active\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eWorth every pound and much more\u003c\/h2\u003e\n      \u003cp\u003eI love this DermaPure shower head. I had patches of eczema on my leg, arm and hands. The arm and leg have disappeared. My hands haven't yet, because I don't have a filter in the kitchen yet. On top of that, my husband has atopic skin so it has been great for us. We installed it in 3 minutes and honestly, the change is very noticeable.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-two\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eA game changer\u003c\/h2\u003e\n      \u003cp\u003eI've never been prone to acne, but when I moved to Birmingham 7 years ago, I started getting pimples as if I were 15 again. I started using DermaPure in December and the acne has completely disappeared. I've recommended it to my friends; I have a lot of love for this shower head! ❤️\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-three\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eThank goodness I tried it\u003c\/h2\u003e\n      \u003cp\u003eAfter using DermaPure for 3 months, I can officially say my psoriasis has improved. I hesitated to buy it, thinking it wouldn't help, but it truly did. I'm amazed. If you suffer from it, it's worth a try. I stopped using the dermatologist's creams, and haven't had a problem! I am very grateful for this showerhead, I regret not trying it sooner!\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-four\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eGirls with dry skin, unite\u003c\/h2\u003e\n      \u003cp\u003eLove, love, love! My skin goes crazy without it. It's super important, I did very deep research and realized I needed to filter the water whatever it takes, I compared with other shower heads and this was the best. My skin and hair shine again, I'm no longer dry or itchy. Having healthier skin, I now use less product and it absorbs much better, so not only do I get a better effect than before, I save a fortune lol.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-five\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eI could feel the difference\u003c\/h2\u003e\n      \u003cp\u003eAfter giving birth, I broke out in hives. I realized hard water was a major factor, on top of my hormones and immune system being out of whack. Once I switched, my skin felt so much better\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-six\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eExceeds expectations\u003c\/h2\u003e\n      \u003cp\u003eThere are not enough words to describe how much this shower head has changed my skin. Before using it, I always felt unbearable itching and the more I scratched, the worse it got. Needless to say, the real problem was the water, not the creams. Switching to DermaPure was a radical change; after showering, I no longer felt so itchy and my skin was more relieved. Without a doubt, I will share this experience with my family. Thank you, DermaPure, for changing my life.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-seven\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eIdeal for sensitive skin\u003c\/h2\u003e\n      \u003cp\u003eI live in a city where the water is basically liquid limescale, and on top of that, my skin is super sensitive. So I decided to invest in the DermaPure filtered shower head. I’ve been using it for about 8 weeks and can say it’s made a massive difference. I have fewer breakouts, my skin feels much softer, and less itchy. Hair has improved a lot too, but I paid less attention to it, so not much to report there.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-eight\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eA radical change for my hair and excellent customer service\u003c\/h2\u003e\n      \u003cp\u003eI've been thrilled with my DermaPure for almost 6 months; it has helped me enormously with dandruff. I live in a city with hard water and my scalp was super irritated and flaky. I had to contact customer service to learn how hard water affects dandruff and they explained everything I needed in minutes. I am completely satisfied with the product and their customer service, highly recommending it to everyone. I adore them and their team. They saved me.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-nine\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eI love, love, love this shower head\u003c\/h2\u003e\n      \u003cp\u003eI already had thin, greasy hair, but moving to Manchester, in two weeks I barely recognized myself due to the water. I bought the DermaPure showerhead to see if it would improve, and boy did it. At least now I know my shampoos do have an effect, not like before when they wouldn't even rinse out properly. 10\/10 for DermaPure.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-ten\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eWhy did I wait so long?\u003c\/h2\u003e\n      \u003cp\u003eAfter years dealing with dry styling brittle hair because of hard water, one day I said 'enough', I couldn't take it anymore. I installed DermaPure in both my bathrooms, and since then I can honestly say my hair feels so much softer and more manageable. Finally, a brand that genuinely cares about us.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-eleven\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eImmediate improvement in hair\u003c\/h2\u003e\n      \u003cp\u003eWe installed this for my daughter, who suffers from super greasy hair, poor thing. After a couple of showers, she says her hair no longer gets dirty hours later like before, thank goodness. It is very much worth installing a shower filter, especially if you live near the coast like us.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"tab-twelve\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-text\"\u003e\n      \u003ch2\u003eThe best for my curly hair\u003c\/h2\u003e\n      \u003cp\u003eI have curly hair and never thought about the effect my shower water was having until I swapped my shower head for DermaPure. The change is truly incredible. Now I step out of the shower and my curls are more manageable, defined, and with the help of conditioner, they honestly look amazing. Highly highly recommended, girls.\u003c\/p\u003e\n      \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    function openTab(evt, tabName) {\n      \/\/ Hide all tab contents\n      var i, tabcontent, tablinks;\n      tabcontent = document.getElementsByClassName(\"tab-content\");\n      for (i = 0; i \u003c tabcontent.length; i++) {\n        tabcontent[i].classList.remove(\"active\");\n      }\n\n      \/\/ Remove active class from all buttons\n      tablinks = document.getElementsByClassName(\"tab-btn\");\n      for (i = 0; i \u003c tablinks.length; i++) {\n        tablinks[i].classList.remove(\"active\");\n      }\n\n      \/\/ Show the current tab and add an \"active\" class to the button that opened the tab\n      document.getElementById(tabName).classList.add(\"active\");\n      if (evt) {\n        evt.currentTarget.classList.add(\"active\");\n        moveGlider(evt.currentTarget);\n      }\n    }\n\n    \/\/ Glider Animation Logic\n    function moveGlider(activeBtn) {\n      const glider = document.querySelector(\".tab-glider\");\n      if (glider \u0026\u0026 activeBtn) {\n        glider.style.width = activeBtn.offsetWidth + \"px\";\n        glider.style.height = activeBtn.offsetHeight + \"px\";\n        glider.style.top = activeBtn.offsetTop + \"px\";\n        glider.style.left = activeBtn.offsetLeft + \"px\";\n      }\n    }\n\n    \/\/ Initialize glider on load and resize\n    window.addEventListener(\"load\", () =\u003e {\n      const activeBtn = document.querySelector(\".tab-btn.active\");\n      moveGlider(activeBtn);\n    });\n\n    window.addEventListener(\"resize\", () =\u003e {\n      const activeBtn = document.querySelector(\".tab-btn.active\");\n      moveGlider(activeBtn);\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 9: Wavy Borders and Comparison Slider--\u003e\n\u003cdiv class=\"secao wavy-section-wrapper\" style=\"padding-bottom: 30px; padding-top: 30px;\"\u003e\n  \u003cstyle\u003e\n    .wavy-section {\n      position: relative;\n      width: 100%;\n      background: transparent;\n      margin: 100px 0; \/* Creates space for the SVG waves to overflow *\/\n    }\n    .wavy-content {\n      background-color: #314443; \/* Dark green\/grey matching your image *\/\n      position: relative;\n      z-index: 1;\n      min-height: 350px; \/* Space for your content *\/\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .wave-container {\n      position: absolute;\n      left: 0;\n      width: 100%;\n      overflow: hidden;\n      line-height: 0;\n      height: 100px;\n    }\n    .wave-top {\n      top: -99px; \/* Pull it up above the content section *\/\n    }\n    .wave-bottom {\n      bottom: -99px; \/* Push it down below the content section *\/\n      transform: rotate(180deg);\n    }\n    .waves {\n      position: relative;\n      width: 100%;\n      height: 100px;\n      min-height: 100px;\n      max-height: 150px;\n    }\n    .parallax \u003e use {\n      animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;\n    }\n    .parallax \u003e use:nth-child(1) {\n      animation-delay: -2s;\n      animation-duration: 7s;\n    }\n    .parallax \u003e use:nth-child(2) {\n      animation-delay: -3s;\n      animation-duration: 10s;\n    }\n    .parallax \u003e use:nth-child(3) {\n      animation-delay: -4s;\n      animation-duration: 13s;\n    }\n    @keyframes move-forever {\n      0% {\n       transform: translate3d(-90px,0,0);\n      }\n      100% { \n        transform: translate3d(85px,0,0);\n      }\n    }\n    @media (max-width: 768px) {\n      .waves {\n        height: 40px;\n        min-height: 40px;\n      }\n      .wave-container { height: 40px; }\n      .wave-top { top: -39px; }\n      .wave-bottom { bottom: -39px; }\n    }\n\n    \/* Comparison Slider Styles *\/\n    .wavy-comparison-container {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      max-width: 1000px;\n      margin: 0 auto;\n      gap: 40px;\n      color: white;\n      padding: 0 20px;\n      width: 100%;\n      box-sizing: border-box;\n    }\n    .wavy-text {\n      flex: 1;\n      text-align: center;\n    }\n    .wavy-text h2 {\n      color: #ffffff;\n    }\n    .wavy-slider {\n      flex: 1.5;\n      display: flex;\n      justify-content: center;\n      width: 100%;\n    }\n    .img-comp-container {\n      position: relative;\n      width: 100%;\n      max-width: 600px;\n      -webkit-user-select: none;\n      user-select: none;\n    }\n    .img-comp-img {\n      display: block;\n      width: 100%;\n    }\n    .img-comp-img img {\n      display: block;\n      width: 100%;\n      height: auto;\n      pointer-events: none;\n      border: none;\n      box-shadow: none;\n    }\n    .img-comp-overlay {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      clip-path: inset(0 50% 0 0); \/* JS updates right inset *\/\n    }\n    .img-comp-input {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      opacity: 0;\n      cursor: ew-resize;\n      margin: 0;\n      z-index: 10;\n    }\n    .img-comp-slider-line {\n      position: absolute;\n      top: -10%;\n      bottom: -10%;\n      width: 2px;\n      background: white;\n      left: 50%;\n      transform: translateX(-50%);\n      pointer-events: none;\n      z-index: 5;\n    }\n    .img-comp-slider-thumb {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      border: 2px solid white;\n      background: rgba(128, 128, 128, 0.4);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      -webkit-backdrop-filter: blur(2px);\n      backdrop-filter: blur(2px);\n    }\n    .img-comp-slider-thumb svg {\n      width: 20px;\n      height: 20px;\n    }\n    @media (max-width: 6000px) {\n      .wavy-comparison-container {\n        flex-direction: column;\n        text-align: center;\n        gap: 30px;\n      }\n      .wavy-text {\n        text-align: center;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"wavy-section\"\u003e\n    \u003c!-- Top Waves --\u003e\n    \u003cdiv class=\"wave-container wave-top\"\u003e\n      \u003csvg class=\"waves\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewbox=\"0 24 150 28\" preserveaspectratio=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpath id=\"gentle-wave\" d=\"M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z\"\u003e\u003c\/path\u003e\n        \u003c\/defs\u003e\n        \u003cg class=\"parallax\"\u003e\n          \u003cuse xlink:href=\"#gentle-wave\" x=\"48\" y=\"0\" fill=\"rgba(49, 68, 67, 0.5)\"\u003e\u003c\/use\u003e\n          \u003cuse xlink:href=\"#gentle-wave\" x=\"48\" y=\"3\" fill=\"rgba(49, 68, 67, 0.3)\"\u003e\u003c\/use\u003e\n          \u003cuse xlink:href=\"#gentle-wave\" x=\"48\" y=\"5\" fill=\"#314443\"\u003e\u003c\/use\u003e\n        \u003c\/g\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Wavy Content --\u003e\n    \u003cdiv class=\"wavy-content\"\u003e\n      \u003cdiv class=\"wavy-comparison-container\"\u003e\n        \n        \u003cdiv class=\"wavy-text\"\u003e\n          \u003ch2\u003eThe filter after 3 months\u003c\/h2\u003e\n          \u003cp\u003eSlide to see the difference in the filter after 3 months of continuous use with the DermaPure Shower Head.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wavy-slider\"\u003e\n          \u003cdiv class=\"img-comp-container\"\u003e\n            \u003c!-- After Image --\u003e\n            \u003cdiv class=\"img-comp-img\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/7-comparison2.webp?v=1772743564\" alt=\"New Filter - After\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003c!-- Before Image --\u003e\n            \u003cdiv class=\"img-comp-img img-comp-overlay\" id=\"compOverlay\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/7-comparison1.webp?v=1772743564\" alt=\"Used Filter - Before\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cinput type=\"range\" min=\"0\" max=\"100\" value=\"50\" class=\"img-comp-input\" id=\"compInput\" aria-label=\"Comparison slider\" title=\"Comparison slider\"\u003e\n            \n            \u003cdiv class=\"img-comp-slider-line\" id=\"compSliderLine\"\u003e\n              \u003cdiv class=\"img-comp-slider-thumb\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n                  \u003cpath d=\"M9 18l-6-6 6-6\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                  \u003cpath d=\"M15 18l6-6-6-6\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Script to run the slider --\u003e\n    \u003cscript\u003e\n      (function() {\n        \/\/ Wait just in case for DOM\n        function initCompSlider() {\n          const compInput = document.getElementById('compInput');\n          const compOverlay = document.getElementById('compOverlay');\n          const compSliderLine = document.getElementById('compSliderLine');\n          if (compInput \u0026\u0026 compOverlay \u0026\u0026 compSliderLine) {\n            compInput.addEventListener('input', (e) =\u003e {\n              let val = e.target.value;\n              compOverlay.style.clipPath = `inset(0 ${100 - val}% 0 0)`;\n              compSliderLine.style.left = `${val}%`;\n            });\n          }\n        }\n        if (document.readyState === 'loading') {\n          document.addEventListener('DOMContentLoaded', initCompSlider);\n        } else {\n          initCompSlider();\n        }\n      })();\n    \u003c\/script\u003e\n\n    \u003c!-- Bottom Waves --\u003e\n    \u003cdiv class=\"wave-container wave-bottom\"\u003e\n      \u003csvg class=\"waves\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewbox=\"0 24 150 28\" preserveaspectratio=\"none\"\u003e\n        \u003cg class=\"parallax\"\u003e\n          \u003cuse xlink:href=\"#gentle-wave\" x=\"48\" y=\"0\" fill=\"rgba(49, 68, 67, 0.5)\"\u003e\u003c\/use\u003e\n          \u003cuse xlink:href=\"#gentle-wave\" x=\"48\" y=\"3\" fill=\"rgba(49, 68, 67, 0.3)\"\u003e\u003c\/use\u003e\n          \u003cuse xlink:href=\"#gentle-wave\" x=\"48\" y=\"5\" fill=\"#314443\"\u003e\u003c\/use\u003e\n        \u003c\/g\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 10:Comparison table --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eThe difference is bigger than you think!\u003c\/h2\u003e\n  \u003cp\u003eThe comparison that makes thousands of women throw away their current shower head and switch to DermaPure...\u003c\/p\u003e\n  \u003cdiv class=\"tabela-header\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-titulo\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-titulo\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/8-comparisonTable.webp?v=1772743563\" alt=\"DermaPure\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-titulo\"\u003eOthers\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"tabela-comparacao\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eClinically proven filtration\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eNSF-177 Certified\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eRemoves 100% of impurities\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eFilter lifespan: 3 months\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eDoubles water pressure\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eTool-free installation\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eAesthetic design\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-rodape\"\u003e30 day guarantee\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-rodape\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\n        \u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-rodape\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\u003e\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 11: Gif left --\u003e\n\u003cdiv class=\"secao-grid-reverse\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/9-videoLeft.webp?v=1772743566\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eTri-action ionic filtration\u003c\/h2\u003e\n    \u003ch4\u003eFilters water before it touches your skin\u003c\/h4\u003e\n    \u003cp\u003eDermaPure, unlike other brands, incorporates a unique \u003cb\u003e3-stage filtration system\u003c\/b\u003e that removes what others can't: \u003cb\u003elimescale, chlorine, heavy metals, rust, microplastics and other toxins\u003c\/b\u003e from your water. The result? Pure, clean water that brings back the shine and softness to your skin and hair that no beauty product has achieved in years.\u003c\/p\u003e\n    \u003cp\u003eHow Triple-Action Filtration Technology works:\u003c\/p\u003e\n    \u003col\u003e\n      \u003cli\u003e\n\u003cb\u003eReverse Osmosis:\u003c\/b\u003e Filters water through a semi-permeable membrane removing bacteria, heavy metals and harmful minerals\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePhysical Adsorption:\u003c\/b\u003e Removes dissolved chemicals like limescale, chlorine, fluoride and PFAS, linked to hormonal issues and skin reactions.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePhysical Adsorption:\u003c\/b\u003e Removes dissolved chemicals like limescale, chlorine, fluoride and PFAS, linked to hormonal issues and skin reactions.\u003c\/li\u003e\n    \u003c\/ol\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 12: Image left --\u003e\n\u003cdiv class=\"secao-grid-reverse\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/10-imageLeft.webp?v=1772743564\" alt=\"image left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch4\u003eBetter skin and hair, guaranteed.\u003c\/h4\u003e\n    \u003ch2\u003eThe DermaPure Promise\u003c\/h2\u003e\n    \u003cp\u003eWe are so confident you will notice the difference from the very first shower, that we give you 30 full days to try it out…\u003c\/p\u003e\n    \u003cp\u003eThat's right, try DermaPure for 30 days. If for any reason you're not satisfied, or you don't experience a complete transformation in your skin, hair, or overall shower experience, simply contact our customer service team and they'll issue a FULL refund, no questions asked!\u003c\/p\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/list-icons.svg?v=1767900525\" alt=\"list-icons\"\u003e30-day money-back guarantee\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/list-icons.svg?v=1767900525\" alt=\"list-icons\"\u003eReal, human support with no fine print\u003c\/span\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBuy now\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 13: FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eYour questions, answered point by point\u003c\/h2\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How fast can I see results? Why does it work?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\u003cb\u003eIt works because it doesn't promise miracles. It gets to the root of the problem: the water.\u003c\/b\u003e\u003c\/p\u003e\n        \u003cp\u003eDermaPure removes chlorine, limescale, heavy metals and invisible residues that attack your skin and hair in every shower.\u003c\/p\u003e\n        \u003cp\u003eIt's not cosmetics. \u003cb\u003eIt's science applied to the water you use every day\u003c\/b\u003e.\u003c\/p\u003e\n        \u003cp\u003eThousands of women have already proven it: from the very first shower, softer skin, less irritated scalp, hair full of life.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How do I know it fits my shower? Is it easy to install?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eDermaPure was developed to ensure that everyone could enjoy pure and clean water in the comfort of their home without spending hundreds of pounds on plumbers or complex filtration systems.\u003c\/p\u003e\n        \u003cp\u003eWe guarantee that DermaPure ™ adapts to any bathroom. Even if you are not handy, you can install it yourself in less than 2 minutes.\u003c\/p\u003e\n        \u003cp\u003eNo tools or fuss.\u003c\/p\u003e\n        \u003cp\u003eJust unscrew the old one, screw on the new one, and you're done!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        How often should I replace the DermaPure filter? How do I change them?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eFilters usually last approximately 3 months depending on use.\u003c\/p\u003e\n        \u003cp\u003eReplacements are inexpensive, easy to change (simply unscrew the shower head and swap the old filter for the new one). If you need more filters, you can get them on our website or by contacting us.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Why haven't I ever heard of this before?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eBecause no one makes money educating you about water.\u003c\/p\u003e\n        \u003cp\u003eIf everyone knew the real cause, they wouldn't be able to keep pillaging your pocket with products that never deliver.\u003c\/p\u003e\n        \u003cp\u003eThe cosmetics industry doesn't want you to know this:\u003c\/p\u003e\n        \u003cp\u003eYou and your skin do not need any more expensive creams.\u003c\/p\u003e\n        \u003cp\u003eYour hair doesn't need a hundred-step routine to look good.\u003c\/p\u003e\n        \u003cp\u003eThey simply need clean, filtered water.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Why should I trust this shower head over a cheaper one from Amazon?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eThere are many cheap imitations that deal more damage to your hair and skin, DermaPure is not just another shower head:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eDeveloped by dermatologists.\u003c\/li\u003e\n          \u003cli\u003eFiltration technology iónica clínicamente probada.\u003c\/li\u003e\n          \u003cli\u003eMore than 12,000 real reviews.\u003c\/li\u003e\n          \u003cli\u003eFilters what others cannot: chlorine, limescale, metals, microplastics...\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eIn short: Quality is non-negotiable.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        What if my skin or hair problem is hormonal, genetic, or stress-related?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eYes, those things have an influence. But most of our clients thought exactly the same thing...\u003c\/p\u003e\n        \u003cp\u003eUntil they tried DermaPure.\u003c\/p\u003e\n        \u003cp\u003eMany skin and hair problems worsen significantly when they come into contact with hard water.\u003c\/p\u003e\n        \u003cp\u003eThat's why everyone should be aware of how dangerous shower water can be.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Can it filter limescale, chlorine, fluoride, microplastics and heavy metals?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eOf course. These contaminants are the most dangerous of all those found in tap water, not only for hair and skin, but for your health, too.\u003c\/p\u003e\n        \u003cp\u003eChlorine, used to disinfect water, strips away natural oils, while heavy metals like lead and mercury can cause irritation and long-term damage to skin and hair.\u003c\/p\u003e\n        \u003cp\u003eMicroplastics and PFAS further contribute to skin and health issues by elevating toxicity levels in the body.\u003c\/p\u003e\n        \u003cp\u003eDermaPure helps maintain skin's natural moisture, reducing irritation and dryness, \u003cb\u003eresulting in softer, more radiant hair and skin\u003c\/b\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Will it work if I have very low water pressure?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eYes, DermaPure uses nano laser technology to increase water speed, regardless of what your pressure is like at home.\u003c\/p\u003e\n        \u003cp\u003eIt achieves 200% more pressure than standard shower heads and offers 3 modes so you can choose exactly what you like: mist, rain, or mixed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        What if I am not satisfied?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eNo problem at all! We all have our preferences and DermaPure actually listens to its customers, unlike those cheap knockoffs trying to make a quick buck off of us.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eTry it risk-free for 30 days!\u003c\/b\u003e If for any reason you're not satisfied or don't experience a complete transformation in your skin or hair, simply contact our customer service team and they'll issue a FULL refund, no questions asked!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 14: Review cards --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eCustomer Reviews\u003c\/h2\u003e\n  \u003cdiv class=\"review-carousel\"\u003e\n    \u003cdiv class=\"review-carousel-wrapper\"\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/11-review1.webp?v=1772743564\" alt=\"reviewCard1\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eI had a few doubts about the assembly and the filters, and Martha from customer service resolved them super fast.\u003c\/p\u003e\n            \u003cp class=\"review-nome\"\u003eChloe\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/11-review2.webp?v=1772743564\" alt=\"reviewCard2\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eI ordered the two shower heads with two filters and it’s brilliant. I put one in my daughter's bathroom too and you wouldn't believe how much she loves it. Highly recommended!\u003c\/p\u003e\n            \u003cp class=\"review-nome\"\u003eSarah\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/11-review3.webp?v=1772743564\" alt=\"reviewCard3\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eThey are undoubtedly brilliant. I'm on my fourth pack over the years and keep coming back. I have sensitive skin and dermatitis that causes redness and irritation due to chlorine, and since using these, it's been perfect. I can even tell when they’re running out because of it. I highly recommend them!\u003c\/p\u003e\n            \u003cp class=\"review-nome\"\u003eEmma\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button prev\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button next\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- The Lightbox --\u003e\n\u003cdiv id=\"myLightbox\" class=\"lightbox\"\u003e\n  \u003cspan class=\"lightbox-close\"\u003e×\u003c\/span\u003e\n  \u003cimg class=\"lightbox-content\" id=\"lightboxImg\"\u003e\n\u003c\/div\u003e\n","brand":"FoxySea","offers":[{"title":"Default Title","offer_id":51795693240602,"sku":"no","price":34.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/prod1-engb.png?v=1773082898","url":"https:\/\/www.foxysea.com\/products\/dermapure","provider":"FoxySea","version":"1.0","type":"link"}