{"product_id":"maxteck","title":"MaxTeck®","description":"\u003cstyle\u003e\n  .secao {\n    text-align: center;\n    max-width: 1200px;\n    margin: 30px auto;\n    padding-top: 10px;\n    padding-bottom: 10px;\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  .yellow-text {\n    color: #ffde05;\n  }\n  .secao-grid,\n  .secao-grid-reverse {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1em;\n    align-items: center;\n    justify-items: center;\n    margin-bottom: 15px;\n    max-width: 1200px;\n    margin: 30px auto;\n    border-radius: 12px;\n  }\n\n  \/* \n   * Grid Area Definitions\n   * Used for the various text\/image layouts (zigzag, mosaic)\n   *\/\n  .secao-grid {\n    grid-template-areas: \"content image\";\n  }\n\n  h4 {\n    margin-top: 0;\n  }\n  .secao-grid-reverse {\n    grid-template-areas: \"image content\";\n  }\n  .secao-image {\n    grid-area: image;\n  }\n  .secao-image img {\n    width: 100%;\n    height: 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  .tabela-header {\n    display: grid;\n    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr) 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) minmax(0, 1fr) 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: 1px solid #e0e0e0;\n    text-align: center;\n    font-size: 1em;\n    color: #000;\n    font-weight: 600;\n  }\n\n  .tabela-coluna-2 {\n    grid-column: 2 !important;\n    color: #ffde05;\n    font-weight: 600;\n    border-bottom: none;\n    text-align: center;\n    background-color: #000;\n  }\n  .tabela-coluna-3 {\n    grid-column: 3 !important;\n    color: #000;\n    font-weight: 600;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: center;\n  }\n  .tabela-titulo {\n    text-align: center;\n    font-weight: 800;\n    font-size: 1em !important;\n    color: #000;\n    background-color: #fff;\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-3.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    border-bottom: none;\n  }\n  .tabela-coluna-3.tabela-rodape {\n    border-radius: 0 0 15px 0;\n    border-bottom: none;\n  }\n  .accordion {\n    width: 100%;\n    max-width: 800px;\n    margin: 20px auto;\n    border-radius: 10px;\n    border: none;\n    font-size: 0.9em;\n  }\n  .accordion-item {\n    border-top: 1px solid #f8f8f8;\n    background-color: white;\n  }\n  .accordion-item:last-child {\n    border-bottom: 1px solid #f8f8f8;\n  }\n  .accordion-header {\n    padding: 15px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    text-align: left;\n    font-weight: bold;\n  }\n  .accordion-header:hover {\n    background-color: #ffde051c;\n  }\n  .accordion-body {\n    text-align: left;\n    padding: 0 15px;\n    max-height: 0;\n    overflow: hidden;\n    transition:\n      max-height 0.3s ease,\n      padding 0.3s ease;\n  }\n  .accordion-body.active {\n    max-height: 500px;\n    padding: 15px;\n    margin-bottom: 15px;\n  }\n  .accordion-header .icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 20px;\n    height: 20px;\n    transition: transform 0.3s ease;\n    transform: rotate(45deg);\n  }\n  .accordion-header.active .icon {\n    transform: rotate(0deg);\n  }\n  .accordion-header .icon svg {\n    width: 100%;\n    height: 100%;\n    fill: currentColor;\n  }\n  \/* Five Panels Carousel Styles *\/\n  .five-panel-carousel {\n    position: relative;\n    max-width: 1200px;\n    margin: 40px auto;\n    overflow: hidden;\n    padding: 0 20px;\n  }\n  .five-panel-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n    gap: 20px;\n  }\n\n  .five-panel-slide {\n    flex: 0 0 100%;\n    display: flex;\n    justify-content: center; \/* Center the card inside the slide *\/\n  }\n\n  .five-panel-card {\n    width: 100%;\n    \/* Mobile max-width constraint *\/\n    max-width: 300px;\n    background: #f3f3f3;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-sizing: border-box;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    padding: 0;\n    gap: 15px;\n  }\n\n  .five-panel-card img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    border-radius: 8px;\n    border: none;\n    box-shadow: none;\n  }\n\n  .five-panel-content {\n    padding: 0;\n    flex-grow: 1;\n    display: flex;\n    flex-direction: column;\n    text-align: center;\n  }\n\n  .star-text {\n    font-size: 1.25em;\n    font-weight: bold;\n    margin-bottom: 5px;\n    color: #ffd105;\n  }\n\n  .five-panel-title {\n    font-size: 1.1em;\n    font-weight: bold;\n    margin-bottom: 0px;\n    color: #000;\n  }\n\n  .five-panel-stat {\n    border-radius: 8px;\n    padding: 15px;\n    font-size: 0.9em;\n    color: #333;\n  }\n\n  .five-panel-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 34px;\n    height: 34px;\n    background-color: #fff;\n    border: 1px solid #ddd;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    z-index: 10;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n    transition: background-color 0.3s;\n  }\n\n  .five-panel-arrow:hover {\n    background-color: #ffde05;\n  }\n\n  .five-panel-arrow.prev {\n    left: 10px;\n  }\n  .five-panel-arrow.next {\n    right: 10px;\n  }\n\n  \/* Dots Styles *\/\n  .five-panel-dots {\n    text-align: center;\n    padding-top: 20px;\n    width: 100%;\n  }\n\n  .five-panel-dot {\n    cursor: pointer;\n    height: 12px;\n    width: 12px;\n    margin: 0 5px;\n    background-color: #f0f0f0;\n    border-radius: 50%;\n    display: inline-block;\n    transition: background-color 0.6s ease;\n  }\n\n  .five-panel-dot.active {\n    background-color: #ffde05;\n  }\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  .scrolling-track {\n    display: flex;\n    width: max-content;\n    animation: scrollLeft 60s linear infinite; \/* base speed *\/\n  }\n\n  \/* Banner Specifics *\/\n  .scrolling-banner-container {\n    margin: 20px 0;\n    padding: 20px 0;\n    background-color: transparent;\n  }\n\n  .scrolling-banner-track {\n    animation-duration: 60s;\n  }\n\n  .scrolling-banner-track img {\n    height: 60px;\n    width: auto;\n    object-fit: contain;\n    margin-right: 20px;\n    flex-shrink: 0;\n    display: block;\n  }\n\n  \/* Desktop Specifics *\/\n  @media (min-width: 601px) {\n    \/* Increased breakpoint for 3 items *\/\n    .five-panel-slide {\n      \/* \n           Calculation for 3 items with 20px gaps:\n           100% \/ 3, minus gap\n        *\/\n      flex: 0 0 calc(33.333% - 14px); \/* (100% \/ 3) minus gap adjustment *\/\n    }\n    .five-panel-card {\n      max-width: none;\n    }\n  }\n\n  \/* Mobile Specifics *\/\n  @media (max-width: 600px) {\n    .secao-grid,\n    .secao-grid-reverse {\n      grid-template-columns: 1fr;\n      grid-template-areas:\n        \"image\"\n        \"content\";\n    }\n    .secao-image img {\n      max-width: 400px;\n    }\n    .tabela-cell {\n      font-size: 0.85em;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ Accordion functionality\n    const accordionHeaders = document.querySelectorAll(\".accordion-header\");\n    accordionHeaders.forEach((header) =\u003e {\n      header.addEventListener(\"click\", function () {\n        const allBodies = document.querySelectorAll(\".accordion-body\");\n        const allHeaders = document.querySelectorAll(\".accordion-header\");\n        const currentBody = this.nextElementSibling;\n        const isActive = currentBody.classList.contains(\"active\");\n\n        \/\/ Close all\n        allBodies.forEach((body) =\u003e {\n          body.classList.remove(\"active\");\n          body.style.maxHeight = null;\n        });\n        allHeaders.forEach((h) =\u003e {\n          h.classList.remove(\"active\");\n        });\n\n        \/\/ Open current if it wasn't active\n        if (!isActive) {\n          currentBody.classList.add(\"active\");\n          this.classList.add(\"active\");\n          currentBody.style.maxHeight = currentBody.scrollHeight + 80 + \"px\";\n        }\n      });\n    });\n\n    \/\/ Five Panels Carousel Logic\n    \/\/ --------------------------\n    const fivePanelTrack = document.querySelector(\".five-panel-track\");\n    if (fivePanelTrack) {\n      const cards = Array.from(fivePanelTrack.children);\n      const nextBtn = document.querySelector(\".five-panel-arrow.next\");\n      const prevBtn = document.querySelector(\".five-panel-arrow.prev\");\n      let currentIndex = 0;\n\n      \/\/ Updates the track position based on the current index\n      function updateFivePanelCarousel() {\n        const cardStyle = window.getComputedStyle(cards[0]);\n        const cardWidth = cards[0].offsetWidth;\n        \/\/ Includes gap if we calculated it right, but flex gap is separate.\n        \/\/ We need to move by (card width + gap).\n        \/\/ Let's get the gap from the track style\n        const trackStyle = window.getComputedStyle(fivePanelTrack);\n        const gap = parseFloat(trackStyle.gap) || 0;\n\n        const moveAmount = cardWidth + gap;\n        fivePanelTrack.style.transform = `translateX(-${currentIndex * moveAmount}px)`;\n      }\n\n      function getVisibleCount() {\n        return window.innerWidth \u003e= 600 ? 3 : 1;\n      }\n\n      function moveNext() {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount; \/\/ The last index we can scroll to\n\n        if (currentIndex \u003e= maxIndex) {\n          \/\/ Infinite loop: Jump back to start\n          currentIndex = 0;\n        } else {\n          currentIndex++;\n        }\n        updateFivePanelCarousel();\n      }\n\n      function movePrev() {\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n\n        if (currentIndex \u003c= 0) {\n          \/\/ Infinite loop: Jump to end\n          currentIndex = maxIndex;\n        } else {\n          currentIndex--;\n        }\n        updateFivePanelCarousel();\n      }\n\n      if (nextBtn) nextBtn.addEventListener(\"click\", moveNext);\n      if (prevBtn) prevBtn.addEventListener(\"click\", movePrev);\n\n      \/\/ Swipe support for mobile\n      let touchStartX = 0;\n      let touchEndX = 0;\n\n      fivePanelTrack.addEventListener(\n        \"touchstart\",\n        (e) =\u003e {\n          touchStartX = e.changedTouches[0].screenX;\n        },\n        { passive: true },\n      );\n\n      fivePanelTrack.addEventListener(\n        \"touchend\",\n        (e) =\u003e {\n          touchEndX = e.changedTouches[0].screenX;\n          if (touchStartX - touchEndX \u003e 50) moveNext();\n          if (touchEndX - touchStartX \u003e 50) movePrev();\n        },\n        { passive: true },\n      );\n\n      window.addEventListener(\"resize\", updateFivePanelCarousel);\n\n      \/\/ Dots Logic\n      const dotsContainer = document.querySelector(\".five-panel-dots\");\n\n      function createDots() {\n        if (!dotsContainer) return;\n\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n        \/\/ Number of dots = number of reachable starting positions (0 to maxIndex) =\u003e maxIndex + 1\n        const dotCount = maxIndex + 1;\n\n        dotsContainer.innerHTML = \"\";\n        const newDots = [];\n\n        for (let i = 0; i \u003c dotCount; i++) {\n          const dot = document.createElement(\"span\");\n          dot.classList.add(\"five-panel-dot\");\n          if (i === currentIndex) dot.classList.add(\"active\"); \/\/ active might need check if index is valid\n\n          dot.addEventListener(\"click\", () =\u003e {\n            currentIndex = i;\n            updateFivePanelCarousel();\n          });\n          dotsContainer.appendChild(dot);\n          newDots.push(dot);\n        }\n        return newDots;\n      }\n\n      let dots = createDots();\n\n      \/\/ Update dots in update function\n      const originalUpdate = updateFivePanelCarousel;\n      updateFivePanelCarousel = function () {\n        originalUpdate();\n\n        \/\/ Re-highlight dots\n        if (dots \u0026\u0026 dots.length \u003e 0) {\n          dots.forEach((dot, i) =\u003e {\n            dot.classList.toggle(\"active\", i === currentIndex);\n          });\n        }\n      };\n\n      window.addEventListener(\"resize\", () =\u003e {\n        \/\/ On resize, we need to regenerate dots because maxIndex changes\n        \/\/ Also clamp currentIndex if it exceeds new max\n        const visibleCount = getVisibleCount();\n        const maxIndex = cards.length - visibleCount;\n\n        if (currentIndex \u003e maxIndex) {\n          currentIndex = maxIndex;\n        }\n\n        updateFivePanelCarousel(); \/\/ Update position first\n        dots = createDots(); \/\/ Then recreate dots\n      });\n\n      \/\/ Initial call to set positions if needed, though default 0 is fine\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-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\u003c\/script\u003e\n\n\u003c!-- 1: Big Image 1 --\u003e\n\u003cdiv\u003e\n  \u003cstyle\u003e\n    .bigimage {\n      width: 100%;\n      max-width: 600px;\n      display: block;\n      margin: 0 auto;\n    }\n  \u003c\/style\u003e\n  \u003cimg class=\"bigimage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/1-bigImage-dech.webp?v=1776966030\" alt=\"MaxTeck Sicherheitsschuhe\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- 2: Scrolling banner --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eGesehen auf:\u003c\/h2\u003e\n  \u003cdiv class=\"scrolling-wrapper scrolling-banner-container\"\u003e\n    \u003cdiv class=\"scrolling-track scrolling-banner-track\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand1.jpg?v=1776966030\" alt=\"marke 1\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand2.svg?v=1776966030\" alt=\"marke 2\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand3.webp?v=1776966029\" alt=\"marke 3\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/2-brand4.webp?v=1776966029\" alt=\"marke 4\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 3: Big Image 2 --\u003e\n\u003cdiv\u003e\n  \u003cimg class=\"bigimage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8320\/1562\/files\/3-bigImage-dech.webp?v=1776966030\" alt=\"Produkteigenschaften\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4: gif gallery --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003cstyle\u003e\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: 34px;\n    height: 34px;\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: #ffde05;\n  }\n  .gallery-arrow.prev { left: 5px; }\n  .gallery-arrow.next { right: 5px; }\n  \u003c\/style\u003e\n\n  \u003ch2\u003eUnter \u003cspan class=\"yellow-text\"\u003erealen Bedingungen\u003c\/span\u003e getestet!\u003c\/h2\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\/4-videoGallery1.webp?v=1776966031\" alt=\"galerie 1\" 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\/4-videoGallery2.webp?v=1776966032\" alt=\"galerie 2\" 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\/4-videoGallery3.webp?v=1776966031\" alt=\"galerie 3\" 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\/4-videoGallery4.webp?v=1776966032\" alt=\"galerie 4\" 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\/4-videoGallery5.webp?v=1776966032\" alt=\"galerie 5\" 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\/4-videoGallery6.webp?v=1776966032\" alt=\"galerie 6\" 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\/4-videoGallery7.webp?v=1776966032\" alt=\"galerie 7\" 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!-- 5: reviews --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eÜber \u003cspan class=\"yellow-text\"\u003e23'000 zufriedene Profis\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\/5-review1.webp?v=1776966030\" alt=\"Bewertung 1\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"star-text\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eHans\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eAngesichts des Preises und der Versprechungen war ich etwas skeptisch, aber ich hatte jeden Abend Rückenschmerzen mit meinen alten Sicherheitsschuhen, also habe ich bestellt.\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\/5-review2.webp?v=1776966030\" alt=\"Bewertung 2\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"star-text\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eMatthias\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eIch hatte ein Jahr lang andere Modelle, super schwer. Mein Kollege zeigte mir seine MaxTeck®, ich habe sie getestet und sofort bestellt.\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\/5-review3.jpg?v=1776966030\" alt=\"Bewertung 3\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"star-text\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eMarc\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eGekauft für meine Jungs nach einer Präsentation eines Orthopäden über Muskel-Skelett-Erkrankungen.\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\/5-review4.avif?v=1776966031\" alt=\"Bewertung 4\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"star-text\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eMichael\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eZufrieden. Ich würde keine anderen Marken mehr kaufen. Mit diesem Paar hat man die gleiche Robustheit bei mehr Komfort und besserem Design für weniger Geld. 5 Sterne.\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\/5-review5.webp?v=1776966030\" alt=\"Bewertung 5\"\u003e\n          \u003cdiv class=\"five-panel-content\"\u003e\n            \u003cdiv class=\"star-text\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-title\"\u003eAndreas\u003c\/div\u003e\n            \u003cdiv class=\"five-panel-stat\"\u003eIch laufe täglich 5 bis 10 km im Lager, und mit meinen alten Schuhen hatte ich am Abend total schmerzende Füsse.\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!-- 6: 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\/6-imageLeft.webp?v=1776966030\" alt=\"Sneaker Look\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eDer Look eines Premium-Sneakers – Der Schutz einer Festung\u003c\/h2\u003e\n    \u003cp\u003eSchluss mit lächerlichen Kompromissen zwischen Stil und Sicherheit.\u003c\/p\u003e\n    \u003cp\u003eDie MaxTeck® verbinden die Ästhetik von Luxus-Sneakern mit Schutz auf Militärniveau. Das Ergebnis? Ein Look, der so stylisch ist, dass Sie die Schuhe sogar am Wochenende tragen werden.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 7: 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\/7-imageRight.webp?v=1776966030\" alt=\"Drehverschluss\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eMillimetergenaue Anpassung in 2 Sekunden – Exklusive Technologie\u003c\/h2\u003e\n    \u003cp\u003eUnser patentiertes Drehsystem ermöglicht professionelles Anziehen in nur 2 Sekunden: chirurgische Präzision, unerschütterlicher Halt, individueller Komfort.\u003c\/p\u003e\n    \u003cp\u003eFür Männer, die keine Zeit für schlecht durchdachte Details verschwenden. Ein Handgriff, und Sie sind bereit, den Tag zu meistern.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 8: 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\/8-imageLeft.webp?v=1776966030\" alt=\"Garantie\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"secao-content\"\u003e\n    \u003ch2\u003eUnsere Profi-Garantie\u003c\/h2\u003e\n    \u003cp\u003eFalls unsere Schuhe Ihr Arbeitserlebnis nicht radikal verbessern, senden Sie sie innerhalb von 30 Tagen zurück.\u003c\/p\u003e\n    \u003cp\u003eVolle Rückerstattung, ohne Fragen.\u003c\/p\u003e\n    \u003cp\u003eWeil Ihr Komfort bei der Arbeit nicht verhandelbar sein sollte.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 9: comparison table --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch2\u003eVorteile, die \u003cspan class=\"yellow-text\"\u003eden Unterschied machen.\u003c\/span\u003e\n\u003c\/h2\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\"\u003eUnsere\u003c\/div\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-3 tabela-titulo\"\u003eAndere\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"tabela-comparacao\"\u003e\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003e24h Komfort\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\n        \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\n      \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\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eVerschluss ohne Schnürsenkel\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\n        \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\n      \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\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eLeicht \u0026amp; Atmungsaktiv\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\n        \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\n      \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\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1\"\u003eSicherheits-Stahlkappe\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\n        \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\n      \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\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tabela-cell tabela-coluna-1 tabela-rodape\"\u003eSchmerzfrei \u0026amp; bequem\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\n        \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\n      \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\n        \u003cpath d=\"M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 10: FAQ --\u003e\n\u003cdiv class=\"secao\"\u003e\n  \u003ch4\u003eHaben Sie eine Frage?\u003c\/h4\u003e\n  \u003ch2\u003eHier finden Sie die Antworten\u003c\/h2\u003e\n  \u003cdiv class=\"accordion\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\"\u003e\n        Sind sie rutschfest?\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\u003eDie MaxTeck® sind SRC-zertifiziert, die strengste Rutschfestigkeitsnorm in Europa.\u003c\/p\u003e\n        \u003cp\u003eDas bedeutet, dass sie getestet und validiert wurden auf:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eNassen Fliesenböden (Norm SR)\u003c\/li\u003e\n          \u003cli\u003eStahlböden mit Glycerin (Norm SC)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eDie SRC-Zertifizierung kombiniert beide Normen = maximaler Grip garantiert auf allen Oberflächen, egal ob nass, fettig oder ölig.\u003c\/p\u003e\n        \u003cp\u003eWenn Ihre Arbeit rutschfeste Schuhe erfordert, entspricht die Norm S3 Ihren Anforderungen.\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        Sind sie wasserdicht?\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\u003eDie MaxTeck® sind wasserabweisend und WR-zertifiziert (Water Resistant).\u003c\/p\u003e\n        \u003cp\u003eSie schützen effektiv vor:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eRegen\u003c\/li\u003e\n          \u003cli\u003eSpritzwasser\u003c\/li\u003e\n          \u003cli\u003eNassen Oberflächen\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003ePerfekt für alle Berufe, die Feuchtigkeit ausgesetzt sind.\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        Sind sie für meine Arbeitsumgebung 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\u003eDie MaxTeck® sind S3-zertifiziert und damit für ALLE anspruchsvollen Arbeitsumgebungen geeignet:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eHarte Böden (Beton, Fliesen, Asphalt)\u003c\/li\u003e\n          \u003cli\u003eLanges Stehen (6 bis über 12 Stunden täglich)\u003c\/li\u003e\n          \u003cli\u003eIntensives Gehen (über 10'000 Schritte pro Tag)\u003c\/li\u003e\n          \u003cli\u003eHantieren mit Lasten\u003c\/li\u003e\n          \u003cli\u003eNasse oder fettige Oberflächen (SRC-zertifiziert)\u003c\/li\u003e\n          \u003cli\u003eGefahr durch herabfallende Gegenstände\u003c\/li\u003e\n          \u003cli\u003eDurchtrittgefahr\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eEgal ob drinnen oder draussen, sie erfüllen alle Anforderungen der S3-Zertifizierung.\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        Wie funktioniert das Drehverschluss-System?\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\u003eDas Drehsystem funktioniert über ein Rädchen, das man im Uhrzeigersinn dreht, um den Schuh festzuziehen, und gegen den Uhrzeigersinn, um ihn zu lockern. Diese Technologie ermöglicht eine millimetergenaue Anpassung in nur 2 Sekunden und bietet eine weitaus höhere Präzision und Geschwindigkeit als herkömmliche Schnürsenkel.\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 der Unterschied zu meinen aktuellen Sicherheitsschuhen?\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\u003eUnsere Schuhe sind 45 % leichter als Standardmodelle bei gleichem S3-Schutz.\u003c\/p\u003e\n        \u003cp\u003eDie Einlegesohle aus hochdichtem Memory-Schaum eliminiert Fussschmerzen, und das moderne Design erinnert an echte Sneaker. Sie erhalten das gleiche Mass an Sicherheit mit revolutionärem Komfort und Stil.\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        Erfüllen die MaxTeck® wirklich die S3-Norm?\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\u003eUnsere Schuhe sind nach der europäischen Norm EN ISO 20345 S3 zertifiziert. Dies garantiert eine Stahlkappe, die 200 Joule Stössen standhält, eine durchtrittsichere Kevlar-Sohle, Wasserbeständigkeit und antistatische Eigenschaften.\u003c\/p\u003e\n        \u003cp\u003eAlle Tests werden von unabhängigen Zertifizierungsstellen 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\"\u003e\n        Kann ich sie den ganzen Tag ohne Schmerzen tragen?\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\u003eDie Memory-Schaum-Sohle und die extrem leichte Bauweise sind speziell für lange Arbeitstage konzipiert.\u003c\/p\u003e\n        \u003cp\u003eUnsere Schuhe wurden in Schichten von 12 aufeinanderfolgenden Stunden getestet. Sollten Sie das geringste Unbehagen verspüren, erstatten wir Ihnen innerhalb von 30 Tagen den vollen Betrag zurück.\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        Hält der Sneaker-Look auch auf Baustellen stand?\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\u003eObwohl sie wie Sneaker aussehen, verwenden unsere Schuhe hochfeste Industriematerialien: verstärktes Mesh, versiegelte Nähte und eine professionelle rutschfeste Sohle.\u003c\/p\u003e\n        \u003cp\u003eSie sind beständig gegen Schlamm, Staub und Spritzer und zudem leicht zu reinigen.\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        Wie wähle ich meine Grösse aus?\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\u003eUnsere Grössen entsprechen den klassischen europäischen Standards. Wenn Sie zwischen zwei Grössen schwanken, wählen Sie die grössere Nummer für mehr Komfort.\u003c\/p\u003e\n        \u003cp\u003eBeachten Sie unseren detaillierten Grössenberater mit Zentimeterangaben unter den Produktfotos.\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        Garantie und Rückgabe\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\u003eUnsere 12-monatige Garantie deckt alle Fabrikations- und Materialfehler ab. Normaler Verschleiss durch den täglichen Gebrauch ist nicht gedeckt.\u003c\/p\u003e\n        \u003cp\u003eSenden Sie uns im Problemfall einfach ein Foto mit der Beschreibung an unsere E-Mail-Adresse. Wir veranlassen einen kostenlosen Ersatz, wenn der Defekt bestätigt wird.\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        Lieferfristen\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 versenden direkt aus unserem Lager mit optimierten Lieferzeiten für die Schweiz. Lieferung in 3 bis 5 Werktagen. Bei entlegenen Regionen kann es etwas länger dauern.\u003c\/p\u003e\n        \u003cp\u003eAlle Bestellungen beinhalten eine Paketverfolgung in Echtzeit und kostenlosen Versand.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BestGenial","offers":[{"title":"36 \/ Schwarz","offer_id":53396841988439,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"36 \/ Grau","offer_id":53396842021207,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"37 \/ Schwarz","offer_id":53396842053975,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"37 \/ Grau","offer_id":53396842086743,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"38 \/ Schwarz","offer_id":53396842119511,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"38 \/ Grau","offer_id":53396842152279,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"39 \/ Schwarz","offer_id":53396842185047,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"39 \/ Grau","offer_id":53396842217815,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"40 \/ Schwarz","offer_id":53396842250583,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"40 \/ Grau","offer_id":53396842283351,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"41 \/ Schwarz","offer_id":53396842316119,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"41 \/ Grau","offer_id":53396842348887,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"42 \/ Schwarz","offer_id":53396842381655,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"42 \/ Grau","offer_id":53396842414423,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"43 \/ Schwarz","offer_id":53396842447191,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"43 \/ Grau","offer_id":53396842479959,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"44 \/ Schwarz","offer_id":53396842512727,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"44 \/ Grau","offer_id":53396842545495,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"45 \/ Schwarz","offer_id":53396842578263,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"45 \/ Grau","offer_id":53396842611031,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"46 \/ Schwarz","offer_id":53396842643799,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"46 \/ Grau","offer_id":53396842676567,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"47 \/ Schwarz","offer_id":53396842709335,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"47 \/ Grau","offer_id":53396842742103,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"48 \/ Schwarz","offer_id":53396842774871,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"48 \/ Grau","offer_id":53396842807639,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"49 \/ Schwarz","offer_id":53396842840407,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"49 \/ Grau","offer_id":53396842873175,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"50 \/ Schwarz","offer_id":53396842905943,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true},{"title":"50 \/ Grau","offer_id":53396842938711,"sku":"no","price":49.9,"currency_code":"CHF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0502\/6430\/9916\/files\/prod1-dech_9cbc6901-a467-4111-a4a6-e597f7d9fdff.webp?v=1777058910","url":"https:\/\/www.steinora.com\/et\/products\/maxteck","provider":"Steinora","version":"1.0","type":"link"}