{"product_id":"easypath","title":"EasyPath - Glove","description":"\u003cstyle\u003e\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px 0;\n  }\n  .secao-cor {\n    text-align: center;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 15px 0;\n    background: linear-gradient(to right, #4978ba, #264468);\n    color: #fff;\n  }\n  .secao-cor h2 {\n    color: #fff;\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  \/* \n   * Grid Area Definitions\n   * Used for the various text\/image layouts (zigzag, mosaic)\n   *\/\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n\n  .secao-image {\n    grid-area: image;\n  }\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  .botaozin {\n    display: block;\n    margin: 20px auto 0 auto;\n    padding: 15px 35px;\n    border: none;\n    background-color: #008a00;\n    color: #fff;\n    border-radius: 10px;\n    cursor: pointer;\n    font-weight: bold;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n  }\n  .botaozin:hover {\n    background-color: #00b900;\n  }\n  .listinha {\n    display: flex;\n    text-align: left;\n    gap: 5px;\n    margin-top: 10px;\n  }\n  .listinha img,\n  .listinha svg {\n    width: 20px;\n    height: 20px;\n    border: none;\n    box-shadow: none;\n    margin: 0;\n    flex-shrink: 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  }\n  \/* Reusable Comparison Table Component *\/\n  .tabela-comparacao-container {\n    max-width: 900px;\n    width: 100%;\n    margin: 45px auto 25px auto;\n    box-sizing: border-box;\n    padding: 0 10px;\n  }\n\n  .tabela-header {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr 1fr;\n    align-items: end;\n  }\n\n  .th-col1,\n  .th-col3 {\n    background-color: #d9d9d9;\n    color: #000000;\n    font-weight: bold;\n    padding: 16px;\n    font-size: 1.05em;\n    box-sizing: border-box;\n    display: flex;\n    align-items: center;\n  }\n\n  .th-col1 {\n    border-radius: 12px 0 0 0;\n    justify-content: flex-start;\n    padding-left: 20px;\n    border-top: 1px solid #d9d9d9;\n    border-left: 1px solid #d9d9d9;\n  }\n\n  .th-col3 {\n    border-radius: 0 12px 0 0;\n    justify-content: center;\n    border-top: 1px solid #d9d9d9;\n    border-right: 1px solid #d9d9d9;\n  }\n\n  .th-col2 {\n    background: linear-gradient(to right, #4978ba, #264468);\n    color: #ffffff;\n    font-weight: bold;\n    padding: 18px 15px 16px 15px;\n    text-align: center;\n    border-radius: 12px 12px 0 0;\n    margin-top: -24px;\n    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    box-sizing: border-box;\n    position: relative;\n    z-index: 2;\n    border-top: 1px solid #fff;\n    border-right: 1px solid #fff;\n    border-left: 1px solid #fff;\n  }\n\n  .th-col2 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  .th-col2 span {\n    font-size: 1.1em;\n    color: #ffffff;\n    font-weight: bold;\n  }\n\n  \/* Table Body Rows *\/\n  .tabela-row {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr 1fr;\n    background-color: transparent;\n  }\n\n  .td-col1,\n  .td-col2,\n  .td-col3 {\n    padding: 15px;\n    box-sizing: border-box;\n    border-bottom: 1px solid #d9d9d9;\n    display: flex;\n    align-items: center;\n    font-size: 0.95em;\n    background-color: #ffffff;\n  }\n\n  .td-col1 {\n    color: #000000;\n    text-align: left;\n    justify-content: flex-start;\n    border-left: 1px solid #d9d9d9;\n    border-right: 1px solid #d9d9d9;\n    padding-left: 20px;\n  }\n\n  .td-col2 {\n    justify-content: center;\n    text-align: center;\n    border-right: 1px solid #d9d9d9;\n  }\n\n  .td-col3 {\n    justify-content: center;\n    text-align: center;\n    border-right: 1px solid #d9d9d9;\n  }\n\n  .td-col2 svg,\n  .td-col3 svg {\n    width: 25px !important;\n    height: 25px !important;\n    flex-shrink: 0;\n  }\n\n  \/* Bottom Outer Borders *\/\n  .tabela-row:last-child .td-col1 {\n    border-bottom-left-radius: 12px;\n  }\n\n  .tabela-row:last-child .td-col3 {\n    border-bottom-right-radius: 12px;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 6000px) {\n    .tabela-header,\n    .tabela-row {\n      grid-template-columns: 1.4fr 1fr 1fr;\n    }\n    .th-col1,\n    .th-col3 {\n      padding: 12px 8px;\n      font-size: 0.85em;\n    }\n    .td-col1,\n    .td-col2,\n    .td-col3 {\n      padding: 10px 6px;\n      font-size: 0.85em;\n    }\n    .td-col1 {\n      padding-left: 10px;\n    }\n    .th-col2 img {\n      height: 45px;\n    }\n    .th-col2 span {\n      font-size: 0.95em;\n    }\n  }\n\n  \/* Five Panels Carousel Component *\/\n  \/* ------------------------------- *\/\n  .five-panel-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 45px;\n    box-sizing: border-box;\n    overflow: hidden;\n  }\n\n  .five-panel-track {\n    display: flex;\n    gap: 20px;\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n    will-change: transform;\n  }\n\n  .five-panel-slide {\n    flex: 0 0 100%;\n    box-sizing: border-box;\n    display: flex;\n  }\n\n  .five-panel-card {\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 24px 20px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    width: 100%;\n    box-sizing: border-box;\n    border: 1px solid #eaeaea;\n    transition: transform 0.3s ease;\n  }\n\n  .five-panel-card:hover {\n    transform: translateY(-2px);\n  }\n\n  .review-name {\n    font-size: 1.1em;\n    font-weight: 700;\n    color: #111111;\n    margin-bottom: 6px;\n  }\n\n  .five-panel-stars {\n    margin-bottom: 14px;\n    display: flex;\n    justify-content: center;\n  }\n\n  .review-text {\n    font-size: 0.95em;\n    line-height: 1.5;\n    color: #333333;\n    margin: 0 0 20px 0;\n    flex-grow: 1;\n  }\n\n  .five-panel-card img {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    cursor: pointer;\n    transition: opacity 0.2s ease;\n  }\n\n  .five-panel-card img:hover {\n    opacity: 0.9;\n  }\n\n  \/* Lightbox *\/\n  .lightbox-modal {\n    display: none;\n    position: fixed;\n    z-index: 9999;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: rgba(0, 0, 0, 0.85);\n    align-items: center;\n    justify-content: center;\n  }\n\n  .lightbox-content {\n    max-width: 90%;\n    max-height: 90%;\n    border-radius: 8px;\n  }\n\n  .lightbox-close {\n    position: absolute;\n    top: 20px;\n    right: 30px;\n    color: #fff;\n    font-size: 40px;\n    font-weight: bold;\n    cursor: pointer;\n  }\n\n  \/* Accordion (FAQ) *\/\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\n  .accordion-item {\n    border-top: 1px solid #f8f8f8;\n    background-color: white;\n  }\n\n  .accordion-item:last-child {\n    border-bottom: 1px solid #f8f8f8;\n  }\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\n  .accordion-header:hover {\n    background-color: #f2f3f3;\n  }\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\n  .accordion-body.active {\n    max-height: 500px;\n    padding: 15px;\n    margin-bottom: 15px;\n  }\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\n  .accordion-header.active .icon {\n    transform: rotate(0deg);\n  }\n\n  .accordion-header .icon svg {\n    width: 100%;\n    height: 100%;\n    fill: currentColor;\n  }\n\n  \/* Review Cards \u0026 Carousel *\/\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\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\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\n  .review-content {\n    text-align: center;\n    padding: 15px 10px 10px 10px;\n    font-size: 0.9em;\n    flex-grow: 1;\n  }\n\n  .review-content p:first-child {\n    font-weight: bold;\n  }\n\n  .review-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  .review-carousel-wrapper {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n  }\n\n  .review-slide {\n    min-width: 100%;\n    box-sizing: border-box;\n    display: flex;\n    flex-direction: column;\n  }\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\n  .review-carousel-button:hover {\n    background-color: #f0f0f0;\n  }\n\n  .review-carousel-button.prev {\n    left: 10px;\n  }\n\n  .review-carousel-button.next {\n    right: 10px;\n  }\n\n  .review-carousel-dots {\n    text-align: center;\n    padding: 0;\n    margin-top: 15px;\n  }\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\n  .review-carousel-dot.active {\n    background-color: #1e1e1e;\n  }\n\n  \/* Lightbox *\/\n  .review-lightbox {\n    display: none;\n    position: fixed;\n    z-index: 999999;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(0, 0, 0, 0.85);\n    justify-content: center;\n    align-items: center;\n  }\n\n  .review-lightbox-content {\n    max-width: 90%;\n    max-height: 80vh;\n    object-fit: contain;\n    display: block;\n    margin: auto;\n    border-radius: 8px;\n  }\n\n  .review-lightbox-close {\n    position: absolute;\n    top: 70px;\n    right: 25px;\n    color: #ffffff;\n    font-size: 45px;\n    font-weight: bold;\n    cursor: pointer;\n    z-index: 1000000;\n    line-height: 1;\n    user-select: none;\n    background: rgba(0, 0, 0, 0.5);\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* Responsive Design *\/\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-button,\n    .review-carousel-dots {\n      display: none !important;\n    }\n    .review {\n      height: 100%;\n    }\n  }\n\n  @media (max-width: 6000px) {\n    .review-carousel-button {\n      display: flex;\n    }\n    .review-carousel-dots {\n      display: block;\n    }\n  }\n\n  .five-panel-card img {\n    cursor: pointer;\n    transition:\n      transform 0.2s ease,\n      opacity 0.2s ease;\n  }\n\n  .five-panel-card img:hover {\n    transform: scale(1.02);\n    opacity: 0.95;\n  }\n\n  .five-panel-arrow {\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  }\n\n  .five-panel-arrow:hover {\n    background-color: #f0f0f0;\n  }\n\n  .five-panel-arrow.prev {\n    left: 10px;\n  }\n  .five-panel-arrow.next {\n    right: 10px;\n  }\n\n  \/* Dots Styles *\/\n  .five-panel-dots {\n    text-align: center;\n    padding-top: 20px;\n    width: 100%;\n  }\n\n  .five-panel-dot {\n    cursor: pointer;\n    height: 10px;\n    width: 10px;\n    margin: 0 6px;\n    background-color: #cccccc;\n    border-radius: 50%;\n    display: inline-block;\n    transition:\n      background-color 0.3s ease,\n      transform 0.3s ease;\n  }\n\n  .five-panel-dot.active {\n    background-color: #1d4d6c;\n  }\n\n  \/* Desktop Specifics *\/\n  @media (min-width: 6001px) {\n    .five-panel-slide {\n      flex: 0 0 calc(33.333% - 14px);\n    }\n    .five-panel-card {\n      max-width: 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  }\n\n  \/* Before and After Component Styles *\/\n  .before-after-card {\n    grid-area: image;\n    background: #f4f4f6;\n    border-radius: 16px;\n    padding: 20px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px;\n    box-sizing: border-box;\n    width: 100%;\n    align-self: center;\n  }\n\n  .before-after-col {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .before-after-badge {\n    display: inline-block;\n    padding: 6px 24px;\n    border-radius: 20px;\n    font-size: 0.9em;\n    font-weight: 600;\n    text-align: center;\n    box-sizing: border-box;\n  }\n\n  .before-after-badge.before {\n    background-color: #e2e2e5;\n    color: #2b2b2b;\n  }\n\n  .before-after-badge.after {\n    background-color: #326095;\n    color: #ffffff;\n  }\n\n  .before-after-col img {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    border-radius: 12px;\n    border: none;\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n  }\n\n  @media (max-width: 6000px) {\n    .before-after-card {\n      padding: 12px;\n      gap: 10px;\n    }\n    .before-after-badge {\n      padding: 4px 16px;\n      font-size: 0.8em;\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    \/\/ Lightbox functionality for 5-panel slide images\n    const lightbox = document.getElementById(\"myLightbox\");\n    if (lightbox) {\n      const lightboxImg = document.getElementById(\"lightboxImg\");\n      const fivePanelImages = document.querySelectorAll(\".five-panel-card img\");\n      const closeBtn = document.querySelector(\".lightbox-close\");\n\n      fivePanelImages.forEach((img) =\u003e {\n        img.addEventListener(\"click\", () =\u003e {\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      document.addEventListener(\"keydown\", (e) =\u003e {\n        if (e.key === \"Escape\" \u0026\u0026 lightbox.style.display === \"flex\") {\n          closeLightbox();\n        }\n      });\n    }\n\n    \/\/ Five Panels Carousel Logic\n    const fivePanelTrack = document.querySelector(\".five-panel-track\");\n    if (fivePanelTrack) {\n      const cards = Array.from(fivePanelTrack.children);\n      const nextBtn = document.querySelector(\".five-panel-arrow.next\");\n      const prevBtn = document.querySelector(\".five-panel-arrow.prev\");\n      const dotsContainer = document.querySelector(\".five-panel-dots\");\n      let currentIndex = 0;\n      let dots = [];\n\n      function getVisibleCount() {\n        return window.matchMedia(\"(min-width: 6001px)\").matches ? 3 : 1;\n      }\n\n      function getMaxIndex() {\n        const visibleCount = getVisibleCount();\n        return Math.max(0, cards.length - visibleCount);\n      }\n\n      function updateFivePanelCarousel() {\n        const maxIndex = getMaxIndex();\n        if (currentIndex \u003e maxIndex) {\n          currentIndex = maxIndex;\n        }\n\n        const cardWidth = cards[0].offsetWidth;\n        const trackStyle = window.getComputedStyle(fivePanelTrack);\n        const gap = parseFloat(trackStyle.gap) || 0;\n\n        const moveAmount = cardWidth + gap;\n        fivePanelTrack.style.transform = `translateX(-${currentIndex * moveAmount}px)`;\n\n        if (dots \u0026\u0026 dots.length \u003e 0) {\n          dots.forEach((dot, i) =\u003e {\n            dot.classList.toggle(\"active\", i === currentIndex);\n          });\n        }\n      }\n\n      function createDots() {\n        if (!dotsContainer) return;\n\n        const maxIndex = getMaxIndex();\n        const dotCount = maxIndex + 1;\n\n        dotsContainer.innerHTML = \"\";\n        dots = [];\n\n        for (let i = 0; i \u003c dotCount; i++) {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"five-panel-dot\");\n          if (i === currentIndex) dot.classList.add(\"active\");\n\n          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateFivePanelCarousel();\n          });\n          dotsContainer.appendChild(dot);\n          dots.push(dot);\n        }\n      }\n\n      function moveNext() {\n        const maxIndex = getMaxIndex();\n        if (currentIndex \u003e= maxIndex) {\n          currentIndex = 0;\n        } else {\n          currentIndex++;\n        }\n        updateFivePanelCarousel();\n      }\n\n      function movePrev() {\n        const maxIndex = getMaxIndex();\n        if (currentIndex \u003c= 0) {\n          currentIndex = maxIndex;\n        } else {\n          currentIndex--;\n        }\n        updateFivePanelCarousel();\n      }\n\n      if (nextBtn) nextBtn.addEventListener(\"click\", moveNext);\n      if (prevBtn) prevBtn.addEventListener(\"click\", movePrev);\n\n      let touchStartX = 0;\n      let touchEndX = 0;\n\n      fivePanelTrack.addEventListener(\n        \"touchstart\",\n        (e) =\u003e {\n          touchStartX = e.changedTouches[0].screenX;\n        },\n        { passive: true },\n      );\n\n      fivePanelTrack.addEventListener(\n        \"touchend\",\n        (e) =\u003e {\n          touchEndX = e.changedTouches[0].screenX;\n          if (touchStartX - touchEndX \u003e 50) moveNext();\n          if (touchEndX - touchStartX \u003e 50) movePrev();\n        },\n        { passive: true },\n      );\n\n      createDots();\n      updateFivePanelCarousel();\n\n      window.addEventListener(\"resize\", () =\u003e {\n        const maxIndex = getMaxIndex();\n        if (currentIndex \u003e maxIndex) {\n          currentIndex = maxIndex;\n        }\n        createDots();\n        updateFivePanelCarousel();\n      });\n    }\n  });\n\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!-- Horizontal review panel --\u003e\n\u003cdiv class=\"horizontal-review-panel\"\u003e\n  \u003cstyle\u003e\n    .horizontal-review-panel {\n      border: none;\n      border-radius: 12px;\n      padding: 0px;\n      width: 100%;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n      margin-bottom: 15px;\n      box-shadow: none;\n      box-sizing: border-box;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n    }\n    .horizontal-review-panel img {\n      width: auto;\n      height: 100%;\n      max-height: 70px;\n      border-radius: 0;\n      margin: auto;\n      display: block;\n      padding: 0px 5px 0px 5px;\n      border-radius: 50%;\n      border: none;\n      box-shadow: none;\n    }\n    .horizontal-review-content {\n      padding: 5px;\n      text-align: left;\n      position: relative;\n      z-index: 1;\n      font-size: 0.9em;\n    }\n    .horizontal-review-content p {\n      margin: 7px 0;\n    }\n    .horizontal-review-content p:last-child {\n      border-top: 1px solid rgba(128, 128, 128, 0.2);\n      margin-bottom: 0;\n      padding-top: 2px;\n      font-weight: bold;\n      color: #848484;\n      font-size: 0.9em;\n    }\n  \u003c\/style\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-1-horizontalReview1.webp?v=1785344181\" alt=\"Horizontal Review\"\u003e\n  \u003cdiv class=\"horizontal-review-content\"\u003e\n    \u003cp\u003e\n      Wearing black was impossible until I found EasyPath. One quick swipe clears every speck of white fur off my black jeans and hoodies. I can finally leave\n      the house without looking like I rolled on the carpet.\n    \u003c\/p\u003e\n    \u003cp\u003eSarah\u003cspan class=\"star-text\" style=\"padding-left: 10px\"\u003e★★★★★\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-1-horizontalReview2.avif?v=1785344181\" style=\"border-radius: 10px; max-height: 100px\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4 icon panel --\u003e\n\u003cdiv class=\"secao\" style=\"background-color: #f3f3f3\"\u003e\n  \u003cstyle\u003e\n    .icon-panel {\n      max-width: 1200px;\n      margin-left: auto;\n      margin-right: auto;\n      padding: 15px;\n      display: grid;\n      gap: 15px;\n      grid-template-columns: repeat(4, 1fr);\n      justify-items: center;\n      align-content: center;\n      justify-content: center;\n    }\n    .icon-panel-item {\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n      align-items: center;\n      justify-content: flex-start;\n      box-sizing: border-box;\n      width: 100%;\n    }\n    .icon-panel-item img {\n      width: 120px;\n      height: 120px;\n      object-fit: contain;\n      margin-bottom: 10px;\n      border: none;\n      box-shadow: none;\n      border-radius: 0%;\n    }\n    .icon-panel-item p {\n      margin: 5px 0;\n    }\n    .icon-panel-item p:nth-of-type(1) {\n      font-weight: 600;\n      min-height: 3em;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    @media (max-width: 6000px) {\n      .icon-panel {\n        grid-template-columns: 1fr 1fr;\n      }\n      .icon-panel-item img {\n        width: 80px;\n        height: 80px;\n      }\n    }\n  \u003c\/style\u003e\n  \u003cdiv class=\"icon-panel\"\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-2-icon1.svg?v=1785344181\" alt=\"Icon 1\"\u003e\n      \u003cp\u003e60-Day Risk-Free Guarantee\u003c\/p\u003e\n      \u003cp\u003e\n        Try it on your furniture, your car, your clothes. If it doesn't outperform every other pet hair tool you've used, contact us within 60 days for a full\n        refund, no questions asked.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-2-icon2.svg?v=1785344182\" alt=\"Icon 2\"\u003e\n      \u003cp\u003eClean Home. Eco-Friendly Choice.\u003c\/p\u003e\n      \u003cp\u003e\n        An eco-friendly alternative to disposable options. Simply rinse it under the tap, let it air dry, and reuse it—delivering consistent performance every\n        time.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-2-icon3.svg?v=1785344181\" alt=\"Icon 3\"\u003e\n      \u003cp\u003eFast Shipping, Fully Tracked\u003c\/p\u003e\n      \u003cp\u003eYour order ships in 5–7 days with a tracking number sent straight to your inbox. Follow it from dispatch to your door, every step of the way.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-2-icon4.svg?v=1785344181\" alt=\"Icon 4\"\u003e\n      \u003cp\u003eSafe on all fabrics\u003c\/p\u003e\n      \u003cp\u003eVelvet, microfibre, denim, car upholstery—the glove lifts fur without snagging, pulling threads, or leaving residue behind.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Blue 4 icon panel --\u003e\n\u003cdiv class=\"secao-cor\"\u003e\n  \u003ch2\u003eBuilt to Remove Hair - Not Just Move It Around\u003c\/h2\u003e\n  \u003cdiv class=\"icon-panel\" style=\"color: #000\"\u003e\n    \u003cdiv class=\"icon-panel-item\" style=\"background-color: #fff; border-radius: 12px; padding: 10px\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-3-icon1.webp?v=1785344477\" alt=\"Icon 1\"\u003e\n      \u003cp\u003eIt Pulls. Doesn't Push\u003c\/p\u003e\n      \u003cp\u003e\n        The electrostatic mesh reverses the static charge holding hair in fabric, pulling it out from the root in one swipe. No chemicals, no sticky sheets and\n        no effort.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\" style=\"background-color: #fff; border-radius: 12px; padding: 10px\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-3-icon2.webp?v=1785344477\" alt=\"Icon 2\"\u003e\n      \u003cp\u003eWorks on Every Fur Type\u003c\/p\u003e\n      \u003cp\u003eShort, coarse, fine, or long—the electrostatic mesh grabs it all. Built for every breed, from Huskies and Labradors to Chihuahuas and rabbits.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\" style=\"background-color: #fff; border-radius: 12px; padding: 10px\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-3-icon3.webp?v=1785344481\" alt=\"Icon 3\"\u003e\n      \u003cp\u003eFrom Couch to Car\u003c\/p\u003e\n      \u003cp\u003eSofa, carpet, car seat, bedding, clothing, pet bed—works across all of them without switching tools, adjusting technique, or damaging fabric.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\" style=\"background-color: #fff; border-radius: 12px; padding: 10px\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-3-icon4.webp?v=1785344477\" alt=\"Icon 4\"\u003e\n      \u003cp\u003eNo Effort. Just Results.\u003c\/p\u003e\n      \u003cp\u003e\n        Most grooming tools stress pets out before you even start. This one feels like a gentle stroke. Glide it over their coat and fur lifts off calmly,\n        quick, and completely mess-free.\n      \u003c\/p\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\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-4-gifLeft.webp?v=1785344183\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eOne Swipe Is Enough\u003c\/h2\u003e\n    \u003cp\u003e\n      \u003cb\u003eThe counterintuitive part:\u003c\/b\u003e the less pressure you apply, the better it performs. Light contact lets the static charge do the work—glide it across\n      and fur lifts straight into the mesh.\n    \u003c\/p\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eCaptures deeply embedded hair in a single pass, no repeated strokes needed\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eNo scrubbing, no back-and-forth, no arm fatigue\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWorks even on fine, near-invisible hair that only shows up in sunlight\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif right --\u003e\n\u003cdiv class=\"secao-grid\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-5-gifRight.webp?v=1785344182\" alt=\"gif right\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eIt Holds Everything Until You're Ready\u003c\/h2\u003e\n    \u003cp\u003e\n      Other tools pick up fur only to drop it elsewhere. \u003cb\u003eEasyPath™\u003c\/b\u003e locks collected hair against the mesh and keeps it there—nothing falls back, nothing\n      trails behind you. Peel it off cleanly when you're done.\n    \u003c\/p\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eHair stays on the glove, not redistributed across the room\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003ePeel the collected clump off cleanly in one go\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eCovers more area per stroke so you finish faster\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 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\/h1479-6-gifLeft.webp?v=1785344182\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eMore Than Just a Cleaner\u003c\/h2\u003e\n    \u003cp\u003eMost people buy it for the sofa. Then they quietly stop buying lint rollers, grooming mitts, and fabric brushes because the glove handles all of it.\u003c\/p\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eReplaces lint rollers, grooming mitts, and fabric brushes in one tool\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWorks across furniture, clothing, car interiors, and pet coats\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eNo switching tools between surfaces\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eOne glove handles the entire home\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif right --\u003e\n\u003cdiv class=\"secao-grid\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-7-gifRight.webp?v=1785344182\" alt=\"gif right\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eDesigned for Everyday Use\u003c\/h2\u003e\n    \u003cp\u003eThe best cleaning tool is the one you actually reach for. Light enough to keep handy, fast enough to grab between tasks.\u003c\/p\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eNo batteries, no cords, no setup\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eQuick and effortless to use anytime\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eFits any hand size, works left or right-handed\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eCollected fur peels off in one clean clump\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eNo mess, no loose hair falling back\u003c\/span\u003e\n    \u003cspan class=\"listinha\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\u003c\/svg\u003eCompact enough to store anywhere, including your car's glove box\u003c\/span\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eGet yours now →\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Comparison table --\u003e\n\u003cdiv class=\"secao-cor\"\u003e\n  \u003ch2\u003eEasyPath™ vs. Others\u003c\/h2\u003e\n  \u003cp\u003eWe’ve spent years focused on one thing: perfecting the ultimate Pet Hair Removal Glove\u003c\/p\u003e\n  \u003cdiv class=\"tabela-comparacao-container\"\u003e\n    \u003cdiv class=\"tabela-header\"\u003e\n      \u003cdiv class=\"th-col1\"\u003eFeature\u003c\/div\u003e\n      \u003cdiv class=\"th-col2\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-8-table.webp?v=1785344181\" alt=\"EasyPath™ Glove\"\u003e\n        \u003cspan\u003eEasyPath™ Glove\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"th-col3\"\u003eCheap Gloves\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eDense 5mm Electrostatic Mesh\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eReinforced Seams - Won't Peel or Tear\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003ePulls Embedded Hair, Not Just Surface Fur\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eWorks on Sofas, Car Seats, Clothing, Bedding and Carpet\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eSafe for Direct Use on Your Pet\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eOne Purchase - No Repeat Spend\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eWaterproof Edges for Easy Rinsing\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eTrusted by 40k+ Pet Owners\u003c\/div\u003e\n      \u003cdiv class=\"td-col2\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-check-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM18.7974 7.76511C18.3397 7.30746 17.5977 7.30746 17.1401 7.76511C17.129 7.77616 17.1187 7.78787 17.109 7.80016L11.6834 14.7137L8.41231 11.4425C7.95466 10.9849 7.21267 10.9849 6.75502 11.4425C6.29738 11.9002 6.29738 12.6422 6.75502 13.0998L10.8901 17.2349C11.3477 17.6925 12.0897 17.6925 12.5474 17.2349C12.5576 17.2247 12.5672 17.214 12.5762 17.2027L18.814 9.40543C19.255 8.94659 19.2494 8.21714 18.7974 7.76511Z\" fill=\"#1D4D6C\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"td-col3\"\u003e\n        \u003csvg width=\"25\" height=\"25\" viewbox=\"0 0 25 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"tabela-cross-icon\"\u003e\n          \u003cpath d=\"M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM8.36493 7.26007C8.05983 6.95498 7.56517 6.95498 7.26007 7.26007C6.95498 7.56517 6.95498 8.05983 7.26007 8.36493L11.3951 12.5L7.26007 16.6351C6.95498 16.9402 6.95498 17.4348 7.26007 17.7399C7.56517 18.045 8.05983 18.045 8.36493 17.7399L12.5 13.6049L16.6351 17.7399C16.9402 18.045 17.4348 18.045 17.7399 17.7399C18.045 17.4348 18.045 16.9402 17.7399 16.6351L13.6049 12.5L17.7399 8.36493C18.045 8.05983 18.045 7.56517 17.7399 7.26007C17.4348 6.95498 16.9402 6.95498 16.6351 7.26007L12.5 11.3951L8.36493 7.26007Z\" fill=\"#bd403b\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4 gif gallery --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eSee it in action\u003c\/h2\u003e\n  \u003cp\u003eWatch how it removes hair from real furniture and pets in real time\u003c\/p\u003e\n  \u003cdiv class=\"gif-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-8-videoGallery2.webp?v=1785344182\" alt=\"panel1\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-8-videoGallery3.webp?v=1785344182\" alt=\"panel2\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-8-videoGallery4.webp?v=1785344182\" alt=\"panel3\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-8-videoGallery5.webp?v=1785344182\" alt=\"panel4\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 8 review panels --\u003e\n\u003cdiv class=\"secao\" style=\"background-color: #f3f3f3\"\u003e\n  \u003ch2\u003eTrusted by 40k+ pet owners\u003c\/h2\u003e\n  \u003cdiv class=\"five-panel-carousel\"\u003e\n    \u003cdiv class=\"five-panel-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\n        \u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"five-panel-track\"\u003e\n      \u003c!-- Item 1 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003ePoppy\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\n            \"I love my Rat Terrier, but his short, coarse hair weaves itself into my car seats like tiny needles. EasyPath glove is the only thing to actually\n            pull those embedded hairs out!\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review1.jpg?v=1785344181\" alt=\"Review by Poppy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 2 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eGemma\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\n            “Really impressed with the EasyPath glove. It’s made with great material and feels premium, not cheap like others I’ve tried. Shipping was super\n            fast too, which was a nice surprise.”\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review2.webp?v=1785344182\" alt=\"Review by Gemma\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 3 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eChloe\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\"Works wonders on my sofa and chairs! Picks up cat hair in seconds and is super easy to clean. Arrived pretty fast too :)\"\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review3.avif?v=1785344181\" alt=\"Review by Chloe\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 4 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eHarriet\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\n            \"Chihuahuas shed more than you think! This glove is a lifesaver for my leggings before I leave the house—grabs the tiny hairs instantly.\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review4.webp?v=1785344182\" alt=\"Review by Harriet\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 5 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eEllie\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\n            \"Totally captures the fine flyaway fur from my bunny and long-haired cat. Static cling magnets it right off my velvet cushions without damage.\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review5.webp?v=1785344181\" alt=\"Review by Ellie\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 6 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eSophie\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\"Amazing for cleaning embedded dog hair! It lifts hair off without damaging the fabric at all. I love it!!!\"\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review6.jpg?v=1785344181\" alt=\"Review by Sophie\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 7 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eJack\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\n            \"My Golden sheds so much! This glove creates a static charge that rolls fur right off my sofa and car seats. An absolute life saver.\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review7.jpg?v=1785344181\" alt=\"Review by Jack\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 8 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cspan class=\"review-name\"\u003eFreya\u003c\/span\u003e\n          \u003cdiv class=\"five-panel-stars\"\u003e\n            \u003csvg width=\"84\" height=\"16\" viewbox=\"0 0 100 18\" fill=\"#FFC107\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M9 0L11.7 5.5L17.8 6.4L13.4 10.7L14.4 16.7L9 13.9L3.6 16.7L4.6 10.7L0.2 6.4L6.3 5.5L9 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M29 0L31.7 5.5L37.8 6.4L33.4 10.7L34.4 16.7L29 13.9L23.6 16.7L24.6 10.7L20.2 6.4L26.3 5.5L29 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M49 0L51.7 5.5L57.8 6.4L53.4 10.7L54.4 16.7L49 13.9L43.6 16.7L44.6 10.7L40.2 6.4L46.3 5.5L49 0Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M69 0L71.7 5.5L77.8 6.4L73.4 10.7L74.4 16.7L69 13.9L63.6 16.7L64.6 10.7L60.2 6.4L66.3 5.5L69 0 Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M89 0L91.7 5.5L97.8 6.4L93.4 10.7L94.4 16.7L89 13.9L83.6 16.7L84.6 10.7L80.2 6.4L86.3 5.5L89 0Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\n            \"My husky's annoying hair embeds itself all over my car. This glove is the only pet hair tool that actually worked to get it out. Now I don't have\n            to pay for professional car valeting every year!\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review8.jpg?v=1785344181\" alt=\"Review by Freya\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"five-panel-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\n        \u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"five-panel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Before and after section --\u003e\n\u003cdiv class=\"secao-grid\"\u003e\n  \u003cdiv class=\"before-after-card\"\u003e\n    \u003cdiv class=\"before-after-col\"\u003e\n      \u003cdiv class=\"before-after-badge before\"\u003eBefore\u003c\/div\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-10-before.webp?v=1785344181\" alt=\"Before EasyPath\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"before-after-col\"\u003e\n      \u003cdiv class=\"before-after-badge after\"\u003eAfter\u003c\/div\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-10-after.webp?v=1785344182\" alt=\"After EasyPath\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eSee the difference instantly\u003c\/h2\u003e\n    \u003cp\u003e\u003cb\u003eBefore:\u003c\/b\u003e Fur embedded so deep it looks like part of the fabric.\u003c\/p\u003e\n    \u003cp\u003e\u003cb\u003eAfter:\u003c\/b\u003e One swipe, clean surface. No second attempt needed.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 3 step panel --\u003e\n\u003cdiv class=\"secao-cor\"\u003e\n  \u003cstyle\u003e\n    .three-step-panel {\n      max-width: 1200px;\n      margin-left: auto;\n      margin-right: auto;\n      padding: 15px;\n      display: grid;\n      gap: 15px;\n      row-gap: 15px;\n      grid-template-columns: 1fr 1fr 1fr;\n      justify-items: center;\n      align-content: center;\n      justify-content: center;\n      color: #000;\n      box-sizing: border-box;\n    }\n    .three-step-panel-item {\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n      width: 100%;\n      box-sizing: border-box;\n      align-items: center;\n      justify-content: flex-start;\n      background-color: #fff;\n      padding: 10px;\n      border-radius: 15px;\n    }\n    .three-step-panel-item img {\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n      margin-bottom: 10px;\n      border: none;\n      box-shadow: none;\n      border-radius: 12px;\n    }\n    .three-step-panel-item p {\n      margin: 7px 0;\n    }\n    .three-step-panel-item p:nth-of-type(1) {\n      font-weight: 600;\n      min-height: 3em;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    @media (max-width: 6000px) {\n      .three-step-panel {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        row-gap: 15px;\n      }\n      .three-step-panel-item p:nth-of-type(1) {\n        min-height: auto;\n        margin-bottom: 5px;\n      }\n    }\n  \u003c\/style\u003e\n  \u003cdiv class=\"three-step-panel\"\u003e\n    \u003cdiv class=\"three-step-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-11-step1.webp?v=1785344182\" alt=\"Step 1\"\u003e\n      \u003cp\u003e1: Slip It On\u003c\/p\u003e\n      \u003cp\u003eSlides onto any hand size in seconds. Secure, comfortable, and ready to go—no adjusting, no fussing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"three-step-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-11-step2.webp?v=1785344181\" alt=\"Step 2\"\u003e\n      \u003cp\u003e2: Swipe and Collect\u003c\/p\u003e\n      \u003cp\u003eGlide lightly across any surface or directly over your pet. The fur lifts and locks onto the mesh as you move—watch it happen in real time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"three-step-panel-item\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-11-step3.webp?v=1785344181\" alt=\"Step 3\"\u003e\n      \u003cp\u003e3: Clean Up Takes Seconds\u003c\/p\u003e\n      \u003cp\u003e\n        Once you're done, hold the glove under running water and watch the fur rinse away. Toss it in the washing machine if you prefer. Either way, it's dry\n        and ready before you need it next.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eGet yours now →\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif left --\u003e\n\u003cdiv class=\"secao-grid-reverse\" style=\"background-color: #f3f3f3\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-12-imageLeft.webp?v=1785344182\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eAbout EasyPath™\u003c\/h2\u003e\n    \u003cp\u003e\n      \u003cb\u003eEasyPath™\u003c\/b\u003e was built around one simple idea: \u003cb\u003epet owners deserve tools that actually work\u003c\/b\u003e—tools that don't cost a fortune to maintain, don't\n      harm the planet, and don't fall apart after a few weeks.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      We were tired of the same frustrating cycle: buy a lint roller, run out of sheets, buy another one, repeat. We built \u003cb\u003eEasyPath™\u003c\/b\u003e to end that cycle\n      for good.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Every product we make is tested for durability, safety, and real-world effectiveness. Because we use them at home too. Over 40,000+ pet owners worldwide\n      have made the switch. We are proud to keep building the tools that make their lives easier.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Will it work on stubborn and embedded pet hairs?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Yes! Our advanced electrostatic fabric is specifically designed to lift embedded, coarse hair that traditional tools leave behind—especially the\n          short, needle-like fur from breeds like Labradors, Staffies, and Huskies. Hair lifts off in one swipe, no repeated passes needed.\n        \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 is this different from other pet hair gloves on the market?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Ours uses genuine high-quality electrostatic fabric and sturdy materials built to last, unlike cheap, flimsy alternatives sold online. We are the\n          original!\n        \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 on short, coarse\/spiky dog hair?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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.35,26.34a8,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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eYes – it works with all pet hair types, whether short or long, soft or spiky.\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 can I use the EasyPath glove on?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Pretty much anywhere pet hair sticks. Use it on car seats and floor mats, clothing (jeans, hoodies, leggings), sofas, carpets, bedding, and pet beds.\n          Even directly on your pet!\n        \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 reusable and easy to clean?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Yes! The glove is durable, washable, and eco-friendly. After use, peel off the collected hair, rinse with water if needed, and let it air dry. No\n          refills or disposable sheets required.\n        \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 does the glove remove pet hair so effectively?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Our glove uses advanced electrostatic adsorption fabric that attracts pet hair like a magnet. Simply swipe across surfaces or your pet’s fur, and hair\n          clings instantly—no pressure or repeated wiping needed.\n        \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 long does shipping take?\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg viewbox=\"0 0 256 256\"\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\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\n          Once your order is processed, your EasyPath™ Glove will typically arrive within 5–7 days, depending on your location. You’ll receive a tracking number\n          by email. \u003cb\u003eWe ship for free!\u003c\/b\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- The Lightbox --\u003e\n\u003cdiv id=\"reviewLightbox\" class=\"review-lightbox\"\u003e\n  \u003cspan class=\"review-lightbox-close\"\u003e×\u003c\/span\u003e\n  \u003cimg class=\"review-lightbox-content\" id=\"reviewLightboxImg\"\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Lightbox image viewer\n    const lightbox = document.getElementById(\"reviewLightbox\");\n    const lightboxImg = document.getElementById(\"reviewLightboxImg\");\n    const lightboxClose = document.querySelector(\".review-lightbox-close\");\n\n    if (lightbox \u0026\u0026 lightboxImg) {\n      document.querySelectorAll(\".five-panel-card img\").forEach(function (img) {\n        img.addEventListener(\"click\", function () {\n          document.body.appendChild(lightbox);\n          lightboxImg.src = this.src;\n          lightbox.style.display = \"flex\";\n        });\n      });\n\n      if (lightboxClose) {\n        lightboxClose.addEventListener(\"click\", function () {\n          lightbox.style.display = \"none\";\n        });\n      }\n\n      lightbox.addEventListener(\"click\", function (e) {\n        if (e.target === lightbox) {\n          lightbox.style.display = \"none\";\n        }\n      });\n\n      document.addEventListener(\"keydown\", function (e) {\n        if (e.key === \"Escape\") {\n          lightbox.style.display = \"none\";\n        }\n      });\n    }\n\n    \/\/ FAQ Accordion\n    document.querySelectorAll(\".accordion-header\").forEach(function (header) {\n      header.addEventListener(\"click\", function () {\n        const item = this.parentElement;\n        item.classList.toggle(\"active\");\n      });\n    });\n  });\n\u003c\/script\u003e\n","brand":"FoxySea","offers":[{"title":"Default Title","offer_id":52599096279322,"sku":"no","price":19.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/prod1-engb_863f5783-a745-4a9d-bd3f-b5080c4d621e.webp?v=1785440761","url":"https:\/\/www.foxysea.com\/products\/easypath","provider":"FoxySea","version":"1.0","type":"link"}