{"product_id":"easypath","title":"EasyPath - Hanske","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=\"Kundeanmeldelse\"\u003e\n  \u003cdiv class=\"horizontal-review-content\"\u003e\n    \u003cp\u003e\n      Det var umulig å gå med svarte klær før jeg fant EasyPath. Ét raskt strøk fjerner hver minste flekk med hvite hår fra mine svarte jeans og hettegensere.\n      Endelig kan jeg gå ut døren uten å se ut som jeg har rullet på teppet.\n    \u003c\/p\u003e\n    \u003cp\u003eSilje\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=\"Ikon 1\"\u003e\n      \u003cp\u003e60 dagers risikofri garanti\u003c\/p\u003e\n      \u003cp\u003e\n        Prøv den på møblene dine, i bilen eller på klærne dine. Hvis den ikke utkonkurrerer alle andre dyrehårfjernerne du har prøvd, ta kontakt innen 60 dager\n        for full refusjon – helt uten spørsmål.\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=\"Ikon 2\"\u003e\n      \u003cp\u003eRent hjem. Miljøvennlig valg.\u003c\/p\u003e\n      \u003cp\u003e\n        Et miljøvennlig alternativ til engangsprodukter. Skyll den enkelt under springen, la den lufttørke, og bruk den om igjen med like god effekt hver gang.\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=\"Ikon 3\"\u003e\n      \u003cp\u003eRask levering med sporing\u003c\/p\u003e\n      \u003cp\u003eBestillingen din sendes innen 5–7 dager med sporingsnummer rett til e-posten din. Følg pakken hele veien fra lageret til døren din.\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=\"Ikon 4\"\u003e\n      \u003cp\u003eTrygg på alle stoffer\u003c\/p\u003e\n      \u003cp\u003eFløyel, mikrofiber, denim, bilseter—hansken løfter bort hår uten å skade stoffet, dra i tråder eller etterlate merker.\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\u003eLaget for å fjerne hår – ikke bare flytte på det\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=\"Ikon 1\"\u003e\n      \u003cp\u003eDet trekker til seg – skyver ikke\u003c\/p\u003e\n      \u003cp\u003e\n        Det elektrostatiske nettverket bryter statisk elektrisitet som holder hårene fast i stoffet, og løfter dem ut i ett enkelt strøk. Ingen kjemikalier,\n        ingen klistrete ruller og ingen innsats.\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=\"Ikon 2\"\u003e\n      \u003cp\u003eFungerer på alle typer pels\u003c\/p\u003e\n      \u003cp\u003e\n        Kort, stivt, fint eller langt—det elektrostatiske nettverket fanger alt. Passende for alle raser, fra Huskies og Labradorer til Chihuahuas og kaniner.\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-icon3.webp?v=1785344481\" alt=\"Ikon 3\"\u003e\n      \u003cp\u003eFra sofa til bil\u003c\/p\u003e\n      \u003cp\u003eSofa, teppe, bilsete, sengetøy, klær, dyreseng—fungerer overalt uten at du må bytte verktøy eller risikere å skade stoffet.\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=\"Ikon 4\"\u003e\n      \u003cp\u003eIngen anstrengelse. Bare resultater.\u003c\/p\u003e\n      \u003cp\u003eDe fleste pleieutstyr stresser dyrene. Denne kjennes ut som en god klapp. Dra den over pelsen og løse hår løftes av enkelt, raskt og helt uten søl.\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=\"demonstrasjon\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eÉt strøk er nok\u003c\/h2\u003e\n    \u003cp\u003e\n      \u003cb\u003eDet overraskende:\u003c\/b\u003e jo mindre trykk du bruker, desto bedre fungerer den. Lett berøring lar den statiske ladningen gjøre jobben—dra den over og hårene\n      løftes rett inn i nettverket.\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\u003eFanger dypt sittende hår i et enkelt strøk, ingen gjentatte bevegelser nødvendig\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\u003eIngen skrubbing, ingen fram-og-tilbake, ingen slitne armer\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\u003eFungerer selv på fine, nesten usynlige hår som bare vises i sollys\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=\"demonstrasjon\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eHolder på alt til du er ferdig\u003c\/h2\u003e\n    \u003cp\u003e\n      Andre verktøy samler opp hår bare for å slippe det et annet sted. \u003cb\u003eEasyPath™\u003c\/b\u003e låser det oppsamlede håret fast mot nettverket og holder det\n      der—ingenting faller av igjen, ingenting blir liggende igjen. Dra det enkelt av når du er ferdig.\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\u003eHåret blir værende på hansken, ikke spredt rundt i rommet\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\u003eDra av den samlede hårklumpen rent i én enkelt bevegelse\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\u003eDekker større flate per strøk slik at du blir ferdig raskere\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=\"demonstrasjon\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eMer enn bare en rengjører\u003c\/h2\u003e\n    \u003cp\u003eDe fleste kjøper den for sofaen. Deretter slutter de å kjøpe klesruller, pleiehansker og stoffbørster fordi denne hansken fikser alt.\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\u003eErstatter klesruller, pleiehansker og stoffbørster i ett enkelt verktøy\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\u003eFungerer på møbler, klær, bilinteriør og dyrepels\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\u003eSlipper å bytte verktøy mellom ulike overflater\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\u003eÉn hanske tar seg av hele huset\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=\"demonstrasjon\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eDesignet for daglig bruk\u003c\/h2\u003e\n    \u003cp\u003eDet beste rengjøringsverktøyet er det du faktisk bruker. Lett nok til å ha lett tilgjengelig, raskt nok til å bruke innimellom andre oppgaver.\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\u003eIngen batterier, ingen ledninger, ingen montering\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\u003eKlar til bruk på sekundet\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\u003ePasser alle håndstørrelser, fungerer for både venstre- og høyrehendte\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\u003eOppsamlet pels dras av i én ren klump\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\u003eIngen søl, ingen løse hår som faller tilbake\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\u003eKompakt nok til å oppbevares hvor som helst, inkludert i hanskerommet i bilen\u003c\/span\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBestill din nå →\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. Andre\u003c\/h2\u003e\n  \u003cp\u003eVi har brukt år på én ting: å perfeksjonere den beste hansken for fjerning av dyrehår\u003c\/p\u003e\n  \u003cdiv class=\"tabela-comparacao-container\"\u003e\n    \u003cdiv class=\"tabela-header\"\u003e\n      \u003cdiv class=\"th-col1\"\u003eEgenskap\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™ Hanske\"\u003e\n        \u003cspan\u003eEasyPath™ Hanske\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"th-col3\"\u003eBillige hansker\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-row\"\u003e\n      \u003cdiv class=\"td-col1\"\u003eTett 5 mm elektrostatisk nettverk\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\"\u003eForsterkede sømmer – Revner eller løsner ikke\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\"\u003eTrekker ut dypt sittende hår, ikke bare overflatehår\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\"\u003eFungerer på sofaer, bilseter, klær, sengetøy og tepper\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\"\u003eTrygg å bruke direkte på kjæledyret ditt\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\"\u003eÉn investering – Ingen løpende utgifter\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\"\u003eVannbestandige kanter for enkel skylling\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\"\u003eBetrodd av over 40 000 dyreeiere\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\u003eSe den i aksjon\u003c\/h2\u003e\n  \u003cp\u003eSe hvordan den fjerner hår fra ekte møbler og kjæledyr i sanntid\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\u003eBetrodd av over 40 000 dyreeiere\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\"\u003eNora\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            \"Jeg elsker min Rat Terrier, men de korte, stive hårene vever seg inn i bilsetene mine som små nåler. EasyPath-hansken er det eneste som faktisk\n            klarer å dra ut de fastsittende hårene!\"\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=\"Anmeldelse fra Nora\"\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\"\u003eThea\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            “Veldig imponert over EasyPath-hansken. Den er laget i førsteklasses materiale og føles solid. Rask levering var det også, noe som var en hyggelig\n            overraskelse.”\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=\"Anmeldelse fra Thea\"\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\"\u003eLine\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            \"Gjør underverker på sofaen og stolene mine! Fanger opp kattehår på sekunder og er superenkel å rengjøre. Kom veldig raskt i posten også :)\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review3.avif?v=1785344181\" alt=\"Anmeldelse fra Line\"\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\"\u003eHanne\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            \"Chihuahuaer røyker mer enn du tror! Denne hansken er en livredder for tightsene mine før jeg går ut døren—griper de små hårene umiddelbart.\"\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=\"Anmeldelse fra Hanne\"\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\"\u003eEmilie\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            \"Fanger opp de fine svævende hårene fra kaninen og langhårskatten min. Statisk elektrisitet gjør at hårene løftes rett av fløyelsputene mine uten å\n            skade dem.\"\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=\"Anmeldelse fra Emilie\"\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\"\u003eSofie\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            \"Helt fantastisk til å fjerne dypt sittende hundehår! Den løfter hårene av uten å skade stoffet i det hele tatt. Elsker den!!!\"\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-9-review6.jpg?v=1785344181\" alt=\"Anmeldelse fra Sofie\"\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\"\u003eAleksander\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            \"Golden Retrieveren min røyter utrolig mye! Denne hansken skaper statisk ladning som ruller sammen hårene fra sofaen og bilsetene på et blunk. En\n            reell livredder.\"\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=\"Anmeldelse fra Aleksander\"\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\"\u003eKaroline\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            \"Huskyen min etterlater hår overalt i bilen. Denne hansken er det eneste verktøyet som faktisk har fungert for å få det bort. Nå slipper jeg å\n            levere bilen til dyre bilpleiere hvert år!\"\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=\"Anmeldelse fra Karoline\"\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\"\u003eFør\u003c\/div\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-10-before.webp?v=1785344181\" alt=\"Før EasyPath\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"before-after-col\"\u003e\n      \u003cdiv class=\"before-after-badge after\"\u003eEtter\u003c\/div\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1479-10-after.webp?v=1785344182\" alt=\"Etter EasyPath\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eSe forskjellen umiddelbart\u003c\/h2\u003e\n    \u003cp\u003e\u003cb\u003eFør:\u003c\/b\u003e Hår som sitter så dypt at det ser ut som en del av stoffet.\u003c\/p\u003e\n    \u003cp\u003e\u003cb\u003eEtter:\u003c\/b\u003e Ét strøk, helt ren overflate. Ingen ny omgang nødvendig.\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=\"Steg 1\"\u003e\n      \u003cp\u003e1: Træ den på\u003c\/p\u003e\n      \u003cp\u003eGlir inn på enhver håndstørrelse på sekunder. Behagelig, god passform og klar til bruk—ingen justering nødvendig.\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=\"Steg 2\"\u003e\n      \u003cp\u003e2: Dra over og samle opp\u003c\/p\u003e\n      \u003cp\u003eGlid lett over enhver overflate eller direkte over kjæledyret ditt. Pelsen løftes og festes til nettverket mens du beveger hansken.\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=\"Steg 3\"\u003e\n      \u003cp\u003e3: Rengjøring tar sekunder\u003c\/p\u003e\n      \u003cp\u003e\n        Når du er ferdig, hold hansken under rennende vann og se pelsen skylles bort. Vask den i maskinen om du foretrekker det. Uansett tørker den raskt og er\n        klar til neste gang.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eBestill din nå →\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=\"demonstrasjon\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eOm EasyPath™\u003c\/h2\u003e\n    \u003cp\u003e\n      \u003cb\u003eEasyPath™\u003c\/b\u003e ble skapt rundt én enkel idé: \u003cb\u003edyreeiere fortjener verktøy som faktisk fungerer\u003c\/b\u003e—verktøy som ikke koster en formue å vedlikeholde,\n      ikke skader miljøet, og som ikke går i stykker etter noen ukers bruk.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Vi var lei av den samme frustrerende sirkelen: kjøp en klesrull, gå tom for papir, kjøp en ny, og gjenta. Vi skapte \u003cb\u003eEasyPath™\u003c\/b\u003e for å gjøre slutt på\n      dette for godt.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Hvert produkt vi lager er testet for holdbarhet, trygghet og effektivitet i hverdagen. Fordi vi bruker dem hjemme hos oss selv også. Over 40 000+\n      dyreeiere verden over har tatt valget. Vi er stolte av å fortsette å lage verktøy som gjør hverdagen deres enklere.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eOfte stilte spørsmål\u003c\/h2\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Fungerer den på gjenstridige og dypt sittende dyrehår?\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          Ja! Vårt avanserte elektrostatisk stoff er spesialdesignet for å løfte ut stive, dypt sittende hår som tradisjonelle verktøy legger igjen—spesielt\n          korte, nålelignende hår fra raser som Labradorer, Pitbuller og Huskies. Hårene løftes av i ett strøk.\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        Hvordan skiller denne seg fra andre dyrehårhansker på markedet?\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          Vår hanske bruker ekte elektrostatisk stoff av høy kvalitet og har slitesterke materialer som er laget for å vare, til forskjell fra billige og svake\n          alternativer på nettet. Vi er originalen!\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        Fungerer den på korte, stive\/stikkende hundehår?\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\u003eJa – den fungerer på alle typer dyrehår, enten det er kort eller langt, mykt eller stivt.\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        Hva kan jeg bruke EasyPath-hansken på?\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          Stort sett overalt hvor dyrehår setter seg fast. Bruk den på bilseter og gulvmatter, klær (jeans, hettegensere, tights), sofaer, tepper, sengetøy og\n          dyresenger. Til og med direkte på kjæledyret!\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        Er den gjenbrukbar og enkel å rengjøre?\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          Ja! Hansken er slitesterk, vaskbar og miljøvennlig. Etter bruk er det bare å dra av det oppsamlede håret, skylle med vann ved behov og la den\n          lufttørke. Ingen refiller eller engangspapir nødvendig.\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        Hvordan fjerner hansken dyrehår så effektivt?\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          Hansken vår bruker avansert elektrostatisk adsorpsjonsstoff som tiltrekker seg dyrehår som en magnet. Dra den simpelthen over overflatene eller pelsen\n          til dyret ditt, og hårene fester seg umiddelbart—helt uten trykk eller gnidning.\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        Hvor lang tid tar leveringen?\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          Når bestillingen din er behandlet, vil din EasyPath™-hanske vanligvis ankomme innen 5–7 dager. Du mottar et sporingsnummer på e-post.\n          \u003cb\u003eVi har gratis frakt!\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":"FoxySuper","offers":[{"title":"Default Title","offer_id":44326373785780,"sku":"no","price":249.0,"currency_code":"NOK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0482\/7221\/2128\/files\/prod1-nonb_174c2016-f16f-4b36-9f72-4ae4d3ee7e16.webp?v=1785442187","url":"https:\/\/www.foxysuper.com\/products\/easypath","provider":"FoxySuper","version":"1.0","type":"link"}