{"product_id":"magsoft","title":"MagSoft®","description":"\u003cstyle\u003e\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 30px auto;\n    color: #0e132f;\n  }\n  .secao-cor {\n    background-color: #121734;\n    color: #fff !important;\n    border-radius: 12px;\n  }\n  .secao-cor h2,\n  .secao-cor h3,\n  .secao-cor h1 {\n    color: #fff !important;\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    color: #0e132f;\n  }\n  .secao h2,\n  .secao-grid h2,\n  .secao-grid-reverse h2 {\n    color: #0e132f;\n  }\n  .secao h3,\n  .secao-grid h3,\n  .secao-grid-reverse h3 {\n    color: #0e132f;\n  }\n  .secao h1,\n  .secao-grid h1,\n  .secao-grid-reverse h1 {\n    color: #0e132f;\n  }\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n  .secao-image {\n    grid-area: image;\n  }\n  .secao-image img {\n    width: 100%;\n    height: auto;\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  .pre-titulo {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    color: #fff;\n    background-color: #41455d;\n    text-transform: uppercase;\n    padding: 8px 12px;\n    border-radius: 25px;\n    font-size: 0.9em;\n    border: 1px solid #808292;\n    width: auto;\n    margin-bottom: 15px;\n  }\n  .pre-titulo img {\n    width: 20px;\n    height: 20px;\n    border: none;\n    box-shadow: none;\n    border-radius: 0;\n  }\n  .botaozin {\n    display: inline-flex;\n    align-items: center;\n    padding: 15px 25px;\n    border: none;\n    background-color: #48a111;\n    color: #fff;\n    border-radius: 10px;\n    cursor: pointer;\n    font-weight: bold;\n    transition: all 0.3s ease;\n  }\n  .botaozin:hover {\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    background-color: #3a8f0d;\n  }\n  .listinha {\n    display: flex;\n    text-align: left;\n    gap: 10px;\n    margin-top: 20px;\n    align-items: flex-start;\n    justify-content: flex-start;\n    font-size: 0.9em;\n  }\n  .listinha img {\n    width: 58px;\n    height: 58px;\n    border: none;\n    box-shadow: none;\n    margin: 0;\n  }\n \n  .accordion {\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-radius: 10px;\n    border: none;\n    font-size: 0.9em;\n  }\n  .accordion-item {\n    border-top: 1px solid #f8f8f8;\n    background-color: white;\n  }\n  .accordion-item:last-child {\n    border-bottom: 1px solid #f8f8f8;\n  }\n  .accordion-header {\n    padding: 15px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    text-align: left;\n    font-weight: bold;\n  }\n  .accordion-header:hover {\n    background-color: #f2f3f3;\n  }\n  .accordion-body {\n    text-align: left;\n    padding: 0 15px;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease, padding 0.3s ease;\n  }\n  .accordion-body.active {\n    max-height: 500px;\n    padding: 15px;\n    margin-bottom: 15px;\n  }\n  .accordion-header .icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 20px;\n    height: 20px;\n    transition: transform 0.3s ease;\n    transform: rotate(45deg);\n  }\n  .accordion-header.active .icon {\n    transform: rotate(0deg);\n  }\n  .accordion-header .icon svg {\n    width: 100%;\n    height: 100%;\n    fill: currentColor;\n  }\n \n  \/* Five Panels Carousel Styles *\/\n  .five-panel-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 40px auto;\n    overflow: hidden;\n    padding: 0 20px;\n  }\n  .five-panel-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n    gap: 20px;\n  }\n  .five-panel-slide {\n    flex: 0 0 100%;\n    display: flex;\n    justify-content: center;\n  }\n  .five-panel-card {\n    width: 100%;\n    max-width: 300px;\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-sizing: border-box;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    padding: 13px;\n    gap: 15px;\n  }\n  .five-panel-card img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 8px;\n    border: none;\n    box-shadow: none;\n  }\n  .five-panel-content {\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n  .five-panel-content p:nth-child(1) {\n    font-size: 1.25em;\n    color: #ff8800;\n    margin: 0;\n  }\n  .five-panel-content p:nth-child(2) {\n    font-size: 1em;\n    font-weight: bold;\n    margin: 8px 0 0 0;\n  }\n  .five-panel-content p:nth-child(3) {\n    font-size: 0.9em;\n    margin: 8px 0 0 0;\n  }\n  .five-panel-description {\n    display: -webkit-box;\n    -webkit-line-clamp: 3;\n    line-clamp: 3;\n    -webkit-box-orient: vertical;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n  .five-panel-card.expanded .five-panel-description {\n    display: block;\n    -webkit-line-clamp: unset;\n    line-clamp: unset;\n    overflow: visible;\n  }\n  .five-panel-more-btn {\n    background: none;\n    border: none;\n    color: #48a111;\n    font-size: 0.85em;\n    font-weight: bold;\n    padding: 0;\n    margin: 5px 0 0 0;\n    cursor: pointer;\n    text-align: left;\n    display: none;\n    align-self: flex-start;\n    transition: color 0.2s ease, transform 0.2s ease;\n  }\n  .five-panel-more-btn:hover {\n    color: #3a8f0d;\n    transform: translateY(-1px);\n  }\n  .five-panel-content p:nth-child(4) {\n    font-size: 1em;\n    margin: 8px 0 0 0;\n    font-weight: bold;\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  .five-panel-arrow:hover {\n    background-color: #f0f0f0;\n  }\n  .five-panel-arrow.prev {\n    left: 10px;\n  }\n  .five-panel-arrow.next {\n    right: 10px;\n  }\n  .five-panel-dots {\n    text-align: center;\n    padding-top: 20px;\n    width: 100%;\n  }\n  .five-panel-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  .five-panel-dot.active {\n    background-color: #1e1e1e;\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    .secao-image img {\n      max-width: 400px;\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    \/\/ 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      let currentIndex = 0;\n \n      function updateFivePanelCarousel() {\n        const cardWidth = cards[0].offsetWidth;\n        const trackStyle = window.getComputedStyle(fivePanelTrack);\n        const gap = parseFloat(trackStyle.gap) || 0;\n        const moveAmount = cardWidth + gap;\n        fivePanelTrack.style.transform = `translateX(-${currentIndex * moveAmount}px)`;\n      }\n \n      function getVisibleCount() {\n        return window.innerWidth \u003e= 6000 ? 3 : 1;\n      }\n \n      function moveNext() {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n        if (currentIndex \u003e= maxIndex) {\n          currentIndex = 0;\n        } else {\n          currentIndex++;\n        }\n        updateFivePanelCarousel();\n      }\n \n      function movePrev() {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\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      window.addEventListener(\"resize\", updateFivePanelCarousel);\n \n      const dotsContainer = document.querySelector(\".five-panel-dots\");\n \n      function createDots() {\n        if (!dotsContainer) return;\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n        const dotCount = maxIndex + 1;\n        dotsContainer.innerHTML = \"\";\n        const newDots = [];\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          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateFivePanelCarousel();\n          });\n          dotsContainer.appendChild(dot);\n          newDots.push(dot);\n        }\n        return newDots;\n      }\n \n      let dots = createDots();\n \n      const originalUpdate = updateFivePanelCarousel;\n      updateFivePanelCarousel = function () {\n        originalUpdate();\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      window.addEventListener(\"resize\", () =\u003e {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n        if (currentIndex \u003e maxIndex) {\n          currentIndex = maxIndex;\n        }\n        updateFivePanelCarousel();\n        dots = createDots();\n      });\n    }\n \n    \/\/ See More \/ See Less functionality for 5-panel cards\n    const fivePanelCards = document.querySelectorAll(\".five-panel-card\");\n    fivePanelCards.forEach((card) =\u003e {\n      const desc = card.querySelector(\".five-panel-description\");\n      const btn = card.querySelector(\".five-panel-more-btn\");\n      if (desc \u0026\u0026 btn) {\n        function checkOverflow() {\n          const isExpanded = card.classList.contains(\"expanded\");\n          if (isExpanded) {\n            card.classList.remove(\"expanded\");\n          }\n          if (desc.scrollHeight \u003e desc.clientHeight) {\n            btn.style.display = \"inline-block\";\n          } else {\n            btn.style.display = \"none\";\n          }\n          if (isExpanded) {\n            card.classList.add(\"expanded\");\n          }\n        }\n        \n        checkOverflow();\n        window.addEventListener(\"resize\", checkOverflow);\n        \n        btn.addEventListener(\"click\", function () {\n          const isExpanded = card.classList.toggle(\"expanded\");\n          btn.textContent = isExpanded ? \"See less\" : \"See more\";\n        });\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!-- 5 panels --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eWhy they wake up differently with MagSoft\u003c\/h2\u003e\n  \u003cp\u003eRated 4.9\/5 by thousands of satisfied customers\u003c\/p\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\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review1.webp?v=1780691490\" alt=\"Calf stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eAnd? It's extraordinary\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eI have been using it for nearly two months now and I was really sceptical at first. I had tried everything: heating cream, anti-inflammatories, physiotherapy sessions, acupuncture mats, essential oils... And? It's extraordinary. In the morning, I used to get up with difficulty, my back was painful. Now I feel alive again. Thank you to the inventors of this pillow.\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eFiona C.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review2.webp?v=1780691490\" alt=\"Squat\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003e40 years of suffering absolute agony...\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eI have been suffering absolute agony for 40 years. Since I received my little heart-shaped pillow and you had the brilliant idea of putting an elastic strap on it, it doesn't budge. A big thank you for your invention, I love it! My pain has greatly decreased; I can now get up without any trouble. I can't do without it anymore.\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eLinda C.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review3.webp?v=1780691490\" alt=\"Calf raises\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003e90% improvement\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eA 90% improvement when getting up, for sure! This pillow greatly improves my nights of sleep. Kind regards, Tony\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eTony L.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review4.webp?v=1780691490\" alt=\"Stretching\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eI used to cry with pain...\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eSuperb pillow! Having lower back, sciatica, and hip pain due to my disability, I used to cry upon waking up. But on the morning of the fourth day, I cried with joy at waking up and getting out of bed pain-free. Furthermore, my nights are spent without waking up in the middle of the night. Thanks to you, I no longer stuff myself with painkillers before going to bed. Thank you, thank you, thank you!\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eSylvia L.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review5.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eNothing before this worked\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eNeither anti-inflammatories nor painkillers really helped me. I was told I had to live with it and do physio. It's been about ten days now that I've been using the MagSoft pillow every night, and by some miracle, the pains that woke me up almost every night have not returned. Let's hope it lasts! 😊\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eNorah B.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review6.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eFirst night, I couldn't believe it...\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eFrom the very first use, I got up without any pain in my lower back, I couldn't believe it! So I bought one for my sister who has the same problem. She called me the next day with the exact same observation. Honestly, I didn't believe it... I have adopted it for all my nights and it really relieves me. Thank you, thank you!\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eMary Y.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review7.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eWhy didn't my doctor tell me about this?\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eImpeccable for me! My pain before this purchase was rated at 7\/10. Since using it for a week, the pain is rated at 1 or 2, if not zero. I don't understand why my doctor never told me about it before. Simple and effective.\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eCedric L.\u003c\/p\u003e\n          \u003c\/div\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          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review8.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eFinally, a website where I didn't get ripped off\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eI didn't believe this pillow could be so effective; I wake up without pain in my back, hips, or knees. I think I'll get one for my husband and children. It's great, I'm a fan. Finally, an internet site where I didn't get ripped off! Thank you very much.\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eEllie R.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 9 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review9.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003e1 day for my husband, 3 for me\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eOn my physio's advice, I took the plunge and bought this pillow (actually two, thanks to the offer, one for my husband who has cruralgia). In just one night my husband was relieved, and it took me three. Since then I feel alive again, it is a pure wonder. Goodbye medication, creams, etc. A thousand thanks for this invention!\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eVeronica B.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 10 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review10.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003ePains gone\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eThe effect is immediate; the pains in the side-sleeping position have flown away, both for the knees and for the back; the pelvis has found correct alignment again. The bad position is corrected. Thank you!\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eJudith L.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- Item 11 --\u003e\n      \u003cdiv class=\"five-panel-slide\"\u003e\n        \u003cdiv class=\"five-panel-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-1-review11.webp?v=1780691490\" alt=\"Advanced Stretch\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cp\u003e★★★★★\u003c\/p\u003e\n            \u003cp\u003eEven my son slept better\u003c\/p\u003e\n            \u003cp class=\"five-panel-description\"\u003eI've been using your pillow for my knee for a week, and I have less pain when getting up. I gave the second one to my son because he has a significant spine problem with pain. Yesterday he sent me a message saying: 'I don't know if it's the pillow, but I'm sleeping better and have less back pain.' If only this simple pillow could help us... Thank you! In any case, I am delighted with my purchase.\u003c\/p\u003e\n            \u003cbutton class=\"five-panel-more-btn\"\u003eSee more\u003c\/button\u003e\n            \u003cp\u003eJocelyn L.\u003c\/p\u003e\n          \u003c\/div\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\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\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!-- 4 circles panel --\u003e\n\u003cdiv class=\"secao secao-cor\" style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-2-background.webp?v=1780691490'); background-attachment: scroll; background-clip: border-box; background-origin: padding-box; background-position-x: 50%; background-position-y: 50%; background-repeat: no-repeat; background-size: cover; padding: 20px 10px;\"\u003e\n  \u003cstyle\u003e\n    .icon-panel {\n      max-width: 1200px;\n      margin-left: auto;\n      margin-right: auto;\n      padding: 15px 10px;\n      display: grid;\n      gap: 20px;\n      grid-template-columns: 1fr 1fr 1fr 1fr;\n      grid-template-areas: \"icon-panel-item icon-panel-item icon-panel-item icon-panel-item\";\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    }\n    .icon-image-wrapper {\n      position: relative;\n      width: 100%;\n      max-width: 220px;\n      margin-bottom: 20px;\n      display: flex;\n      justify-content: center;\n    }\n    .icon-panel-item img {\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n      border: none;\n      box-shadow: none;\n      border-radius: 50%;\n      display: block;\n    }\n    .step-badge {\n      position: absolute;\n      bottom: -12px;\n      left: 50%;\n      transform: translateX(-50%);\n      background-color: #38a816;\n      color: #fff;\n      padding: 6px 18px;\n      border-radius: 20px;\n      white-space: nowrap;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.089);\n    }\n    .icon-panel-item p {\n      margin: 5px 0;\n    }\n    .icon-panel-item p:nth-of-type(1) {\n      font-weight: bold;\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        grid-template-areas: \"icon-panel-item icon-panel-item\" \"icon-panel-item icon-panel-item\";\n      }\n    }\n  \u003c\/style\u003e\n  \u003ch2\u003eStart sleeping better tonight\u003c\/h2\u003e\n  \u003cp\u003eSimple to use. Better sleep from the very first night.\u003c\/p\u003e\n  \u003cdiv class=\"icon-panel\"\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cdiv class=\"icon-image-wrapper\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-2-circle1.webp?v=1780691490\" alt=\"Icon 1\"\u003e\n        \u003cspan class=\"step-badge\"\u003eStep 1\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eUndo the strap and position the pillow\u003c\/p\u003e\n      \u003cp\u003ePress the snap button to release the strap and place the pillow between your knees.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cdiv class=\"icon-image-wrapper\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-2-circle2.webp?v=1780691490\" alt=\"Icon 2\"\u003e\n        \u003cspan class=\"step-badge\"\u003eStep 2\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eAdjust the strap to your body shape\u003c\/p\u003e\n      \u003cp\u003eSecure the pillow firmly between your legs by hooking the strap into one of the two positions.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cdiv class=\"icon-image-wrapper\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-2-circle3.webp?v=1780691490\" alt=\"Icon 3\"\u003e\n        \u003cspan class=\"step-badge\"\u003eStep 3\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eSleep with proper alignment\u003c\/p\u003e\n      \u003cp\u003eThe pillow maintains optimal leg separation. Your spine stays aligned, pressure is released, and your body relaxes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"icon-panel-item\"\u003e\n      \u003cdiv class=\"icon-image-wrapper\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-2-circle4.webp?v=1780691490\" alt=\"Icon 4\"\u003e\n        \u003cspan class=\"step-badge\"\u003eStep 4\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eOptimise your comfort with two pillows\u003c\/p\u003e\n      \u003cp\u003ePlace one between your knees and a second under your ankles for full body alignment.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n \n\u003c!-- Gif left section --\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\/h1431-3-gifLeft.webp?v=1780691491\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eWake up feeling refreshed instead of stiff and uncomfortable\u003c\/h2\u003e\n    \u003cp\u003eYou know the feeling: waking up stiff, tossing and turning to find a comfortable position, or waking up several times a night without knowing why.\u003c\/p\u003e\n    \u003cp\u003eThe problem isn't you. When you sleep on your side without proper support, your body cannot truly relax. Your muscles stay tense all night trying to stabilise you.\u003c\/p\u003e\n    \u003cp\u003eThe MagSoft knee pillow gives your body the support it needs to fully let go. Your spine stays well-aligned, your muscles finally relax, and you remain comfortable from the moment you drift off until morning.\u003c\/p\u003e\n    \u003cp\u003e\u003cb\u003eThe result?\u003c\/b\u003e You wake up refreshed, relaxed, and ready to start the day on the right foot.\u003c\/p\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eOrder my pillow →\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n \n\u003c!-- Gif right section --\u003e\n\u003cdiv class=\"secao-grid secao-cor\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-4-gifRight.webp?v=1780691492\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cdiv class=\"pre-titulo\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-4-swissFlag.png?v=1780691490\" alt=\"swiss flag\" loading=\"lazy\"\u003e\n      \u003cspan\u003eDesigned in Switzerland\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch2\u003eSwiss design for a better sleep\u003c\/h2\u003e\n    \u003cp\u003eThe MagSoft knee pillow is no ordinary pillow.\u003c\/p\u003e\n    \u003cp\u003eDesigned by Swiss sleep experts, it is the result of extensive research into overnight recovery – numerous tests on leg spacing, foam density, and shapes were conducted to find the perfect formula.\u003c\/p\u003e\n    \u003cp\u003eThe result:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eMedical-grade foam that won't flatten, even after months of use\u003c\/li\u003e\n      \u003cli\u003eAn ergonomic and contoured design, with no gaps or perforations that could impair blood circulation\u003c\/li\u003e\n      \u003cli\u003eAn elastic support strap that is easy to detach – put it on and take it off effortlessly\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eA solution created by sleep professionals – a far cry from generic pillows that lose their shape after a few weeks.\u003c\/p\u003e\n    \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eOrder my pillow →\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n \n\u003c!-- Gif left section --\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\/h1431-5-gifLeft.webp?v=1780691492\" alt=\"gif left\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eWhy other pillows fail\u003c\/h2\u003e\n    \u003cdiv class=\"listinha\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-5-list1.avif?v=1780691490\" alt=\"list-icons\"\u003e\n      \u003cdiv\u003e\n        \u003cb\u003eStays firmly in place all night\u003c\/b\u003e\u003cbr\u003e\n        The snap button keeps the pillow exactly where you need it. It doesn't slip, slide, or fall out, saving you from waking up to reposition it.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"listinha\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-5-list2.avif?v=1780691491\" alt=\"list-icons\"\u003e\n      \u003cdiv\u003e\n        \u003cb\u003eWon't go flat like cheap foam\u003c\/b\u003e\u003cbr\u003e\n        High-density memory foam, firm enough to support alignment yet soft enough to contour to your body. The pillow retains its shape night after night.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"listinha\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-5-list3.avif?v=1780691490\" alt=\"list-icons\"\u003e\n      \u003cdiv\u003e\n        \u003cb\u003eHeart-shaped design for natural comfort\u003c\/b\u003e\u003cbr\u003e\n        The rounded shape naturally cradles your legs without unnecessary bulk, unlike basic rectangular pillows or perforated models that block circulation.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"listinha\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-5-list4.avif?v=1780691490\" alt=\"list-icons\"\u003e\n      \u003cdiv\u003e\n        \u003cb\u003eSwiss engineering precision\u003c\/b\u003e\u003cbr\u003e\n        Designed in Switzerland to rigorous precision standards. CE certified for safety. Medical-grade materials with no compromises.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"listinha\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-5-list5.avif?v=1780691490\" alt=\"list-icons\"\u003e\n      \u003cdiv\u003e\n        \u003cb\u003eThe only Oeko-Tex certified knee pillow\u003c\/b\u003e\u003cbr\u003e\n        Tested and certified free from harmful substances. Perfectly suited for even the most sensitive skin.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n \n\u003c!-- Tab section --\u003e\n\u003cdiv class=\"secao tab-section-container\"\u003e\n  \u003cstyle\u003e\n    .tab-section-container {\n      max-width: 800px;\n      margin: 40px auto;\n      text-align: center;\n      font-family: inherit;\n    }\n    .tabs-nav {\n      display: inline-flex;\n      border-radius: 8px;\n      margin-bottom: 30px;\n      flex-wrap: wrap;\n      justify-content: center;\n      padding: 3px;\n      position: relative;\n      gap: 10px;\n    }\n    .tab-btn {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n      background-color: #f6fafc;\n      border: 1px solid transparent;\n      padding: 10px 20px;\n      cursor: pointer;\n      font-weight: 500;\n      color: #555;\n      position: relative;\n      z-index: 2;\n      border-radius: 8px;\n    }\n    .tab-btn img {\n      max-height: 20px;\n      border: none;\n      box-shadow: none;\n      border-radius: 0;\n    }\n    .tab-btn:hover {\n      border: 1px solid #1c1d3a59;\n    }\n    .tab-btn.active {\n      border: 1px solid #1c1d3a;\n    }\n \n    .tab-content {\n      display: none;\n      animation: fadeIn 0.5s ease;\n    }\n    .tab-content.active {\n      display: block;\n    }\n    @keyframes fadeIn {\n      from {\n        opacity: 0;\n        transform: translateY(10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n    @media (max-width: 6000px) {\n      .tab-content {\n        grid-template-columns: 1fr;\n        text-align: center;\n      }\n      .tab-content img {\n        max-width: 400px;\n        margin: 0 auto;\n      }\n      .tabs-nav {\n        max-width: 300px;\n      }\n    }\n  \u003c\/style\u003e\n \n  \u003ch2\u003eEverything you need to know\u003c\/h2\u003e\n  \u003cp\u003eAnswers to the most common questions about fit, care, and results.\u003c\/p\u003e\n \n  \u003cdiv class=\"tabs-nav\"\u003e\n    \u003cbutton class=\"tab-btn active\" onclick=\"openTab(event, 'tab-produits')\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-7-icon1.png?v=1780691490\" alt=\"produits\"\u003e\n      Products\n    \u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-paiement')\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-7-icon2.png?v=1780691490\" alt=\"paiement\"\u003e\n      Payment \u0026amp; Ordering\n    \u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" onclick=\"openTab(event, 'tab-livraison')\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/h1431-7-icon3.png?v=1780691490\" alt=\"livraison\"\u003e\n      Delivery \u0026amp; Returns\n    \u003c\/button\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv id=\"tab-produits\" class=\"tab-content active\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          How long does it take to see results?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eMost customers notice an improvement within 3 to 7 days. Some feel relief from the very first night, while others need 2 to 3 weeks to adjust. Use it regularly for at least 2 weeks before judging.\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          Product Description\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eThe MagSoft knee pillow is ergonomically designed to support spinal and leg alignment, reduce pressure on the knees, hips, and lower back, and promote a more comfortable sleeping position so you wake up feeling fresh and rejuvenated.\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          Specifications\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003e\u003cb\u003eMaterials:\u003c\/b\u003e\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003eInterior: High-density memory foam\u003c\/li\u003e\n            \u003cli\u003eCover: Hypoallergenic polyester, machine washable at 40°C\u003c\/li\u003e\n            \u003cli\u003eStrap: Elastic, washable, and adjustable with snap button closure\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003e\u003cb\u003eCertifications:\u003c\/b\u003e\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003eCE certified (European safety standards)\u003c\/li\u003e\n            \u003cli\u003eOeko-Tex (tested safe, free from harmful substances)\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          Dimensions and adjustments\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003e\u003cb\u003eDimensions \u0026amp; weight:\u003c\/b\u003e 25 x 23 x 15.5 cm — only 320 g. Lightweight and easy to pack for travel.\u003c\/p\u003e\n          \u003cp\u003e\u003cb\u003eSpacing:\u003c\/b\u003e 15 to 20 cm between the legs, the optimal distance to maintain natural spinal alignment all night long.\u003c\/p\u003e\n          \u003cp\u003e\u003cb\u003eWho is it for:\u003c\/b\u003e The MagSoft knee pillow is designed for both men and women of any body type. The adjustable strap fits all leg sizes, from slender to broad.\u003c\/p\u003e\n          \u003cp\u003e\u003cb\u003eIdeal for:\u003c\/b\u003e\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003eSide sleepers looking for better alignment\u003c\/li\u003e\n            \u003cli\u003ePeople who want to wake up feeling more rested\u003c\/li\u003e\n            \u003cli\u003ePregnant women needing extra support\u003c\/li\u003e\n            \u003cli\u003eTravellers who want consistent sleep quality on the go\u003c\/li\u003e\n            \u003cli\u003eAnyone looking to improve their overnight recovery and energy levels\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv id=\"tab-paiement\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          Is your service reliable?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eWe are committed to providing a reliable and transparent service.\u003c\/p\u003e\n          \u003cp\u003eFor extra peace of mind, you can view our customer reviews on our website.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          How do I order?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eWe invite you to select the offer that suits you best, then click the 'ADD TO BASKET' button.\u003c\/p\u003e\n          \u003cp\u003eYou will then have the opportunity to click the 'COMPLETE MY ORDER' button.\u003c\/p\u003e\n          \u003cp\u003eAfter clicking, you will be redirected to the checkout page, where you can complete your details to proceed with a 100% secure payment and finalise your order.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          What payment methods do you accept?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eWe accept:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003eCredit card\u003c\/li\u003e\n            \u003cli\u003ePayPal\u003c\/li\u003e\n            \u003cli\u003eApple Pay\u003c\/li\u003e\n            \u003cli\u003eGoogle Pay\u003c\/li\u003e\n            \u003cli\u003eShop\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          Is online payment secure?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eAbsolutely, we use advanced encryption technologies to protect all of your transactions.\u003c\/p\u003e\n          \u003cp\u003eYour payment information is 100% secure.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv id=\"tab-livraison\" class=\"tab-content\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          Where do you deliver?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eWe deliver to the United Kingdom and worldwide!\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          What is the cost of delivery?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eDelivery is free!\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          What are the usual delivery times?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eWe dedicate 2 working days to preparing your order, and after that, please allow 7 to 9 working days for delivery.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          How can I return a product?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eTo return a product (within 60 days), please contact us and we will provide you with our simple return procedure.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n      \u003cdiv class=\"accordion-item\"\u003e\n        \u003cdiv class=\"accordion-header\"\u003e\n          How can I track my order?\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg viewbox=\"0 0 256 256\"\u003e\u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"accordion-body\"\u003e\n          \u003cp\u003eAfter your order is shipped, you will receive a tracking number by email.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cscript\u003e\n    function openTab(evt, tabName) {\n      \/\/ Hide all tab contents\n      var i, tabcontent, tablinks;\n      tabcontent = document.getElementsByClassName(\"tab-content\");\n      for (i = 0; i \u003c tabcontent.length; i++) {\n        tabcontent[i].classList.remove(\"active\");\n      }\n \n      \/\/ Remove active class from all buttons\n      tablinks = document.getElementsByClassName(\"tab-btn\");\n      for (i = 0; i \u003c tablinks.length; i++) {\n        tablinks[i].classList.remove(\"active\");\n      }\n \n      \/\/ Show the current tab and add an \"active\" class to the button that opened the tab\n      document.getElementById(tabName).classList.add(\"active\");\n      if (evt) {\n        evt.currentTarget.classList.add(\"active\");\n      }\n    }\n  \u003c\/script\u003e\n\u003c\/div\u003e\n","brand":"FoxySea","offers":[{"title":"Default Title","offer_id":52320042123546,"sku":"no","price":39.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/prod1_6edca391-7fd5-4374-a69c-f59c44f50f2d.jpg?v=1780938628","url":"https:\/\/www.foxysea.com\/products\/magsoft","provider":"FoxySea","version":"1.0","type":"link"}