{"product_id":"relaxon","title":"RelaxOn™","description":"\u003cstyle\u003e\n  .secao {\n    text-align: left;\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    border-radius: 10px;\n  }\n  .secao-azul {\n    text-align: left;\n    max-width: 1200px;\n    margin-left: auto;\n    margin-right: auto;\n    border-radius: 10px;\n    background-color: #eef6f7;\n  }\n  .secao-small-azul {\n    text-align: center;\n    max-width: 500px;\n    margin: 30px auto;\n    border-radius: 10px;\n    background-color: #eef6f7;\n    padding: 20px;\n  }\n  .secao \u003e img,\n  .secao-azul \u003e img {\n    margin-left: auto;\n    margin-right: auto;\n    background-color: #eef6f7;\n    padding: 20px;\n    max-width: 500px;\n    width: 100%;\n    margin-top: 0px;\n    margin-bottom: 15px;\n    border-radius: 10px;\n    box-shadow: none;\n    border: none;\n    display: block;\n  }\n  .secao-content {\n    padding: 10px;\n  }\n  .titulo-icon {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 10px;\n  }\n  .titulo-icon img {\n    height: auto;\n    max-width: 60px;\n    background-color: #eef6f7;\n    padding: 9px;\n    border-radius: 7px;\n    box-shadow: none;\n    border: none;\n    display: block;\n  }\n  .step-text {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin: 0;\n  } \n  .step-text p:first-child{\n    background-color: #d7eaeb;\n    color: #50a6ab;\n    font-weight: bold;\n    text-transform: uppercase;\n    padding: 8px 12px;\n    border-radius: 5px;\n    font-size: 90%;\n    flex-shrink: 0;\n    margin: 0;\n  }\n  .step-text p:last-child{\n    font-weight: bold;\n  }\n  .two-logos {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    text-align: left;\n    padding: 10px;\n  }\n  .two-logos img {\n    height: auto;\n    max-width: 120px;\n    display: block;\n    padding: 0px;\n    border-radius: 5px;\n    border: none;\n    box-shadow: none;\n  }\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    background-color: #eef6f7;\n    overflow: hidden;\n    position: relative;\n    display: flex;\n  }\n  .horizontal-review-panel img {\n    width: auto;\n    height: 100%;\n    max-height: 130px;\n    border-radius: 0;\n    display: block;\n    padding: 0px;\n    border: none;\n    box-shadow: none;\n  }\n  .horizontal-review-content {\n    padding: 15px 15px 15px 5px;\n    text-align: left;\n    position: relative;\n    z-index: 1;\n    background-color: #eef6f7;\n    font-size: 90%;\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: 10px;\n    font-weight: bold;\n  }\n  .containerzao {\n    display: flex;\n    justify-content: space-evenly;\n    gap: 15px;\n    padding: 15px;\n    padding-bottom: 20px;\n    flex-wrap: wrap;\n  }\n  .containerzin {\n    display: flex;\n    justify-content: space-evenly;\n    gap: 10px;\n    padding: 0 15px 15px 15px;\n    flex-wrap: wrap;\n  }\n  .review-panel {\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    padding: 0;\n    width: 31%;\n    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);\n    box-sizing: border-box;\n    background-color: #fff;\n    overflow: hidden; \/* Changed from visible to hidden for safety, though wrapper should handle it *\/\n    position: relative;\n  }\n\n  .review-image-wrapper {\n    width: 100%;\n    height: 245px; \/* Fixed height for the image container - ADJUST AS NEEDED *\/\n    overflow: hidden;\n    border-radius: 8px 8px 0 0; \/* Rounded top corners for the image area *\/\n    background-color: #f0f0f0; \/* Optional: background for empty space if image is smaller (not with cover) *\/\n  }\n\n  .review-image-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover; \/* Scales and crops image to fill the container *\/\n    object-position: center; \/* Centers the image within the crop *\/\n    display: block;\n    margin: 0;\n    cursor: pointer; \/* Indicate it's clickable *\/\n    transition: transform 0.3s ease; \/* Optional: slight zoom on hover *\/\n  }\n\n  .review-image-wrapper img:hover {\n    transform: scale(1.03); \/* Optional: slight zoom on hover *\/\n  }\n\n  .star-display-wrapper {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n    margin-top: -18px; \/* Pulls the star box up *\/\n  }\n\n  .star-box {\n    display: inline-block;\n    background-color: #fff;\n    border-radius: 16px;\n    padding: 6px 14px;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n    line-height: 1;\n  }\n\n  .star-box .star-text {\n    margin: 0;\n    font-size: 1.4em;\n    color: #ffc400;\n  }\n\n  .review-content {\n    padding: 15px;\n    padding-top: 18px; \/* Space for overlapping star box *\/\n    text-align: left;\n    position: relative;\n    z-index: 1;\n    background-color: #fff;\n    font-size: 90%;\n  }\n  .review-content p:last-child {\n    border-top: 1px solid rgba(128, 128, 128, 0.2);\n    margin-bottom: 0;\n    padding-top: 10px;\n  }\n\n  \/* Lightbox Styles *\/\n  .lightbox {\n    display: none;\n    position: fixed;\n    z-index: 1000;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    overflow: auto;\n    background-color: rgba(0, 0, 0, 0.9);\n    padding-top: 75px; \/* Add some padding from top *\/\n    box-sizing: border-box;\n  }\n\n  .lightbox-content {\n    margin: auto;\n    display: block;\n    max-width: 90%;\n    max-height: 90vh; \/* Max height relative to viewport height *\/\n    animation-name: lightboxZoom;\n    animation-duration: 0.4s;\n  }\n\n  @keyframes lightboxZoom {\n    from {\n      transform: scale(0.8);\n      opacity: 0;\n    }\n    to {\n      transform: scale(1);\n      opacity: 1;\n    }\n  }\n\n  .lightbox-close {\n    position: absolute;\n    top: 15px;\n    right: 35px;\n    color: #f1f1f1;\n    font-size: 40px;\n    font-weight: bold;\n    transition: 0.3s;\n    cursor: pointer;\n    line-height: 1;\n  }\n\n  .lightbox-close:hover,\n  .lightbox-close:focus {\n    color: #eef6f7;\n    text-decoration: none;\n  }\n\n  .accordion {\n    font-size: 90%;\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .accordion-item {\n    border-top: 1px solid #ddd;\n  }\n\n  .accordion-header {\n    padding: 15px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-weight: bold;\n    text-align: left;\n  }\n\n  .accordion-header:hover {\n    background-color: #eef6f7;\n  }\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\n  .accordion-body.active {\n    max-height: 500px;\n    \/* Adjust depending on content *\/\n    padding: 15px;\n    margin-bottom: 15px;\n  }\n\n  .accordion-header .icon {\n    font-size: 120%;\n  }\n\n  @media (min-width: 601px) {\n    .flex-container {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      padding: 20px 10px 20px 10px;\n    }\n    .flex-container \u003e img {\n      width: 50%;\n      max-width: 500px;\n      margin-bottom: 0;\n    }\n    .flex-container \u003e .secao-content {\n      width: 50%;\n    }\n    .flex-container.reverse {\n      flex-direction: row-reverse;\n    }\n    .flex-container h2 {\n      margin-top: 0;\n    }\n    .slider-btn {\n      visibility: hidden;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .containerzao {\n      flex-direction: column;\n      align-items: center;\n    }\n    .two-logos {\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n    }\n    .review-panel {\n      width: 100%;\n      margin-bottom: 10px;\n    }\n    .lightbox-content {\n      max-width: 95%;\n    }\n\n    .slider-container {\n      position: relative;\n      overflow: hidden;\n      width: 90%;\n      margin: auto;\n    }\n    .slider-container .containerzin,\n    .slider-container .containerzao {\n      display: flex;\n      flex-direction: row;\n      flex-wrap: nowrap;\n      justify-content: flex-start;\n      align-items: stretch;\n      padding: 0;\n      gap: 20px;\n      transition: transform 0.5s ease;\n    }\n    .slider-container .review-panel {\n      flex: 0 0 100%;\n      width: 100%;\n      box-sizing: border-box;\n      margin-bottom: 10px;\n    }\n    .slider-btn {\n      position: absolute;\n      top: 40%;\n      transform: translateY(-50%);\n      background-color: rgba(238, 246, 247, 0.8);\n      color: black;\n      border: none;\n      padding: 8px;\n      cursor: pointer;\n      border-radius: 50%;\n      z-index: 10;\n      font-size: 18px;\n      line-height: 1;\n      width: 30px;\n      height: 30px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .slider-btn.prev {\n      left: 0;\n    }\n    .slider-btn.next {\n      right: 0;\n    }\n    .slider-btn:disabled {\n      background-color: rgba(0, 0, 0, 0.2);\n      cursor: default;\n      opacity: 0.2;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  \/\/ Accordion function (remains global)\n  function toggleAccordion(element) {\n    \/\/ Close all accordion items except the clicked one\n    const allBodies = document.querySelectorAll(\".accordion-body\");\n    const allIcons = document.querySelectorAll(\".accordion-header .icon\");\n\n    const currentBody = element.nextElementSibling;\n    const isActive = currentBody.classList.contains(\"active\");\n\n    allBodies.forEach((body) =\u003e {\n      body.classList.remove(\"active\");\n      body.style.maxHeight = null; \/\/ Collapse the body\n    });\n\n    allIcons.forEach((icon) =\u003e {\n      icon.textContent = \"+\";\n    });\n\n    \/\/ Toggle the clicked item. Change the +80 if the accordion is cutting\n    if (!isActive) {\n      currentBody.classList.add(\"active\");\n      element.querySelector(\".icon\").textContent = \"-\";\n      currentBody.style.maxHeight = currentBody.scrollHeight + 80 + \"px\";\n    } else {\n      currentBody.classList.remove(\"active\");\n      element.querySelector(\".icon\").textContent = \"+\";\n      currentBody.style.maxHeight = null; \/\/ Collapse the body\n    }\n  }\n\n  window.addEventListener(\"load\", function () {\n    \/\/ Lightbox functionality\n    const lightbox = document.getElementById(\"imageLightbox\");\n    const lightboxImg = document.getElementById(\"lightboxImageContent\"); \/\/ Updated ID\n    const closeLightboxBtn = document.querySelector(\".lightbox-close\");\n\n    if (lightbox \u0026\u0026 lightboxImg \u0026\u0026 closeLightboxBtn) {\n      document.querySelectorAll(\".review-image-wrapper img\").forEach((image) =\u003e {\n        image.addEventListener(\"click\", function () {\n          lightbox.style.display = \"block\";\n          lightboxImg.src = this.src;\n          document.body.style.overflow = \"hidden\"; \/\/ Prevent body scroll when lightbox is open\n        });\n      });\n\n      closeLightboxBtn.addEventListener(\"click\", function () {\n        lightbox.style.display = \"none\";\n        document.body.style.overflow = \"auto\"; \/\/ Restore body scroll\n      });\n\n      \/\/ Close lightbox when clicking on the background (outside the image)\n      lightbox.addEventListener(\"click\", function (event) {\n        if (event.target === lightbox) {\n          lightbox.style.display = \"none\";\n          document.body.style.overflow = \"auto\";\n        }\n      });\n    }\n\n    \/\/ --- Slider Logic ---\n    const isDesktop = window.matchMedia(\"(min-width: 601px)\").matches;\n\n    if (!isDesktop) {\n      \/\/ --- MOBILE LOGIC (Confirmed Working) ---\n      const sliders = document.querySelectorAll(\".slider-container\");\n\n      sliders.forEach((slider) =\u003e {\n        const container = slider.querySelector(\".containerzin, .containerzao\");\n        if (!container) return;\n\n        const panels = Array.from(container.children);\n        if (panels.length \u003c= 1) {\n          const nextBtn = slider.querySelector(\".next\");\n          const prevBtn = slider.querySelector(\".prev\");\n          if (nextBtn) nextBtn.style.display = \"none\";\n          if (prevBtn) prevBtn.style.display = \"none\";\n          return;\n        }\n\n        const nextBtn = slider.querySelector(\".next\");\n        const prevBtn = slider.querySelector(\".prev\");\n        let currentIndex = 0;\n        const panelCount = panels.length;\n\n        function updateButtons() {\n          if (!prevBtn || !nextBtn) return;\n          prevBtn.disabled = currentIndex === 0;\n          nextBtn.disabled = currentIndex === panelCount - 1;\n        }\n\n        function showPanel(index) {\n          if (panels.length === 0) return;\n          const panelWidth = panels[0].offsetWidth;\n          const containerGap = parseInt(window.getComputedStyle(container).gap) || 0;\n          const offset = -1 * index * (panelWidth + containerGap);\n          container.style.transform = `translateX(${offset}px)`;\n          updateButtons();\n        }\n\n        if (nextBtn) {\n          nextBtn.addEventListener(\"click\", () =\u003e {\n            if (currentIndex \u003c panelCount - 1) {\n              currentIndex++;\n              showPanel(currentIndex);\n            }\n          });\n        }\n\n        if (prevBtn) {\n          prevBtn.addEventListener(\"click\", () =\u003e {\n            if (currentIndex \u003e 0) {\n              currentIndex--;\n              showPanel(currentIndex);\n            }\n          });\n        }\n\n        \/\/ --- Touch Scroll Logic ---\n        let touchStartX = 0;\n        let isDragging = false;\n        const dragThreshold = 50;\n\n        container.querySelectorAll(\"img\").forEach((img) =\u003e {\n          img.draggable = false;\n        });\n\n        slider.addEventListener(\n          \"touchstart\",\n          (e) =\u003e {\n            touchStartX = e.changedTouches[0].screenX;\n            isDragging = true;\n            container.style.transition = \"none\";\n          },\n          { passive: true }\n        );\n\n        slider.addEventListener(\n          \"touchmove\",\n          (e) =\u003e {\n            if (!isDragging) return;\n            const currentX = e.changedTouches[0].screenX;\n            const diff = currentX - touchStartX;\n            const panelWidth = panels.length \u003e 0 ? panels[0].offsetWidth : 0;\n            const containerGap = parseInt(window.getComputedStyle(container).gap) || 0;\n            const baseOffset = -1 * currentIndex * (panelWidth + containerGap);\n            container.style.transform = `translateX(${baseOffset + diff}px)`;\n          },\n          { passive: true }\n        );\n\n        slider.addEventListener(\"touchend\", (e) =\u003e {\n          if (!isDragging) return;\n          isDragging = false;\n          const touchEndX = e.changedTouches[0].screenX;\n          const diff = touchEndX - touchStartX;\n\n          container.style.transition = \"transform 0.5s ease\";\n\n          if (Math.abs(diff) \u003e dragThreshold) {\n            if (diff \u003c 0) {\n              \/\/ Swiped left\n              if (currentIndex \u003c panelCount - 1) {\n                currentIndex++;\n              }\n            } else {\n              \/\/ Swiped right\n              if (currentIndex \u003e 0) {\n                currentIndex--;\n              }\n            }\n          }\n          showPanel(currentIndex);\n        });\n        \/\/ --- End Touch Scroll Logic ---\n\n        showPanel(currentIndex);\n      });\n    }\n  });\n\u003c\/script\u003e\n\n\u003cdiv id=\"imageLightbox\" class=\"lightbox\"\u003e\n  \u003cspan class=\"lightbox-close\"\u003e×\u003c\/span\u003e\n  \u003cimg class=\"lightbox-content\" id=\"lightboxImageContent\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- Horizontal review panel --\u003e\n\u003cdiv class=\"horizontal-review-panel\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/1_a633b1e9-a45e-4b12-acc2-79972dd26d9f.webp?v=1760993140\" alt=\"Horizontal Expert Review\"\u003e\n  \u003cdiv class=\"horizontal-review-content\"\u003e\n    \u003cp\u003e\"Als Physiotherapeutin wünsche ich mir für meine Patienten nur das Allerbeste – deshalb vertraue und empfehle ich RelaxOn™.\"\u003c\/p\u003e\n    \u003cp\u003eDr. med. Hanna Keller, Ihre Expertin\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Accordion 1 --\u003e\n\u003cdiv class=\"secao\" style=\"margin-top: 5px\"\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n        Details \u0026amp; Vorteile\n        \u003cspan class=\"icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003e\u003cstrong\u003eLindern Sie Schmerzen und Schwellungen in nur 15 Minuten pro Tag\u003c\/strong\u003e. Das RelaxOn™ Fussmassagegerät nutzt fortschrittliche NMES-Technologie, um die Durchblutung zu verbessern, Nerven zu stimulieren und Schmerzen zu lindern – ohne Medikamente oder teure Behandlungen.\u003c\/p\u003e\n        \u003col\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSofortige Linderung:\u003c\/strong\u003e Spüren Sie den Unterschied nach der ersten Anwendung.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e6 Programme \u0026amp; 19 Intensitäten:\u003c\/strong\u003e Passen Sie die Behandlung an Ihre Bedürfnisse an.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFaltbar \u0026amp; kompakt:\u003c\/strong\u003e Einfach zu bedienen und überallhin mitzunehmen.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eStimuliert die Durchblutung:\u003c\/strong\u003e Reduziert Schwellungen und unterstützt die Nervenregeneration.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e90-tägige risikofreie Testphase:\u003c\/strong\u003e Nicht zufrieden? Geld zurück, ganz unkompliziert.\u003c\/li\u003e\n        \u003c\/ol\u003e\n        \u003cp\u003e92% der Anwender bemerken einen Unterschied nach der ersten Anwendung. \u003cstrong\u003eVon Spezialisten empfohlen\u003c\/strong\u003e \u0026amp; von Tausenden zufriedenen Kunden bestätigt.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n        Wie es funktioniert\n        \u003cspan class=\"icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eDie Anwendung des \u003cstrong\u003eRelaxOn™ Fussmassagegeräts\u003c\/strong\u003e ist einfach und mühelos:\u003c\/p\u003e\n        \u003col\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePlatzierung:\u003c\/strong\u003e Stellen Sie Ihre Füsse auf die weiche, faltbare Massagematte.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEinschalten:\u003c\/strong\u003e Wählen Sie eines der 6 Programme und passen Sie die Intensität nach Ihren Wünschen an.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEntspannen:\u003c\/strong\u003e Innerhalb von 15 Minuten regt das Gerät die Durchblutung an und lindert Schmerzen und Schwellungen – ganz ohne Aufwand.\u003c\/li\u003e\n        \u003c\/ol\u003e\n        \u003cp\u003eDank seines \u003cstrong\u003efaltbaren und kompakten Designs\u003c\/strong\u003e können Sie das Fussmassagegerät problemlos überall verstauen und verwenden. Für eine optimale Wirkung können Sie das Gerät \u003cstrong\u003etäglich\u003c\/strong\u003e anwenden.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n        90-tägige Testphase\n        \u003cspan class=\"icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eWir verstehen, dass Sie ein Produkt zuerst selbst ausprobieren möchten. Deshalb bieten wir eine \u003cstrong\u003e90-tägige risikofreie Testphase\u003c\/strong\u003e an.\u003c\/p\u003e\n        \u003cp\u003eSollten Sie innerhalb dieser Zeit nicht mit den Ergebnissen zufrieden sein, können Sie das Gerät einfach zurücksenden und erhalten Ihr Geld zurück – ohne umständliche Fragen oder Probleme.\u003c\/p\u003e\n        \u003cp\u003eNicht zufrieden? Wir erstatten den \u003cstrong\u003evollen Kaufbetrag\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eSie gehen also kein Risiko ein, wenn Sie das Massagegerät ausprobieren.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n        Versandinformationen\n        \u003cspan class=\"icon\"\u003e+\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-body\"\u003e\n        \u003cp\u003eWir übernehmen die Versandkosten weltweit, sodass alle unsere Produkte \u003cstrong\u003ekostenlos an Sie geliefert werden\u003c\/strong\u003e – ohne Mindestbestellwert.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eAlle Bestellungen werden direkt von unserem eigenen Lager versandt\u003c\/strong\u003e und mit einer Sendungsnummer versehen, sodass Sie den Status Ihrer Sendung jederzeit verfolgen können.\u003c\/p\u003e\n        \u003cp\u003eSie können das RelaxOn™ Massagegerät \u003cstrong\u003e90 Tage lang risikofrei testen\u003c\/strong\u003e. Nicht zufrieden? \u003cstrong\u003eDie Rücksendung ist einfach und unkompliziert\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eWir bieten auch \u003cstrong\u003esichere Zahlungsmöglichkeiten\u003c\/strong\u003e über gängige Kreditkarten, Klarna oder PayPal an, damit Sie immer mit einer vertrauenswürdigen Zahlungsmethode bezahlen können.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif a esquerda --\u003e\n\u003cdiv class=\"secao flex-container\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/2-gifLeft.webp?v=1760993144\" alt=\"gifLeft\"\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cdiv class=\"titulo-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/3-iconRight.webp?v=1760993140\" alt=\"iconRight\"\u003e\n      \u003ch2 style=\"margin: 0;\"\u003eLinderung bei schmerzenden, geschwollenen Füssen und Beinen\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eOb altersbedingt, durch Neuropathie, Ödeme oder tägliche Belastung – Sie sind nicht allein.\u003c\/p\u003e\n    \u003cp\u003eDas RelaxOn™ Fussmassagegerät nutzt die NMES-Technologie, um die Durchblutung zu aktivieren und hilft, Schmerzen, Kribbeln und Schwellungen zu reduzieren – direkt bei Ihnen zu Hause, ohne Medikamente oder Arztbesuche.\u003c\/p\u003e\n    \u003cp\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/listIcon.png?v=1760993341\" alt=\"checkmark\" style=\"height: 1.2em; vertical-align: -0.2em; margin-right: 3px;\"\u003e \u003cstrong\u003eLindert Schmerzen und Kribbeln\u003c\/strong\u003e innerhalb von 15 Minuten\u003cbr\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/listIcon.png?v=1760993341\" alt=\"checkmark\" style=\"height: 1.2em; vertical-align: -0.2em; margin-right: 3px;\"\u003e \u003cstrong\u003eReduziert Schwellungen\u003c\/strong\u003e \u0026amp; regt die Durchblutung an\u003cbr\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/listIcon.png?v=1760993341\" alt=\"checkmark\" style=\"height: 1.2em; vertical-align: -0.2em; margin-right: 3px;\"\u003e \u003cstrong\u003eEinfache Anwendung zu Hause\u003c\/strong\u003e – ganz unkompliziert\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif a direita --\u003e\n\u003cdiv class=\"secao-azul flex-container reverse\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/4-gifRight.webp?v=1760993144\" alt=\"gifRight\"\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cdiv class=\"titulo-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/5-iconLeft.webp?v=1760993141\" alt=\"iconLeft\"\u003e\n      \u003ch2 style=\"margin: 0;\"\u003eDie versteckte Ursache für schmerzende, geschwollene Füsse und Beine\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eWenn Ihre Durchblutung nicht optimal ist, bauen sich Spannungen in Ihren Beinen und Füssen auf. Sie spüren es jeden Tag:\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e\n        ❌ Brennende Schmerzen und unerträgliches Kribbeln\u003cbr\u003e\n        ❌ Schwere, geschwollene Beine\u003cbr\u003e\n        ❌ Taubheitsgefühle und fortschreitende Nervenschäden   \n    \u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eDas ist häufiger als Sie denken\u003c\/strong\u003e — besonders bei wenig Bewegung, im Alter oder bei langem Sitzen. Glücklicherweise können Sie die Durchblutung zu Hause fördern und so den Druck von Ihren Beinen nehmen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Imagem a esquerda --\u003e\n\u003cdiv class=\"secao flex-container\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/6-imgLeft.webp?v=1760993141\" alt=\"imgLeft\"\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003cdiv class=\"titulo-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/7-iconRight.webp?v=1760993141\" alt=\"iconRight\"\u003e\n      \u003ch2 style=\"margin: 0;\"\u003eVon Experten entwickelt, um Schmerzen, Kribbeln und Schwellungen zu lindern\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eDas RelaxOn™ Fussmassagegerät stimuliert Ihre Durchblutung mit gezielten Impulsen durch die Fusssohlen. Das bringt das Blut in Wallung und lässt Ihre Beine und Füsse sich wieder aktiv und entspannt anfühlen.\u003c\/p\u003e\n    \u003cp\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/listIcon.png?v=1760993341\" alt=\"checkmark\" style=\"height: 1.2em; vertical-align: -0.2em; margin-right: 3px;\"\u003e \u003cstrong\u003eStimuliert\u003c\/strong\u003e Ihre Muskeln und Nerven\u003cbr\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/listIcon.png?v=1760993341\" alt=\"checkmark\" style=\"height: 1.2em; vertical-align: -0.2em; margin-right: 3px;\"\u003e \u003cstrong\u003eFördert\u003c\/strong\u003e die Durchblutung in Füssen und Unterschenkeln\u003cbr\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/listIcon.png?v=1760993341\" alt=\"checkmark\" style=\"height: 1.2em; vertical-align: -0.2em; margin-right: 3px;\"\u003e \u003cstrong\u003eWählen Sie aus 6 Massageprogrammen und 19 Intensitätsstufen\u003c\/strong\u003e für eine massgeschneiderte Behandlung\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Gif a direita --\u003e\n\u003cdiv class=\"secao-azul flex-container reverse\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/8-gifRight.webp?v=1760993144\" alt=\"gifRight\"\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eWie es funktioniert\u003c\/h2\u003e\n    \u003cp\u003eDas Beste am RelaxOn™ Fussmassagegerät ist, dass es so einfach zu bedienen ist.\u003c\/p\u003e\n    \u003cdiv class=\"step-text\"\u003e\n      \u003cp\u003eSchritt 1\u003c\/p\u003e\n      \u003cp\u003eStellen Sie Ihre Füsse auf die Fussmatte\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step-text\"\u003e\n      \u003cp\u003eSchritt 2\u003c\/p\u003e\n      \u003cp\u003eWählen Sie den Modus und die Intensität der Massage\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step-text\"\u003e\n      \u003cp\u003eSchritt 3\u003c\/p\u003e\n      \u003cp\u003eLehnen Sie sich zurück und geniessen Sie die Linderung von Schmerzen und Schwellungen\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eFür weniger als 1\/3 der Kosten einer einzigen Therapiesitzung erzielen Sie Ergebnisse, die ein Leben lang anhalten.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 2 logos --\u003e\n\u003cdiv class=\"secao-small-azul\"\u003e\n  \u003ch2\u003eWissenschaftlich belegt und anerkannt\u003c\/h2\u003e\n  \u003cdiv class=\"two-logos\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/9-logo1.avif?v=1760993141\" alt=\"logo1\"\u003e\n    \u003cp\u003eUnterstützt durch klinische Studien und das Vertrauen von Tausenden von Anwendern weltweit für langanhaltende Linderung und Erholung.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"two-logos\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/10-logo2.avif?v=1760993141\" alt=\"logo2\"\u003e\n    \u003cp\u003eUnsere Produkte sind FDA-zugelassen und CE-zertifiziert, was bedeutet, dass sie die strengsten internationalen Sicherheits- und Qualitätsstandards erfüllen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Reviews --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2 style=\"text-align: center;\"\u003eKundenbewertungen\u003c\/h2\u003e\n  \u003cdiv class=\"slider-container\"\u003e\n    \u003cdiv class=\"containerzao\"\u003e\n      \u003cdiv class=\"review-panel\"\u003e\n        \u003cdiv class=\"review-image-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/12-review1_52179db5-6639-479a-bc5d-236b24bd1dc3.jpg?v=1760993142\" alt=\"Product Image Review 1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"star-display-wrapper\"\u003e\n          \u003cdiv class=\"star-box\"\u003e\n            \u003cp class=\"star-text\"\u003e★★★★★\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-content\"\u003e\n          \u003cp\u003eIch benutze es seit zwei Wochen und bemerke bereits deutliche Fortschritte. Also mache ich weiter.\u003c\/p\u003e\n          \u003cp\u003eLena M.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-panel\"\u003e\n        \u003cdiv class=\"review-image-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/13-review2_695edd86-ee84-470d-b2ca-0d58853e0b26.jpg?v=1760993142\" alt=\"Product Image Review 2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"star-display-wrapper\"\u003e\n          \u003cdiv class=\"star-box\"\u003e\n            \u003cp class=\"star-text\"\u003e★★★★★\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-content\"\u003e\n          \u003cp\u003eFunktioniert einwandfrei, tut was es soll, ich bin super zufrieden damit.\u003c\/p\u003e\n          \u003cp\u003eMia E.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-panel\"\u003e\n        \u003cdiv class=\"review-image-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/14-review3_76953b63-daa8-44ef-81d0-d0115bd08d2e.jpg?v=1760993142\" alt=\"Product Image Review 3\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"star-display-wrapper\"\u003e\n          \u003cdiv class=\"star-box\"\u003e\n            \u003cp class=\"star-text\"\u003e★★★★★\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-content\"\u003e\n          \u003cp\u003eIch habe besonders am frühen Morgen viele Krämpfe in den Waden und unter dem Fuss. Jetzt viel weniger.\u003c\/p\u003e\n          \u003cp\u003eLara B.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"slider-btn prev\"\u003e‹\u003c\/button\u003e\n    \u003cbutton class=\"slider-btn next\"\u003e›\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"GenialVibe","offers":[{"title":"Default Title","offer_id":51966124622167,"sku":"no","price":39.9,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/prod1_399e6815-6305-4ec8-ba02-93bb6f47b49c.webp?v=1760993055","url":"https:\/\/www.steinora.com\/products\/relaxon","provider":"Steinora","version":"1.0","type":"link"}