{"product_id":"hairsilk","title":"HairSilk®","description":"\u003cstyle\u003e\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 30px auto;\n  }\n  .secao \u003e img {\n    width: 100%;\n    height: auto;\n    max-width: 400px;\n    border-radius: 12px;\n    border: none;\n    box-shadow: none;\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  .pink-text {\n    color: #ff90bb;\n  }\n\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n\n  .secao-image {\n    grid-area: image;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  .secao-image-content {\n    text-align: center;\n    background-color: #fff;\n    padding: 20px;\n    border-radius: 12px;\n    font-size: 0.9em;\n    margin: 15px;\n  }\n  .secao-image-content p {\n    margin: 0;\n  }\n  .secao-image-content p:last-child {\n    margin-top: 10px;\n    font-weight: bold;\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\n  .secao-porcentagem {\n    display: flex;\n    flex-direction: column;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: left;\n  }\n\n  .porcentagem-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    border-bottom: 2px solid #f1f1f1;\n    padding: 10px;\n  }\n\n  .porcentagem-item:first-child {\n    border-top: 2px solid #f1f1f1;\n  }\n\n  .porcentagem-item img {\n    max-width: 70px;\n    border: none;\n    box-shadow: none;\n  }\n\n  .botaozin {\n    display: block;\n    margin: 20px auto 0 auto;\n    padding: 15px 25px;\n    border: none;\n    background-color: #ff90bb;\n    color: white;\n    border-radius: 9px;\n    cursor: pointer;\n    font-weight: bold;\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n  }\n  .botaozin:hover {\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n  }\n\n  .list-emoji {\n    list-style: none;\n    padding-left: 0;\n  }\n  .list-emoji li {\n    margin-bottom: 5px;\n  }\n\n  .tabela-header {\n    display: grid;\n    grid-template-columns: minmax(0, 3fr) repeat(4, minmax(0, 1fr));\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 0 auto 10px auto;\n  }\n  .tabela-header .tabela-cell {\n    background-color: transparent !important;\n    border: none !important;\n    box-shadow: none !important;\n    padding-bottom: 5px;\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n  }\n  .tabela-comparacao {\n    display: grid;\n    grid-template-columns: minmax(0, 3fr) repeat(4, minmax(0, 1fr));\n    gap: 0;\n    max-width: 800px;\n    width: 100%;\n    margin: 0 auto;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    border-radius: 15px;\n    overflow: hidden;\n    border: 1px solid #e0e0e0;\n  }\n  .tabela-cell {\n    padding: 15px;\n    font-size: 0.9em;\n    line-height: 1.4;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n  .tabela-cell svg {\n    width: 22px;\n    height: 22px;\n    margin: auto;\n  }\n  .tabela-coluna-1 {\n    grid-column: 1 !important;\n    border-bottom: none;\n    text-align: center;\n    color: #000;\n    border-bottom: 1px solid #d0eadd;\n  }\n\n  .tabela-coluna-2 {\n    grid-column: 2 !important;\n    color: #14c005;\n    font-weight: 600;\n    text-align: center;\n    background-color: #ffd0df;\n  }\n  .tabela-coluna-3, .tabela-coluna-4, .tabela-coluna-5 {\n    color: #f25260;\n    font-weight: 600;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: center;\n  }\n  .tabela-coluna-3 { grid-column: 3 !important; }\n  .tabela-coluna-4 { grid-column: 4 !important; }\n  .tabela-coluna-5 { grid-column: 5 !important; }\n\n  .tabela-titulo {\n    text-align: center;\n    font-weight: 800;\n    font-size: 1em !important;\n    color: #000;\n    word-wrap: break-word;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n  .tabela-coluna-1.tabela-titulo {\n    border-radius: 15px 0 0 0;\n  }\n  .tabela-coluna-5.tabela-titulo {\n    border-radius: 0 15px 0 0;\n  }\n  .tabela-coluna-1.tabela-rodape {\n    border-radius: 0 0 0 15px;\n    border-bottom: none;\n  }\n  .tabela-coluna-2.tabela-rodape,\n  .tabela-coluna-3.tabela-rodape,\n  .tabela-coluna-4.tabela-rodape {\n    border-bottom: none;\n  }\n  .tabela-coluna-5.tabela-rodape {\n    border-radius: 0 0 15px 0;\n    border-bottom: none;\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 #e6e5e6;\n  }\n  .accordion-item:last-child {\n    border-bottom: 1px solid #e6e5e6;\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: #ff88b62d;\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    color: #ff8fba;\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  .review {\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    color: #000;\n    background-color: #f7f7f7;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n  }\n  .review-image {\n    width: 100%;\n    height: 250px !important;\n    object-fit: cover;\n    border-radius: 8px 8px 0 0;\n    display: block;\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);\n    line-height: 1;\n    position: relative;\n    z-index: 2;\n    margin: -18px auto 0 auto;\n    color: #ffc400;\n    font-size: 1.4em;\n  }\n  .review-content {\n    text-align: center;\n    padding: 15px 10px 10px 10px;\n    font-size: 0.9em;\n    flex-grow: 1;\n  }\n  .review-content p:first-child {\n    font-weight: bold;\n    font-size: 1.2em;\n  }\n  .review-content p:last-child {\n    font-weight: bold;\n    border-top: 1px solid #e9e9e9;\n    padding-top: 10px;\n  }\n  .review-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n  .review-carousel-wrapper {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n  }\n  .review-slide {\n    min-width: 100%;\n    display: flex;\n    flex-direction: column;\n  }\n  .review-carousel-button {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 34px;\n    height: 34px;\n    background-color: #fff;\n    border: 1px solid #ddd;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    z-index: 10;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n    transition: background-color 0.3s;\n  }\n  .review-carousel-button:hover { background-color: #ff90bb; }\n  .review-carousel-button.prev { left: 10px; }\n  .review-carousel-button.next { right: 10px; }\n  .review-carousel-dots { text-align: center; margin-top: 15px; }\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  .review-carousel-dot.active { background-color: #ff88b6; }\n\n  .lightbox {\n    display: none;\n    position: fixed;\n    z-index: 1000;\n    left: 0; top: 0;\n    width: 100%; height: 100%;\n    background-color: rgba(0,0,0,0.8);\n    justify-content: center;\n    align-items: center;\n  }\n  .lightbox-content { max-width: 90%; max-height: 90%; display: block; }\n  .lightbox-close {\n    position: absolute;\n    top: 20px; right: 35px;\n    color: #f1f1f1;\n    font-size: 40px;\n    font-weight: bold;\n    cursor: pointer;\n  }\n\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: #ffd0df;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    padding: 0;\n    gap: 15px;\n  }\n  .five-panel-card img { width: 100%; height: auto; border-radius: 8px; }\n  .five-panel-content {\n    padding: 10px;\n    flex-grow: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n  .five-panel-title { font-size: 1.1em; font-weight: bold; margin-bottom: 10px; }\n  .five-panel-stat { font-size: 0.9em; color: #000; }\n  .five-panel-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 34px; 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  }\n  .five-panel-arrow:hover { background-color: #ff90bb; }\n  .five-panel-arrow.prev { left: 10px; }\n  .five-panel-arrow.next { right: 10px; }\n  .five-panel-dots { text-align: center; padding-top: 20px; }\n  .five-panel-dot {\n    cursor: pointer;\n    height: 12px; 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 { background-color: #ff88b6; }\n\n  \/* Infinite Scrolling Animation *\/\n  @keyframes scrollLeft {\n    0% {\n      transform: translateX(0);\n    }\n    100% {\n      transform: translateX(-50%);\n    }\n  }\n\n  .scrolling-wrapper {\n    overflow: hidden;\n    width: 100%;\n    position: relative;\n    display: flex;\n  }\n\n  \/* Pause on hover *\/\n  .scrolling-wrapper:hover .scrolling-track {\n    animation-play-state: paused;\n  }\n\n  .scrolling-track {\n    display: flex;\n    width: max-content;\n    animation: scrollLeft 60s linear infinite; \/* base speed *\/\n  }\n\n  \/* Gallery Specifics *\/\n  .scrolling-gallery-container {\n    margin: 20px 0;\n  }\n\n  .scrolling-gallery-track {\n    animation-duration: 80s; \/* Slower *\/\n  }\n\n  .scrolling-gallery-track img {\n    height: 240px;\n    width: auto;\n    margin-right: 20px;\n    flex-shrink: 0;\n    display: block;\n    border-radius: 8px; \/* Optional aesthetics *\/\n  }\n\n  \/* Banner Specifics *\/\n  .scrolling-banner-container {\n    margin: 20px 0;\n    padding: 0;\n    background-color: black;\n  }\n\n  .scrolling-banner-track {\n    animation-duration: 60s;\n  }\n\n  .scrolling-banner-track img {\n    height: 40px;\n    width: auto;\n    object-fit: contain;\n    margin-right: 20px;\n    flex-shrink: 0;\n    display: block;\n    padding: 10px 0;\n    margin: 10px;\n  }\n\n  \/* Gallery Carousel Styles *\/\n  .gallery-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 30px auto;\n    overflow: hidden;\n    padding: 0 10px;\n  }\n  .gallery-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n    gap: 15px;\n  }\n  .gallery-slide {\n    flex: 0 0 calc(20% - 12px); \/* 5 items on desktop *\/\n    box-sizing: border-box;\n  }\n  .gallery-slide img {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    display: block;\n  }\n  .gallery-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 40px;\n    height: 40px;\n    background-color: rgba(255, 255, 255, 0.9);\n    border: 1px solid #ddd;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    z-index: 10;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n    color: #000;\n  }\n  .gallery-arrow:hover {\n    background-color: #ff90bb;\n    color: white;\n  }\n  .gallery-arrow.prev { left: 5px; }\n  .gallery-arrow.next { right: 5px; }\n\n  @media (min-width: 601px) {\n    .review-carousel-wrapper { transform: none !important; gap: 20px; }\n    .review-slide { min-width: 0; flex: 1 1 30%; }\n    .review-carousel-button, .review-carousel-dots { display: none; }\n    .five-panel-slide { flex: 0 0 calc(33.333% - 14px); }\n    .five-panel-card { max-width: none; }\n  }\n\n  @media (max-width: 600px) {\n    .secao-grid, .secao-grid-reverse {\n      grid-template-columns: 1fr;\n      grid-template-areas: \"image\" \"content\";\n    }\n    .secao-image img { max-width: 400px; }\n    .review { max-width: 400px; }\n    .tabela-cell { font-size: 0.85em; }\n    .cartao-grande-amarelo, .cartao-grande-vermelho, .cartao-grande-verde { padding: 5px 20px; }\n    .gallery-slide { flex: 0 0 calc(33.333% - 10px); } \/* 3 items on mobile *\/\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 currentBody = this.nextElementSibling;\n        const isActive = currentBody.classList.contains(\"active\");\n\n        document.querySelectorAll(\".accordion-body\").forEach((body) =\u003e {\n          body.classList.remove(\"active\");\n          body.style.maxHeight = null;\n        });\n        document.querySelectorAll(\".accordion-header\").forEach((h) =\u003e h.classList.remove(\"active\"));\n\n        if (!isActive) {\n          currentBody.classList.add(\"active\");\n          this.classList.add(\"active\");\n          currentBody.style.maxHeight = currentBody.scrollHeight + \"px\";\n        }\n      });\n    });\n\n    \/\/ Review Carousel\n    const carouselWrapper = document.querySelector(\".review-carousel-wrapper\");\n    if (carouselWrapper) {\n      const slides = Array.from(carouselWrapper.children);\n      const dotsContainer = document.querySelector(\".review-carousel-dots\");\n      let currentIndex = 0;\n\n      if (dotsContainer) {\n        slides.forEach((_, i) =\u003e {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"review-carousel-dot\");\n          if (i === 0) dot.classList.add(\"active\");\n          dot.onclick = () =\u003e { currentIndex = i; updateCarousel(); };\n          dotsContainer.appendChild(dot);\n        });\n      }\n\n      function updateCarousel() {\n        if (window.innerWidth \u003c= 600) {\n          carouselWrapper.style.transform = `translateX(-${currentIndex * 100}%)`;\n          if (dotsContainer) {\n            Array.from(dotsContainer.children).forEach((dot, i) =\u003e {\n              dot.classList.toggle(\"active\", i === currentIndex);\n            });\n          }\n        } else {\n          carouselWrapper.style.transform = \"none\";\n        }\n      }\n\n      document.querySelector(\".review-carousel-button.next\")?.addEventListener(\"click\", () =\u003e {\n        currentIndex = (currentIndex + 1) % slides.length;\n        updateCarousel();\n      });\n      document.querySelector(\".review-carousel-button.prev\")?.addEventListener(\"click\", () =\u003e {\n        currentIndex = (currentIndex - 1 + slides.length) % slides.length;\n        updateCarousel();\n      });\n\n      let touchStartX = 0;\n      carouselWrapper.addEventListener(\"touchstart\", (e) =\u003e touchStartX = e.touches[0].clientX, {passive: true});\n      carouselWrapper.addEventListener(\"touchend\", (e) =\u003e {\n        if (window.innerWidth \u003e 600) return;\n        const diff = touchStartX - e.changedTouches[0].clientX;\n        if (Math.abs(diff) \u003e 50) {\n          currentIndex = diff \u003e 0 ? (currentIndex + 1) % slides.length : (currentIndex - 1 + slides.length) % slides.length;\n          updateCarousel();\n        }\n      }, {passive: true});\n\n      window.addEventListener(\"resize\", updateCarousel);\n      updateCarousel();\n    }\n\n    \/\/ Lightbox functionality\n    const lightbox = document.getElementById(\"myLightbox\");\n    if (lightbox) {\n      const lightboxImg = document.getElementById(\"lightboxImg\");\n      document.querySelectorAll(\".review-image\").forEach((img) =\u003e {\n        img.style.cursor = \"pointer\";\n        img.onclick = () =\u003e {\n          lightbox.style.display = \"flex\";\n          lightboxImg.src = img.src;\n        };\n      });\n      lightbox.onclick = (e) =\u003e { if (e.target !== lightboxImg) lightbox.style.display = \"none\"; };\n    }\n\n    \/\/ Five Panels Carousel\n    const fivePanelTrack = document.querySelector(\".five-panel-track\");\n    if (fivePanelTrack) {\n      const cards = Array.from(fivePanelTrack.children);\n      const dotsContainer = document.querySelector(\".five-panel-dots\");\n      let currentIndex = 0;\n\n      function updateFivePanel() {\n        const visibleCount = window.innerWidth \u003e= 600 ? 3 : 1;\n        const maxIndex = cards.length - visibleCount;\n        currentIndex = Math.max(0, Math.min(currentIndex, maxIndex));\n        \n        const gap = parseFloat(getComputedStyle(fivePanelTrack).gap) || 0;\n        const moveAmount = cards[0].offsetWidth + gap;\n        fivePanelTrack.style.transform = `translateX(-${currentIndex * moveAmount}px)`;\n        \n        if (dotsContainer) {\n          Array.from(dotsContainer.children).forEach((dot, i) =\u003e dot.classList.toggle(\"active\", i === currentIndex));\n        }\n      }\n\n      function createDots() {\n        if (!dotsContainer) return;\n        dotsContainer.innerHTML = \"\";\n        const count = cards.length - (window.innerWidth \u003e= 600 ? 3 : 1) + 1;\n        for (let i = 0; i \u003c count; i++) {\n          const dot = document.createElement(\"span\");\n          dot.className = \"five-panel-dot\" + (i === currentIndex ? \" active\" : \"\");\n          dot.onclick = () =\u003e { currentIndex = i; updateFivePanel(); };\n          dotsContainer.appendChild(dot);\n        }\n      }\n\n      document.querySelector(\".five-panel-arrow.next\")?.addEventListener(\"click\", () =\u003e {\n        const visibleCount = window.innerWidth \u003e= 600 ? 3 : 1;\n        currentIndex = (currentIndex \u003e= cards.length - visibleCount) ? 0 : currentIndex + 1;\n        updateFivePanel();\n      });\n      document.querySelector(\".five-panel-arrow.prev\")?.addEventListener(\"click\", () =\u003e {\n        const visibleCount = window.innerWidth \u003e= 600 ? 3 : 1;\n        currentIndex = (currentIndex \u003c= 0) ? cards.length - visibleCount : currentIndex - 1;\n        updateFivePanel();\n      });\n\n      createDots();\n      window.addEventListener(\"resize\", () =\u003e { createDots(); updateFivePanel(); });\n    }\n\n    \/\/ Infinite Scroll Logic\n    function setupInfiniteScroll(trackSelector) {\n      const track = document.querySelector(trackSelector);\n      if (!track) return;\n\n      const originalItems = Array.from(track.children);\n      if (originalItems.length === 0) return;\n\n      \/\/ Clear current content\n      track.innerHTML = \"\";\n\n      \/\/ Create a \"Mega Set\" (4x originals) to ensure it's wider than screen\n      const megaSet = document.createDocumentFragment();\n      for (let i = 0; i \u003c 4; i++) {\n        originalItems.forEach((item) =\u003e {\n          megaSet.appendChild(item.cloneNode(true));\n        });\n      }\n\n      \/\/ Append \"Mega Set\" TWICE to create the 2 halves for the 0-\u003e-50% animation\n      track.appendChild(megaSet.cloneNode(true));\n      track.appendChild(megaSet.cloneNode(true));\n    }\n\n    setupInfiniteScroll(\".scrolling-gallery-track\");\n    setupInfiniteScroll(\".scrolling-banner-track\");\n\n    \/\/ Gallery Carousel Logic\n    const galleryTrack = document.querySelector(\".gallery-track\");\n    if (galleryTrack) {\n      const originalSlides = Array.from(galleryTrack.children);\n      const clonesCount = 5;\n      \n      \/\/ Clone first 5 items and append to end\n      for (let i = 0; i \u003c clonesCount; i++) {\n        const clone = originalSlides[i].cloneNode(true);\n        galleryTrack.appendChild(clone);\n      }\n      \/\/ Clone last 5 items and prepend to start\n      for (let i = 0; i \u003c clonesCount; i++) {\n        const clone = originalSlides[originalSlides.length - 1 - i].cloneNode(true);\n        galleryTrack.insertBefore(clone, galleryTrack.firstChild);\n      }\n\n      const allSlides = Array.from(galleryTrack.children);\n      const nextBtn = document.querySelector(\".gallery-arrow.next\");\n      const prevBtn = document.querySelector(\".gallery-arrow.prev\");\n      let currentIndex = clonesCount; \/\/ Start at first original item\n      let isTransitioning = false;\n\n      function updateGallery(animate = true) {\n        if (!animate) galleryTrack.style.transition = \"none\";\n        const gap = 15;\n        const slideWidth = originalSlides[0].offsetWidth;\n        galleryTrack.style.transform = `translateX(-${currentIndex * (slideWidth + gap)}px)`;\n        if (!animate) {\n          \/\/ Force reflow\n          galleryTrack.offsetHeight;\n          galleryTrack.style.transition = \"transform 0.5s ease-in-out\";\n        }\n      }\n\n      function moveNext() {\n        if (isTransitioning) return;\n        isTransitioning = true;\n        currentIndex++;\n        updateGallery();\n      }\n\n      function movePrev() {\n        if (isTransitioning) return;\n        isTransitioning = true;\n        currentIndex--;\n        updateGallery();\n      }\n\n      galleryTrack.addEventListener(\"transitionend\", () =\u003e {\n        isTransitioning = false;\n        \/\/ If we moved into the end clones\n        if (currentIndex \u003e= originalSlides.length + clonesCount) {\n          currentIndex = clonesCount;\n          updateGallery(false);\n        }\n        \/\/ If we moved into the start clones\n        if (currentIndex \u003c clonesCount) {\n          currentIndex = originalSlides.length + clonesCount - 1;\n          updateGallery(false);\n        }\n      });\n\n      nextBtn?.addEventListener(\"click\", moveNext);\n      prevBtn?.addEventListener(\"click\", movePrev);\n\n      let touchStartX = 0;\n      galleryTrack.addEventListener(\"touchstart\", (e) =\u003e touchStartX = e.touches[0].clientX, {passive: true});\n      galleryTrack.addEventListener(\"touchend\", (e) =\u003e {\n        const diff = touchStartX - e.changedTouches[0].clientX;\n        if (Math.abs(diff) \u003e 50) {\n          if (diff \u003e 0) moveNext();\n          else movePrev();\n        }\n      }, {passive: true});\n\n      window.addEventListener(\"resize\", () =\u003e updateGallery(false));\n      \/\/ Initial call after layout\n      setTimeout(() =\u003e updateGallery(false), 100);\n    }\n  });\n\n  \/\/ Smooth scroll to top (works inside iframes)\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!-- Section 2: Gif gallery --\u003e\n\u003cdiv class=\"secao\" style=\"padding-top: 0; margin-top: 0;\"\u003e\n  \u003ch2\u003eÜber \u003cspan class=\"pink-text\"\u003e120'000 Frauen vertrauen uns!\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eFrauen überall werfen ihre alten Rasierer weg und wechseln zu HairSilk.\u003c\/p\u003e\n  \n  \u003cdiv class=\"gallery-carousel\"\u003e\n    \u003cdiv class=\"gallery-arrow prev\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gallery-track\"\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery1_ef0f596b-a5ae-4110-a8e0-77cfd66e5c45.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery2_0bd12eab-dfed-40ce-b0bd-fd5d895bf06e.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery3_31b16a22-028c-4984-ad84-d693b411cc2b.webp?v=1775754279\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery4_89baeb37-2010-488d-af4d-b7a07c661d7f.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery5.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery6.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery7.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery8.webp?v=1775754279\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery9.webp?v=1775754279\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery10.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"gallery-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-videoGallery11.webp?v=1775754278\" alt=\"Galerie\" loading=\"lazy\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gallery-arrow next\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 3: Image 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\/3-imageLeft_1d982dd3-9fb0-438f-8bfb-42c6db73cc73.webp?v=1775754277\" alt=\"Bild links\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eEchte Kundinnen, \u003cspan class=\"pink-text\"\u003eechte Resultate\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eGenug von Rasurbrand, Unebenheiten und eingewachsenen Haaren? Der HairSilk® ermöglicht eine gründliche, sanfte Rasur an jeder Stelle – Beine, Bikinizone oder Achselhöhlen.\u003c\/p\u003e\n    \u003cul class=\"list-emoji\"\u003e\n      \u003cli\u003e❌ Rasurbrand \u0026amp; eingewachsene Haare\u003c\/li\u003e\n      \u003cli\u003e❌ Schnittwunden, Verletzungen oder Rötungen\u003c\/li\u003e\n      \u003cli\u003e✅ Glatte, irritationsfreie Haut\u003c\/li\u003e\n      \u003cli\u003e✅ Sicher für die Nass- oder Trockenanwendung\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eSeidige Ergebnisse in Sekunden – schmerzfrei.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 4: Image 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\/4-imageRight-dech.png?v=1775754280\" alt=\"Bild rechts\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eGeniessen Sie eine \u003cspan class=\"pink-text\"\u003e90-Tage-Seidig-Glatt\u003c\/span\u003e-Garantie\u003c\/h2\u003e\n    \u003cp\u003eWir stehen hinter jedem HairSilk. Wenn Sie innerhalb von 90 Tagen nicht \u003cb\u003eabsolut begeistert\u003c\/b\u003e von Ihren glatten, irritationsfreien Resultaten sind, können Sie das Gerät an uns zurücksenden.\u003c\/p\u003e\n    \u003cp\u003eWenden Sie sich einfach an unser 24\/7-Support-Team und wir kümmern uns um alles.\u003c\/p\u003e\n    \u003cp\u003e\u003cb\u003eBestellen Sie heute und testen Sie es völlig risikofrei.\u003c\/b\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 5: Image 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\/5-imageLeft-dech_036d84f9-5bc1-47cc-b13c-95c321ad3b63.png?v=1775754280\" alt=\"Bild links\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eDie Wissenschaft hinter einer \u003cspan class=\"pink-text\"\u003eseidig glatten Rasur\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eEntwickelt mit lizenzierten Kosmetikerinnen, nutzt der HairSilk® \u003cb\u003efortschrittliche Folientechnologie\u003c\/b\u003e, um eine gründliche, angenehme Rasur zu ermöglichen – ohne Schnittwunden, Unebenheiten oder Irritationen.\u003c\/p\u003e\n    \u003col\u003e\n      \u003cli\u003e\n\u003cb\u003eRasur an der Oberfläche\u003c\/b\u003e – Schneidet das Haar auf Hautniveau, nicht darunter.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eKeine eingewachsenen Haare\u003c\/b\u003e – Verhindert, dass Haare in die Hautbarriere einwachsen.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSchnittfrei\u003c\/b\u003e – Der Folienschutz schützt vor Schnittwunden.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHautfreundliche Materialien\u003c\/b\u003e – Hypoallergen und sanft für alle Hauttypen.\u003c\/li\u003e\n    \u003c\/ol\u003e\n    \u003cp\u003eSeidige Ergebnisse in Sekunden – schmerzfrei.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 6: Image right --\u003e\n\u003cdiv class=\"secao-grid\" style=\"background-color: #f2f2f2;\"\u003e\n  \u003cdiv class=\"secao-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/6-imageRight-crop.webp?v=1775754277\" alt=\"Bild rechts\" loading=\"lazy\"\u003e\n    \u003cdiv class=\"secao-image-content\"\u003e\n      \u003cp\u003e«Der HairSilk leistet unglaubliche Arbeit beim präzisen Schneiden der Haare an der Hautoberfläche und lässt sie glatt werden, ohne zu ziepen oder Irritationen zu verursachen. Durch das Kürzen am Follikel statt darunter hilft er, eingewachsene Haare zu verhindern und Rötungen zu reduzieren – für eine gründliche, angenehme Rasur bei jeder Anwendung.»\u003c\/p\u003e\n      \u003cp\u003eDr. Melissa G.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eWarum Experten \u003cspan class=\"pink-text\"\u003euns lieben\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eExperten empfehlen den \u003cb\u003eHairSilk®\u003c\/b\u003e wegen seines sanften, hautfreundlichen Designs und seiner präzisen Trimmleistung.\u003c\/p\u003e\n    \u003cp\u003eDurch den Einsatz \u003cb\u003efortschrittlicher Folientechnologie\u003c\/b\u003e schneidet er das Haar sauber an der Hautoberfläche ab – nicht darunter – für eine \u003cb\u003eglatte, irritationsfreie Rasur\u003c\/b\u003e, die hilft, eingewachsene Haare und Rötungen zu vermeiden.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 7: Comparison table --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eSeien wir \u003cspan class=\"pink-text\"\u003eehrlich…\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eWir haben alle die Rasierer, die Wachsstreifen und sogar Laser ausprobiert. Die Hälfte davon hält nicht, was sie verspricht, und die andere Hälfte kostet ein Vermögen für Nachfüllungen, Salonbesuche oder schmerzhafte Termine. Und ganz ehrlich? Sie sind den Aufwand einfach nicht wert. Deshalb haben wir den \u003cb\u003eHairSilk\u003c\/b\u003e entwickelt – er ist schnell, irritationsfrei und hält meine Haut tatsächlich \u003cb\u003eglatt ohne das ganze Drama\u003c\/b\u003e.\u003c\/p\u003e\n  \u003cdiv class=\"tabela-header\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-titulo\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-titulo\"\u003eUnserer\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-titulo\"\u003eRasierer\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4 tabela-titulo\"\u003eWachs\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5 tabela-titulo\"\u003eLaser\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"tabela-comparacao\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eIrritationsfrei\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eSchnell\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eSicher für Bikini und Körper\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eKeine Schnitte oder Verletzungen\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5\"\u003e\n      \u003csvg fill=\"#14c005\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eInklusive Gratisgeschenke\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-rodape\"\u003eLangfristig kostengünstig\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-2 tabela-rodape\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-check-icon\"\u003e\u003cpath d=\"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-rodape\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-4 tabela-rodape\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-5 tabela-rodape\"\u003e\n      \u003csvg fill=\"currentColor\" viewbox=\"0 0 256 256\" class=\"tabela-cross-icon\"\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\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 8: Review cards --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eUnsere Kundinnen lieben den \u003cspan class=\"pink-text\"\u003eHairSilk\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cdiv class=\"review-carousel\"\u003e\n    \u003cdiv class=\"review-carousel-wrapper\"\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/8-review1.webp?v=1775754277\" alt=\"Kundenbewertung 1\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eDie einfachste Rasur aller Zeiten\u003c\/p\u003e\n            \u003cp\u003e«Es geht so schnell und mühelos – ich kann mich in Minuten rasieren und meine Haut fühlt sich babysanft an. Das ist der erste Rasierer, der das Rasieren für mich wirklich stressfrei macht.»\u003c\/p\u003e\n            \u003cp\u003eLara\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/8-review2.webp?v=1775754277\" alt=\"Kundenbewertung 2\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eGlatt ohne Rasurbrand\u003c\/p\u003e\n            \u003cp\u003e«Meine Beine waren bei normalen Rasierern immer irritiert, aber der HairSilk hinterlässt sie jedes Mal seidig und beruhigt. Keine Unebenheiten, keine Rötungen – einfach nur glatte Haut.»\u003c\/p\u003e\n            \u003cp\u003eMia\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-slide\"\u003e\n        \u003cdiv class=\"review\"\u003e\n          \u003cimg class=\"review-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/8-review3.jpg?v=1775754277\" alt=\"Kundenbewertung 3\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"star-box\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"review-content\"\u003e\n            \u003cp\u003eEndlich keine eingewachsenen Haare mehr!\u003c\/p\u003e\n            \u003cp\u003e«Früher hatte ich Angst vor dem Rasieren wegen schmerzhafter eingewachsener Haare, aber mit dem HairSilk hatte ich seit dem Wechsel kein einziges mehr.»\u003c\/p\u003e\n            \u003cp\u003eEmma\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button prev\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-button next\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-carousel-dots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 9: 5 6* panels --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eWeitere Gründe, \u003cspan class=\"pink-text\"\u003ewarum Sie den HairSilk lieben werden\u003c\/span\u003e\n\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\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\/9-reasonsGallery1.webp?v=1775754277\" alt=\"Glatt, wo immer Sie wollen\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eGlatt, wo immer Sie wollen\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eVon den Waden bis zu den Wangen, von den Achseln bis zur Bikinizone – ja, sogar dort unten.\u003c\/div\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\/9-reasonsGallery2.webp?v=1775754277\" alt=\"Nass?\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eNass?\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eUnser Rasierer liebt eine gute Dusche genauso wie Sie – und er ist 100% wasserdicht.\u003c\/div\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\/9-reasonsGallery3.webp?v=1775754277\" alt=\"Date in fünf Minuten?\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eDate in fünf Minuten?\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eSpäte Einladung? Keine Panik! Schnappen Sie sich einfach unser Gerät für eine schnelle, glatte Rasur.\u003c\/div\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\/9-reasonsGallery4.webp?v=1775754277\" alt=\"Umweltfreundlich rasieren\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eUmweltfreundlich rasieren, Geld sparen\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eEin Rasierer für Jahre. Ihr Portemonnaie (und Mutter Erde) werden es Ihnen danken.\u003c\/div\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\/9-reasonsGallery5.webp?v=1775754277\" alt=\"Weniger Einblicke\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eWeniger «Einblicke» ;)\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eKeine spontane Bein-Akrobatik mehr im Salon – erledigen Sie diese Haare, ohne jemandem ungewollte Einblicke zu gewähren.\u003c\/div\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\/9-reasonsGallery6.webp?v=1775754277\" alt=\"Tschüss Rasurbrand\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eTschüss, Rasurbrand\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eWeil Haarentfernung nicht mit einem «Autsch» einhergehen sollte. Gleiten Sie durch Stoppeln ohne eingewachsene Haare, Verbrennungen oder Unebenheiten.\u003c\/div\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!-- Section 10: Porcentagem --\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\/10-porcentagemImageLeft.webp?v=1775754277\" alt=\"Prozentanteil\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eMehr als \u003cspan class=\"pink-text\"\u003e120'000\u003c\/span\u003e glückliche Kundinnen\u003c\/h2\u003e\n    \u003cdiv class=\"secao-porcentagem\"\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/10-porcentagem1.png?v=1775754277\" alt=\"96% Icon\" loading=\"lazy\"\u003e\n        \u003cspan\u003eGaben an, mit dem HairSilk jedes Mal eine perfekt glatte Rasur erzielt zu haben\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/10-porcentagem2.png?v=1775754277\" alt=\"88% Icon\" loading=\"lazy\"\u003e\n        \u003cspan\u003eRasierten sich in Minuten ohne eingewachsene Haare oder Rasurbrand nach dem Wechsel zum HairSilk\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/10-porcentagem3.png?v=1775754277\" alt=\"94% Icon\" loading=\"lazy\"\u003e\n        \u003cspan\u003eHaben nach dem Testen des HairSilk aufgehört, andere Haarentfernungsmethoden zu verwenden\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"porcentagem-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/10-porcentagem4.png?v=1775754277\" alt=\"0% Icon\" loading=\"lazy\"\u003e\n        \u003cspan\u003eHatten Schnittwunden bei der Verwendung des HairSilk\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size: 0.9em; color: #636363;\"\u003eBasierend auf einer im Jahr 2024 durchgeführten randomisierten Umfrage unter unseren Kundinnen\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 11: Guarantee --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003e\n\u003cspan class=\"pink-text\"\u003e90-Tage\u003c\/span\u003e-Garantie\u003c\/h2\u003e\n  \u003cp\u003eHairSilk® hat die Rasurerfahrung von \u003cb\u003eüber 120'000\u003c\/b\u003e Frauen wirklich verbessert. Wir sind so überzeugt, dass auch Sie ihn lieben werden, dass wir eine \u003cb\u003e90-Tage-Garantie\u003c\/b\u003e anbieten!\u003c\/p\u003e\n  \u003cbutton class=\"botaozin\" onclick=\"smoothScrollTop()\"\u003eAngebot sichern\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- Section 12: FAQ --\u003e\n\u003cdiv class=\"secao\" style=\"background-color: #f5f5f5; padding: 20px 10px; border-radius: 12px;\"\u003e\n  \u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/11-faq.webp?v=1775754277\" alt=\"Häufig gestellte Fragen\"\u003e\n  \n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Ist HairSilk für empfindliche Haut geeignet?\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\u003eJa! Die hypoallergenen Klingen und die hautfreundliche Folienklinge von HairSilk minimieren eingewachsene Haare, Irritationen und Rasurbrand. Er wurde aus hochwertigen Materialien und mit einem Schutzmechanismus gefertigt, um selbst die empfindlichsten Hauttypen zu schützen. Die meisten Kundinnen mit empfindlicher Haut stellen fest, dass sie problemlos eine gründliche, irritationsfreie Rasur erzielen können.\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        Kann ich ihn an verschiedenen Körperstellen verwenden?\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\u003eAuf jeden Fall! Rasieren Sie Ihre Beine, Arme, Achselhöhlen und sogar Ihren Intimbereich – HairSilk ist so konzipiert, dass er alles mit Leichtigkeit meistert. Ausserdem legen wir einen Bonus-Aufsatz für die Gesichtsrasur bei, der perfekt geeignet ist, um Gesichtshaare oder besonders empfindliche Stellen sicher zu trimmen. So haben Sie die volle Kontrolle über jeden Zentimeter Ihres Looks.\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        Wird er an dickerem oder gröberem Haar ziepen oder ziehen?\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\u003eWir haben den HairSilk mit fortschrittlicher Schneidetechnologie und hochwertigen Klingen entwickelt, die das Haar sanft an der Oberfläche anheben und schneiden. Dies reduziert das Risiko von Ziepen oder Ziehen – selbst bei dickem oder grobem Haar – sodass Sie ein sanfteres Gleiten und eine insgesamt angenehmere Rasur erleben.\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        Ist die Anwendung unter der Dusche oder in der Nähe von Wasser sicher?\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\u003eAbsolut! HairSilk liebt das Wasser – er ist von oben bis unten komplett wasserdicht. Sie können ihn also direkt unter der Dusche (oder in der Badewanne) mit Ihren bevorzugten Rasierölen, Cremes oder Schäumen verwenden. Kein vorsichtiges Hantieren mehr; tauchen Sie einfach ein in die glatteste und seidigste Rasur Ihres Lebens. Geniessen Sie es!\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        Kann ich den HairSilk für eine schnelle Trockenrasur verwenden?\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\u003eUnd ob! Egal, ob Sie es eilig haben oder einfach eine unkomplizierte Routine bevorzugen – HairSilk gleitet auch auf trockener Haut wie ein Traum. Kein Wasser, kein Schaum – einfach sofortige Glätte, wann und wo immer Sie sie brauchen. Viele lieben die Freiheit, sich unterwegs zu rasieren, ohne auf Komfort oder Ergebnisse verzichten zu müssen!\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        Erhalte ich ein glattes Ergebnis ohne Rasurbrand oder eingewachsene Haare?\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\u003eHerkömmliche Rasierer reissen an Ihren Haaren und schneiden sie zu tief ab, was zu Irritationen, Rasurbrand und lästigen eingewachsenen Haaren führen kann. Der fortschrittliche Folienrasierer unseres HairSilk ist so konzipiert, dass er genau in der richtigen Länge schneidet – damit Sie ein superglattes Ergebnis geniessen können, ohne das Problem von Ziepen oder Schnittwunden unter der Haut. Keine Unebenheiten, kein Brennen und keine «Autsch»-Momente mehr!\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        Was ist, wenn der HairSilk bei mir nicht funktioniert?\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\u003eWir verstehen vollkommen, dass ein Produkt manchmal nicht perfekt passt. Deshalb bieten wir eine 90-Tage-Geld-zurück-Garantie an – damit Sie HairSilk risikofrei testen können. Wenn Sie von Ihren Ergebnissen nicht begeistert sind, senden Sie uns einfach eine E-Mail und informieren Sie sich über unsere Rückgabebedingungen für die nächsten Schritte. Wir sind hier, um sicherzustellen, dass Sie die glatte Rasur finden, die Sie verdienen!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- The Lightbox --\u003e\n\u003cdiv id=\"myLightbox\" class=\"lightbox\"\u003e\n  \u003cspan class=\"lightbox-close\"\u003e×\u003c\/span\u003e\n  \u003cimg class=\"lightbox-content\" id=\"lightboxImg\"\u003e\n\u003c\/div\u003e\n","brand":"BestGenial","offers":[{"title":"Rosa","offer_id":53276038234455,"sku":"no","price":29.9,"currency_code":"CHF","in_stock":true},{"title":"Blau","offer_id":53276038267223,"sku":"no","price":29.9,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/prod1-dech_17a4fe02-31fe-43eb-8332-40ddb91b74e7.png?v=1775764468","url":"https:\/\/www.steinora.com\/fr\/products\/hairsilk","provider":"Steinora","version":"1.0","type":"link"}