{"product_id":"dermacare","title":"DermaCare®","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900\u0026display=swap');\n\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 40px 0;\n  }\n  h1 {\n    font-weight: 400;\n  }\n  .secao h1 {\n    margin-top: 0;\n  }\n  .pink-text {\n    font-family: \"Playfair Display\", serif;\n    font-style: italic;\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: 0px auto;\n    border-radius: 0;\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: 0;\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 h1 {\n    margin-top: 0;\n  }\n  .secao-image-com-texto {\n    max-width: 600px;\n    width: 100%;\n    position: relative;\n    border-radius: 12px;\n    overflow: hidden;\n    text-align: center;\n  }\n  .secao-image-com-texto 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  .texto-na-imagem {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    padding: 20px;\n    box-sizing: border-box;\n  }\n  .nome {\n    font-size: 1.1em;\n    font-weight: 700;\n    margin: 0;\n  }\n  .icon-list-container {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    width: 100%;\n    margin-bottom: 12px;\n  }\n  .icon-list {\n    display: flex;\n    align-items: center;\n    background-color: #faebe5;\n    padding: 8px 12px;\n    margin-bottom: 12px;\n    border-radius: 0;\n    box-sizing: border-box;\n    width: 100%;\n  }\n  .icon-list img {\n    width: 20px;\n    height: 20px;\n    object-fit: contain;\n    margin-right: 15px;\n    border: none !important;\n    box-shadow: none !important;\n    display: block;\n  }\n\n  @media (min-width: 6000px) {\n    .icon-list-container {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 20px;\n    }\n    .icon-list-container .icon-list {\n      margin-bottom: 0;\n    }\n  }\n  \n  .content-panels-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 30px;\n    margin-top: 25px;\n    width: 100%;\n  }\n  .content-panel {\n    flex: 1 1 250px;\n    box-sizing: border-box;\n  }\n  .content-panel p:first-of-type {\n    font-weight: bold;\n    margin-top: 0;\n    margin-bottom: 8px;\n  }\n  .content-pills-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 15px;\n  }\n  .content-pill {\n    display: inline-flex;\n    align-items: center;\n    background-color: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 50px;\n    padding: 5px 12px;\n    gap: 8px;\n  }\n  .content-pill img {\n    width: 15px;\n    height: 15px;\n    object-fit: contain;\n    border: none !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n  .content-pill span {\n    font-size: 0.95rem;\n    color: #333333;\n    font-weight: 500;\n  }\n  .tip {\n    display: flex;\n    align-items: center;\n    background-color: #ffffff;\n    border: 1px solid #fff6f6;\n    border-radius: 12px;\n    padding: 20px 25px;\n    gap: 20px;\n    box-shadow: 0 4px 12px rgb(255, 246, 246);\n    margin-top: 20px;\n  }\n  .tip img {\n    height: 65px;\n    width: auto;\n    object-fit: contain;\n    flex-shrink: 0;\n    border: none;\n    box-shadow: none;\n    margin: 0;\n  }\n  .tip p {\n    margin: 0;\n    text-align: left;\n  }\n  .gif-gallery {\n    display: flex;\n    gap: 5px;\n  }\n  .gif-gallery img {\n    border-radius: 10px;\n    width: 18%;\n    height: auto;\n    margin-left: auto;\n    margin-right: auto;\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 #dddddd;\n  }\n  .accordion-item:last-child {\n    border-bottom: 1px solid #dddddd;\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: #f9e1e1;\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: #f8f3f1;\n    border: none;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n    border: 1px solid #000;\n  }\n  .review-image {\n    width: 100%;\n    height: 350px !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  .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 p:first-child {\n    font-weight: bold;\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: 50%;\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: #f9e1e1;\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: #f9e1e1;\n    border-radius: 50%;\n    display: inline-block;\n    transition: background-color 0.6s ease;\n  }\n  .review-carousel-dot.active {\n    background-color: #1e1e1e;\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  .tabela-comparacao {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 30px auto;\n    background-color: transparent;\n  }\n\n  .tabela-cell {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 15px 10px;\n    box-sizing: border-box;\n    transition: all 0.3s ease;\n  }\n\n  .tabela-cell svg {\n    width: 22px;\n    height: 22px;\n    margin: auto;\n  }\n\n  .tabela-coluna-1 {\n    grid-column: 1 !important;\n  }\n\n  .tabela-coluna-2 {\n    grid-column: 2 !important;\n  }\n\n  .tabela-coluna-3 {\n    grid-column: 3 !important;\n  }\n\n  \/* Row Background Colors *\/\n  .tabela-comparacao \u003e div:nth-child(6n+4),\n  .tabela-comparacao \u003e div:nth-child(6n+5),\n  .tabela-comparacao \u003e div:nth-child(6n+6) {\n    background-color: #f9e1e1;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(6n+7),\n  .tabela-comparacao \u003e div:nth-child(6n+8),\n  .tabela-comparacao \u003e div:nth-child(6n+9) {\n    background-color: #ffffff;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(1),\n  .tabela-comparacao \u003e div:nth-child(2),\n  .tabela-comparacao \u003e div:nth-child(3) {\n    background-color: transparent !important;\n  }\n\n  \/* Borders *\/\n  .tabela-coluna-1:not(.tabela-titulo) {\n    border-left: 1px solid #e0e0e0;\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(4) {\n    border-top: 1px solid #e0e0e0;\n    border-top-left-radius: 12px;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(16) {\n    border-bottom-left-radius: 12px;\n  }\n\n  .tabela-coluna-3 {\n    border-right: 1px solid #e0e0e0;\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(3) {\n    border-top: 1px solid #e0e0e0;\n    border-top-right-radius: 12px;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(18) {\n    border-bottom-right-radius: 12px;\n  }\n\n  \/* Highlighted Column 2 outline *\/\n  .tabela-coluna-2 {\n    border-left: 1.5px solid #ff4d4d !important;\n    border-right: 1.5px solid #ff4d4d !important;\n    z-index: 2;\n    font-weight: bold;\n  }\n\n  .tabela-coluna-2:not(.tabela-rodape) {\n    border-bottom: 1px solid rgba(255, 77, 77, 0.15);\n  }\n\n  .tabela-comparacao \u003e div:nth-child(2) {\n    border-top: 1.5px solid #ff4d4d !important;\n    border-top-left-radius: 12px;\n    border-top-right-radius: 12px;\n  }\n\n  .tabela-comparacao \u003e div:nth-child(17) {\n    border-bottom: 1.5px solid #ff4d4d !important;\n    border-bottom-left-radius: 12px;\n    border-bottom-right-radius: 12px;\n  }\n\n  .tabela-titulo {\n    text-align: center;\n    font-size: 1em !important;\n    color: #000;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n\n  .tabela-img {\n    height: 60px;\n    width: auto;\n    object-fit: contain;\n    margin-bottom: 8px;\n    border: none !important;\n    box-shadow: none !important;\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-content {\n      text-align: center;\n    }\n    .content-pills-container {\n      justify-content: center;\n    }\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    .secao-image-com-texto {\n      display: flex;\n      flex-direction: column;\n      background-color: #f7e2e5;\n    }\n    .secao-image-com-texto img {\n      border-radius: 12px 12px 0 0;\n      height: auto;\n      aspect-ratio: 1000 \/ 650;\n      object-fit: cover;\n      object-position: top center;\n    }\n    .texto-na-imagem {\n      position: static;\n      background-color: #f7e2e5;\n      padding: 20px;\n      border-radius: 0 0 12px 12px;\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\n    const carouselWrapper = document.querySelector(\".review-carousel-wrapper\");\n    if (carouselWrapper) {\n      const slides = Array.from(carouselWrapper.children);\n      const nextButton = document.querySelector(\".review-carousel-button.next\");\n      const prevButton = document.querySelector(\".review-carousel-button.prev\");\n      const dotsContainer = document.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        handleSwipe();\n      });\n\n      function handleSwipe() {\n        if (window.innerWidth \u003e 6000) return;\n        const swipeThreshold = 50; \/\/ minimum distance for a swipe\n        if (touchStartX - touchEndX \u003e swipeThreshold) {\n          \/\/ Swiped left\n          currentIndex = (currentIndex + 1) % slides.length;\n          updateCarousel();\n        } else if (touchEndX - touchStartX \u003e swipeThreshold) {\n          \/\/ Swiped right\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    \/\/ Gallery Carousel Logic\n    const galleryTrack = document.querySelector(\".gallery-track\");\n    if (galleryTrack) {\n      const originalSlides = Array.from(galleryTrack.children);\n      const clonesCount = 5;\n      \n      \/\/ Clone first 5 items and append to end\n      for (let i = 0; i \u003c clonesCount; i++) {\n        const clone = originalSlides[i].cloneNode(true);\n        galleryTrack.appendChild(clone);\n      }\n      \/\/ Clone last 5 items and prepend to start\n      for (let i = 0; i \u003c clonesCount; i++) {\n        const clone = originalSlides[originalSlides.length - 1 - i].cloneNode(true);\n        galleryTrack.insertBefore(clone, galleryTrack.firstChild);\n      }\n\n      const allSlides = Array.from(galleryTrack.children);\n      const nextBtn = document.querySelector(\".gallery-arrow.next\");\n      const prevBtn = document.querySelector(\".gallery-arrow.prev\");\n      let currentIndex = clonesCount; \/\/ Start at first original item\n      let isTransitioning = false;\n\n      function updateGallery(animate = true) {\n        if (!animate) galleryTrack.style.transition = \"none\";\n        const gap = 15;\n        const slideWidth = originalSlides[0].offsetWidth;\n        galleryTrack.style.transform = `translateX(-${currentIndex * (slideWidth + gap)}px)`;\n        if (!animate) {\n          \/\/ Force reflow\n          galleryTrack.offsetHeight;\n          galleryTrack.style.transition = \"transform 0.5s ease-in-out\";\n        }\n      }\n\n      function moveNext() {\n        if (isTransitioning) return;\n        isTransitioning = true;\n        currentIndex++;\n        updateGallery();\n      }\n\n      function movePrev() {\n        if (isTransitioning) return;\n        isTransitioning = true;\n        currentIndex--;\n        updateGallery();\n      }\n\n      galleryTrack.addEventListener(\"transitionend\", () =\u003e {\n        isTransitioning = false;\n        \/\/ If we moved into the end clones\n        if (currentIndex \u003e= originalSlides.length + clonesCount) {\n          currentIndex = clonesCount;\n          updateGallery(false);\n        }\n        \/\/ If we moved into the start clones\n        if (currentIndex \u003c clonesCount) {\n          currentIndex = originalSlides.length + clonesCount - 1;\n          updateGallery(false);\n        }\n      });\n\n      nextBtn?.addEventListener(\"click\", moveNext);\n      prevBtn?.addEventListener(\"click\", movePrev);\n\n      let touchStartX = 0;\n      galleryTrack.addEventListener(\"touchstart\", (e) =\u003e touchStartX = e.touches[0].clientX, {passive: true});\n      galleryTrack.addEventListener(\"touchend\", (e) =\u003e {\n        const diff = touchStartX - e.changedTouches[0].clientX;\n        if (Math.abs(diff) \u003e 50) {\n          if (diff \u003e 0) moveNext();\n          else movePrev();\n        }\n      }, {passive: true});\n\n      window.addEventListener(\"resize\", () =\u003e updateGallery(false));\n      \/\/ Initial call after layout\n      setTimeout(() =\u003e updateGallery(false), 100);\n    }\n  });\n\u003c\/script\u003e\n\n\u003c!-- 4 gif gallery --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch1\u003eSee What our Customers \u003cspan class=\"pink-text\"\u003eHave to Say\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cdiv class=\"gif-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-video1.webp?v=1782484408\" alt=\"panel1\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-video2.webp?v=1782484408\" alt=\"panel2\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-video3.webp?v=1782484407\" alt=\"panel3\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-video4.webp?v=1782484407\" alt=\"panel4\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-video5.webp?v=1782484407\" alt=\"panel5\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"secao\" style=\"border-bottom: 1px solid #000; padding-top: 0;\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Description\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        \u003cdiv class=\"icon-list-container\"\u003e\n          \u003cdiv class=\"icon-list\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-icon20px1.webp?v=1782484405\" alt=\"icon1\"\u003e\n            \u003cspan\u003e12x award-winning\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"icon-list\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-icon20px2.webp?v=1782484405\" alt=\"icon2\"\u003e\n            \u003cspan\u003eWaterproof\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"icon-list\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-icon20px3.webp?v=1782484404\" alt=\"icon3\"\u003e\n            \u003cspan\u003ePainless\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"icon-list\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-1-icon20px4.webp?v=1782484405\" alt=\"icon4\"\u003e\n            \u003cspan\u003eDual-Head Design\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eThe \u003cb\u003eDermaCare® Trimmer\u003c\/b\u003e is expertly engineered to provide a seamless grooming experience for all areas of your body. Whether you're aiming for smooth, hair-free skin on your bikini area, legs, arms, or underarms, you can achieve it effortlessly. With its innovative dual-head design, you can switch between body and facial shaving without the hassle of frequently changing cutter heads.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eBikini Area:\u003c\/b\u003e Designed for precision, the trimmer gently removes hair from sensitive areas, ensuring a clean and comfortable finish without irritation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLegs:\u003c\/b\u003e Achieve a quick and efficient trim that leaves your legs feeling silky smooth.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eArms:\u003c\/b\u003e The DermaCare® Electric trimmer glides effortlessly over your arms, providing a close shave that enhances your skin's natural beauty.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\u003cb\u003eKey Features\u003c\/b\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eVersatile Grooming Kit:\u003c\/b\u003e Effortlessly switch between body and facial hair removal with the innovative dual-head design.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePowerful and Painless:\u003c\/b\u003e Equipped with advanced technology, this trimmer ensures a smooth and painless shaving experience, even in sensitive areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eErgonomic Design:\u003c\/b\u003e The comfortable grip allows for easy handling, making grooming a breeze.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eEasy Maintenance:\u003c\/b\u003e The trimmer is designed for easy cleaning, ensuring hygiene and longevity.\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        How quickly can I expect results?\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        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eImmediate Results:\u003c\/b\u003e Experience smooth, hair-free skin instantly after your first use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLong-Term Benefits:\u003c\/b\u003e With regular use, enjoy consistently smooth skin and reduced hair growth over time.\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        How to Use\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        \u003col\u003e\n          \u003cli\u003e\n\u003cb\u003ePrep Your Skin:\u003c\/b\u003e Ensure your skin is clean.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eChoose the Right Head:\u003c\/b\u003e Select the appropriate head for the area you wish to shave (body or facial).\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eShave Gently:\u003c\/b\u003e Move the trimmer in circular motions for optimal results.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eClean the Shaver:\u003c\/b\u003e After use, clean the shaver head to maintain hygiene and performance.\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        Is this safe to use?\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, the DermaCare® Trimmer is designed for all skin types, including sensitive skin. Its painless operation and ergonomic design ensure a safe and comfortable grooming experience. Always follow the instructions for best results.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Brands --\u003e\n\u003cdiv class=\"secao\" style=\"background-color: #f9e1e1; border-bottom: 1px solid #000;\"\u003e\n  \u003cstyle\u003e\n    .brands {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 60px;\n    }\n    .brands img {\n      height: 30px;\n      max-width: 100%;\n      object-fit: contain;\n      transition: height 0.3s ease;\n      border: none;\n      box-shadow: none;\n      border-radius: 0;\n    }\n    @media (max-width: 768px) {\n      .brands {\n        gap: 30px 40px;\n      }\n      .brands img {\n        height: 24px;\n      }\n    }\n    @media (max-width: 480px) {\n      .brands {\n        gap: 20px 30px;\n      }\n      .brands img {\n        height: 20px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003ch1\u003eAs seen in\u003c\/h1\u003e\n  \u003cdiv class=\"brands\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-2-brand1.webp?v=1782484405\" alt=\"InStyle\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-2-brand2.png?v=1782484404\" alt=\"Elle\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-2-brand3.webp?v=1782484405\" alt=\"BeautyInc\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-2-brand4.svg?v=1782484405\" alt=\"WomensHealth\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-2-brand5.webp?v=1782484405\" alt=\"Cosmopolitan\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif gallery infinite carousel --\u003e\n\u003cdiv class=\"secao\" style=\"background-color: #faece5; border-bottom: 1px solid #000;\"\u003e\n  \u003cstyle\u003e\n      \/* Gallery Carousel Styles *\/\n  .gallery-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 30px auto;\n    overflow: hidden;\n    padding: 0 10px;\n  }\n  .gallery-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n    gap: 15px;\n  }\n  .gallery-slide {\n    flex: 0 0 calc(25% - 12px); \/* 4 items on desktop *\/\n    box-sizing: border-box;\n  }\n  .gallery-slide img {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    display: block;\n    border: 1px solid #000;\n  }\n  .gallery-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 34px;\n    height: 34px;\n    background-color: rgba(255, 255, 255, 0.9);\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    color: #000;\n  }\n  .gallery-arrow:hover {\n    background-color: #f9e1e1;\n    color: white;\n  }\n  .gallery-arrow.prev { left: 5px; }\n  .gallery-arrow.next { right: 5px; }\n  @media(max-width: 6000px){\n    .gallery-slide {\n      flex: 0 0 calc(100% - 12px); \/* 1 item on mobile *\/\n    }\n  }\n  \u003c\/style\u003e\n\n  \u003ch1\u003eReal Customers, \u003cspan class=\"pink-text\"\u003eReal Results\u003c\/span\u003e\n\u003c\/h1\u003e\n  \n  \u003cdiv class=\"gallery-carousel\"\u003e\n    \u003cdiv class=\"gallery-arrow 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=\"gallery-track\"\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-3-beforeafter1-engb.webp?v=1782484405\" alt=\"gallery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-3-beforeafter2-engb.webp?v=1782484405\" alt=\"gallery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-3-beforeafter3-engb.webp?v=1782484405\" alt=\"gallery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-3-beforeafter4-engb.webp?v=1782484405\" alt=\"gallery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-3-beforeafter5-engb.webp?v=1782484405\" alt=\"gallery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-3-beforeafter6-engb.webp?v=1782484405\" alt=\"gallery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gallery-arrow 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  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Image right big background --\u003e\n\u003cdiv class=\"secao-grid\" style=\"background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-imageBackgroundRight.webp?v=1782484405); background-size: cover; background-position: center; border-bottom: 1px solid #000;\"\u003e\n\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-imageRight.webp?v=1782484405\" alt=\"image right\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch1\u003eSay Hello to \u003cspan class=\"pink-text\"\u003eEffortless Smooth Skin\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp\u003eAchieve smooth, hair-free skin with our advanced trimmer:\u003c\/p\u003e\n\n    \u003cdiv class=\"content-panels-container\"\u003e\n      \u003cdiv class=\"content-panel\"\u003e\n        \u003cp\u003eLow Friction\u003cbr\u003eDual-Head Design\u003c\/p\u003e\n        \u003cp\u003eEffortlessly transitions between body and facial grooming, ensuring precision and versatility in one device\u003c\/p\u003e\n        \u003cdiv class=\"content-pills-container\"\u003e\n          \u003cdiv class=\"content-pill\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-icon15px1.png?v=1782484405\" alt=\"icon\"\u003e\n            \u003cspan\u003ePrecision Grooming\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"content-pill\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-icon15px2.webp?v=1782484404\" alt=\"icon\"\u003e\n            \u003cspan\u003eVersatile Use\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"content-panel\"\u003e\n        \u003cp\u003ePowerful Motor\u003c\/p\u003e\n        \u003cp\u003eDelivers a quick and efficient trim, removing hair painlessly and effectively for a comfortable experience\u003c\/p\u003e\n        \u003cdiv class=\"content-pills-container\"\u003e\n          \u003cdiv class=\"content-pill\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-icon15px3.webp?v=1782484404\" alt=\"icon\"\u003e\n            \u003cspan\u003eFast Shaving\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"content-pill\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-icon15px4.webp?v=1782484404\" alt=\"icon\"\u003e\n            \u003cspan\u003ePainless Glide\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"content-panel\"\u003e\n        \u003cp\u003eSkin-Friendly Technology\u003c\/p\u003e\n        \u003cp\u003eDesigned to minimize irritation, making it perfect for sensitive areas while leaving your skin feeling soft and refreshed\u003c\/p\u003e\n        \u003cdiv class=\"content-pills-container\"\u003e\n          \u003cdiv class=\"content-pill\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-icon15px5.webp?v=1782484404\" alt=\"icon\"\u003e\n            \u003cspan\u003eGentle on Skin\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"content-pill\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-4-icon15px6.webp?v=1782484405\" alt=\"icon\"\u003e\n            \u003cspan\u003eIrritation-Free\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif left --\u003e\n\u003cdiv class=\"secao-grid-reverse\" style=\"border-bottom: 1px solid #000;\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-5-gifLeft.webp?v=1782484406\" alt=\"image right\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch1 style=\"margin-bottom: 0;\"\u003eNo \u003cspan class=\"pink-text\"\u003eNick \u0026amp; Cuts\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003ch1 style=\"margin-bottom: 0;\"\u003eNo \u003cspan class=\"pink-text\"\u003eRazor Burn\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003ch1\u003eNo \u003cspan class=\"pink-text\"\u003eIngrown\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp\u003eSay goodbye to painful cuts and irritations. This below-the-belt trimmer uses ceramic blades that glide gently over your skin, reducing risk of nicks, cuts, and ingrown hairs.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Image com texto direita --\u003e\n\u003cdiv class=\"secao-grid\" style=\"border-bottom: 1px solid #000;\"\u003e\n  \u003cdiv class=\"secao-image-com-texto\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-6-expertRight-noText.webp?v=1782484405\" alt=\"Transformation\"\u003e\n    \u003cdiv class=\"texto-na-imagem\"\u003e\n      \u003cp\u003e\"I highly recommend the DermaCare® Electric Trimmer for its effective and safe grooming. Its dermatologist-approved design is gentle on all skin types, including sensitive areas. The dual-head feature allows for precise grooming without irritation, and the waterproof design makes it easy to use and clean. A great choice for enhancing your grooming routine!\"\u003c\/p\u003e\n      \u003cp class=\"nome\"\u003ePatricia J, Dermatologist\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch1\u003eDermatologist \u003cspan class=\"pink-text\"\u003eApproved\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp\u003eDesigned by a dermatologist, the DermaCare® ensures the smoothest trim that is both effective and safe, providing a grooming solution that won’t irritate your skin. This trimmer is suitable for all skin types, including sensitive areas.\u003c\/p\u003e\n    \u003cp\u003eBy incorporating it into your regular grooming regimen, you’ll achieve smooth, hair-free skin without discomfort. Customers value the convenience and efficiency of this trimmer, making it an essential part of their routine.\u003c\/p\u003e\n    \u003cdiv class=\"tip\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-6-icon52x65px.webp?v=1782484405\" alt=\"tip-icon\"\u003e\n      \u003cp\u003e\u003cb\u003ePro Tip:\u003c\/b\u003e The top part of the trimmer is perfect for precise detailing, making it great for shaping eyebrows, bikini lines, and even sideburns with accuracy. Meanwhile, the bottom part covers larger areas effortlessly, giving you a quick, smooth trim on your legs, arms, and underarms in half the time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Comparison table --\u003e\n\u003cdiv class=\"secao\" style=\"background-color: #f8f3f1; border-bottom: 1px solid #000;\"\u003e\n  \u003ch1\u003eDermaCare® vs. Others\u003c\/h1\u003e\n  \u003cp\u003eWe’ve spent years focused on one thing, perfecting the best Electric Trimmer\u003c\/p\u003e\n  \u003cdiv class=\"tabela-comparacao\"\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\/h1400-7-comparison60px1.webp?v=1782484405\" alt=\"DermaCare®\" class=\"tabela-img\"\u003e\n      \u003cspan\u003eDermaCare®\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-titulo\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-7-comparison60px2.avif?v=1782484405\" alt=\"Others\" class=\"tabela-img\"\u003e\n      \u003cspan\u003eOthers\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eDual-Head Design\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003eYes\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003eNo\u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003ePainless Hair Removal\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003eYes\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003eSometimes\u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003e100% Waterproof\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003eYes, IPX7 Waterproof\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003eNo\u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eLong-Lasting Battery\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003eYes, up to 8 hours\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003eNo\u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-rodape\"\u003eMoney Back Guarantee\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-rodape\"\u003e60 Days Money Back Guarantee\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-rodape\"\u003eLimited\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Image right --\u003e\n\u003cdiv class=\"secao-grid\" style=\"background-color: #f4eded; border-bottom: 1px solid #000;\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1400-8-imageRight.webp?v=1782484405\" alt=\"image right\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch1\u003eFrequently Asked \u003cspan class=\"pink-text\"\u003eQuestions\u003c\/span\u003e\n\u003c\/h1\u003e\n\n    \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Can I use this trimmer on sensitive areas?\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, the DermaCare® Trimmer is designed to be gentle on sensitive skin. We recommend exercising extra caution and moving slowly when trimming around moles or other irregular skin surfaces.\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 clean the trimmer?\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\u003eSimply detach the head and rinse it under running water. Make sure to dry it thoroughly before reattaching.\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 cutter head?\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\u003eThe innovative design minimizes the need for frequent head changes, but we recommend checking for wear every few months.\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        Is it rechargeable?\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, the DermaCare® Trimmer comes with a rechargeable battery for convenience.\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 I use it on wet skin?\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\u003eFor best results, it is recommended to use the shaver on dry skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Review cards --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch1\u003eCustomer \u003cspan class=\"pink-text\"\u003eReviews\u003c\/span\u003e\n\u003c\/h1\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\/h1400-9-review1.jpg?v=1782484406\" alt=\"reviewCard1\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eClaire\u003c\/p\u003e\n            \u003cp\u003eThis trimmer surprised me. I’ve had a few cheap ones before that pulled my hair but this one just glides. Also love how long the battery lasts, I’ve only charged once since June\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\/h1400-9-review2.jpg?v=1782484405\" alt=\"reviewCard2\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eEmily\u003c\/p\u003e\n            \u003cp\u003eThe dual-head design is a total game-changer! I can effortlessly switch between trimming my face and body without any hassle. It’s so convenient, and I love how quickly I can get ready. This trimmer has made my grooming routine so much easier!\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\/h1400-9-review3.jpg?v=1782484405\" alt=\"reviewCard3\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eBarbara\u003c\/p\u003e\n            \u003cp\u003eThis trimmer is quick and efficient! I get smooth results every time I use it, and it’s so easy to handle. I can’t believe how much time I save during my grooming sessions now!\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":52397430309146,"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_d3f93d85-23c3-48c9-acf4-2bcdb7787a3c.webp?v=1782503375","url":"https:\/\/www.foxysea.com\/products\/dermacare","provider":"FoxySea","version":"1.0","type":"link"}