{"title":"Getränke","description":"","products":[{"product_id":"mangogetrank-mit-nata-de-coco-mogu-mogu-1l","title":"MOGU MOGU Mangogetränk mit Nata de Coco 1L","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eTropischer Mangodrink mit Nata‑de‑Coco-Stückchen – süß, fruchtig und chewy\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut schütteln, kalt servieren\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Mangosaftkonzentrat, Nata de Coco, Zitronensäure, Aroma, Farbstoff\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKann Spuren enthalten von Milch, Soja\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 40 kcal, Fett: 0 g, Kohlenhydrate: 10 g, Eiweiß: 0 g, Salz: 0,02 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht für Kleinkinder – Fruchtgelb und Stückchen erfordern Kauen\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":51078160351569,"sku":"10111822168401","price":5.8,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-75149png-87.jpg?v=1773615339"},{"product_id":"erdbeergetrank-mit-nata-de-coco-1l","title":"MOGU MOGU Erdbeergetränk mit Nata de Coco 1L","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischungsgetränk mit Erdbeeraroma und Nata-de-Coco-Stückchen – fruchtig, süß und mit Biss\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut schütteln – am besten kalt servieren\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Erdbeeraroma, Nata de Coco, Zitronensäure, Farbstoff\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKann Spuren enthalten von Milch\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 39 kcal, Fett: 0 g, Kohlenhydrate: 9,5 g, Eiweiß: 0 g, Salz: 0,01 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eFür Kinder nur unter Aufsicht – enthält Fruchtstücke\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":51078177685841,"sku":"10111830917457","price":5.8,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-75147png-89.jpg?v=1773615341"},{"product_id":"guavegetrank-mit-nata-de-coco-320-ml","title":"MOGU MOGU Guavegetränk Mit Nata De Coco 320 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003ePfirsichgeschmack trifft auf Nata de Coco – fruchtig, süß und mit Kaugefühl\n\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eVor Gebrauch gut schütteln, kalt genießen\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Pfirsicharoma, Nata de Coco, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKann Spuren enthalten von Milch\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 510 kcal, Fett: 30 g, Kohlenhydrate: 55 g, Eiweiß: 6 g, Salz: 2,5 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht für Kleinkinder geeignet – Bissfestigkeit beachten.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":51078244958545,"sku":"10111866798417","price":1.85,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-75128png-97.jpg?v=1773615342"},{"product_id":"pfirsichgetrank-mit-nata-de-coco-320-ml","title":"MOGU MOGU Pfirsichgetränk Mit Nata De Coco 320 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eFruchtiger Wassermelonendrink mit Nata-Stückchen – sommerlich, süß und exotisch\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eKalt genießen – gut schütteln\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Wassermelonenaroma, Nata de Coco, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKann Spuren enthalten von Milch\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 37 kcal, Fett: 0 g, Kohlenhydrate: 9,2 g, Eiweiß: 0 g, Salz: 0,02 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eFür Kinder nur unter Aufsicht geeignet – Gelwürfel gut kauen\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":51078258229585,"sku":"10111873646929","price":1.85,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-75129png-99.jpg?v=1773615344"},{"product_id":"zuckerwatte-getrank-mogu-mogu-320-ml","title":"MOGU MOGU Zuckerwatte Getränk 320 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eVerspieltes Getränk mit Zuckerwatte-Geschmack und Nata-de-Coco-Stückchen – süß, exotisch und chewy\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut schütteln und kalt genießen – Nata-Stücke gut kauen\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Nata de Coco, Aroma, Zitronensäure, Farbstoff\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKann Spuren enthalten von Milch, Soja\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 39 kcal, Fett: 0 g, Kohlenhydrate: 9,7 g, Eiweiß: 0 g, Salz: 0,02 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht geeignet für Kleinkinder – enthält Gelwürfel\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":51078319046993,"sku":"10111908413777","price":1.85,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-75151png-107.jpg?v=1773615349"},{"product_id":"getrank-eistee-litschi-500-ml","title":"POKKA Getränk Eistee Litschi 500 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eAromatischer Eistee mit exotischer Litschi-Note – mild süß und sehr erfrischend\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eKalt genießen – bei Bedarf mit Eiswürfel servieren\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Schwarztee-Extrakt, Zucker, Litschiaroma, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 25 kcal, Fett: 0 g, Kohlenhydrate: 6,2 g, Eiweiß: 0 g, Salz: 0,01 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNach dem Öffnen im Kühlschrank aufbewahren.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Pokka","offers":[{"title":"Default Title","offer_id":51078379995473,"sku":"10111945834833","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-10012png-111.jpg?v=1773615352"},{"product_id":"getrank-eistee-pfirsich-500-ml","title":"POKKA Getränk Eistee Pfirsich 500 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003ePfirsichgeschmack trifft Schwarztee – fruchtig, leicht süß und angenehm weich im Abgang\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eAm besten eiskalt servieren\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Schwarztee-Extrakt, Zucker, Pfirsicharoma, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 24 kcal, Fett: 0 g, Kohlenhydrate: 6 g, Eiweiß: 0 g, Salz: 0,01 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eVor Sonne schützen.\u003cbr\u003eNach dem Öffnen kühl lagern.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Pokka","offers":[{"title":"Default Title","offer_id":51078410797393,"sku":"10111963758929","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-10011png-113.jpg?v=1773615353"},{"product_id":"getrank-oolong-tee-500-ml","title":"POKKA Getränk Oolong Tee 500 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eHalbfermentierter Tee mit mild-herbem Geschmack – ohne Zucker, kalorienarm und belebend\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGekühlt genießen oder bei Raumtemperatur\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Oolong-Teeextrakt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 0 kcal, Fett: 0 g, Kohlenhydrate: 0 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNach Öffnung gekühlt lagern\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Pokka","offers":[{"title":"Default Title","offer_id":51078431244625,"sku":"10111979290961","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-10016png-115.jpg?v=1773615355"},{"product_id":"orangengetrank-fanta-325-ml","title":"Fanta Orange 325 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eKlassische Fanta Orange – süß, spritzig und weltweit beliebt\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt trinken\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Orangensaftkonzentrat, Kohlensäure, Zitronensäure, Farbstoff, Aroma\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 41 kcal, Fett: 0 g, Kohlenhydrate: 10 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht in der Sonne lagern – kohlensäurehaltig\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Fanta","offers":[{"title":"Default Title","offer_id":51078473318737,"sku":"10111997346129","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbilder625wx625h-11272png-121.jpg?v=1773615356"},{"product_id":"bubble-milk-tea-brauner-zucker-210g","title":"3:15PM Bubble Milk Tea Brauner Zucker Kit 210g","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eTrendiger Milchtee mit karamelligem Braunzucker-Aroma und weichen Tapiokaperlen zum Selberzubereiten – süß, cremig und voller Boba-Genuss. Die perfekte Kombination aus intensiver Süße und samtiger Textur bringt das beliebte Bubble-Tea-Erlebnis direkt zu dir nach Hause.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eBitte die Gebrauchsanweisung auf der Verpackung beachten.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Milchpulver, Schwarzer Tee-Extrakt, Brauner Zucker, Tapiokaperlen, pflanzliche Öle\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eEnthält: Milch\u003cbr\u003e\nKann Spuren enthalten von Soja\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 65 kcal, Fett: 1,4 g, Kohlenhydrate: 11,5 g, Eiweiß: 1 g, Salz: 0,1 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTapiokaperlen gut kauen – Erstickungsgefahr bei hastigem Verzehr\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"3:15 PM","offers":[{"title":"Default Title","offer_id":51090278941009,"sku":"10116237558097","price":5.39,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4183-13png-153.jpg?v=1773615376"},{"product_id":"bubble-milk-tea-taro-210g","title":"3:15PM Bubble Milk Tea Taro Kit 210g","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eCremiger Milchtee mit exotischem Taro-Aroma und Tapiokaperlen zum Selberzubereiten – süßlich, samtig und ein echtes Geschmackserlebnis. Die Kombination aus milchiger Tiefe und dem leicht nussigen Geschmack der Taro-Wurzel macht dieses DIY-Set zum perfekten Genussmoment für Zuhause.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eBitte die Gebrauchsanweisung auf der Verpackung beachten.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Milchpulver, Taro-Aroma, Schwarztee-Extrakt, Tapiokastärke\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eEnthält: Milch\u003cbr\u003e\nKann Spuren enthalten von Soja\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 60 kcal, Fett: 1,2 g, Kohlenhydrate: 11 g, Eiweiß: 0,8 g, Salz: 0,1 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht für Kinder unter 3 Jahren (Tapiokaperlen)\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"3:15 PM","offers":[{"title":"Default Title","offer_id":51090281103697,"sku":"10116238934353","price":8.5,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4183-14png-155.jpg?v=1773615387"},{"product_id":"chupa-chups-sparkling-strawberry-cream-345ml","title":"CHUPA CHUPS Sparkling Strawberry Cream 345ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eLimonade mit Erdbeer-Sahne-Geschmack – cremig, süß und spritzig\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eAm besten gut gekühlt genießen\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Aroma, Zitronensäure, Farbstoff\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 44 kcal, Fett: 0 g, Kohlenhydrate: 11 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eVor dem Öffnen nicht schütteln – Kohlensäurehaltig\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"CHUPA CHUPS","offers":[{"title":"Default Title","offer_id":51090293260625,"sku":"10116243194193","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4651-4png-157.jpg?v=1773615452"},{"product_id":"chupa-chups-sparkling-cherry-bubble-gum-345ml","title":"CHUPA CHUPS Sparkling Cherry Bubble Gum 345ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eKirsche trifft Kaugummi – spritziges Softdrink-Erlebnis mit Kultgeschmack\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eAm besten eiskalt servieren\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Aroma, Zitronensäure, Farbstoff\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 44 kcal, Fett: 0 g, Kohlenhydrate: 11 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKohlensäurehaltig – Dose nicht schütteln\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"CHUPA CHUPS","offers":[{"title":"Default Title","offer_id":51090295554385,"sku":"10116243980625","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4651-6png-159.jpg?v=1773615455"},{"product_id":"chupa-chups-sparkling-wassermelone-345ml","title":"CHUPA CHUPS Sparkling Wassermelone 345ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eSüßes Limonadengetränk mit Wassermelonengeschmack – sommerlich und aromatisch\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt trinken\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Aroma, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 42 kcal, Fett: 0 g, Kohlenhydrate: 10,5 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht schütteln – Kohlensäurehaltig\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"CHUPA CHUPS","offers":[{"title":"Default Title","offer_id":51090298700113,"sku":"10116245455185","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4651-7png-161.jpg?v=1773615457"},{"product_id":"chupa-chups-sparkling-traube-345ml","title":"CHUPA CHUPS Sparkling Traube 345ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eLimonade mit intensivem Traubengeschmack – fruchtig und spritzig\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGekühlt genießen\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Aroma, Zitronensäure, Farbstoff\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 42 kcal, Fett: 0 g, Kohlenhydrate: 10,5 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht schütteln – Kohlensäurehaltig\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"CHUPA CHUPS","offers":[{"title":"Default Title","offer_id":51090322587985,"sku":"10116247880017","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4651-3png-163.jpg?v=1773615459"},{"product_id":"chupa-chups-sparkling-melon-cream-345ml","title":"CHUPA CHUPS Sparkling Melon Cream 345ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischungsgetränk mit Melone und Sahne – süß, cremig und prickelnd\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eAm besten gekühlt servieren\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Aroma, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 43 kcal, Fett: 0 g, Kohlenhydrate: 10,7 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht schütteln – Kohlensäurehaltig\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"CHUPA CHUPS","offers":[{"title":"Default Title","offer_id":51090324685137,"sku":"10116249387345","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4651-5png-165.jpg?v=1773615460"},{"product_id":"foco-kokoswasser-getrank-350-ml","title":"FOCO Kokoswasser-Getränk 350 ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eReines Kokoswasser – erfrischend, natürlich und isotonisch\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGekühlt servieren – ideal nach dem Sport oder als Durstlöscher\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKokoswasser\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 18 kcal, Fett: 0 g, Kohlenhydrate: 4 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKühl und trocken lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 48 Stunden verbrauchen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Foco","offers":[{"title":"Default Title","offer_id":51090431541585,"sku":"10116312924497","price":1.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4030-2png-177.jpg?v=1773615586"},{"product_id":"oishi-gruner-tee-getrank-500ml","title":"OISHI Grüner Tee Getränk 500ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eKlassischer ungesüßter Grüntee – mild, erfrischend und natürlich im Geschmack\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eKühl servieren – ideal als Erfrischung zu jeder Mahlzeit\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Grüntee-Extrakt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 0 kcal, Fett: 0 g, Kohlenhydrate: 0 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eLichtgeschützt lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 2 Tagen verbrauchen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Oishi","offers":[{"title":"Default Title","offer_id":51090952126801,"sku":"10116460806481","price":2.79,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4090-01depng-205.jpg?v=1773615579"},{"product_id":"oishi-gruner-tee-getrank-wassermelone-380ml","title":"OISHI Grüner Tee Getränk Wassermelone 380ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischender Grüntee mit Wassermelonengeschmack – leicht süß, fruchtig und mild\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGekühlt servieren, vor dem Trinken gut schütteln\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Grüntee-Extrakt, Wassermelonenaroma, Zitronensäure\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 30 kcal, Fett: 0 g, Kohlenhydrate: 7,5 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKühl und dunkel lagern.\u003cbr\u003eNach dem Öffnen bald verbrauchen\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Oishi","offers":[{"title":"Default Title","offer_id":51090967658833,"sku":"10116463231313","price":1.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4096-8depng-211.jpg?v=1773615696"},{"product_id":"gold-kili-instant-matcha-latte-250g","title":"GOLD KILI Instant Matcha Latte 250g","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eSofortgetränk mit grünem Tee und Milch – cremig, leicht süß und belebend\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003e1–2 EL mit heißem Wasser (ca. 200 ml) anrühren und genießen\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eZucker, Magermilchpulver, grüner Tee-Extrakt (Matcha), Glukosesirup, Aroma\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eEnthält: Milch\u003cbr\u003e\nKann Spuren enthalten von Soja\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 430 kcal, Fett: 11 g, Kohlenhydrate: 72 g, Eiweiß: 5 g, Salz: 0,9 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken lagern.\u003cbr\u003eBeutel nach Entnahme gut verschließen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Gold Kili","offers":[{"title":"Default Title","offer_id":51090983747921,"sku":"10116465328465","price":6.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild6069-1png-217.jpg?v=1773615698"},{"product_id":"genki-ramune-soda-getrank-melone-200ml","title":"GENKI RAMUNE Soda Getränk Melone 200ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eJapanische Limonade mit süßem Melonengeschmack – spritzig, fruchtig und erfrischend\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eKühl genießen – vor Verzehr durch Druck auf die Glaskugel öffnen\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Zitronensäure, Aroma\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 40 kcal, Fett: 0 g, Kohlenhydrate: 10 g, Eiweiß: 0 g, Salz: 0,01 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNicht schütteln.\u003cbr\u003eGlasverschluss mit Vorsicht bedienen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"GENKI RAMUNE","offers":[{"title":"Default Title","offer_id":51091122913617,"sku":"10116513136977","price":2.89,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4164depng-237.jpg?v=1773615701"},{"product_id":"lotte-milkis-erdbeer-dose-250ml","title":"LOTTE Milkis Erdbeer Dose 250ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischender Erdbeer-Milch-Mix in Sprudelform – süß, kühl und einzigartig erfrischend.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt genießen; vor dem Öffnen kurz schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Milchkonzentrat, Kohlensäure, Erdbeersaftkonzentrat, Säuerungsmittel, Aroma\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eEnthält: Milch\u003cbr\u003e\nKann Spuren enthalten von Soja\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 50 kcal, Fett: 0,5 g, Kohlenhydrate: 11 g, Eiweiß: 1 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 2 Tagen konsumieren.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Lotte","offers":[{"title":"Default Title","offer_id":51096414716241,"sku":"8801056237677","price":1.59,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild3738-01depng-329.jpg?v=1773615719"},{"product_id":"jiaduobao-krautertee-310ml","title":"JIADUOBAO Kräutertee 310ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischender chinesischer Kräutertee in der Flasche – leicht süß und aromatisch.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Trinken leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kräuterextrakte, Zitronensäure, Aroma\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 30 kcal, Fett: 0 g, Kohlenhydrate: 7 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 2 Tagen verzehren.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"JIADUOBAO","offers":[{"title":"Default Title","offer_id":51096489820497,"sku":"10117796594001","price":1.7,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild4068-01depng-335.jpg?v=1773615720"},{"product_id":"jp-hatakosen-ramune-blue-cola-flavor-200ml","title":"HATA Ramune Cola 200ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eJapanischer Ramune-Softdrink in Blue Cola-Geschmack – prickelnd, fruchtig und ein Hingucker in Blau.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eKühl servieren; vor dem Öffnen Flasche kurz schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kohlensäure, Aroma, Farbstoff (Blau 1), Zitronensäure, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene bekannt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 45 kcal, Fett: 0 g, Kohlenhydrate: 11 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern.\u003cbr\u003eGlasflasche – vorsichtig öffnen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Hata","offers":[{"title":"Default Title","offer_id":51100125299025,"sku":"10118572048721","price":2.89,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild18280068-scaledpng-391.jpg?v=1773615733"},{"product_id":"kr-nh-canned-grape-nectar-grape-bonbon-238ml","title":"HAITAI Canned Grape Juice 238ml","description":"\u003ch3 data-start=\"1412\" data-end=\"1464\"\u003e\u003cstrong data-start=\"1416\" data-end=\"1464\"\u003eNH Canned Grape Nectar (Grape Bonbon) 238 ml\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp data-start=\"1466\" data-end=\"1546\"\u003eTraubensaftgeleee als Softdrink – süß, fruchtig und angenehm gekühlt ein Genuss.\u003c\/p\u003e\n\u003cp data-start=\"1548\" data-end=\"1639\"\u003e\u003cstrong data-start=\"1548\" data-end=\"1560\"\u003eZutaten:\u003c\/strong\u003e\u003cbr data-start=\"1560\" data-end=\"1563\"\u003eWasser, Zucker, Trauben-Saftkonzentrat, Zitronensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003cp data-start=\"1641\" data-end=\"1711\"\u003e\u003cstrong data-start=\"1641\" data-end=\"1661\"\u003eAllergenhinweis:\u003c\/strong\u003e\u003cbr data-start=\"1661\" data-end=\"1664\"\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003cp data-start=\"1713\" data-end=\"1813\"\u003e\u003cstrong data-start=\"1713\" data-end=\"1738\"\u003eNährwerte pro 100 ml:\u003c\/strong\u003e\u003cbr data-start=\"1738\" data-end=\"1741\"\u003eEnergie: 60 kcal, Fett: 0 g, Kohlenhydrate: 15 g, Eiweiß: 0 g, Salz: 0 g\u003c\/p\u003e\n\u003cp data-start=\"1815\" data-end=\"1901\"\u003e\u003cstrong data-start=\"1815\" data-end=\"1842\"\u003eZubereitungsempfehlung:\u003c\/strong\u003e\u003cbr data-start=\"1842\" data-end=\"1845\"\u003eGut gekühlt servieren; vor dem Trinken leicht schütteln.\u003c\/p\u003e\n\u003cp data-start=\"1903\" data-end=\"1919\"\u003e\u003cstrong data-start=\"1903\" data-end=\"1915\"\u003eKontakt:\u003c\/strong\u003e\u003cbr data-start=\"1915\" data-end=\"1918\"\u003e—\u003c\/p\u003e\n\u003cp data-start=\"1921\" data-end=\"2023\"\u003e\u003cstrong data-start=\"1921\" data-end=\"1943\"\u003eProduktsicherheit:\u003c\/strong\u003e\u003cbr data-start=\"1943\" data-end=\"1946\"\u003eTrocken und kühl lagern; nach dem Öffnen bis 2 Tage im Kühlschrank verwenden.\u003c\/p\u003e","brand":"KR NH","offers":[{"title":"Default Title","offer_id":51100149186897,"sku":"10118577094993","price":2.29,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild18330021png-393.jpg?v=1773615737"},{"product_id":"cantabile-blueberry-flavored-230ml","title":"CANTABILE Blueberry Flavored 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eBeerenfrisches Blaubeergetränk – süß, spritzig und perfekt für den Sommer.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Genuss leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Blaubeer-Saftkonzentrat (5 %), Zitronensäure, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 44 kcal, Fett: 0 g, Kohlenhydrate: 10 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKühl und trocken lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 2 Tagen verbrauchen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cantabile","offers":[{"title":"Default Title","offer_id":51148941197649,"sku":"10136206049617","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild62be81f8-3411-43db-ac29-84f8f2117182neupng-493.jpg?v=1773615846"},{"product_id":"cantabile-orange-ade-230ml","title":"CANTABILE Orange Ade 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eSpritziger Orangen-Ade – zitrusfrisch, prickelnd und sommerlich lecker.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Trinken leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Orangen-Saftkonzentrat (5 %), Zitronensäure, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 45 kcal, Fett: 0 g, Kohlenhydrate: 11 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKühl und trocken lagern.\u003cbr\u003eNach dem Öffnen bis 2 Tage gekühlt aufbewahren.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cantabile","offers":[{"title":"Default Title","offer_id":51148968296785,"sku":"10136217846097","price":2.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild48b5fffd-0d3d-4387-9920-2430ec497f54neupng-495.jpg?v=1773615881"},{"product_id":"cantabile-double-mango-flavored-ade-230ml","title":"CANTABILE Double Mango Flavored Ade 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eIntensiver Mango-Duo-Ade – exotisch-fruchtig und prickelnd erfrischend.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Genuss leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Mango-Saftkonzentrat (5 %), Zitronensäure, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 48 kcal, Fett: 0 g, Kohlenhydrate: 12 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 2 Tagen gekühlt verbrauchen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cantabile","offers":[{"title":"Default Title","offer_id":51148982616401,"sku":"10136223318353","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/cantabilemangoadebeutelgetraenk230mlwebp-829.webp?v=1767017765"},{"product_id":"cantabile-apple-ade-230ml","title":"CANTABILE Apple Ade 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eFruchtig-frischer Apfel-Ade – spritzig, süß und perfekt zum Durstlöschen.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor Konsum leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Apfelsaftkonzentrat (5 %), Zitronensäure, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 45 kcal, Fett: 0 g, Kohlenhydrate: 11 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern.\u003cbr\u003eNach dem Öffnen innerhalb von 2 Tagen verbrauchen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cantabile","offers":[{"title":"Default Title","offer_id":51149054706001,"sku":"10136245371217","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild8ccd2af0-3124-40a3-832a-ccca391d8465neupng-499.jpg?v=1773615936"},{"product_id":"jardin-blue-lemon-ade-230ml","title":"CAFE REAL Blue Lemon Ade 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischender Blaue-Zitrone-Limonade-Genuss – fruchtig, kühlend und belebend.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Konsum schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Zitronensaftkonzentrat (5 %), Blaue-Beerensaftkonzentrat, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 42 kcal, Fett: 0 g, Kohlenhydrate: 10 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKühl und trocken lagern; nach dem Öffnen bis 2 Tage im Kühlschrank verwenden.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\n\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cafe Real","offers":[{"title":"Default Title","offer_id":51215505719633,"sku":"10163961495889","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbildimg-0189png-5712.jpg?v=1773655949"},{"product_id":"cantabile-strawberry-ade-230ml","title":"CANTABILE Strawberry Ade 230ml","description":"","brand":"Cantabile","offers":[{"title":"Default Title","offer_id":51215688696145,"sku":"10164012351825","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbildimg-0186png-545.jpg?v=1773615957"},{"product_id":"watermelon-ade-230ml","title":"CAFE REAL Watermelon Ade 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischendes Wassermelonen-Getränk – fruchtig, leicht und perfekt für heiße Tage.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Genuss leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Wassermelonen-Saftkonzentrat, Zitronensäure, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003eEnergie: 40 kcal, Fett: 0 g, Kohlenhydrate: 9 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern; nach dem Öffnen bis 2 Tage gekühlt enthalten.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\n\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cafe Real","offers":[{"title":"Default Title","offer_id":51215708389713,"sku":"10164016939345","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbildimg-0187png-547.jpg?v=1773615959"},{"product_id":"cantabile-watermelon-ade-230ml","title":"CANTABILE Watermelon Ade 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eErfrischendes Melonen-Getränk – fruchtig, prickelnd und perfekt für den Sommer.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor dem Genuss leicht schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Wassermelonen-Saftkonzentrat (5 %), Zitronensaft, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 40 kcal, Fett: 0 g, Kohlenhydrate: 9 g, Eiweiß: 0 g, Salz: 0 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eTrocken und kühl lagern; nach dem Öffnen bis 2 Tage gekühlt konsumieren.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\n\u003c\/script\u003e\n\u003c\/body\u003e","brand":"Cantabile","offers":[{"title":"Default Title","offer_id":51215719268689,"sku":"10164020019537","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbildimg-0188png-549.jpg?v=1773615961"},{"product_id":"ice-talk-americano-sweet-230ml","title":"ICE TALK Americano Sweet 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eSüßer Eiskaffee mit intensivem Arabica-Aroma – fertig und eisgekühlt für unterwegs.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eGut gekühlt servieren; vor Genuss schütteln.\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kaffee, Milchbestandteile, Aroma, Stabilisatoren, Emulgatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eEnthält: Milch\u003cbr\u003e\nKann Spuren von Soja und Nüssen enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 60 kcal, Fett: 1 g, Kohlenhydrate: 12 g, Eiweiß: 1 g, Salz: 0,1 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNach dem Öffnen im Kühlschrank aufbewahren; binnen 2 Tagen konsumieren.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\n\u003c\/script\u003e\n\u003c\/body\u003e","brand":"ICE Talk","offers":[{"title":"Default Title","offer_id":51215734014289,"sku":"10164024574289","price":2.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild8050334b-8c50-4f10-9e08-72087e016db9png-551.jpg?v=1773615962"},{"product_id":"ice-talk-hazelnut-230ml","title":"ICE TALK Hazelnut 230ml","description":"\u003cbody\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eEinklappbare Inhalte\u003c\/title\u003e\n  \u003cstyle\u003e\n    .accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n  \u003c\/style\u003e\n\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\u003ch3\u003eKalter Haselnuss-Erdnuss-Kaffee im handlichen Tetra Pak – cremig, energetisch und perfekt für unterwegs.\u003c\/h3\u003e\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003ch3\u003eKalt genießen – am besten mit einem ICE Cup\u003c\/h3\u003e\n  \n\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eWasser, Zucker, Kaffee, Milchbestandteile, Haselnuss-Aroma, Stabilisatoren, Emulgatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eEnthält: Milch\u003cbr\u003e\nKann Spuren von Nüssen enthalten\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eNährwerte pro 100 g:\u003cbr\u003eEnergie: 80 kcal, Fett: 2 g, Kohlenhydrate: 13 g, Eiweiß: 1 g, Salz: 0,1 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003e-\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n  \u003cp\u003eKühl lagern.\u003cbr\u003eNach dem Öffnen im Kühlschrank aufbewahren und innerhalb von 2 Tagen verbrauchen.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\n\u003c\/script\u003e\n\u003c\/body\u003e","brand":"ICE Talk","offers":[{"title":"Default Title","offer_id":51215769764177,"sku":"10164032766289","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbilde284ddd7-59f7-4f65-a4bc-ecb9747bf573png-553.jpg?v=1773615962"},{"product_id":"lotte-milkis-erfrischungsgetrank-dose-250ml","title":"LOTTE Milkis Erfrischungsgetränk Dose 250ml","description":"","brand":"Lotte","offers":[{"title":"Default Title","offer_id":51879547011409,"sku":"4316734123523","price":1.59,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/3738-0dejpg-1404.jpg?v=1767017004"},{"product_id":"mogu-mogu-mangogetrank-320ml","title":"MOGU MOGU Mangogetränk 320ml","description":"","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":52254407557457,"sku":"41832a47-5b23-4458-b7fd-42bb400d5f11","price":1.85,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/mogu-mogu-mangowebp-775.webp?v=1767017768"},{"product_id":"mogu-mogu-kokosnuss-getrank1l","title":"MOGU MOGU Kokosnuss Getränk 1L","description":"","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":52254429446481,"sku":"0e281be4-4b99-482d-90c3-37fd3ed3c7ae","price":5.8,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/8850389106990png-778.png?v=1767017711"},{"product_id":"mogu-mogu-schwarze-johannisberre-getrank-320ml","title":"MOGU MOGU Schwarze Johannisberre 320ml","description":"","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":52254528143697,"sku":"698884f5-fadc-4489-8561-0190a4b845e2","price":1.85,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/mogu-mogu-cassis-pet-32cl-lot-de-24jpg-784.jpg?v=1767017005"},{"product_id":"mogu-mogu-lychee-getrank-1l","title":"MOGU MOGU Lychee Getränk 1L","description":"","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":52258284929361,"sku":"MM100171","price":5.8,"currency_code":"EUR","in_stock":false}]},{"product_id":"mogu-mogu-traube-getrank-320ml","title":"MOGU MOGU Traube Getränk 320ml","description":"","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":52258317238609,"sku":"a6f76a1b-a50c-4905-96e9-91ce33b36578","price":1.85,"currency_code":"EUR","in_stock":true}]},{"product_id":"mogu-mogu-melone-getrank-320ml","title":"MOGU MOGU Melone Getränk 320ml","description":"","brand":"Mogu Mogu","offers":[{"title":"Default Title","offer_id":52258318025041,"sku":"702020","price":1.85,"currency_code":"EUR","in_stock":true}]},{"product_id":"fanta-erdbeere-thailand-325-ml","title":"Fanta Erdbeere Thailand 325 ml","description":"","brand":"Fanta","offers":[{"title":"Default Title","offer_id":52318095081809,"sku":"46f51ed4-5c35-4841-9117-26ccd84da367","price":1.89,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/produktbild625wx625h-11271png-839.jpg?v=1773616305"},{"product_id":"sweet16-blue-lemon-ade-zero-sugar-200ml","title":"SWEET16 Blue Lemon Ade Zero Sugar 200ml","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e.accordion {\n      background-color: #f9f9f9; \/* Heller Farbton *\/\n      color: #333;\n      cursor: pointer;\n      padding: 15px;\n      width: 100%;\n      border: none;\n      text-align: left;\n      outline: none;\n      font-size: 18px;\n      font-weight: bold;\n      transition: background-color 0.3s ease;\n      border-bottom: 1px solid #ddd;\n    }\n    .accordion:hover {\n      background-color: #eaeaea; \/* Noch heller beim Hover *\/\n    }\n    .active, .accordion:focus {\n      background-color: #e0e0e0;\n    }\n    .panel {\n      max-height: 0;\n      overflow: hidden;\n      background-color: #ffffff;\n      transition: max-height 0.4s ease;\n      border: 1px solid #ccc;\n      padding: 0 15px;\n    }\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #f0f0f0;\n      margin: 20px;\n    }\n    h2 {\n      color: #444;\n    }\n\u003c\/style\u003e\n\u003ch2 style=\"font-weight: bold;\"\u003eBeschreibung\u003c\/h2\u003e\n\n\u003ch3\u003eErfrischendes Wassermelonen-Getränk – fruchtig, leicht und perfekt für heiße Tage.\u003c\/h3\u003e\n\n\u003ch3 style=\"font-weight: bold;\"\u003eZubereitungsempfehlung:\u003c\/h3\u003e\n\n\u003ch3\u003eGut gekühlt servieren; vor dem Genuss leicht schütteln.\u003c\/h3\u003e\n\n\u003cp\u003e\u003cbutton class=\"accordion\"\u003eZutaten\u003c\/button\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eWasser, Zucker, Wassermelonen-Saftkonzentrat, Zitronensäure, Kohlensäure, Aroma, Stabilisatoren\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cbutton class=\"accordion\"\u003eAllergenhinweis\u003c\/button\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eKeine deklarationspflichtigen Allergene bekannt\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cbutton class=\"accordion\"\u003eNährwertangaben\u003c\/button\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eNährwerte pro 100 ml:\u003cbr\u003e\nEnergie: 40 kcal, Fett: 0 g, Kohlenhydrate: 9 g, Eiweiß: 0 g, Salz: 0 g\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cbutton class=\"accordion\"\u003eKontakt\u003c\/button\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003e-\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cbutton class=\"accordion\"\u003eProduktsicherheit\u003c\/button\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eTrocken und kühl lagern; nach dem Öffnen bis 2 Tage gekühlt enthalten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n  const acc = document.querySelectorAll(\".accordion\");\n\n    acc.forEach(btn =\u003e {\n      btn.addEventListener(\"click\", function () {\n        \/\/ Alle anderen schließen\n        acc.forEach(other =\u003e {\n          if (other !== this) {\n            other.classList.remove(\"active\");\n            other.nextElementSibling.style.maxHeight = null;\n          }\n        });\n\n        \/\/ Aktuelles Panel auf- oder zuklappen\n        this.classList.toggle(\"active\");\n        const panel = this.nextElementSibling;\n\n        if (panel.style.maxHeight) {\n          panel.style.maxHeight = null;\n        } else {\n          panel.style.maxHeight = panel.scrollHeight + \"px\";\n        }\n      });\n    });\n\u003c\/script\u003e","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364519276881,"sku":"694","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/06941webp-887.webp?v=1767017772"},{"product_id":"sweet16-korean-pear-ade-zero-sugar-200ml","title":"SWEET16 Korean Pear Ade Zero Sugar 200ml","description":"","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364519342417,"sku":"698","price":2.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/647f0a0c-52d7-4cae-afd1-9578f559ad4bwebp-893.webp?v=1767017774"},{"product_id":"sweet16-peach-ade-zero-sugar-200ml","title":"SWEET16 Peach Ade Zero Sugar 200ml","description":"","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364519375185,"sku":"691","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/06911webp-899.webp?v=1767017776"},{"product_id":"sweet16-green-grape-ade-zero-sugar-200ml","title":"SWEET16 Green Grape Ade Zero Sugar 200ml","description":"","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364519768401,"sku":"692","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/06921webp-905.webp?v=1767017776"},{"product_id":"sweet16-watermelon-ade-zero-sugar-200ml","title":"SWEET16 Watermelon Ade Zero Sugar 200ml","description":"","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364520194385,"sku":"696","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/3c3af07c-ecbd-460c-b779-08162eaf7c90webp-911.webp?v=1767017778"},{"product_id":"sweet16-pomegranate-ade-zero-sugar-200ml","title":"SWEET16 Pomegranate Ade Zero Sugar 200ml","description":"","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364520718673,"sku":"693","price":2.2,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/files\/06931webp-917.webp?v=1767017779"},{"product_id":"sweet16-passion-mango-ade-zero-sugar-200ml","title":"SWEET16 Passion Mango Ade Zero Sugar 200ml","description":"","brand":"SWEET16","offers":[{"title":"Default Title","offer_id":52364660900177,"sku":"697","price":2.2,"currency_code":"EUR","in_stock":false}]}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/9661\/0129\/collections\/5_Category_f5fa4ae1-edbe-4900-8ba0-71f960bc1a5a.jpg?v=1774713747","url":"https:\/\/mianmarket.com\/collections\/getranke.oembed?page=4","provider":"Mian Market","version":"1.0","type":"link"}