{"title":"Bestseller","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@500;600;700;800\u0026display=swap');\n\n.tago-best-text,\n.tago-best-text *{\n  box-sizing:border-box;\n}\n\n.tago-best-text{\n  --ink:#171512;\n  --text:#625d56;\n  --muted:#938b82;\n  --gold:#a9793d;\n  --line:#e9e4dd;\n  --white:#ffffff;\n\n  width:100vw;\n\n  margin-left:calc(50% - 50vw);\n  margin-right:calc(50% - 50vw);\n\n  padding:14px 0;\n\n  background:#ffffff;\n\n  font-family:'Manrope',Arial,sans-serif;\n  -webkit-font-smoothing:antialiased;\n}\n\n\n\/* =========================================================\n   WRAPPER – DESKTOP VOLLE BREITE\n========================================================= *\/\n\n.tago-best-text__inner{\n  width:calc(100% - 48px);\n\n  margin:0 24px;\n\n  padding:36px 42px;\n\n  border:1px solid var(--line);\n  border-radius:16px;\n\n  background:#ffffff;\n\n  box-shadow:\n    0 8px 26px rgba(24,19,14,.03);\n}\n\n\n\/* =========================================================\n   EYEBROW\n========================================================= *\/\n\n.tago-best-text__eyebrow{\n  display:flex;\n  align-items:center;\n\n  gap:8px;\n\n  margin-bottom:9px;\n\n  color:var(--gold);\n\n  font-size:7.5px;\n  font-weight:800;\n\n  line-height:1;\n\n  letter-spacing:.19em;\n\n  text-transform:uppercase;\n}\n\n.tago-best-text__eyebrow::before{\n  content:\"\";\n\n  width:23px;\n  height:1px;\n\n  flex:0 0 23px;\n\n  background:var(--gold);\n}\n\n\n\/* =========================================================\n   TITLE\n========================================================= *\/\n\n.tago-best-text__title{\n  max-width:820px;\n\n  margin:0;\n\n  color:var(--ink);\n\n  font-size:40px;\n  font-weight:800;\n\n  line-height:.98;\n\n  letter-spacing:-.052em;\n}\n\n\n\/* =========================================================\n   TEXT\n========================================================= *\/\n\n.tago-best-text__text{\n  width:100%;\n  max-width:700px;\n\n  margin:11px 0 0;\n\n  color:var(--text);\n\n  font-size:10.5px;\n  font-weight:500;\n\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   CHIPS\n========================================================= *\/\n\n.tago-best-text__meta{\n  display:flex;\n  align-items:center;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:14px;\n}\n\n.tago-best-text__meta span{\n  min-height:26px;\n\n  padding:0 10px;\n\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  border:1px solid var(--line);\n  border-radius:999px;\n\n  background:#ffffff;\n\n  color:#514b45;\n\n  font-size:7.5px;\n  font-weight:700;\n\n  white-space:nowrap;\n}\n\n\n\/* =========================================================\n   BOTTOM\n========================================================= *\/\n\n.tago-best-text__bottom{\n  display:flex;\n  align-items:center;\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin-top:15px;\n}\n\n\n\/* =========================================================\n   BLACK BUTTON\n========================================================= *\/\n\n.tago-best-text__button{\n  min-height:40px;\n\n  padding:0 18px;\n\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  gap:9px;\n\n  border:1px solid var(--ink);\n  border-radius:999px;\n\n  background:var(--ink);\n\n  color:#ffffff;\n\n  text-decoration:none;\n\n  font-size:8.5px;\n  font-weight:800;\n\n  line-height:1;\n\n  transition:\n    transform .22s ease,\n    background .22s ease,\n    border-color .22s ease;\n}\n\n.tago-best-text__button svg{\n  width:14px;\n  height:14px;\n\n  flex:0 0 14px;\n\n  transition:transform .22s ease;\n}\n\n@media(hover:hover){\n\n  .tago-best-text__button:hover{\n    transform:translateY(-1px);\n\n    background:#292724;\n    border-color:#292724;\n  }\n\n  .tago-best-text__button:hover svg{\n    transform:translateX(2px);\n  }\n\n}\n\n.tago-best-text__note{\n  color:var(--muted);\n\n  font-size:8px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   LARGE DESKTOP\n========================================================= *\/\n\n@media(min-width:1400px){\n\n  .tago-best-text__inner{\n    width:calc(100% - 64px);\n\n    margin:0 32px;\n\n    padding:40px 48px;\n  }\n\n  .tago-best-text__title{\n    font-size:42px;\n  }\n\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:1100px){\n\n  .tago-best-text__inner{\n    width:calc(100% - 32px);\n\n    margin:0 16px;\n\n    padding:30px;\n  }\n\n  .tago-best-text__title{\n    font-size:33px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .tago-best-text{\n    padding:8px 0;\n  }\n\n  .tago-best-text__inner{\n    width:calc(100% - 14px);\n\n    margin:0 7px;\n\n    padding:\n      19px\n      15px\n      17px;\n\n    border-radius:14px;\n  }\n\n  .tago-best-text__eyebrow{\n    gap:6px;\n\n    margin-bottom:7px;\n\n    font-size:6.7px;\n  }\n\n  .tago-best-text__eyebrow::before{\n    width:17px;\n    flex-basis:17px;\n  }\n\n  .tago-best-text__title{\n    font-size:25px;\n\n    line-height:1.01;\n  }\n\n  .tago-best-text__text{\n    max-width:none;\n\n    margin-top:8px;\n\n    font-size:9.5px;\n\n    line-height:1.55;\n  }\n\n  .tago-best-text__meta{\n    gap:5px;\n\n    margin-top:11px;\n  }\n\n  .tago-best-text__meta span{\n    min-height:24px;\n\n    padding:0 8px;\n\n    font-size:7px;\n  }\n\n  .tago-best-text__bottom{\n    gap:10px;\n\n    margin-top:12px;\n  }\n\n  .tago-best-text__button{\n    min-height:36px;\n\n    padding:0 15px;\n\n    font-size:8px;\n  }\n\n  .tago-best-text__note{\n    font-size:7.5px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:420px){\n\n  .tago-best-text__inner{\n    width:calc(100% - 12px);\n\n    margin:0 6px;\n\n    padding:\n      17px\n      13px\n      15px;\n  }\n\n  .tago-best-text__title{\n    font-size:23px;\n  }\n\n  .tago-best-text__text{\n    font-size:9.2px;\n  }\n\n  .tago-best-text__meta span:last-child{\n    display:none;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .tago-best-text__button,\n  .tago-best-text__button svg{\n    transition:none;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003csection class=\"tago-best-text\"\u003e\n\n  \u003cdiv class=\"tago-best-text__inner\"\u003e\n\n    \u003cdiv class=\"tago-best-text__eyebrow\"\u003e\n      TAGONUTS AUSWAHL\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"tago-best-text__title\"\u003e\n      Bestseller.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-best-text__text\"\u003e\n      Die beliebtesten TAGONUTS Snacks auf einen Blick –\n      ausgewählte Kundenfavoriten von fruchtigen Klassikern\n      bis hin zu knackigen und schokolierten Spezialitäten.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tago-best-text__meta\"\u003e\n\n      \u003cspan\u003eKundenfavoriten\u003c\/span\u003e\n      \u003cspan\u003ePremium-Qualität\u003c\/span\u003e\n      \u003cspan\u003eBesonders beliebt\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-best-text__bottom\"\u003e\n\n      \u003ca class=\"tago-best-text__button\" href=\"\/collections\/alle\"\u003e\n        Bestseller entdecken\n\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n\n          \u003cpath d=\"M5 12h13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\n          \u003c\/path\u003e\n\n          \u003cpath d=\"M14 7l5 5-5 5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003c\/path\u003e\n\n        \u003c\/svg\u003e\n\n      \u003c\/a\u003e\n\n      \u003cdiv class=\"tago-best-text__note\"\u003e\n        Von euch besonders geliebt.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","products":[{"product_id":"tago-strawberry-choco-crunch-gefriergetrocknete-erdbeeren-in-vollmilchschokolade","title":"TAGO Gefriergetrocknete Erdbeeren in Zartbitter","description":"\u003cstyle\u003e\n  .tago-dark-strawberry,\n  .tago-dark-strawberry * {\n    box-sizing: border-box;\n  }\n\n  .tago-dark-strawberry {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-dark-strawberry__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-dark-strawberry__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-dark-strawberry__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-dark-strawberry__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-dark-strawberry__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-dark-strawberry__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-dark-strawberry__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-dark-strawberry__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-dark-strawberry__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-dark-strawberry__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-dark-strawberry__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-dark-strawberry__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-dark-strawberry__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-dark-strawberry__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-dark-strawberry__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-dark-strawberry__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-dark-strawberry__summary::before,\n  .tago-dark-strawberry__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-dark-strawberry__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-dark-strawberry__details[open]\n  .tago-dark-strawberry__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-dark-strawberry__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-dark-strawberry__content p {\n    margin: 0;\n  }\n\n  .tago-dark-strawberry__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-dark-strawberry__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-dark-strawberry__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-dark-strawberry__table td {\n    padding: 7px 0;\n  }\n\n  .tago-dark-strawberry__table td:first-child {\n    color: #666;\n  }\n\n  .tago-dark-strawberry__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-dark-strawberry {\n      margin-top: 13px;\n    }\n\n    .tago-dark-strawberry__title {\n      font-size: 21px;\n    }\n\n    .tago-dark-strawberry__description {\n      font-size: 12.5px;\n    }\n\n    .tago-dark-strawberry__benefits {\n      gap: 6px;\n    }\n\n    .tago-dark-strawberry__benefit {\n      padding: 8px;\n    }\n\n    .tago-dark-strawberry__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-dark-strawberry\"\u003e\n\n  \u003cdiv class=\"tago-dark-strawberry__intro\"\u003e\n    \u003cspan class=\"tago-dark-strawberry__label\"\u003e\n      Fruchtig. Herb. Knusprig.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-dark-strawberry__title\"\u003e\n      Erdbeer-Crunch trifft edle Zartbitterschokolade\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-dark-strawberry__description\"\u003e\n      Gefriergetrocknete Erdbeeren, umhüllt von kräftiger Zartbitterschokolade und verfeinert mit fruchtigen Erdbeerstückchen. Eine intensive Kombination aus feiner Bitternote, süßer Frucht und knackigem Biss.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-dark-strawberry__benefits\"\u003e\n\n    \u003cdiv class=\"tago-dark-strawberry__benefit\"\u003e\n      \u003cspan class=\"tago-dark-strawberry__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 20c-5-3-7-7-6-11 1-3 4-5 6-3 2-2 5 0 6 3 1 4-1 8-6 11Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4c1 1 2 1 3 0 1 1 2 1 3 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dark-strawberry__benefit-text\"\u003e\n        Gefriergetrocknete Erdbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-dark-strawberry__benefit\"\u003e\n      \u003cspan class=\"tago-dark-strawberry__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dark-strawberry__benefit-text\"\u003e\n        93 % Zartbitterschokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-dark-strawberry__benefit\"\u003e\n      \u003cspan class=\"tago-dark-strawberry__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dark-strawberry__benefit-text\"\u003e\n        Fruchtig-knuspriger Biss\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-dark-strawberry__benefit\"\u003e\n      \u003cspan class=\"tago-dark-strawberry__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dark-strawberry__benefit-text\"\u003e\n        Herb und fruchtig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-dark-strawberry__tip\"\u003e\n    \u003cspan class=\"tago-dark-strawberry__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-dark-strawberry__tip-text\"\u003e\n      Edle Snackmomente, als kleines Geschenk, zum Kaffee oder als besonderes Highlight auf Dessert- und Snackplatten.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-dark-strawberry__accordion\"\u003e\n\n    \u003cdetails class=\"tago-dark-strawberry__details\"\u003e\n      \u003csummary class=\"tago-dark-strawberry__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-dark-strawberry__content\"\u003e\n        \u003cp\u003e\n          Knusprig gefriergetrocknete Erdbeeren treffen auf kräftige Zartbitterschokolade und fruchtige Erdbeerstückchen. Das Ergebnis ist ein intensiver Genuss mit feinem Schmelz und abwechslungsreicher Textur.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 93 % Zartbitterschokolade (Zucker, Kakaomasse, Kakaobutter, natürliches Vanillearoma, Emulgator: Sojalecithin), 5 % gefriergetrocknete Erdbeeren (Erdbeeren, Sonnenblumenöl), Glukosesirup, Dextrin, Überzugsmittel: Gummi arabicum, Kokosnussöl, Rapsöl.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Soja.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-dark-strawberry__details\"\u003e\n      \u003csummary class=\"tago-dark-strawberry__summary\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-dark-strawberry__content\"\u003e\n        \u003cp\u003e\n          Bei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-dark-strawberry__details\"\u003e\n      \u003csummary class=\"tago-dark-strawberry__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-dark-strawberry__content\"\u003e\n        \u003ctable class=\"tago-dark-strawberry__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2092 kJ \/ 500 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e26 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e15 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e59 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e57 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e3,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e6,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,19 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Mein Shop","offers":[{"title":"200g","offer_id":64996428906845,"sku":null,"price":7.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteErdbeereninZartbitterschokolade.png?v=1784881588"},{"product_id":"gefriergetrocknete-erdbeerchips","title":"TAGO Gefriergetrocknete Erdbeerchips","description":"\u003cstyle\u003e\n  .tago-product-info,\n  .tago-product-info * {\n    box-sizing: border-box;\n  }\n\n  .tago-product-info {\n    width: 100%;\n    margin: 18px 0 10px;\n    padding: 0;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-product-info__intro {\n    margin-bottom: 16px;\n  }\n\n  .tago-product-info__eyebrow {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 9px;\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #8b8b8b;\n  }\n\n  .tago-product-info__title {\n    margin: 0 0 8px;\n    font-size: clamp(20px, 2vw, 27px);\n    font-weight: 750;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-product-info__text {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-product-info__highlights {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 8px;\n    margin: 0 0 16px;\n  }\n\n  .tago-product-info__highlight {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    min-height: 43px;\n    padding: 10px 11px;\n    border: 1px solid #ececea;\n    border-radius: 8px;\n    background: #fafaf8;\n  }\n\n  .tago-product-info__icon {\n    display: flex;\n    flex: 0 0 25px;\n    width: 25px;\n    height: 25px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #fff;\n    border: 1px solid #e8e8e5;\n  }\n\n  .tago-product-info__icon svg {\n    width: 13px;\n    height: 13px;\n    stroke: currentColor;\n  }\n\n  .tago-product-info__highlight-text {\n    font-size: 11px;\n    font-weight: 650;\n    line-height: 1.3;\n    color: #252525;\n  }\n\n  .tago-product-info__usage {\n    margin-bottom: 10px;\n    padding: 13px 14px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f5;\n  }\n\n  .tago-product-info__usage-title {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-product-info__usage-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-product-info__accordion {\n    border-top: 1px solid #e8e8e6;\n  }\n\n  .tago-product-info__details {\n    border-bottom: 1px solid #e8e8e6;\n  }\n\n  .tago-product-info__summary {\n    position: relative;\n    display: flex;\n    width: 100%;\n    min-height: 48px;\n    padding: 14px 30px 14px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 11px;\n    font-weight: 750;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-product-info__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-product-info__summary::before,\n  .tago-product-info__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-product-info__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-product-info__details[open] .tago-product-info__summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .tago-product-info__content {\n    padding: 0 0 15px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-product-info__content p {\n    margin: 0;\n  }\n\n  .tago-product-info__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-product-info__table tr {\n    border-bottom: 1px solid #eeeeec;\n  }\n\n  .tago-product-info__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-product-info__table td {\n    padding: 8px 0;\n    vertical-align: middle;\n  }\n\n  .tago-product-info__table td:first-child {\n    color: #666;\n  }\n\n  .tago-product-info__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-product-info {\n      margin-top: 14px;\n    }\n\n    .tago-product-info__title {\n      font-size: 21px;\n    }\n\n    .tago-product-info__text {\n      font-size: 12.5px;\n    }\n\n    .tago-product-info__highlights {\n      gap: 6px;\n    }\n\n    .tago-product-info__highlight {\n      min-height: 41px;\n      padding: 9px;\n    }\n\n    .tago-product-info__highlight-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-product-info\"\u003e\n\u003cdiv class=\"tago-product-info__intro\"\u003e\n\u003cspan class=\"tago-product-info__eyebrow\"\u003eFruchtig. Knusprig. Natürlich.\u003c\/span\u003e\n\u003ch2 class=\"tago-product-info__title\"\u003eErdbeergenuss mit extra Crunch\u003c\/h2\u003e\n\u003cp class=\"tago-product-info__text\"\u003eIntensiv fruchtig, angenehm süß und herrlich knusprig: Unsere gefriergetrockneten Erdbeeren bringen den vollen Geschmack reifer Früchte direkt in deine Snackpause. Perfekt für unterwegs, die Lunchbox oder als fruchtiges Topping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-product-info__highlights\"\u003e\n\u003cdiv class=\"tago-product-info__highlight\"\u003e\n\u003cspan class=\"tago-product-info__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-product-info__highlight-text\"\u003e 100 % Erdbeere \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-product-info__highlight\"\u003e\n\u003cspan class=\"tago-product-info__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-product-info__highlight-text\"\u003e Knusprig gefriergetrocknet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-product-info__highlight\"\u003e\n\u003cspan class=\"tago-product-info__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M4 12h16M12 4v16\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-product-info__highlight-text\"\u003e Ohne Zuckerzusatz \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-product-info__highlight\"\u003e\n\u003cspan class=\"tago-product-info__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-product-info__highlight-text\"\u003e Ohne künstliche Zusätze \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-product-info__usage\"\u003e\n\u003cspan class=\"tago-product-info__usage-title\"\u003e So schmecken sie am besten \u003c\/span\u003e\n\u003cp class=\"tago-product-info__usage-text\"\u003eDirekt aus der Tüte, im Müsli, zu Joghurt oder als fruchtiges Extra auf Desserts und Kuchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-product-info__accordion\"\u003e\n\u003cdetails class=\"tago-product-info__details\"\u003e\n\u003csummary class=\"tago-product-info__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-product-info__content\"\u003e\n\u003cp\u003eZutaten: 100 % gefriergetrocknete Erdbeeren.\u003cbr\u003eHerkunft: Türkei.\u003cbr\u003eTrocken, kühl und vor direkter Sonneneinstrahlung geschützt lagern. Nach dem Öffnen wieder gut verschließen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-product-info__details\" open=\"\"\u003e\n\u003csummary class=\"tago-product-info__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-product-info__content\"\u003e\n\u003ctable class=\"tago-product-info__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e1386 kJ \/ 323 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e3,7 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e51 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e50 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e15 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e7,6 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e0,03 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65356865438045,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65356865470813,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true},{"title":"300g","offer_id":65356865503581,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/TAGOSultanas_UngeschwefelteSultaninen_347903e1-b732-4e9a-a583-3e28cbe005bd.png?v=1784884079"},{"product_id":"tago-mango-strips-getrocknete-premium-mangostreifen","title":"TAGO Mango Strips gedippt in Zartbitterschokolade","description":"\u003cp\u003e\u003cimg\u003e\u003c\/p\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65557514322269,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/MangoZartbitter01.21.53.png?v=1786784327"},{"product_id":"tago-honey-banana-chips-honiggesusste-bananenchips","title":"TAGO Honiggesüßte Bananenchips","description":"\u003cstyle\u003e\n  .tago-banana,\n  .tago-banana * {\n    box-sizing: border-box;\n  }\n\n  .tago-banana {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-banana__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-banana__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-banana__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-banana__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-banana__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-banana__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-banana__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-banana__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n  }\n\n  .tago-banana__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-banana__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-banana__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-banana__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-banana__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-banana__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-banana__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-banana__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-banana__summary::before,\n  .tago-banana__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-banana__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-banana__details[open] .tago-banana__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-banana__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-banana__content p {\n    margin: 0;\n  }\n\n  .tago-banana__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-banana__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-banana__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-banana__table td {\n    padding: 7px 0;\n  }\n\n  .tago-banana__table td:first-child {\n    color: #666;\n  }\n\n  .tago-banana__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-banana {\n      margin-top: 13px;\n    }\n\n    .tago-banana__title {\n      font-size: 21px;\n    }\n\n    .tago-banana__description {\n      font-size: 12.5px;\n    }\n\n    .tago-banana__benefits {\n      gap: 6px;\n    }\n\n    .tago-banana__benefit {\n      padding: 8px;\n    }\n\n    .tago-banana__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-banana\"\u003e\n\n  \u003cdiv class=\"tago-banana__intro\"\u003e\n    \u003cspan class=\"tago-banana__label\"\u003e\n      Süß. Knusprig. Unwiderstehlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-banana__title\"\u003e\n      Bananen-Crunch mit feiner Honignote\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-banana__description\"\u003e\n      Knusprige Bananenchips, verfeinert mit einer angenehm süßen Honignote. Der perfekte Snack für alle, die es fruchtig, crunchy und ein bisschen süßer mögen.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-banana__benefits\"\u003e\n\n    \u003cdiv class=\"tago-banana__benefit\"\u003e\n      \u003cspan class=\"tago-banana__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 18c6 1 12-3 14-10-5 3-10 2-14-1 0 4 0 7 0 11Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana__benefit-text\"\u003e\n        Aus reifen Bananen\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-banana__benefit\"\u003e\n      \u003cspan class=\"tago-banana__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana__benefit-text\"\u003e\n        Extra knuspriger Crunch\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-banana__benefit\"\u003e\n      \u003cspan class=\"tago-banana__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c3 4 5 6 5 10a5 5 0 0 1-10 0c0-4 2-6 5-10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana__benefit-text\"\u003e\n        Mit feiner Honignote\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-banana__benefit\"\u003e\n      \u003cspan class=\"tago-banana__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana__benefit-text\"\u003e\n        Süß und fruchtig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-banana__tip\"\u003e\n    \u003cspan class=\"tago-banana__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-banana__tip-text\"\u003e\n      Gemütliche Snackmomente, unterwegs, im Büro oder als knuspriges Extra in Müsli, Joghurt und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-banana__accordion\"\u003e\n\n    \u003cdetails class=\"tago-banana__details\"\u003e\n      \u003csummary class=\"tago-banana__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-banana__content\"\u003e\n        \u003cp\u003e\n          Reife Bananen werden in dünne Scheiben geschnitten, knusprig frittiert und anschließend mit einer feinen Honignote veredelt. So entsteht ein süß-fruchtiger Snack mit besonders knackiger Textur.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-banana__details\"\u003e\n      \u003csummary class=\"tago-banana__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-banana__content\"\u003e\n        \u003ctable class=\"tago-banana__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2150 kJ \/ 560 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e29 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e26 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e56 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e21 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e2,3 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"150g","offer_id":65149582082397,"sku":null,"price":2.49,"currency_code":"EUR","in_stock":true},{"title":"300g","offer_id":65149582115165,"sku":null,"price":4.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/BananenchipsHoney-dippedgesuesst_d6f0f129-3095-49af-8e93-b3d3285a38b5.png?v=1784881360"},{"product_id":"tago-pineapple-rings-naturliche-ananasringe","title":"TAGO Natürliche Ananasringe","description":"\u003cstyle\u003e\n  .tago-pineapple,\n  .tago-pineapple * {\n    box-sizing: border-box;\n  }\n\n  .tago-pineapple {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-pineapple__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-pineapple__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-pineapple__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-pineapple__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-pineapple__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-pineapple__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-pineapple__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-pineapple__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-pineapple__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-pineapple__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-pineapple__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-pineapple__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-pineapple__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-pineapple__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-pineapple__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-pineapple__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-pineapple__summary::before,\n  .tago-pineapple__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-pineapple__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-pineapple__details[open] .tago-pineapple__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-pineapple__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-pineapple__content p {\n    margin: 0;\n  }\n\n  .tago-pineapple__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-pineapple__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-pineapple__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-pineapple__table td {\n    padding: 7px 0;\n  }\n\n  .tago-pineapple__table td:first-child {\n    color: #666;\n  }\n\n  .tago-pineapple__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-pineapple {\n      margin-top: 13px;\n    }\n\n    .tago-pineapple__title {\n      font-size: 21px;\n    }\n\n    .tago-pineapple__description {\n      font-size: 12.5px;\n    }\n\n    .tago-pineapple__benefits {\n      gap: 6px;\n    }\n\n    .tago-pineapple__benefit {\n      padding: 8px;\n    }\n\n    .tago-pineapple__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-pineapple\"\u003e\n\n  \u003cdiv class=\"tago-pineapple__intro\"\u003e\n    \u003cspan class=\"tago-pineapple__label\"\u003e\n      Exotisch. Fruchtig. Unverfälscht.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-pineapple__title\"\u003e\n      Tropischer Genuss in jedem Ring\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-pineapple__description\"\u003e\n      Unsere naturbelassenen Ananasringe bringen intensive Fruchtsüße und tropisches Aroma direkt in deine Snackpause. Unbehandelt, angenehm saftig im Biss und perfekt für alle, die Ananas pur lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pineapple__benefits\"\u003e\n\n    \u003cdiv class=\"tago-pineapple__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple__benefit-text\"\u003e\n        Naturbelassen\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pineapple__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple__benefit-text\"\u003e\n        Schonend getrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pineapple__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16M12 4v16\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple__benefit-text\"\u003e\n        Ohne künstliche Zusätze\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pineapple__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple__benefit-text\"\u003e\n        Intensiv tropischer Geschmack\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pineapple__tip\"\u003e\n    \u003cspan class=\"tago-pineapple__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-pineapple__tip-text\"\u003e\n      Unterwegs, im Büro, als fruchtiger Snack oder als exotisches Extra in Müsli, Joghurt und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pineapple__accordion\"\u003e\n\n    \u003cdetails class=\"tago-pineapple__details\"\u003e\n      \u003csummary class=\"tago-pineapple__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-pineapple__content\"\u003e\n        \u003cp\u003e\n          Aromatische Ananas wird in Ringe geschnitten und schonend getrocknet. Ohne zusätzliche Behandlung bleibt der natürliche, süß-fruchtige Geschmack der Ananas erhalten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-pineapple__details\"\u003e\n      \u003csummary class=\"tago-pineapple__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-pineapple__content\"\u003e\n        \u003ctable class=\"tago-pineapple__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1386 kJ \/ 323 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e3,7 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e51 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e15 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e7,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,03 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65427167183197,"sku":null,"price":6.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/AnanasringeNatur_unbehandelt.png?v=1784881159"},{"product_id":"tago-dragon-fruit-chips-gefriergetrocknete-drachenfrucht","title":"TAGO Getrocknete Drachenfrucht","description":"\u003cstyle\u003e\n  .tago-dragonfruit,\n  .tago-dragonfruit * {\n    box-sizing: border-box;\n  }\n\n  .tago-dragonfruit {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-dragonfruit__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-dragonfruit__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-dragonfruit__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-dragonfruit__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-dragonfruit__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-dragonfruit__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-dragonfruit__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-dragonfruit__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-dragonfruit__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-dragonfruit__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-dragonfruit__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-dragonfruit__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-dragonfruit__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-dragonfruit__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-dragonfruit__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-dragonfruit__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-dragonfruit__summary::before,\n  .tago-dragonfruit__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-dragonfruit__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-dragonfruit__details[open] .tago-dragonfruit__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-dragonfruit__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-dragonfruit__content p {\n    margin: 0;\n  }\n\n  .tago-dragonfruit__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-dragonfruit__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-dragonfruit__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-dragonfruit__table td {\n    padding: 7px 0;\n  }\n\n  .tago-dragonfruit__table td:first-child {\n    color: #666;\n  }\n\n  .tago-dragonfruit__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-dragonfruit {\n      margin-top: 13px;\n    }\n\n    .tago-dragonfruit__title {\n      font-size: 21px;\n    }\n\n    .tago-dragonfruit__description {\n      font-size: 12.5px;\n    }\n\n    .tago-dragonfruit__benefits {\n      gap: 6px;\n    }\n\n    .tago-dragonfruit__benefit {\n      padding: 8px;\n    }\n\n    .tago-dragonfruit__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-dragonfruit\"\u003e\n\n  \u003cdiv class=\"tago-dragonfruit__intro\"\u003e\n    \u003cspan class=\"tago-dragonfruit__label\"\u003e\n      Sonnengetrocknet. Exotisch. Intensiv.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-dragonfruit__title\"\u003e\n      Exotischer Fruchtgenuss mit intensivem Geschmack\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-dragonfruit__description\"\u003e\n      Sonnengetrocknete Drachenfrucht mit natürlich mild-süßem Geschmack,\n      intensiver Fruchtnote und angenehm kompaktem Biss. Ein exotischer Snack\n      für alle, die pure Frucht und außergewöhnliche Genussmomente lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-dragonfruit__benefits\"\u003e\n\n    \u003cdiv class=\"tago-dragonfruit__benefit\"\u003e\n      \u003cspan class=\"tago-dragonfruit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dragonfruit__benefit-text\"\u003e\n        98 % Drachenfrucht\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-dragonfruit__benefit\"\u003e\n      \u003cspan class=\"tago-dragonfruit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dragonfruit__benefit-text\"\u003e\n        Sonnengetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-dragonfruit__benefit\"\u003e\n      \u003cspan class=\"tago-dragonfruit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 17c2-6 6-10 13-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 19c3-2 7-3 12-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dragonfruit__benefit-text\"\u003e\n        Mit 2 % Reismehl\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-dragonfruit__benefit\"\u003e\n      \u003cspan class=\"tago-dragonfruit__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-dragonfruit__benefit-text\"\u003e\n        Mild \u0026amp; natürlich süß\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-dragonfruit__tip\"\u003e\n    \u003cspan class=\"tago-dragonfruit__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-dragonfruit__tip-text\"\u003e\n      Direkt aus der Tüte, unterwegs, im Büro oder als exotisches Topping\n      für Bowls, Müsli und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-dragonfruit__accordion\"\u003e\n\n    \u003cdetails class=\"tago-dragonfruit__details\" open\u003e\n      \u003csummary class=\"tago-dragonfruit__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-dragonfruit__content\"\u003e\n        \u003cp\u003e\n          Durch die Sonnentrocknung verliert die Drachenfrucht einen Teil\n          ihrer natürlichen Feuchtigkeit. Dadurch entsteht eine kompaktere,\n          leicht zähe Textur mit intensiver Fruchtnote und dem typischen\n          feinen Biss der kleinen Samen.\n          \u003cbr\u003e\u003cbr\u003e\n          Eine geringe Menge Reismehl unterstützt die Verarbeitung und sorgt\n          für eine angenehme Oberfläche.\n          \u003cbr\u003e\u003cbr\u003e\n          \u003cstrong\u003eZutaten:\u003c\/strong\u003e 98 % Drachenfrucht, 2 % Reismehl.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-dragonfruit__details\"\u003e\n      \u003csummary class=\"tago-dragonfruit__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-dragonfruit__content\"\u003e\n        \u003ctable class=\"tago-dragonfruit__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1465 kJ \/ 350 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e72 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e41 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e20 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e7 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,05 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65355891147101,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65355891179869,"sku":null,"price":10.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Getrocknete_Drachenfrucht.png?v=1788189376"},{"product_id":"tago-chocolate-coconut-chips-premium-kokoschips-mit-kakao","title":"TAGO Premium Kokoschips mit Kakao","description":"\u003cstyle\u003e\n  .tago-coconut-cacao,\n  .tago-coconut-cacao * {\n    box-sizing: border-box;\n  }\n\n  .tago-coconut-cacao {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-coconut-cacao__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-coconut-cacao__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-coconut-cacao__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-coconut-cacao__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-coconut-cacao__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-coconut-cacao__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-coconut-cacao__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-coconut-cacao__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-coconut-cacao__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-coconut-cacao__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-coconut-cacao__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-coconut-cacao__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-coconut-cacao__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-coconut-cacao__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-coconut-cacao__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-coconut-cacao__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-coconut-cacao__summary::before,\n  .tago-coconut-cacao__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-coconut-cacao__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-coconut-cacao__details[open] .tago-coconut-cacao__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-coconut-cacao__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-coconut-cacao__content p {\n    margin: 0;\n  }\n\n  .tago-coconut-cacao__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-coconut-cacao__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-coconut-cacao__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-coconut-cacao__table td {\n    padding: 7px 0;\n  }\n\n  .tago-coconut-cacao__table td:first-child {\n    color: #666;\n  }\n\n  .tago-coconut-cacao__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-coconut-cacao {\n      margin-top: 13px;\n    }\n\n    .tago-coconut-cacao__title {\n      font-size: 21px;\n    }\n\n    .tago-coconut-cacao__description {\n      font-size: 12.5px;\n    }\n\n    .tago-coconut-cacao__benefits {\n      gap: 6px;\n    }\n\n    .tago-coconut-cacao__benefit {\n      padding: 8px;\n    }\n\n    .tago-coconut-cacao__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-coconut-cacao\"\u003e\n\u003cdiv class=\"tago-coconut-cacao__intro\"\u003e\n\u003cspan class=\"tago-coconut-cacao__label\"\u003e Knusprig. Schokoladig. Exotisch. \u003c\/span\u003e\n\u003ch2 class=\"tago-coconut-cacao__title\"\u003eKokos-Crunch trifft intensiven Kakao\u003c\/h2\u003e\n\u003cp class=\"tago-coconut-cacao__description\"\u003eKnusprig geröstete Bio-Kokoschips mit kräftiger Kakaonote und feiner Süße. Der perfekte Snack für alle, die Kokos lieben und Lust auf einen besonders aromatischen Crunch haben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-coconut-cacao__benefits\"\u003e\n\u003cdiv class=\"tago-coconut-cacao__benefit\"\u003e\n\u003cspan class=\"tago-coconut-cacao__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-coconut-cacao__benefit-text\"\u003e Zutaten aus Bio-Anbau \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-coconut-cacao__benefit\"\u003e\n\u003cspan class=\"tago-coconut-cacao__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-coconut-cacao__benefit-text\"\u003e Knusprig geröstet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-coconut-cacao__benefit\"\u003e\n\u003cspan class=\"tago-coconut-cacao__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 8c1-3 3-5 5-5s4 2 5 5c1 4-1 9-5 13-4-4-6-9-5-13Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 8c1 1 3 1 4 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-coconut-cacao__benefit-text\"\u003e Mit aromatischem Kakao \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-coconut-cacao__benefit\"\u003e\n\u003cspan class=\"tago-coconut-cacao__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 18c3-7 7-11 12-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 20c3-3 7-4 11-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-coconut-cacao__benefit-text\"\u003e Vegan und glutenfrei \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-coconut-cacao__tip\"\u003e\n\u003cspan class=\"tago-coconut-cacao__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-coconut-cacao__tip-text\"\u003eSüße Snackmomente, unterwegs oder als knuspriges Topping für Bowls, Müsli, Joghurt und Desserts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-coconut-cacao__accordion\"\u003e\n\u003cdetails class=\"tago-coconut-cacao__details\"\u003e\n\u003csummary class=\"tago-coconut-cacao__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-coconut-cacao__content\"\u003e\n\u003cp\u003eKokoschips aus sonnengereiften Kokosnüssen werden schonend geröstet und mit aromatischem Kakaopulver verfeinert. Die natürlich unterschiedlich großen Stücke sorgen für ein authentisches und abwechslungsreiches Knuspererlebnis. \u003cbr\u003e\u003cbr\u003eZutaten: 67,9 % Kokosnuss*, Rohrzucker*, Kakaopulver*, Meersalz. *Aus kontrolliert biologischem Anbau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-coconut-cacao__details\" open=\"\"\u003e\n\u003csummary class=\"tago-coconut-cacao__summary\"\u003eVersandhinweis bei Wärme\u003c\/summary\u003e\n\u003cdiv class=\"tago-coconut-cacao__content\"\u003e\n\u003cp\u003eBei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt während des Versands vollständig unversehrt bleibt. Wärmebedingte Veränderungen sind möglich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-coconut-cacao__details\" open=\"\"\u003e\n\u003csummary class=\"tago-coconut-cacao__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-coconut-cacao__content\"\u003e\n\u003ctable class=\"tago-coconut-cacao__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e2752 kJ \/ 657 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e50 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e46 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e44 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e32 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e11 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e2,8 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e0,21 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"100g","offer_id":65349241536861,"sku":null,"price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/PremiumKokoschipsmitKakaopulver.png?v=1784830127"},{"product_id":"tago-sultanas-ungeschwefelte-sultaninen","title":"TAGO Ungeschwefelte Sultaninen","description":"\u003cstyle\u003e\n  .tago-sultanas,\n  .tago-sultanas * {\n    box-sizing: border-box;\n  }\n\n  .tago-sultanas {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-sultanas__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-sultanas__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-sultanas__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-sultanas__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-sultanas__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-sultanas__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-sultanas__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-sultanas__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-sultanas__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-sultanas__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-sultanas__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-sultanas__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-sultanas__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-sultanas__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-sultanas__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-sultanas__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-sultanas__summary::before,\n  .tago-sultanas__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-sultanas__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-sultanas__details[open] .tago-sultanas__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-sultanas__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-sultanas__content p {\n    margin: 0;\n  }\n\n  .tago-sultanas__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-sultanas__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-sultanas__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-sultanas__table td {\n    padding: 7px 0;\n  }\n\n  .tago-sultanas__table td:first-child {\n    color: #666;\n  }\n\n  .tago-sultanas__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-sultanas {\n      margin-top: 13px;\n    }\n\n    .tago-sultanas__title {\n      font-size: 21px;\n    }\n\n    .tago-sultanas__description {\n      font-size: 12.5px;\n    }\n\n    .tago-sultanas__benefits {\n      gap: 6px;\n    }\n\n    .tago-sultanas__benefit {\n      padding: 8px;\n    }\n\n    .tago-sultanas__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-sultanas\"\u003e\n\n  \u003cdiv class=\"tago-sultanas__intro\"\u003e\n    \u003cspan class=\"tago-sultanas__label\"\u003e\n      Saftig. Aromatisch. Natürlich süß.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-sultanas__title\"\u003e\n      Sonnenverwöhnte Sultaninen mit weichem Biss\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-sultanas__description\"\u003e\n      Aromatische Orange-River-Sultaninen aus Südafrika mit natürlicher Fruchtsüße und angenehm weicher Konsistenz. Ein vielseitiger Klassiker für Snacks, Frühstück und kreative Lieblingsrezepte.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-sultanas__benefits\"\u003e\n\n    \u003cdiv class=\"tago-sultanas__benefit\"\u003e\n      \u003cspan class=\"tago-sultanas__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"10\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"10\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"15\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 6c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-sultanas__benefit-text\"\u003e\n        Aus Südafrika\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-sultanas__benefit\"\u003e\n      \u003cspan class=\"tago-sultanas__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c3 4 5 6 5 10a5 5 0 0 1-10 0c0-4 2-6 5-10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-sultanas__benefit-text\"\u003e\n        Weich und angenehm saftig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-sultanas__benefit\"\u003e\n      \u003cspan class=\"tago-sultanas__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-sultanas__benefit-text\"\u003e\n        Ungeschwefelt\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-sultanas__benefit\"\u003e\n      \u003cspan class=\"tago-sultanas__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 18c3-7 7-11 12-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 20c3-3 7-4 11-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-sultanas__benefit-text\"\u003e\n        Vielseitig verwendbar\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-sultanas__tip\"\u003e\n    \u003cspan class=\"tago-sultanas__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-sultanas__tip-text\"\u003e\n      Müsli, Porridge, Joghurt, Backwaren, Salate, Reisgerichte, orientalische Küche oder direkt als fruchtiger Snack.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-sultanas__accordion\"\u003e\n\n    \u003cdetails class=\"tago-sultanas__details\"\u003e\n      \u003csummary class=\"tago-sultanas__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-sultanas__content\"\u003e\n        \u003cp\u003e\n          Die Sultaninen reifen entlang des südafrikanischen Orange River unter sonnigen Bedingungen. Sie werden ungeschwefelt verarbeitet und leicht mit Sonnenblumenöl benetzt, damit sie weniger verkleben und sich einfacher portionieren lassen.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: Sultaninen, Sonnenblumenöl.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-sultanas__details\"\u003e\n      \u003csummary class=\"tago-sultanas__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-sultanas__content\"\u003e\n        \u003ctable class=\"tago-sultanas__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1264 kJ \/ 302 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e80 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e59 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e3,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,03 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65349232787805,"sku":null,"price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Sultananas-ungeschwefelt.png?v=1784822957"},{"product_id":"tago-cappuccino-almonds-mandeln-mit-cappuccino-ummantelung","title":"TAGO Mandeln mit Cappuccino-Ummantelung","description":"\u003cstyle\u003e\n  .tago-cappuccino-almonds,\n  .tago-cappuccino-almonds * {\n    box-sizing: border-box;\n  }\n\n  .tago-cappuccino-almonds {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-cappuccino-almonds__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-cappuccino-almonds__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-cappuccino-almonds__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-cappuccino-almonds__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-cappuccino-almonds__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-cappuccino-almonds__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-cappuccino-almonds__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-cappuccino-almonds__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-cappuccino-almonds__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-cappuccino-almonds__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-cappuccino-almonds__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cappuccino-almonds__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-cappuccino-almonds__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-cappuccino-almonds__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-cappuccino-almonds__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cappuccino-almonds__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-cappuccino-almonds__summary::before,\n  .tago-cappuccino-almonds__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-cappuccino-almonds__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-cappuccino-almonds__details[open]\n  .tago-cappuccino-almonds__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-cappuccino-almonds__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-cappuccino-almonds__content p {\n    margin: 0;\n  }\n\n  .tago-cappuccino-almonds__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-cappuccino-almonds__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-cappuccino-almonds__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-cappuccino-almonds__table td {\n    padding: 7px 0;\n  }\n\n  .tago-cappuccino-almonds__table td:first-child {\n    color: #666;\n  }\n\n  .tago-cappuccino-almonds__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-cappuccino-almonds {\n      margin-top: 13px;\n    }\n\n    .tago-cappuccino-almonds__title {\n      font-size: 21px;\n    }\n\n    .tago-cappuccino-almonds__description {\n      font-size: 12.5px;\n    }\n\n    .tago-cappuccino-almonds__benefits {\n      gap: 6px;\n    }\n\n    .tago-cappuccino-almonds__benefit {\n      padding: 8px;\n    }\n\n    .tago-cappuccino-almonds__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-cappuccino-almonds\"\u003e\n\n  \u003cdiv class=\"tago-cappuccino-almonds__intro\"\u003e\n    \u003cspan class=\"tago-cappuccino-almonds__label\"\u003e\n      Cremig. Knackig. Aromatisch.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-cappuccino-almonds__title\"\u003e\n      Mandel-Crunch mit feiner Cappuccino-Note\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-cappuccino-almonds__description\"\u003e\n      Knackige Mandeln, umhüllt von cremiger weißer und herber Zartbitterschokolade, verfeinert mit feinem Cappuccino-Aroma. Ein edler Snack für alle, die Kaffee, Schokolade und nussigen Biss lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-cappuccino-almonds__benefits\"\u003e\n\n    \u003cdiv class=\"tago-cappuccino-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__benefit-text\"\u003e\n        Knackige Mandelkerne\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-cappuccino-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__benefit-text\"\u003e\n        Zweierlei Schokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-cappuccino-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 8h8a4 4 0 0 1 0 8H7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 10h2a2 2 0 0 1 0 4h-2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 5c0-1 1-2 2-2M13 5c0-1 1-2 2-2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__benefit-text\"\u003e\n        Feines Cappuccino-Aroma\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-cappuccino-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-cappuccino-almonds__benefit-text\"\u003e\n        Edel marmorierte Optik\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-cappuccino-almonds__tip\"\u003e\n    \u003cspan class=\"tago-cappuccino-almonds__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-cappuccino-almonds__tip-text\"\u003e\n      Zum Kaffee, für besondere Snackmomente, als kleines Mitbringsel oder als edles Highlight auf deiner Snackplatte.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-cappuccino-almonds__accordion\"\u003e\n\n    \u003cdetails class=\"tago-cappuccino-almonds__details\"\u003e\n      \u003csummary class=\"tago-cappuccino-almonds__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-cappuccino-almonds__content\"\u003e\n        \u003cp\u003e\n          Ausgewählte Mandelkerne werden mit weißer und Zartbitterschokolade umhüllt, kunstvoll marmoriert und mit einer feinen Cappuccino-Note abgerundet. So entsteht ein ausgewogener Genuss aus cremiger Süße, dezenter Herbe und nussigem Crunch.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 67,4 % weiße Schokolade (Zucker, Kakaobutter, Vollmilchpulver, Molkenpulver, natürliches Vanillearoma, Emulgator: Sojalecithin), 30 % Mandelkerne (Mandelkerne, Sonnenblumenöl), Glukosesirup, 0,5 % Zartbitterschokolade (Zucker, Kakaomasse, Kakaobutter, natürliches Vanillearoma, Emulgator: Sojalecithin), Tapiokadextrin, Überzugsmittel: Gummi arabicum, Schellack, Cappuccino-Aroma, Kokosöl.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Mandeln, Milch, Molke und Soja.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-cappuccino-almonds__details\"\u003e\n      \u003csummary class=\"tago-cappuccino-almonds__summary\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-cappuccino-almonds__content\"\u003e\n        \u003cp\u003e\n          Bei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-cappuccino-almonds__details\"\u003e\n      \u003csummary class=\"tago-cappuccino-almonds__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-cappuccino-almonds__content\"\u003e\n        \u003ctable class=\"tago-cappuccino-almonds__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2320 kJ \/ 554 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e36 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e13 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e46 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e44 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e3,8 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e9,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,18 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65349218795869,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/CappuccinoMandeln_a25c8b62-02ea-4923-b674-73236cde2868.png?v=1784822894"},{"product_id":"tagoello-mandelkerne-in-weisser-schokolade-mit-kokosflocken","title":"TAGOELLO Mandelkerne in weißer Schokolade mit Kokosflocken","description":"\u003cstyle\u003e\n  .tago-tagoello,\n  .tago-tagoello * {\n    box-sizing: border-box;\n  }\n\n  .tago-tagoello {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-tagoello__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-tagoello__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-tagoello__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-tagoello__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-tagoello__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-tagoello__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-tagoello__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-tagoello__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-tagoello__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-tagoello__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-tagoello__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-tagoello__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-tagoello__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-tagoello__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-tagoello__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-tagoello__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-tagoello__summary::before,\n  .tago-tagoello__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-tagoello__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-tagoello__details[open] .tago-tagoello__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-tagoello__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-tagoello__content p {\n    margin: 0;\n  }\n\n  .tago-tagoello__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-tagoello__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-tagoello__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-tagoello__table td {\n    padding: 7px 0;\n  }\n\n  .tago-tagoello__table td:first-child {\n    color: #666;\n  }\n\n  .tago-tagoello__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-tagoello {\n      margin-top: 13px;\n    }\n\n    .tago-tagoello__title {\n      font-size: 21px;\n    }\n\n    .tago-tagoello__description {\n      font-size: 12.5px;\n    }\n\n    .tago-tagoello__benefits {\n      gap: 6px;\n    }\n\n    .tago-tagoello__benefit {\n      padding: 8px;\n    }\n\n    .tago-tagoello__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-tagoello\"\u003e\n\n  \u003cdiv class=\"tago-tagoello__intro\"\u003e\n    \u003cspan class=\"tago-tagoello__label\"\u003e\n      Cremig. Knackig. Exotisch.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-tagoello__title\"\u003e\n      Mandel-Crunch trifft Kokos und weiße Schokolade\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-tagoello__description\"\u003e\n      Knackige Mandeln, umhüllt von cremiger weißer Schokolade und verfeinert mit aromatischen Kokosflocken. TAGOELLO verbindet nussigen Biss mit exotischer Süße und zartem Schmelz.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-tagoello__benefits\"\u003e\n\n    \u003cdiv class=\"tago-tagoello__benefit\"\u003e\n      \u003cspan class=\"tago-tagoello__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-tagoello__benefit-text\"\u003e\n        Knackiger Mandelkern\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-tagoello__benefit\"\u003e\n      \u003cspan class=\"tago-tagoello__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-tagoello__benefit-text\"\u003e\n        Weiße Schokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-tagoello__benefit\"\u003e\n      \u003cspan class=\"tago-tagoello__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-tagoello__benefit-text\"\u003e\n        Mit Kokosflocken\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-tagoello__benefit\"\u003e\n      \u003cspan class=\"tago-tagoello__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-tagoello__benefit-text\"\u003e\n        Cremig und nussig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-tagoello__tip\"\u003e\n    \u003cspan class=\"tago-tagoello__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-tagoello__tip-text\"\u003e\n      Besondere Snackmomente, zum Teilen, als kleines Geschenk oder als süßes Highlight auf deiner Snackplatte.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-tagoello__accordion\"\u003e\n\n    \u003cdetails class=\"tago-tagoello__details\"\u003e\n      \u003csummary class=\"tago-tagoello__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-tagoello__content\"\u003e\n        \u003cp\u003e\n          Knackige Mandelkerne werden mit zartschmelzender weißer Schokolade umhüllt und anschließend mit feinen Kokosflocken veredelt. So entsteht eine ausgewogene Kombination aus cremiger Süße, exotischem Aroma und nussigem Crunch.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 71 % weiße Schokolade (Zucker, Kakaobutter, Vollmilchpulver, Molkenpulver, Emulgator: Sojalecithin, natürliches Vanillearoma), 24 % Mandeln (Mandeln, Sonnenblumenöl), 6 % Kokosflocken.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergene: Enthält Mandeln, Milch, Molke und Soja.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-tagoello__details\"\u003e\n      \u003csummary class=\"tago-tagoello__summary\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-tagoello__content\"\u003e\n        \u003cp\u003e\n          Bei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-tagoello__details\"\u003e\n      \u003csummary class=\"tago-tagoello__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-tagoello__content\"\u003e\n        \u003ctable class=\"tago-tagoello__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2349 kJ \/ 561 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e37 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e17 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e47 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e46 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e3,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e8,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,24 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65149568254301,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/TAGOELLO_MandelkerneinweisserSchokolademitKokosflocken.png?v=1784822846"},{"product_id":"tago-roasted-almonds-gebrannte-mandeln","title":"TAGO Gebrannte Mandeln","description":"\u003cstyle\u003e\n  .tago-roasted-almonds,\n  .tago-roasted-almonds * {\n    box-sizing: border-box;\n  }\n\n  .tago-roasted-almonds {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-roasted-almonds__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-roasted-almonds__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-roasted-almonds__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-roasted-almonds__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-roasted-almonds__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-roasted-almonds__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-roasted-almonds__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-roasted-almonds__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-roasted-almonds__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-roasted-almonds__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-roasted-almonds__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-roasted-almonds__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-roasted-almonds__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-roasted-almonds__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-roasted-almonds__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-roasted-almonds__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-roasted-almonds__summary::before,\n  .tago-roasted-almonds__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-roasted-almonds__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-roasted-almonds__details[open]\n  .tago-roasted-almonds__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-roasted-almonds__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-roasted-almonds__content p {\n    margin: 0;\n  }\n\n  .tago-roasted-almonds__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-roasted-almonds__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-roasted-almonds__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-roasted-almonds__table td {\n    padding: 7px 0;\n  }\n\n  .tago-roasted-almonds__table td:first-child {\n    color: #666;\n  }\n\n  .tago-roasted-almonds__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-roasted-almonds {\n      margin-top: 13px;\n    }\n\n    .tago-roasted-almonds__title {\n      font-size: 21px;\n    }\n\n    .tago-roasted-almonds__description {\n      font-size: 12.5px;\n    }\n\n    .tago-roasted-almonds__benefits {\n      gap: 6px;\n    }\n\n    .tago-roasted-almonds__benefit {\n      padding: 8px;\n    }\n\n    .tago-roasted-almonds__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-roasted-almonds\"\u003e\n\n  \u003cdiv class=\"tago-roasted-almonds__intro\"\u003e\n    \u003cspan class=\"tago-roasted-almonds__label\"\u003e\n      Karamellig. Knackig. Traditionell.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-roasted-almonds__title\"\u003e\n      Gebrannte Mandeln wie vom Jahrmarkt\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-roasted-almonds__description\"\u003e\n      Ganze Mandeln, langsam in Zucker geröstet und rundum knusprig karamellisiert. Ein süß-nussiger Klassiker mit intensivem Duft und unverwechselbarem Biss.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-roasted-almonds__benefits\"\u003e\n\n    \u003cdiv class=\"tago-roasted-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-roasted-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-roasted-almonds__benefit-text\"\u003e\n        Ganze Mandelkerne\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-roasted-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-roasted-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 17c0-5 2-9 5-13 3 4 5 8 5 13\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 17h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-roasted-almonds__benefit-text\"\u003e\n        Knusprig karamellisiert\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-roasted-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-roasted-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-roasted-almonds__benefit-text\"\u003e\n        Nur Mandeln und Zucker\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-roasted-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-roasted-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 8h14v11H5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8V5h8v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 11v5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-roasted-almonds__benefit-text\"\u003e\n        Traditionell hergestellt\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-roasted-almonds__tip\"\u003e\n    \u003cspan class=\"tago-roasted-almonds__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-roasted-almonds__tip-text\"\u003e\n      Süße Snackmomente, zum Teilen, als Geschenkidee oder als knusprig-karamelliges Topping für Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-roasted-almonds__accordion\"\u003e\n\n    \u003cdetails class=\"tago-roasted-almonds__details\"\u003e\n      \u003csummary class=\"tago-roasted-almonds__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-roasted-almonds__content\"\u003e\n        \u003cp\u003e\n          Ausgewählte ganze Mandeln werden langsam in karamellisiertem Zucker geröstet und währenddessen sorgfältig gewendet. Dadurch legt sich die knusprige Zuckerschicht gleichmäßig um jede einzelne Mandel.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: Mandeln, Zucker.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Mandeln.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-roasted-almonds__details\"\u003e\n      \u003csummary class=\"tago-roasted-almonds__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-roasted-almonds__content\"\u003e\n        \u003ctable class=\"tago-roasted-almonds__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2253 kJ \/ 538 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e35 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e2,7 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e39 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e35 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e7,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e13,7 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,02 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65149596991837,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/ChatGPT_Image_15._Aug._2026_11_06_13.png?v=1786784873"},{"product_id":"tago-roasted-cashews-gebrannte-cashewkerne","title":"TAGO Gebrannte Cashewkerne","description":"\u003cstyle\u003e\n  .tago-honey-cashews,\n  .tago-honey-cashews * {\n    box-sizing: border-box;\n  }\n\n  .tago-honey-cashews {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-honey-cashews__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-honey-cashews__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-honey-cashews__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-honey-cashews__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-honey-cashews__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-honey-cashews__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-honey-cashews__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-honey-cashews__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-honey-cashews__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-honey-cashews__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-honey-cashews__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-honey-cashews__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-honey-cashews__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-honey-cashews__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-honey-cashews__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-honey-cashews__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-honey-cashews__summary::before,\n  .tago-honey-cashews__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-honey-cashews__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-honey-cashews__details[open]\n  .tago-honey-cashews__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-honey-cashews__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-honey-cashews__content p {\n    margin: 0;\n  }\n\n  .tago-honey-cashews__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-honey-cashews__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-honey-cashews__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-honey-cashews__table td {\n    padding: 7px 0;\n  }\n\n  .tago-honey-cashews__table td:first-child {\n    color: #666;\n  }\n\n  .tago-honey-cashews__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-honey-cashews {\n      margin-top: 13px;\n    }\n\n    .tago-honey-cashews__title {\n      font-size: 21px;\n    }\n\n    .tago-honey-cashews__description {\n      font-size: 12.5px;\n    }\n\n    .tago-honey-cashews__benefits {\n      gap: 6px;\n    }\n\n    .tago-honey-cashews__benefit {\n      padding: 8px;\n    }\n\n    .tago-honey-cashews__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-honey-cashews\"\u003e\n\n  \u003cdiv class=\"tago-honey-cashews__intro\"\u003e\n    \u003cspan class=\"tago-honey-cashews__label\"\u003e\n      Honigsüß. Knackig. Nussig.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-honey-cashews__title\"\u003e\n      Gebrannte Cashews mit feiner Honignote\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-honey-cashews__description\"\u003e\n      Zarte Cashewkerne, schonend geröstet und mit Zucker sowie aromatischem Honig karamellisiert. Das Ergebnis ist ein knackiger Snack mit milder Nussnote und goldener Zuckerkruste.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-honey-cashews__benefits\"\u003e\n\n    \u003cdiv class=\"tago-honey-cashews__benefit\"\u003e\n      \u003cspan class=\"tago-honey-cashews__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 15c0-5 4-9 9-9 3 0 5 2 5 5 0 4-3 7-7 7-4 0-7-1-7-3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-honey-cashews__benefit-text\"\u003e\n        67 % Cashewkerne\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-honey-cashews__benefit\"\u003e\n      \u003cspan class=\"tago-honey-cashews__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 17c0-5 2-9 4-13 3 4 5 8 5 13\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 17h9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-honey-cashews__benefit-text\"\u003e\n        Knusprig karamellisiert\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-honey-cashews__benefit\"\u003e\n      \u003cspan class=\"tago-honey-cashews__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 4c3 4 5 7 5 10a5 5 0 0 1-10 0c0-3 2-6 5-10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-honey-cashews__benefit-text\"\u003e\n        Mit feinem Honigaroma\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-honey-cashews__benefit\"\u003e\n      \u003cspan class=\"tago-honey-cashews__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-honey-cashews__benefit-text\"\u003e\n        Schonend geröstet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-honey-cashews__tip\"\u003e\n    \u003cspan class=\"tago-honey-cashews__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-honey-cashews__tip-text\"\u003e\n      Süße Snackmomente, zum Teilen, als kleine Geschenkidee oder als knuspriges Extra auf Eis, Cremes und anderen Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-honey-cashews__accordion\"\u003e\n\n    \u003cdetails class=\"tago-honey-cashews__details\"\u003e\n      \u003csummary class=\"tago-honey-cashews__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-honey-cashews__content\"\u003e\n        \u003cp\u003e\n          Die mild-nussigen Cashewkerne werden schonend geröstet und anschließend mit Zucker und Honig karamellisiert. So entsteht eine gleichmäßige, knusprige Zuckerkruste mit fein abgestimmter Honignote.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 67 % Cashewkerne, Zucker, Glukosesirup, Sonnenblumenöl, Honig, Emulgator: Sonnenblumenlecithin, Stabilisator: Gummi arabicum.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Cashewkerne.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-honey-cashews__details\"\u003e\n      \u003csummary class=\"tago-honey-cashews__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-honey-cashews__content\"\u003e\n        \u003ctable class=\"tago-honey-cashews__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2275 kJ \/ 543 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e32 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e5,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e33 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e2,9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e13,3 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65149607870813,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Cashewnusskernegebrannt.png?v=1784822734"},{"product_id":"tago-brazil-nuts-paranusskerne","title":"TAGO Pekannusskerne Natur","description":"\u003cstyle\u003e\n  .tago-pecans,\n  .tago-pecans * {\n    box-sizing: border-box;\n  }\n\n  .tago-pecans {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-pecans__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-pecans__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-pecans__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-pecans__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-pecans__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-pecans__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-pecans__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-pecans__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-pecans__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-pecans__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-pecans__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-pecans__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-pecans__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-pecans__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-pecans__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-pecans__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-pecans__summary::before,\n  .tago-pecans__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-pecans__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-pecans__details[open]\n  .tago-pecans__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-pecans__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-pecans__content p {\n    margin: 0;\n  }\n\n  .tago-pecans__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-pecans__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-pecans__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-pecans__table td {\n    padding: 7px 0;\n  }\n\n  .tago-pecans__table td:first-child {\n    color: #666;\n  }\n\n  .tago-pecans__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-pecans {\n      margin-top: 13px;\n    }\n\n    .tago-pecans__title {\n      font-size: 21px;\n    }\n\n    .tago-pecans__description {\n      font-size: 12.5px;\n    }\n\n    .tago-pecans__benefits {\n      gap: 6px;\n    }\n\n    .tago-pecans__benefit {\n      padding: 8px;\n    }\n\n    .tago-pecans__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-pecans\"\u003e\n\n  \u003cdiv class=\"tago-pecans__intro\"\u003e\n    \u003cspan class=\"tago-pecans__label\"\u003e\n      Buttrig. Knackig. Natürlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-pecans__title\"\u003e\n      Naturbelassene Pekannusskerne mit feinem Aroma\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-pecans__description\"\u003e\n      Knackige Pekannusskerne mit angenehm mildem, leicht süßlichem und butterartigem Geschmack. Ein vielseitiger Nussklassiker für puren Genuss und kreative Lieblingsrezepte.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pecans__benefits\"\u003e\n\n    \u003cdiv class=\"tago-pecans__benefit\"\u003e\n      \u003cspan class=\"tago-pecans__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pecans__benefit-text\"\u003e\n        Ganze Pekannusskerne\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pecans__benefit\"\u003e\n      \u003cspan class=\"tago-pecans__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 17c3-5 7-9 12-11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8c2 2 4 3 7 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 2 7 1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pecans__benefit-text\"\u003e\n        Mild und butterartig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pecans__benefit\"\u003e\n      \u003cspan class=\"tago-pecans__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pecans__benefit-text\"\u003e\n        Ohne Zusatzstoffe\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pecans__benefit\"\u003e\n      \u003cspan class=\"tago-pecans__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pecans__benefit-text\"\u003e\n        Ballaststoffreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pecans__tip\"\u003e\n    \u003cspan class=\"tago-pecans__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-pecans__tip-text\"\u003e\n      Direkt als Snack, für Nussmischungen oder als aromatisches Extra in Müsli, Salaten, Bowls, Backwaren und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pecans__accordion\"\u003e\n\n    \u003cdetails class=\"tago-pecans__details\"\u003e\n      \u003csummary class=\"tago-pecans__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-pecans__content\"\u003e\n        \u003cp\u003e\n          Naturbelassene Pekannusskerne überzeugen mit ihrer knackigen Textur und ihrem typisch milden, leicht süßlichen Aroma. Sie lassen sich vielseitig genießen und passen sowohl zu süßen als auch zu herzhaften Gerichten.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 100 % Pekannusskerne.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Pekannüsse.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-pecans__details\"\u003e\n      \u003csummary class=\"tago-pecans__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-pecans__content\"\u003e\n        \u003ctable class=\"tago-pecans__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2970 kJ \/ 721 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e72 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e6,2 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e4,3 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e10,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e9,2 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65149624189277,"sku":null,"price":6.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/PecanusskerneNatur.png?v=1784879720"},{"product_id":"tago-premium-nussmischung-natur","title":"TAGO Premium Nussmischung Natur","description":"\u003cstyle\u003e\n  .tago-natural-nut-mix,\n  .tago-natural-nut-mix * {\n    box-sizing: border-box;\n  }\n\n  .tago-natural-nut-mix {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-natural-nut-mix__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-natural-nut-mix__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-natural-nut-mix__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-natural-nut-mix__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-natural-nut-mix__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-natural-nut-mix__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-natural-nut-mix__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-natural-nut-mix__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-natural-nut-mix__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-natural-nut-mix__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-natural-nut-mix__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-natural-nut-mix__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-natural-nut-mix__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-natural-nut-mix__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-natural-nut-mix__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-natural-nut-mix__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-natural-nut-mix__summary::before,\n  .tago-natural-nut-mix__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-natural-nut-mix__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-natural-nut-mix__details[open]\n  .tago-natural-nut-mix__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-natural-nut-mix__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-natural-nut-mix__content p {\n    margin: 0;\n  }\n\n  .tago-natural-nut-mix__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-natural-nut-mix__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-natural-nut-mix__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-natural-nut-mix__table td {\n    padding: 7px 0;\n  }\n\n  .tago-natural-nut-mix__table td:first-child {\n    color: #666;\n  }\n\n  .tago-natural-nut-mix__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-natural-nut-mix {\n      margin-top: 13px;\n    }\n\n    .tago-natural-nut-mix__title {\n      font-size: 21px;\n    }\n\n    .tago-natural-nut-mix__description {\n      font-size: 12.5px;\n    }\n\n    .tago-natural-nut-mix__benefits {\n      gap: 6px;\n    }\n\n    .tago-natural-nut-mix__benefit {\n      padding: 8px;\n    }\n\n    .tago-natural-nut-mix__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-natural-nut-mix\"\u003e\n\n  \u003cdiv class=\"tago-natural-nut-mix__intro\"\u003e\n    \u003cspan class=\"tago-natural-nut-mix__label\"\u003e\n      Knackig. Vielseitig. Natürlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-natural-nut-mix__title\"\u003e\n      Vier Nüsse, ein ausgewogener Mix\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-natural-nut-mix__description\"\u003e\n      Mandeln, Haselnüsse, Cashews und Walnüsse vereint in einer abwechslungsreichen Mischung. Von mild-cremig bis kräftig-nussig bietet jeder Griff einen neuen Geschmack.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-natural-nut-mix__benefits\"\u003e\n\n    \u003cdiv class=\"tago-natural-nut-mix__benefit\"\u003e\n      \u003cspan class=\"tago-natural-nut-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-nut-mix__benefit-text\"\u003e\n        Mit vier Nusssorten\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-natural-nut-mix__benefit\"\u003e\n      \u003cspan class=\"tago-natural-nut-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 12c2-3 5-5 8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-nut-mix__benefit-text\"\u003e\n        Naturbelassener Genuss\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-natural-nut-mix__benefit\"\u003e\n      \u003cspan class=\"tago-natural-nut-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 17c3-5 7-9 12-11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8c2 2 4 3 7 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 2 7 1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-nut-mix__benefit-text\"\u003e\n        Mild bis kräftig-nussig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-natural-nut-mix__benefit\"\u003e\n      \u003cspan class=\"tago-natural-nut-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-nut-mix__benefit-text\"\u003e\n        Ballaststoffreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-natural-nut-mix__tip\"\u003e\n    \u003cspan class=\"tago-natural-nut-mix__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-natural-nut-mix__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als knackiges Extra in Müsli, Salaten, Bowls, Backwaren und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-natural-nut-mix__accordion\"\u003e\n\n    \u003cdetails class=\"tago-natural-nut-mix__details\"\u003e\n      \u003csummary class=\"tago-natural-nut-mix__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-natural-nut-mix__content\"\u003e\n        \u003cp\u003e\n          Der Mix verbindet den knackigen Biss von Mandeln, das feine Aroma von Haselnüssen, die milde Cremigkeit von Cashews und den kräftigen Geschmack von Walnüssen.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: Mandeln, Haselnüsse, Cashewkerne, Walnüsse.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Mandeln, Haselnüsse, Cashewkerne und Walnüsse.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-natural-nut-mix__details\"\u003e\n      \u003csummary class=\"tago-natural-nut-mix__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-natural-nut-mix__content\"\u003e\n        \u003ctable class=\"tago-natural-nut-mix__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2722 kJ \/ 650 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e62 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e20 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e6,3 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e5,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e16,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,03 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65349188125021,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"500g","offer_id":65349188157789,"sku":null,"price":11.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/NussmischungNatur.png?v=1784822630"},{"product_id":"tago-premium-walnusskerne-schmetterling","title":"TAGO Premium Walnusskerne Schmetterling","description":"\u003cstyle\u003e\n  .tago-premium-walnuts,\n  .tago-premium-walnuts * {\n    box-sizing: border-box;\n  }\n\n  .tago-premium-walnuts {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-premium-walnuts__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-premium-walnuts__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-premium-walnuts__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-premium-walnuts__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-premium-walnuts__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-premium-walnuts__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-premium-walnuts__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-premium-walnuts__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-premium-walnuts__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-premium-walnuts__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-premium-walnuts__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-premium-walnuts__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-premium-walnuts__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-premium-walnuts__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-premium-walnuts__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-premium-walnuts__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-premium-walnuts__summary::before,\n  .tago-premium-walnuts__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-premium-walnuts__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-premium-walnuts__details[open]\n  .tago-premium-walnuts__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-premium-walnuts__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-premium-walnuts__content p {\n    margin: 0;\n  }\n\n  .tago-premium-walnuts__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-premium-walnuts__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-premium-walnuts__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-premium-walnuts__table td {\n    padding: 7px 0;\n  }\n\n  .tago-premium-walnuts__table td:first-child {\n    color: #666;\n  }\n\n  .tago-premium-walnuts__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-premium-walnuts {\n      margin-top: 13px;\n    }\n\n    .tago-premium-walnuts__title {\n      font-size: 21px;\n    }\n\n    .tago-premium-walnuts__description {\n      font-size: 12.5px;\n    }\n\n    .tago-premium-walnuts__benefits {\n      gap: 6px;\n    }\n\n    .tago-premium-walnuts__benefit {\n      padding: 8px;\n    }\n\n    .tago-premium-walnuts__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-premium-walnuts\"\u003e\n\n  \u003cdiv class=\"tago-premium-walnuts__intro\"\u003e\n    \u003cspan class=\"tago-premium-walnuts__label\"\u003e\n      Mild. Knackig. Handgeknackt.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-premium-walnuts__title\"\u003e\n      Premium-Walnusskerne mit feinem, buttrigem Aroma\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-premium-walnuts__description\"\u003e\n      Sorgfältig ausgewählte und von Hand geknackte Walnusskerne mit angenehm mildem Geschmack und knackiger Textur. Naturbelassener Genuss für Snacks, Toppings und vielseitige Rezepte.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-premium-walnuts__benefits\"\u003e\n\n    \u003cdiv class=\"tago-premium-walnuts__benefit\"\u003e\n      \u003cspan class=\"tago-premium-walnuts__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 4c4 0 7 3 7 7 0 5-3 9-7 9s-7-4-7-9c0-4 3-7 7-7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 9c2 1 3 2 4 4M16 9c-2 1-3 2-4 4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-premium-walnuts__benefit-text\"\u003e\n        Handgeknackte Walnüsse\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-premium-walnuts__benefit\"\u003e\n      \u003cspan class=\"tago-premium-walnuts__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 17c3-5 7-9 12-11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8c2 2 4 3 7 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 2 7 1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-premium-walnuts__benefit-text\"\u003e\n        Mild und buttrig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-premium-walnuts__benefit\"\u003e\n      \u003cspan class=\"tago-premium-walnuts__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-premium-walnuts__benefit-text\"\u003e\n        Ohne Zusatzstoffe\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-premium-walnuts__benefit\"\u003e\n      \u003cspan class=\"tago-premium-walnuts__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-premium-walnuts__benefit-text\"\u003e\n        Naturbelassener Nussgenuss\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-premium-walnuts__tip\"\u003e\n    \u003cspan class=\"tago-premium-walnuts__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-premium-walnuts__tip-text\"\u003e\n      Direkt als Snack oder als knackiges Extra in Müsli, Salaten, Bowls, Backwaren, herzhaften Gerichten und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-premium-walnuts__accordion\"\u003e\n\n    \u003cdetails class=\"tago-premium-walnuts__details\"\u003e\n      \u003csummary class=\"tago-premium-walnuts__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-premium-walnuts__content\"\u003e\n        \u003cp\u003e\n          Die Walnüsse werden sorgfältig ausgewählt und von Hand geknackt. Diese schonende Verarbeitung bewahrt ihre natürliche Textur und ihr charakteristisch mildes, leicht buttriges Aroma.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 100 % Walnusskerne.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Walnüsse.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-premium-walnuts__details\"\u003e\n      \u003csummary class=\"tago-premium-walnuts__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-premium-walnuts__content\"\u003e\n        \u003ctable class=\"tago-premium-walnuts__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2738 kJ \/ 654 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e63 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e6,7 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e11 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e6,9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e14 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65349182718301,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":true},{"title":"400g","offer_id":65349182751069,"sku":null,"price":9.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Walnuesse_6cfc0ed1-d28b-4fdd-b8bf-4d59451841ec.png?v=1785451645"},{"product_id":"tago-natural-almonds-naturbelassene-mandeln","title":"TAGO Naturbelassene Premium Mandeln","description":"\u003cstyle\u003e\n  .tago-natural-almonds,\n  .tago-natural-almonds * {\n    box-sizing: border-box;\n  }\n\n  .tago-natural-almonds {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-natural-almonds__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-natural-almonds__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-natural-almonds__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-natural-almonds__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-natural-almonds__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-natural-almonds__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-natural-almonds__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-natural-almonds__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-natural-almonds__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-natural-almonds__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-natural-almonds__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-natural-almonds__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-natural-almonds__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-natural-almonds__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-natural-almonds__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-natural-almonds__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-natural-almonds__summary::before,\n  .tago-natural-almonds__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-natural-almonds__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-natural-almonds__details[open]\n  .tago-natural-almonds__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-natural-almonds__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-natural-almonds__content p {\n    margin: 0;\n  }\n\n  .tago-natural-almonds__warning {\n    padding: 11px 12px;\n    border: 1px solid #e6e1d7;\n    border-radius: 8px;\n    background: #faf8f3;\n    color: #4d473e;\n  }\n\n  .tago-natural-almonds__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-natural-almonds__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-natural-almonds__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-natural-almonds__table td {\n    padding: 7px 0;\n  }\n\n  .tago-natural-almonds__table td:first-child {\n    color: #666;\n  }\n\n  .tago-natural-almonds__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-natural-almonds {\n      margin-top: 13px;\n    }\n\n    .tago-natural-almonds__title {\n      font-size: 21px;\n    }\n\n    .tago-natural-almonds__description {\n      font-size: 12.5px;\n    }\n\n    .tago-natural-almonds__benefits {\n      gap: 6px;\n    }\n\n    .tago-natural-almonds__benefit {\n      padding: 8px;\n    }\n\n    .tago-natural-almonds__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-natural-almonds\"\u003e\n\n  \u003cdiv class=\"tago-natural-almonds__intro\"\u003e\n    \u003cspan class=\"tago-natural-almonds__label\"\u003e\n      Mediterran. Knackig. Aromatisch.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-natural-almonds__title\"\u003e\n      Naturbelassene Mandeln mit intensivem Aroma\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-natural-almonds__description\"\u003e\n      Hochwertige Mandeln mit kräftigem, mediterranem Geschmack und angenehm knackigem Biss. Ein natürlicher Nussklassiker für puren Genuss und vielseitige Rezepte.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-natural-almonds__benefits\"\u003e\n\n    \u003cdiv class=\"tago-natural-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-natural-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-almonds__benefit-text\"\u003e\n        Ganze Mandelkerne\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-natural-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-natural-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 17c3-5 7-9 12-11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8c2 2 4 3 7 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 2 7 1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-almonds__benefit-text\"\u003e\n        Intensiv und aromatisch\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-natural-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-natural-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 18V6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 18V9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 18V4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-almonds__benefit-text\"\u003e\n        21 g Eiweiß je 100 g\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-natural-almonds__benefit\"\u003e\n      \u003cspan class=\"tago-natural-almonds__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-natural-almonds__benefit-text\"\u003e\n        Ballaststoffreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-natural-almonds__tip\"\u003e\n    \u003cspan class=\"tago-natural-almonds__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-natural-almonds__tip-text\"\u003e\n      Direkt als Snack, für Nussmischungen oder als knackiges Extra in Müsli, Salaten, Bowls, Backwaren und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-natural-almonds__accordion\"\u003e\n\n    \u003cdetails class=\"tago-natural-almonds__details\"\u003e\n      \u003csummary class=\"tago-natural-almonds__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-natural-almonds__content\"\u003e\n        \u003cp\u003e\n          Die naturbelassenen Mandeln überzeugen mit festem Biss und ihrem charakteristisch kräftigen, leicht mediterranen Aroma. Sie eignen sich pur als Snack sowie für süße und herzhafte Gerichte.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 100 % Mandeln.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Mandeln.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-natural-almonds__details\"\u003e\n      \u003csummary class=\"tago-natural-almonds__summary\"\u003e\n        Sicherheitshinweis\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-natural-almonds__content\"\u003e\n        \u003cp class=\"tago-natural-almonds__warning\"\u003e\n          Kleine Kinder können sich an ganzen Nüssen leicht verschlucken. Das Produkt deshalb außerhalb der Reichweite von Kindern unter vier Jahren aufbewahren und nur unter Aufsicht verzehren lassen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-natural-almonds__details\"\u003e\n      \u003csummary class=\"tago-natural-almonds__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-natural-almonds__content\"\u003e\n        \u003ctable class=\"tago-natural-almonds__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2461 kJ \/ 579 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e3,8 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e4,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e13 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e21 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65349137170781,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"500g","offer_id":65349137203549,"sku":null,"price":10.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/MandelnPremiumgeroestet_gesalzen_a42697c0-c2b4-4434-ab8a-3aa8851640b4.png?v=1784822482"},{"product_id":"tago-roasted-salted-pistachios-gerostete-gesalzene-pistazien","title":"TAGO Geröstete \u0026 gesalzene Pistazien","description":"\u003cstyle\u003e\n  .tago-salted-pistachios,\n  .tago-salted-pistachios * {\n    box-sizing: border-box;\n  }\n\n  .tago-salted-pistachios {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-salted-pistachios__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-salted-pistachios__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-salted-pistachios__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-salted-pistachios__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-salted-pistachios__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-salted-pistachios__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-salted-pistachios__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-salted-pistachios__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-salted-pistachios__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-salted-pistachios__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-salted-pistachios__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-salted-pistachios__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-salted-pistachios__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-salted-pistachios__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-salted-pistachios__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-salted-pistachios__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-salted-pistachios__summary::before,\n  .tago-salted-pistachios__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-salted-pistachios__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-salted-pistachios__details[open]\n  .tago-salted-pistachios__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-salted-pistachios__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-salted-pistachios__content p {\n    margin: 0;\n  }\n\n  .tago-salted-pistachios__warning {\n    padding: 11px 12px;\n    border: 1px solid #e6e1d7;\n    border-radius: 8px;\n    background: #faf8f3;\n    color: #4d473e;\n  }\n\n  .tago-salted-pistachios__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-salted-pistachios__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-salted-pistachios__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-salted-pistachios__table td {\n    padding: 7px 0;\n  }\n\n  .tago-salted-pistachios__table td:first-child {\n    color: #666;\n  }\n\n  .tago-salted-pistachios__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-salted-pistachios {\n      margin-top: 13px;\n    }\n\n    .tago-salted-pistachios__title {\n      font-size: 21px;\n    }\n\n    .tago-salted-pistachios__description {\n      font-size: 12.5px;\n    }\n\n    .tago-salted-pistachios__benefits {\n      gap: 6px;\n    }\n\n    .tago-salted-pistachios__benefit {\n      padding: 8px;\n    }\n\n    .tago-salted-pistachios__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-salted-pistachios\"\u003e\n\n  \u003cdiv class=\"tago-salted-pistachios__intro\"\u003e\n    \u003cspan class=\"tago-salted-pistachios__label\"\u003e\n      Knackig. Nussig. Fein gesalzen.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-salted-pistachios__title\"\u003e\n      Aromatische Pistazien mit feiner Salznote\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-salted-pistachios__description\"\u003e\n      Knackige Pistazien mit intensiv nussigem Aroma und ausgewogener Salznote. Ein klassischer Snack für unterwegs, gemütliche Abende oder gesellige Runden.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-salted-pistachios__benefits\"\u003e\n\n    \u003cdiv class=\"tago-salted-pistachios__benefit\"\u003e\n      \u003cspan class=\"tago-salted-pistachios__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 4 6 8 5 12a5 5 0 0 1-10 0c-1-4 1-8 5-12Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-salted-pistachios__benefit-text\"\u003e\n        Ganze Pistazien\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-salted-pistachios__benefit\"\u003e\n      \u003cspan class=\"tago-salted-pistachios__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 17c3-5 7-9 12-11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8c2 2 4 3 7 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 2 7 1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-salted-pistachios__benefit-text\"\u003e\n        Intensiv nussiges Aroma\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-salted-pistachios__benefit\"\u003e\n      \u003cspan class=\"tago-salted-pistachios__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8M8 12h8M8 16h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-salted-pistachios__benefit-text\"\u003e\n        Fein gesalzen\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-salted-pistachios__benefit\"\u003e\n      \u003cspan class=\"tago-salted-pistachios__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-salted-pistachios__benefit-text\"\u003e\n        Ballaststoffreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-salted-pistachios__tip\"\u003e\n    \u003cspan class=\"tago-salted-pistachios__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-salted-pistachios__tip-text\"\u003e\n      Direkt als Snack, für unterwegs, Filmabende, Partys oder als knackige Ergänzung zu Käse- und Snackplatten.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-salted-pistachios__accordion\"\u003e\n\n    \u003cdetails class=\"tago-salted-pistachios__details\"\u003e\n      \u003csummary class=\"tago-salted-pistachios__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-salted-pistachios__content\"\u003e\n        \u003cp\u003e\n          Die Pistazien verbinden einen knackigen Biss mit ihrem charakteristisch aromatischen Geschmack. Eine feine Salznote rundet den natürlichen Nussgeschmack ausgewogen ab.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: Pistazien, Salz.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Pistazien.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-salted-pistachios__details\"\u003e\n      \u003csummary class=\"tago-salted-pistachios__summary\"\u003e\n        Sicherheitshinweis\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-salted-pistachios__content\"\u003e\n        \u003cp class=\"tago-salted-pistachios__warning\"\u003e\n          Kleine Kinder können sich an ganzen Nüssen leicht verschlucken. Das Produkt deshalb außerhalb der Reichweite von Kindern unter vier Jahren aufbewahren und nur unter Aufsicht verzehren lassen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-salted-pistachios__details\"\u003e\n      \u003csummary class=\"tago-salted-pistachios__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-salted-pistachios__content\"\u003e\n        \u003ctable class=\"tago-salted-pistachios__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2715 kJ \/ 649 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e36 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e2,2 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e13 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e6,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e24 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e1,9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65150361829725,"sku":null,"price":6.99,"currency_code":"EUR","in_stock":true},{"title":"500g","offer_id":65150361862493,"sku":null,"price":12.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/ChatGPT_Image_31._Juli_2026_01_19_08_293a056a-a3f6-47ad-89be-8f00cd6a76f3.png?v=1785453586"},{"product_id":"tago-natural-cashews-naturbelassene-cashewkerne","title":"TAGO Naturbelassene Cashewkerne","description":"\u003cstyle\u003e\n  .tago-cashew-natural,\n  .tago-cashew-natural * {\n    box-sizing: border-box;\n  }\n\n  .tago-cashew-natural {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-cashew-natural__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-cashew-natural__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-cashew-natural__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-cashew-natural__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-cashew-natural__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-cashew-natural__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-cashew-natural__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-cashew-natural__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-cashew-natural__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-cashew-natural__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-cashew-natural__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cashew-natural__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-cashew-natural__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-cashew-natural__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-cashew-natural__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cashew-natural__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-cashew-natural__summary::before,\n  .tago-cashew-natural__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-cashew-natural__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-cashew-natural__details[open]\n  .tago-cashew-natural__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-cashew-natural__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-cashew-natural__content p {\n    margin: 0;\n  }\n\n  .tago-cashew-natural__ingredients {\n    display: block;\n    margin-top: 12px;\n    font-weight: 700;\n    color: #252525;\n  }\n\n  .tago-cashew-natural__warning {\n    margin-top: 12px;\n    padding: 11px 12px;\n    border-radius: 7px;\n    background: #f7f7f4;\n    font-size: 10.5px;\n    line-height: 1.55;\n    color: #5f5f5f;\n  }\n\n  .tago-cashew-natural__warning strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cashew-natural__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-cashew-natural__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-cashew-natural__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-cashew-natural__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-cashew-natural__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-cashew-natural__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-cashew-natural {\n      margin-top: 13px;\n    }\n\n    .tago-cashew-natural__title {\n      font-size: 21px;\n    }\n\n    .tago-cashew-natural__description {\n      font-size: 12.5px;\n    }\n\n    .tago-cashew-natural__benefits {\n      gap: 6px;\n    }\n\n    .tago-cashew-natural__benefit {\n      padding: 8px;\n    }\n\n    .tago-cashew-natural__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-cashew-natural\"\u003e\n\u003cdiv class=\"tago-cashew-natural__intro\"\u003e\n\u003cspan class=\"tago-cashew-natural__label\"\u003e Cremig. Mild. Natürlich. \u003c\/span\u003e\n\u003ch2 class=\"tago-cashew-natural__title\"\u003eFein-aromatischer Cashewgenuss für jeden Tag\u003c\/h2\u003e\n\u003cp class=\"tago-cashew-natural__description\"\u003eMilde Cashewkerne mit angenehm cremiger Konsistenz und feinem, leicht süßlichem Aroma. Ein vielseitiger Nussklassiker für zwischendurch und eine wertvolle Ergänzung für abwechslungsreiche Genussmomente.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cashew-natural__benefits\"\u003e\n\u003cdiv class=\"tago-cashew-natural__benefit\"\u003e\n\u003cspan class=\"tago-cashew-natural__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 18c-2-3-1-8 2-11 3-3 8-4 11-1 2 3 0 7-3 9-3 3-7 5-10 3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cashew-natural__benefit-text\"\u003e 18,2 g pflanzliches Eiweiß \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cashew-natural__benefit\"\u003e\n\u003cspan class=\"tago-cashew-natural__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cashew-natural__benefit-text\"\u003e Von Natur aus wertvolle Fette \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cashew-natural__benefit\"\u003e\n\u003cspan class=\"tago-cashew-natural__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 17c2-6 6-10 13-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 19c3-2 7-3 12-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cashew-natural__benefit-text\"\u003e Mild und angenehm cremig \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cashew-natural__benefit\"\u003e\n\u003cspan class=\"tago-cashew-natural__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cashew-natural__benefit-text\"\u003e Vielseitig verwendbar \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cashew-natural__tip\"\u003e\n\u003cspan class=\"tago-cashew-natural__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-cashew-natural__tip-text\"\u003ePur als Snack, im Müsli, in Bowls und Salaten oder zum Verfeinern von Currys, Saucen, Desserts und pflanzlichen Rezepten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cashew-natural__accordion\"\u003e\n\u003cdetails class=\"tago-cashew-natural__details\"\u003e\n\u003csummary class=\"tago-cashew-natural__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-cashew-natural__content\"\u003e\n\u003cp\u003eCashewkerne überzeugen mit ihrem milden, leicht süßlichen Aroma und ihrer besonders cremigen Konsistenz. Sie liefern von Natur aus pflanzliches Eiweiß und wertvolle Fette und lassen sich unkompliziert in eine abwechslungsreiche Ernährung integrieren. \u003cbr\u003e\u003cbr\u003eOb pur genossen, als knackiges Topping oder als Zutat für süße und herzhafte Gerichte – Cashews bringen einen feinen, ausgewogenen Nussgeschmack in zahlreiche Rezepte. \u003cspan class=\"tago-cashew-natural__ingredients\"\u003e Zutat: Cashewkerne. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"tago-cashew-natural__warning\"\u003e\n\u003cstrong\u003eWichtiger Hinweis\u003c\/strong\u003e Insbesondere Kinder unter 4 Jahren können sich an Nüssen leicht verschlucken, sodass diese in die Atemwege gelangen können. Produkt daher außerhalb der Reichweite kleiner Kinder aufbewahren.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-cashew-natural__details\"\u003e\n\u003csummary class=\"tago-cashew-natural__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-cashew-natural__content\"\u003e\n\u003ctable class=\"tago-cashew-natural__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e2417 kJ \/ 577 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e44 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e7,8 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e27 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e5,9 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e18,2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e0,03 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65349125341533,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"500g","offer_id":65349125374301,"sku":null,"price":10.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Cashewkernenaturbelassen.png?v=1784822343"},{"product_id":"tago-chili-wasabi-party-mix","title":"TAGO Chili Wasabi Party Mix","description":"\u003cstyle\u003e\n  .tago-party-chili,\n  .tago-party-chili * {\n    box-sizing: border-box;\n  }\n\n  .tago-party-chili {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-party-chili__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-party-chili__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-party-chili__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-party-chili__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-party-chili__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-party-chili__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-party-chili__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-party-chili__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-party-chili__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-party-chili__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-party-chili__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-party-chili__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-party-chili__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-party-chili__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-party-chili__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-party-chili__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-party-chili__summary::before,\n  .tago-party-chili__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-party-chili__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-party-chili__details[open] .tago-party-chili__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-party-chili__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-party-chili__content p {\n    margin: 0;\n  }\n\n  .tago-party-chili__mix {\n    display: grid;\n    gap: 9px;\n    margin: 12px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .tago-party-chili__mix li {\n    position: relative;\n    padding-left: 15px;\n  }\n\n  .tago-party-chili__mix li::before {\n    content: \"\";\n    position: absolute;\n    top: .62em;\n    left: 0;\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #1d1d1d;\n  }\n\n  .tago-party-chili__mix strong {\n    color: #222;\n    font-weight: 750;\n  }\n\n  .tago-party-chili__notice {\n    margin-top: 12px;\n    padding: 11px 12px;\n    border-radius: 7px;\n    background: #f7f7f4;\n    font-size: 10.5px;\n    line-height: 1.55;\n    color: #5f5f5f;\n  }\n\n  .tago-party-chili__notice strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-party-chili__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-party-chili__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-party-chili__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-party-chili__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-party-chili__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-party-chili__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-party-chili {\n      margin-top: 13px;\n    }\n\n    .tago-party-chili__title {\n      font-size: 21px;\n    }\n\n    .tago-party-chili__description {\n      font-size: 12.5px;\n    }\n\n    .tago-party-chili__benefits {\n      gap: 6px;\n    }\n\n    .tago-party-chili__benefit {\n      padding: 8px;\n    }\n\n    .tago-party-chili__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-party-chili\"\u003e\n\u003cdiv class=\"tago-party-chili__intro\"\u003e\n\u003cspan class=\"tago-party-chili__label\"\u003e Feurig. Knusprig. Würzig. \u003c\/span\u003e\n\u003ch2 class=\"tago-party-chili__title\"\u003eDie perfekte Balance aus Crunch und Schärfe\u003c\/h2\u003e\n\u003cp class=\"tago-party-chili__description\"\u003eEine abwechslungsreiche Mischung aus würzigen Reiscrackern, gerösteten Nüssen, knackigen Maiskörnern und Sojabohnen. Herzhaft, pikant und gemacht für alle, die ihren Snackmoment gerne etwas feuriger genießen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-chili__benefits\"\u003e\n\u003cdiv class=\"tago-party-chili__benefit\"\u003e\n\u003cspan class=\"tago-party-chili__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M13 3c1 4-3 5-1 9 1 2 4 2 4 5a4 4 0 0 1-8 0c0-2 1-3 3-5 2-2 0-5 2-9Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-chili__benefit-text\"\u003e Angenehm feurige Würze \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-chili__benefit\"\u003e\n\u003cspan class=\"tago-party-chili__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 6.64l12.72 10.72\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-chili__benefit-text\"\u003e Besonders knuspriger Mix \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-chili__benefit\"\u003e\n\u003cspan class=\"tago-party-chili__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 18c-2-3-1-8 2-11 3-3 8-4 11-1 2 3 0 7-3 9-3 3-7 5-10 3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-chili__benefit-text\"\u003e Mit Cashews und Erdnüssen \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-chili__benefit\"\u003e\n\u003cspan class=\"tago-party-chili__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 19h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 16h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 4v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-chili__benefit-text\"\u003e Ideal für gesellige Abende \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-chili__tip\"\u003e\n\u003cspan class=\"tago-party-chili__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-party-chili__tip-text\"\u003ePartys, Filmabende, gesellige Runden oder als würzig-pikanter Snack für zwischendurch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-chili__accordion\"\u003e\n\u003cdetails class=\"tago-party-chili__details\"\u003e\n\u003csummary class=\"tago-party-chili__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-party-chili__content\"\u003e\n\u003cp\u003eDer PartyMix Chili vereint unterschiedliche Texturen und Aromen zu einem abwechslungsreichen Snack mit würzigem Charakter. Knusprige Reiscracker und Maiskörner treffen auf geröstete Nüsse und knackige Sojabohnen. \u003cbr\u003e\u003cbr\u003eDie fein abgestimmte Chili-Würzung sorgt für eine angenehme Schärfe, während die verschiedenen Zutaten bei jedem Griff für einen neuen Geschmacksmoment sorgen.\u003c\/p\u003e\n\u003cul class=\"tago-party-chili__mix\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eReiscracker Chili:\u003c\/strong\u003e Knusprig und würzig mit fein abgestimmter Schärfe.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGeröstete Cashews Chili:\u003c\/strong\u003e Mild-nussig mit einer pikanten Würznote.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaiskörner Chili:\u003c\/strong\u003e Besonders knackig und aromatisch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eErdnüsse im Wasabi-Teigmantel:\u003c\/strong\u003e Intensiv, würzig und überraschend scharf.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGeröstete Sojabohnen:\u003c\/strong\u003e Knackig und herzhaft für zusätzlichen Biss.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tago-party-chili__notice\"\u003e\n\u003cstrong\u003eAllergenhinweis\u003c\/strong\u003e Enthält Erdnüsse, Cashews und Sojabohnen. Je nach Zusammensetzung der enthaltenen Reiscracker und Teigmäntel können zusätzlich glutenhaltige Zutaten enthalten sein.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-party-chili__details\"\u003e\n\u003csummary class=\"tago-party-chili__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-party-chili__content\"\u003e\n\u003ctable class=\"tago-party-chili__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e2042 kJ \/ 488 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e26 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e5,4 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e49 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e7 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e24,4 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e1,6 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65349105647965,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":true},{"title":"400g","offer_id":65349105680733,"sku":null,"price":9.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/PartymixChili-Wasabi_78b5a366-d5e9-402a-bb86-fd5467d8ef15.png?v=1784822244"},{"product_id":"tago-freeze-dried-berry-mix-gefriergetrockneter-beeren-fruchtmix-kopie","title":"TAGO Gefriergetrockneter Beeren Fruchtmix","description":"\u003cstyle\u003e\n  .tago-berry-mix,\n  .tago-berry-mix * {\n    box-sizing: border-box;\n  }\n\n  .tago-berry-mix {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-berry-mix__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-berry-mix__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-berry-mix__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-berry-mix__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-berry-mix__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-berry-mix__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-berry-mix__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-berry-mix__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-berry-mix__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-berry-mix__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-berry-mix__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-berry-mix__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-berry-mix__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-berry-mix__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-berry-mix__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-berry-mix__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-berry-mix__summary::before,\n  .tago-berry-mix__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-berry-mix__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-berry-mix__details[open]\n  .tago-berry-mix__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-berry-mix__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-berry-mix__content p {\n    margin: 0;\n  }\n\n  .tago-berry-mix__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-berry-mix__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-berry-mix__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-berry-mix__table td {\n    padding: 7px 0;\n  }\n\n  .tago-berry-mix__table td:first-child {\n    color: #666;\n  }\n\n  .tago-berry-mix__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-berry-mix {\n      margin-top: 13px;\n    }\n\n    .tago-berry-mix__title {\n      font-size: 21px;\n    }\n\n    .tago-berry-mix__description {\n      font-size: 12.5px;\n    }\n\n    .tago-berry-mix__benefits {\n      gap: 6px;\n    }\n\n    .tago-berry-mix__benefit {\n      padding: 8px;\n    }\n\n    .tago-berry-mix__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-berry-mix\"\u003e\n\n  \u003cdiv class=\"tago-berry-mix__intro\"\u003e\n    \u003cspan class=\"tago-berry-mix__label\"\u003e\n      Fruchtig. Knusprig. Vielfältig.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-berry-mix__title\"\u003e\n      Drei Beeren, ein intensiver Frucht-Crunch\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-berry-mix__description\"\u003e\n      Erdbeeren, Himbeeren und Heidelbeeren vereint in einem knusprigen Mix. Süße und fein säuerliche Noten sorgen bei jedem Griff für fruchtige Abwechslung.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-berry-mix__benefits\"\u003e\n\n    \u003cdiv class=\"tago-berry-mix__benefit\"\u003e\n      \u003cspan class=\"tago-berry-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 6c4-3 8 0 7 5-1 5-4 9-7 9s-6-4-7-9c-1-5 3-8 7-5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 5c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-berry-mix__benefit-text\"\u003e\n        Erdbeeren, Himbeeren \u0026amp; Heidelbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-berry-mix__benefit\"\u003e\n      \u003cspan class=\"tago-berry-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-berry-mix__benefit-text\"\u003e\n        Schonend gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-berry-mix__benefit\"\u003e\n      \u003cspan class=\"tago-berry-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-berry-mix__benefit-text\"\u003e\n        Ohne Zusatzstoffe\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-berry-mix__benefit\"\u003e\n      \u003cspan class=\"tago-berry-mix__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"8\" cy=\"13\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"9\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"16\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-berry-mix__benefit-text\"\u003e\n        Intensiv und abwechslungsreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-berry-mix__tip\"\u003e\n    \u003cspan class=\"tago-berry-mix__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-berry-mix__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als fruchtig-knuspriges Topping auf Müsli, Joghurt, Bowls und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-berry-mix__accordion\"\u003e\n\n    \u003cdetails class=\"tago-berry-mix__details\"\u003e\n      \u003csummary class=\"tago-berry-mix__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-berry-mix__content\"\u003e\n        \u003cp\u003e\n          Der Mix aus Erdbeeren, Himbeeren und Heidelbeeren wird schonend gefriergetrocknet. Dabei wird den Früchten die Feuchtigkeit entzogen, während ihr intensives Aroma, ihre typische Farbe und ihr natürlicher Geschmack erhalten bleiben.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: Erdbeeren, Himbeeren, Heidelbeeren.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-berry-mix__details\"\u003e\n      \u003csummary class=\"tago-berry-mix__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-berry-mix__content\"\u003e\n        \u003ctable class=\"tago-berry-mix__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1118 kJ \/ 267 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e1,9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e48 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e48 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e6,3 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,01 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65261435257181,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65261435289949,"sku":null,"price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/51.png?v=1785452894"},{"product_id":"tago-gefriergetrocknete-erdbeeren-in-weisser-schokolade","title":"TAGO Gefriergetrocknete Erdbeeren in Weißer Schokolade","description":"\u003cstyle\u003e\n  .tago-strawberry-white,\n  .tago-strawberry-white * {\n    box-sizing: border-box;\n  }\n\n  .tago-strawberry-white {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-strawberry-white__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-strawberry-white__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-strawberry-white__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-strawberry-white__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-strawberry-white__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-strawberry-white__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-strawberry-white__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-strawberry-white__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-strawberry-white__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-strawberry-white__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-strawberry-white__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-strawberry-white__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-strawberry-white__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-strawberry-white__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-strawberry-white__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-strawberry-white__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-strawberry-white__summary::before,\n  .tago-strawberry-white__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-strawberry-white__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-strawberry-white__details[open]\n  .tago-strawberry-white__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-strawberry-white__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-strawberry-white__content p {\n    margin: 0;\n  }\n\n  .tago-strawberry-white__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-strawberry-white__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-strawberry-white__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-strawberry-white__table td {\n    padding: 7px 0;\n  }\n\n  .tago-strawberry-white__table td:first-child {\n    color: #666;\n  }\n\n  .tago-strawberry-white__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-strawberry-white {\n      margin-top: 13px;\n    }\n\n    .tago-strawberry-white__title {\n      font-size: 21px;\n    }\n\n    .tago-strawberry-white__description {\n      font-size: 12.5px;\n    }\n\n    .tago-strawberry-white__benefits {\n      gap: 6px;\n    }\n\n    .tago-strawberry-white__benefit {\n      padding: 8px;\n    }\n\n    .tago-strawberry-white__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-strawberry-white\"\u003e\n\u003cdiv class=\"tago-strawberry-white__intro\"\u003e\n\u003cspan class=\"tago-strawberry-white__label\"\u003e Fruchtig. Knusprig. Zartschmelzend. \u003c\/span\u003e\n\u003ch2 class=\"tago-strawberry-white__title\"\u003eErdbeer-Crunch trifft weiße Schokolade\u003c\/h2\u003e\n\u003cp class=\"tago-strawberry-white__description\"\u003eKnusprige, gefriergetrocknete Erdbeeren umhüllt von cremiger weißer Schokolade. Eine besondere Kombination aus intensiver Fruchtnote, feinem Crunch und zartem Schmelz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-strawberry-white__benefits\"\u003e\n\u003cdiv class=\"tago-strawberry-white__benefit\"\u003e\n\u003cspan class=\"tago-strawberry-white__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 20c-5-3-7-7-6-11 1-3 4-5 6-3 2-2 5 0 6 3 1 4-1 8-6 11Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4c1 1 2 1 3 0 1 1 2 1 3 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-strawberry-white__benefit-text\"\u003e Mit echter Erdbeerfrucht \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-strawberry-white__benefit\"\u003e\n\u003cspan class=\"tago-strawberry-white__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-strawberry-white__benefit-text\"\u003e Knusprig gefriergetrocknet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-strawberry-white__benefit\"\u003e\n\u003cspan class=\"tago-strawberry-white__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-strawberry-white__benefit-text\"\u003e Cremige weiße Schokolade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-strawberry-white__benefit\"\u003e\n\u003cspan class=\"tago-strawberry-white__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-strawberry-white__benefit-text\"\u003e Fruchtig und zartschmelzend \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-strawberry-white__tip\"\u003e\n\u003cspan class=\"tago-strawberry-white__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-strawberry-white__tip-text\"\u003eBesondere Snackmomente, gemütliche Abende, kleine Geschenke oder als süßes Highlight zum Kaffee.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-strawberry-white__accordion\"\u003e\n\u003cdetails class=\"tago-strawberry-white__details\"\u003e\n\u003csummary class=\"tago-strawberry-white__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-strawberry-white__content\"\u003e\n\u003cp\u003eDurch die Gefriertrocknung erhalten die Erdbeeren ihren intensiven Fruchtgeschmack und ihren charakteristischen Crunch. Die Ummantelung aus weißer Schokolade ergänzt sie mit cremiger Süße und feinem Schmelz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-strawberry-white__details\" open=\"\"\u003e\n\u003csummary class=\"tago-strawberry-white__summary\"\u003eVersandhinweis bei Wärme\u003c\/summary\u003e\n\u003cdiv class=\"tago-strawberry-white__content\"\u003e\n\u003cp\u003eBei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-strawberry-white__details\" open=\"\"\u003e\n\u003csummary class=\"tago-strawberry-white__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-strawberry-white__content\"\u003e\n\u003ctable class=\"tago-strawberry-white__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e2113 kJ \/ 510 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e27 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e16 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e61 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e60 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e0,8 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e4,9 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65349081399645,"sku":null,"price":7.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Erdbeeren_in_weisser_Schokolade.png?v=1786749620"},{"product_id":"tago-matcha-blanc-weisse-schokoladenspezialitat-mit-matcha","title":"TAGO Matcha Blanc – Weiße Schokoladenspezialität mit Matcha","description":"\u003cstyle\u003e\n  .tago-matcha-blanc,\n  .tago-matcha-blanc * {\n    box-sizing: border-box;\n  }\n\n  .tago-matcha-blanc {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-matcha-blanc__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-matcha-blanc__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-matcha-blanc__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-matcha-blanc__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-matcha-blanc__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-matcha-blanc__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-matcha-blanc__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-matcha-blanc__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-matcha-blanc__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-matcha-blanc__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-matcha-blanc__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-matcha-blanc__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-matcha-blanc__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-matcha-blanc__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-matcha-blanc__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-matcha-blanc__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-matcha-blanc__summary::before,\n  .tago-matcha-blanc__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-matcha-blanc__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-matcha-blanc__details[open] .tago-matcha-blanc__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-matcha-blanc__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-matcha-blanc__content p {\n    margin: 0;\n  }\n\n  .tago-matcha-blanc__ingredients {\n    display: block;\n    margin-top: 12px;\n    font-weight: 700;\n    line-height: 1.65;\n    color: #252525;\n  }\n\n  .tago-matcha-blanc__notice {\n    margin-top: 12px;\n    padding: 11px 12px;\n    border-radius: 7px;\n    background: #f7f7f4;\n    font-size: 10.5px;\n    line-height: 1.55;\n    color: #5f5f5f;\n  }\n\n  .tago-matcha-blanc__notice strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-matcha-blanc__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-matcha-blanc__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-matcha-blanc__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-matcha-blanc__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-matcha-blanc__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-matcha-blanc__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-matcha-blanc {\n      margin-top: 13px;\n    }\n\n    .tago-matcha-blanc__title {\n      font-size: 21px;\n    }\n\n    .tago-matcha-blanc__description {\n      font-size: 12.5px;\n    }\n\n    .tago-matcha-blanc__benefits {\n      gap: 6px;\n    }\n\n    .tago-matcha-blanc__benefit {\n      padding: 8px;\n    }\n\n    .tago-matcha-blanc__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-matcha-blanc\"\u003e\n\u003cdiv class=\"tago-matcha-blanc__intro\"\u003e\n\u003cspan class=\"tago-matcha-blanc__label\"\u003e Cremig. Nussig. Raffiniert. \u003c\/span\u003e\n\u003ch2 class=\"tago-matcha-blanc__title\"\u003eWeiße Schokolade trifft edlen Matcha\u003c\/h2\u003e\n\u003cp class=\"tago-matcha-blanc__description\"\u003eFein geröstete Mandeln, umhüllt von cremiger weißer Schokolade und veredelt mit aromatischem Matcha-Tee. Eine elegante Komposition aus zarter Süße, nussigem Biss und feinherber Grüntee-Note.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__benefits\"\u003e\n\u003cdiv class=\"tago-matcha-blanc__benefit\"\u003e\n\u003cspan class=\"tago-matcha-blanc__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 19c-2-3-1-8 2-11 3-3 8-4 11-1 2 3 0 7-3 9-3 3-7 5-10 3Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-matcha-blanc__benefit-text\"\u003e 30 % geröstete Mandeln \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__benefit\"\u003e\n\u003cspan class=\"tago-matcha-blanc__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 15c4-1 7-4 9-9 3 4 4 8 1 11-3 3-7 2-10-2Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 16c2-3 4-5 7-7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-matcha-blanc__benefit-text\"\u003e Veredelt mit Matcha-Tee \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__benefit\"\u003e\n\u003cspan class=\"tago-matcha-blanc__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12c3-5 13-5 16 0-3 5-13 5-16 0Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-matcha-blanc__benefit-text\"\u003e Cremige weiße Schokolade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__benefit\"\u003e\n\u003cspan class=\"tago-matcha-blanc__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-matcha-blanc__benefit-text\"\u003e Elegant und besonders \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__tip\"\u003e\n\u003cspan class=\"tago-matcha-blanc__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-matcha-blanc__tip-text\"\u003eKleine Genussmomente, Kaffee und Tee, stilvolle Snackplatten oder als besonderes Geschenk für Liebhaber feiner Süßwaren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__accordion\"\u003e\n\u003cdetails class=\"tago-matcha-blanc__details\"\u003e\n\u003csummary class=\"tago-matcha-blanc__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-matcha-blanc__content\"\u003e\n\u003cp\u003eTagos Matcha Blanc verbindet knackige, fein geröstete Mandeln mit einer großzügigen Hülle aus zartschmelzender weißer Schokolade. Edler Matcha-Tee verleiht der Komposition eine feinherbe, aromatische Grüntee-Note. \u003cbr\u003e\u003cbr\u003eDas Zusammenspiel aus cremiger Süße, nussigem Röstaroma und fernöstlicher Raffinesse macht diesen Premium-Snack zu einem außergewöhnlichen Genuss für besondere Momente. \u003cspan class=\"tago-matcha-blanc__ingredients\"\u003e Zutaten: 66,5 % weiße Schokolade (Zucker, Kakaobutter, Vollmilchpulver, Molkenpulver, natürliches Vanillearoma, Emulgator: Sojalecithin), 30 % Mandelkerne (Mandelkerne, Sonnenblumenöl), Matcha-Tee, Glukosesirup, Tapiokadextrin, Überzugsmittel: Gummi arabicum und Schellack; Kokosöl. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"tago-matcha-blanc__notice\"\u003e\n\u003cstrong\u003eAllergenhinweis\u003c\/strong\u003e Enthält Mandeln, Milch und Soja.\u003c\/div\u003e\n\u003cdiv class=\"tago-matcha-blanc__notice\"\u003e\n\u003cstrong\u003eHinweis bei Wärme\u003c\/strong\u003e Bei Temperaturen über 25 °C kann nicht garantiert werden, dass das Produkt während des Versands vollständig vor Wärme und Schmelzen geschützt bleibt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-matcha-blanc__details\"\u003e\n\u003csummary class=\"tago-matcha-blanc__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-matcha-blanc__content\"\u003e\n\u003ctable class=\"tago-matcha-blanc__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e2309 kJ \/ 551 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e36 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e13 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e46 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e44 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e4,2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e10 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e0,18 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65427211977053,"sku":null,"price":5.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/ChatGPTImage23.Juli2026_17_52_05.png?v=1784821938"},{"product_id":"partymix-smoke","title":"TAGO Partymix Smoke","description":"\u003cstyle\u003e\n  .tago-party-smoke,\n  .tago-party-smoke * {\n    box-sizing: border-box;\n  }\n\n  .tago-party-smoke {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-party-smoke__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-party-smoke__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-party-smoke__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-party-smoke__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-party-smoke__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-party-smoke__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-party-smoke__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-party-smoke__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-party-smoke__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-party-smoke__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-party-smoke__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-party-smoke__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-party-smoke__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-party-smoke__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-party-smoke__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-party-smoke__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-party-smoke__summary::before,\n  .tago-party-smoke__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-party-smoke__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-party-smoke__details[open] .tago-party-smoke__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-party-smoke__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-party-smoke__content p {\n    margin: 0;\n  }\n\n  .tago-party-smoke__ingredients {\n    display: block;\n    margin-top: 12px;\n    font-weight: 700;\n    line-height: 1.65;\n    color: #252525;\n  }\n\n  .tago-party-smoke__allergen {\n    margin-top: 12px;\n    padding: 11px 12px;\n    border-radius: 7px;\n    background: #f7f7f4;\n    font-size: 10.5px;\n    line-height: 1.55;\n    color: #5f5f5f;\n  }\n\n  .tago-party-smoke__allergen strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-party-smoke__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-party-smoke__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-party-smoke__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-party-smoke__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-party-smoke__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-party-smoke__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-party-smoke {\n      margin-top: 13px;\n    }\n\n    .tago-party-smoke__title {\n      font-size: 21px;\n    }\n\n    .tago-party-smoke__description {\n      font-size: 12.5px;\n    }\n\n    .tago-party-smoke__benefits {\n      gap: 6px;\n    }\n\n    .tago-party-smoke__benefit {\n      padding: 8px;\n    }\n\n    .tago-party-smoke__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-party-smoke\"\u003e\n\u003cdiv class=\"tago-party-smoke__intro\"\u003e\n\u003cspan class=\"tago-party-smoke__label\"\u003e Rauchig. Knackig. Herzhaft. \u003c\/span\u003e\n\u003ch2 class=\"tago-party-smoke__title\"\u003eDer herzhafte Nussmix mit rauchigem Kick\u003c\/h2\u003e\n\u003cp class=\"tago-party-smoke__description\"\u003eKnackige Erdnüsse, Mandeln, Macadamias und Cashews, verfeinert mit einer kräftigen Smokehouse-Würzung. Ein aromatischer Snack mit herzhaftem Geschmack und angenehm knusprigem Biss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-smoke__benefits\"\u003e\n\u003cdiv class=\"tago-party-smoke__benefit\"\u003e\n\u003cspan class=\"tago-party-smoke__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 19c-2-3-1-7 2-9 3-3 7-4 9-1 2 3 0 6-3 8-3 2-6 4-8 2Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-smoke__benefit-text\"\u003e Vier knackige Nusssorten \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-smoke__benefit\"\u003e\n\u003cspan class=\"tago-party-smoke__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 20c-2-3 1-5 0-8-1-2 0-5 3-7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M13 20c-2-3 1-5 0-8-1-2 0-5 3-7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-smoke__benefit-text\"\u003e Kräftiges Smokehouse-Aroma \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-smoke__benefit\"\u003e\n\u003cspan class=\"tago-party-smoke__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 6.64l12.72 10.72\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-smoke__benefit-text\"\u003e Besonders knusprige Textur \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-smoke__benefit\"\u003e\n\u003cspan class=\"tago-party-smoke__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 19h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 16h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 4v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-party-smoke__benefit-text\"\u003e Perfekt für Partys und Abende \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-smoke__tip\"\u003e\n\u003cspan class=\"tago-party-smoke__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-party-smoke__tip-text\"\u003ePartys, Filmabende, gesellige Runden oder einfach als würziger Snack für zwischendurch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-party-smoke__accordion\"\u003e\n\u003cdetails class=\"tago-party-smoke__details\"\u003e\n\u003csummary class=\"tago-party-smoke__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-party-smoke__content\"\u003e\n\u003cp\u003eDer Party Mix Smoke kombiniert eine sorgfältig abgestimmte Auswahl aus knackigen Erdnüssen, milden Mandeln, buttrigen Macadamias und zarten Cashews. \u003cbr\u003e\u003cbr\u003eEine kräftige Smokehouse-Würzmischung verleiht dem Mix seinen charakteristischen rauchigen Geschmack. Knoblauch, Salz und eine fein abgestimmte Süße runden das herzhafte Aroma harmonisch ab, während Weizenmehl und Kartoffelstärke für den besonders knusprigen Biss sorgen. \u003cspan class=\"tago-party-smoke__ingredients\"\u003e Zutaten: 56,4 % Erdnüsse, 16,8 % Mandeln, 7,7 % Macadamias, 7,5 % Cashews, Weizenmehl, Sonnenblumenöl, 2,3 % Smokehouse-Würzmischung (Aroma, Raucharoma, Salz, Dextrose, Rapsöl, Maltodextrin, Trennmittel: Siliciumdioxid; Konservierungsmittel: Calciumlactat; Verdickungsmittel: Gummi arabicum), Kartoffelstärke, Salz, Knoblauchpulver, Zucker, Stabilisator: Natriumhydrogencarbonat. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"tago-party-smoke__allergen\"\u003e\n\u003cstrong\u003eAllergenhinweis\u003c\/strong\u003e Enthält Erdnüsse, Mandeln, Macadamias, Cashews und Weizen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-party-smoke__details\"\u003e\n\u003csummary class=\"tago-party-smoke__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-party-smoke__content\"\u003e\n\u003ctable class=\"tago-party-smoke__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e2502 kJ \/ 598 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e49 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e6 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e14 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e8,2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e22 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e1,8 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65356923240797,"sku":null,"price":5.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Partymix-Smoke.png?v=1784881695"},{"product_id":"tago-sojareiskekse-round","title":"TAGO Sojareiskekse ROUND","description":"\u003cstyle\u003e\n  .tago-soy-rice,\n  .tago-soy-rice * {\n    box-sizing: border-box;\n  }\n\n  .tago-soy-rice {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-soy-rice__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-soy-rice__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-soy-rice__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-soy-rice__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-soy-rice__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-soy-rice__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-soy-rice__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-soy-rice__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-soy-rice__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-soy-rice__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-soy-rice__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-soy-rice__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-soy-rice__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-soy-rice__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-soy-rice__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-soy-rice__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-soy-rice__summary::before,\n  .tago-soy-rice__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-soy-rice__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-soy-rice__details[open] .tago-soy-rice__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-soy-rice__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-soy-rice__content p {\n    margin: 0;\n  }\n\n  .tago-soy-rice__ingredients {\n    display: block;\n    margin-top: 12px;\n    font-weight: 700;\n    color: #252525;\n  }\n\n  .tago-soy-rice__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-soy-rice__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-soy-rice__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-soy-rice__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-soy-rice__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-soy-rice__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-soy-rice {\n      margin-top: 13px;\n    }\n\n    .tago-soy-rice__title {\n      font-size: 21px;\n    }\n\n    .tago-soy-rice__description {\n      font-size: 12.5px;\n    }\n\n    .tago-soy-rice__benefits {\n      gap: 6px;\n    }\n\n    .tago-soy-rice__benefit {\n      padding: 8px;\n    }\n\n    .tago-soy-rice__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-soy-rice\"\u003e\n\u003cdiv class=\"tago-soy-rice__intro\"\u003e\n\u003cspan class=\"tago-soy-rice__label\"\u003e Knusprig. Pflanzlich. Vielseitig. \u003c\/span\u003e\n\u003ch2 class=\"tago-soy-rice__title\"\u003eDer leichte Knusperspaß mit Stil\u003c\/h2\u003e\n\u003cp class=\"tago-soy-rice__description\"\u003eKnackige Sojareiskekse mit mildem Geschmack und feinem Aroma. Ein leichter Snack für zwischendurch und die stilvolle Alternative zu klassischen Crackern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefits\"\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 18c2-6 6-10 12-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 20c3-2 7-3 11-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e 79 % Reis \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e Mit schwarzen Sojabohnen \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 6.64l12.72 10.72\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e Knackig und angenehm leicht \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__benefit\"\u003e\n\u003cspan class=\"tago-soy-rice__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 19h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 16h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 4v6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-soy-rice__benefit-text\"\u003e Ideal zur Käseplatte \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__tip\"\u003e\n\u003cspan class=\"tago-soy-rice__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-soy-rice__tip-text\"\u003ePur als Snack, mit Dips oder stilvoll angerichtet auf einer Käseplatte – als knusprige und leichte Alternative zu klassischen Crackern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-soy-rice__accordion\"\u003e\n\u003cdetails class=\"tago-soy-rice__details\"\u003e\n\u003csummary class=\"tago-soy-rice__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-soy-rice__content\"\u003e\n\u003cp\u003eUnsere Sojareiskekse verbinden knusprigen Reis mit schwarzen Sojabohnen und einem angenehm milden Geschmack. Ihre leichte, luftige Textur macht sie zu einem vielseitigen Snack für jede Gelegenheit. \u003cbr\u003e\u003cbr\u003eOb pur, mit cremigen Dips, als Begleiter zu feinem Käse oder als knuspriges Element auf einer Snackplatte – diese Reiskekse sorgen für einen stilvollen Genussmoment mit feinem Biss. \u003cspan class=\"tago-soy-rice__ingredients\"\u003e Zutaten: Reis 79 %, schwarze Sojabohnen 12 %, Reiskleieöl, Salz. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-soy-rice__details\"\u003e\n\u003csummary class=\"tago-soy-rice__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-soy-rice__content\"\u003e\n\u003ctable class=\"tago-soy-rice__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e1753 kJ \/ 415 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e7,3 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e1,8 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e79 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e1,6 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e7,4 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e1,47 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65357050577245,"sku":null,"price":3.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/SojareiskekseROUND.png?v=1784882295"},{"product_id":"tago-cranberries-mit-ananassaft-gesusst-1","title":"TAGO Cranberries mit Ananassaft gesüßt","description":"\u003cstyle\u003e\n  .tago-cranberry,\n  .tago-cranberry * {\n    box-sizing: border-box;\n  }\n\n  .tago-cranberry {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-cranberry__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-cranberry__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-cranberry__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-cranberry__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-cranberry__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-cranberry__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-cranberry__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-cranberry__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-cranberry__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-cranberry__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-cranberry__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cranberry__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-cranberry__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-cranberry__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-cranberry__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-cranberry__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-cranberry__summary::before,\n  .tago-cranberry__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-cranberry__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-cranberry__details[open] .tago-cranberry__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-cranberry__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-cranberry__content p {\n    margin: 0;\n  }\n\n  .tago-cranberry__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-cranberry__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-cranberry__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-cranberry__table td {\n    padding: 7px 0;\n  }\n\n  .tago-cranberry__table td:first-child {\n    color: #666;\n  }\n\n  .tago-cranberry__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-cranberry {\n      margin-top: 13px;\n    }\n\n    .tago-cranberry__title {\n      font-size: 21px;\n    }\n\n    .tago-cranberry__description {\n      font-size: 12.5px;\n    }\n\n    .tago-cranberry__benefits {\n      gap: 6px;\n    }\n\n    .tago-cranberry__benefit {\n      padding: 8px;\n    }\n\n    .tago-cranberry__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-cranberry\"\u003e\n\u003cdiv class=\"tago-cranberry__intro\"\u003e\n\u003cspan class=\"tago-cranberry__label\"\u003e Fruchtig. Süß-säuerlich. Exotisch. \u003c\/span\u003e\n\u003ch2 class=\"tago-cranberry__title\"\u003eCranberry-Genuss mit feiner Ananasnote\u003c\/h2\u003e\n\u003cp class=\"tago-cranberry__description\"\u003eSaftige Cranberries mit angenehm süß-säuerlichem Geschmack, verfeinert durch fruchtigen Ananassaft. Ein besonderer Snack für alle, die intensive Fruchtaromen und eine exotische Note lieben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cranberry__benefits\"\u003e\n\u003cdiv class=\"tago-cranberry__benefit\"\u003e\n\u003cspan class=\"tago-cranberry__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 8c0-3 2-5 5-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cranberry__benefit-text\"\u003e 58,5 % Cranberries \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cranberry__benefit\"\u003e\n\u003cspan class=\"tago-cranberry__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c3 4 5 6 5 10a5 5 0 0 1-10 0c0-4 2-6 5-10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cranberry__benefit-text\"\u003e Mit fruchtigem Ananassaft \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cranberry__benefit\"\u003e\n\u003cspan class=\"tago-cranberry__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 18c3-7 7-11 12-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 20c3-3 7-4 11-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cranberry__benefit-text\"\u003e Vegan \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cranberry__benefit\"\u003e\n\u003cspan class=\"tago-cranberry__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 5h12v14H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 9h6M9 13h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-cranberry__benefit-text\"\u003e Wiederverschließbar verpackt \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cranberry__tip\"\u003e\n\u003cspan class=\"tago-cranberry__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-cranberry__tip-text\"\u003eDirekt als Snack oder als fruchtiges Extra in Müsli, Joghurt, Bowls, Salaten, Gebäck und Desserts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-cranberry__accordion\"\u003e\n\u003cdetails class=\"tago-cranberry__details\" open=\"\"\u003e\n\u003csummary class=\"tago-cranberry__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-cranberry__content\"\u003e\n\u003cp\u003eDie Cranberries werden mit Ananasdicksaft und geklärtem Ananassaftkonzentrat verfeinert. So entsteht eine harmonische Kombination aus fruchtiger Säure, angenehmer Süße und exotischem Aroma. \u003cbr\u003e\u003cbr\u003eZutaten: 58,5 % Cranberries, 40 % Ananasdicksaft, geklärtes Ananassaftkonzentrat, Sonnenblumenöl. \u003cbr\u003e\u003cbr\u003eIn der wiederverschließbaren 250-g-Packung bleiben Geschmack und Aroma praktisch geschützt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-cranberry__details\" open=\"\"\u003e\n\u003csummary class=\"tago-cranberry__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-cranberry__content\"\u003e\n\u003ctable class=\"tago-cranberry__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e1434 kJ \/ 338 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e0,7 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e86 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e71 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e6,1 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e0,5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e0,03 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65369505169757,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/CranberriesmitAnanassaftgesuesst.png?v=1784968367"},{"product_id":"tago-gefriergetrocknete-ananasstucke","title":"TAGO Gefriergetrocknete Ananasstücke","description":"\u003cstyle\u003e\n  .tago-pineapple-freeze,\n  .tago-pineapple-freeze * {\n    box-sizing: border-box;\n  }\n\n  .tago-pineapple-freeze {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-pineapple-freeze__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-pineapple-freeze__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-pineapple-freeze__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-pineapple-freeze__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-pineapple-freeze__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-pineapple-freeze__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-pineapple-freeze__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-pineapple-freeze__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-pineapple-freeze__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-pineapple-freeze__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-pineapple-freeze__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-pineapple-freeze__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-pineapple-freeze__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-pineapple-freeze__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-pineapple-freeze__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-pineapple-freeze__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-pineapple-freeze__summary::before,\n  .tago-pineapple-freeze__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-pineapple-freeze__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-pineapple-freeze__details[open]\n  .tago-pineapple-freeze__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-pineapple-freeze__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-pineapple-freeze__content p {\n    margin: 0;\n  }\n\n  .tago-pineapple-freeze__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-pineapple-freeze__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-pineapple-freeze__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-pineapple-freeze__table td {\n    padding: 7px 0;\n  }\n\n  .tago-pineapple-freeze__table td:first-child {\n    color: #666;\n  }\n\n  .tago-pineapple-freeze__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-pineapple-freeze {\n      margin-top: 13px;\n    }\n\n    .tago-pineapple-freeze__title {\n      font-size: 21px;\n    }\n\n    .tago-pineapple-freeze__description {\n      font-size: 12.5px;\n    }\n\n    .tago-pineapple-freeze__benefits {\n      gap: 6px;\n    }\n\n    .tago-pineapple-freeze__benefit {\n      padding: 8px;\n    }\n\n    .tago-pineapple-freeze__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-pineapple-freeze\"\u003e\n\n  \u003cdiv class=\"tago-pineapple-freeze__intro\"\u003e\n    \u003cspan class=\"tago-pineapple-freeze__label\"\u003e\n      Tropisch. Knusprig. Natürlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-pineapple-freeze__title\"\u003e\n      Ananas-Crunch mit intensivem Tropenaroma\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-pineapple-freeze__description\"\u003e\n      Gefriergetrocknete Ananasstücke mit kräftiger Fruchtsüße und luftig-knusprigem Biss. Ein exotischer Snack für alle, die puren Ananasgeschmack ohne unnötige Zusätze lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pineapple-freeze__benefits\"\u003e\n\n    \u003cdiv class=\"tago-pineapple-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 8h8l2 4-2 8H8l-2-8 2-4Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8 7 4M12 8V3M15 8l2-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple-freeze__benefit-text\"\u003e\n        100 % Ananas\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pineapple-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple-freeze__benefit-text\"\u003e\n        Schonend gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pineapple-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple-freeze__benefit-text\"\u003e\n        Ohne Zuckerzusatz\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-pineapple-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-pineapple-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-pineapple-freeze__benefit-text\"\u003e\n        Ohne Konservierungsstoffe\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pineapple-freeze__tip\"\u003e\n    \u003cspan class=\"tago-pineapple-freeze__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-pineapple-freeze__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als tropisches Extra in Müsli, Joghurt, Bowls und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-pineapple-freeze__accordion\"\u003e\n\n    \u003cdetails class=\"tago-pineapple-freeze__details\"\u003e\n      \u003csummary class=\"tago-pineapple-freeze__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-pineapple-freeze__content\"\u003e\n        \u003cp\u003e\n          Reife Ananas wird schonend gefriergetrocknet. Dabei wird ihr die Feuchtigkeit entzogen, während das intensive Fruchtaroma und die natürliche Süße erhalten bleiben.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 100 % Ananas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-pineapple-freeze__details\"\u003e\n      \u003csummary class=\"tago-pineapple-freeze__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-pineapple-freeze__content\"\u003e\n        \u003ctable class=\"tago-pineapple-freeze__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1555 kJ \/ 366 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e80 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e80 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e6,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e2,95 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,03 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65369509822813,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65369509855581,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteAnanasstuecke.png?v=1784968452"},{"product_id":"tago-gefriergetrocknete-feigenviertel","title":"TAGO Gefriergetrocknete Feigenviertel","description":"\u003cstyle\u003e\n  .tago-fig-freeze,\n  .tago-fig-freeze * {\n    box-sizing: border-box;\n  }\n\n  .tago-fig-freeze {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-fig-freeze__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-fig-freeze__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-fig-freeze__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-fig-freeze__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-fig-freeze__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-fig-freeze__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-fig-freeze__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-fig-freeze__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-fig-freeze__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-fig-freeze__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-fig-freeze__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-fig-freeze__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-fig-freeze__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-fig-freeze__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-fig-freeze__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-fig-freeze__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-fig-freeze__summary::before,\n  .tago-fig-freeze__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-fig-freeze__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-fig-freeze__details[open]\n  .tago-fig-freeze__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-fig-freeze__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-fig-freeze__content p {\n    margin: 0;\n  }\n\n  .tago-fig-freeze__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-fig-freeze__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-fig-freeze__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-fig-freeze__table td {\n    padding: 7px 0;\n  }\n\n  .tago-fig-freeze__table td:first-child {\n    color: #666;\n  }\n\n  .tago-fig-freeze__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-fig-freeze {\n      margin-top: 13px;\n    }\n\n    .tago-fig-freeze__title {\n      font-size: 21px;\n    }\n\n    .tago-fig-freeze__description {\n      font-size: 12.5px;\n    }\n\n    .tago-fig-freeze__benefits {\n      gap: 6px;\n    }\n\n    .tago-fig-freeze__benefit {\n      padding: 8px;\n    }\n\n    .tago-fig-freeze__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-fig-freeze\"\u003e\n\n  \u003cdiv class=\"tago-fig-freeze__intro\"\u003e\n    \u003cspan class=\"tago-fig-freeze__label\"\u003e\n      Süß. Knusprig. Natürlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-fig-freeze__title\"\u003e\n      Feigen-Crunch mit intensiver Fruchtsüße\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-fig-freeze__description\"\u003e\n      Gefriergetrocknete Feigenviertel mit natürlicher Süße, feinem Kernbiss und luftig-knuspriger Textur. Ein besonderer Fruchtsnack für Groß und Klein.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-fig-freeze__benefits\"\u003e\n\n    \u003cdiv class=\"tago-fig-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-fig-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 20c-3-5-2-11 4-16 6 5 7 11 4 16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 15c2 1 4 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-fig-freeze__benefit-text\"\u003e\n        Aus echten Feigen\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-fig-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-fig-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-fig-freeze__benefit-text\"\u003e\n        Schonend gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-fig-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-fig-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-fig-freeze__benefit-text\"\u003e\n        Ballaststoffreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-fig-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-fig-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-fig-freeze__benefit-text\"\u003e\n        Für Groß und Klein\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-fig-freeze__tip\"\u003e\n    \u003cspan class=\"tago-fig-freeze__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-fig-freeze__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als knuspriges Extra in Müsli, Joghurt, Bowls und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-fig-freeze__accordion\"\u003e\n\n    \u003cdetails class=\"tago-fig-freeze__details\"\u003e\n      \u003csummary class=\"tago-fig-freeze__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fig-freeze__content\"\u003e\n        \u003cp\u003e\n          Durch die schonende Gefriertrocknung wird den Feigen die Feuchtigkeit entzogen. Ihr intensiver Geschmack, ihre natürliche Süße und der feine Biss der Kerne bleiben dabei erhalten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-fig-freeze__details\"\u003e\n      \u003csummary class=\"tago-fig-freeze__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fig-freeze__content\"\u003e\n        \u003ctable class=\"tago-fig-freeze__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1347 kJ \/ 318 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e2,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e64 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e64 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e9,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e6,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,01 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65369526796637,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65369526829405,"sku":null,"price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteFeigenviertel.png?v=1784968662"},{"product_id":"tago-gefriergetrocknete-himbeeren-in-vollmilchschokolade","title":"TAGO Gefriergetrocknete Himbeeren in Vollmilchschokolade","description":"\u003cstyle\u003e\n  .tago-raspberry-milk,\n  .tago-raspberry-milk * {\n    box-sizing: border-box;\n  }\n\n  .tago-raspberry-milk {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-raspberry-milk__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-milk__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-raspberry-milk__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-raspberry-milk__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-raspberry-milk__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-milk__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-raspberry-milk__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-raspberry-milk__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-raspberry-milk__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-raspberry-milk__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-raspberry-milk__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-milk__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-raspberry-milk__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-milk__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-milk__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-milk__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-raspberry-milk__summary::before,\n  .tago-raspberry-milk__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-raspberry-milk__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-raspberry-milk__details[open]\n  .tago-raspberry-milk__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-raspberry-milk__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-raspberry-milk__content p {\n    margin: 0;\n  }\n\n  .tago-raspberry-milk__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-raspberry-milk__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-raspberry-milk__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-raspberry-milk__table td {\n    padding: 7px 0;\n  }\n\n  .tago-raspberry-milk__table td:first-child {\n    color: #666;\n  }\n\n  .tago-raspberry-milk__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-raspberry-milk {\n      margin-top: 13px;\n    }\n\n    .tago-raspberry-milk__title {\n      font-size: 21px;\n    }\n\n    .tago-raspberry-milk__description {\n      font-size: 12.5px;\n    }\n\n    .tago-raspberry-milk__benefits {\n      gap: 6px;\n    }\n\n    .tago-raspberry-milk__benefit {\n      padding: 8px;\n    }\n\n    .tago-raspberry-milk__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-raspberry-milk\"\u003e\n\n  \u003cdiv class=\"tago-raspberry-milk__intro\"\u003e\n    \u003cspan class=\"tago-raspberry-milk__label\"\u003e\n      Fruchtig. Cremig. Fein säuerlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-raspberry-milk__title\"\u003e\n      Himbeer-Crunch trifft Vollmilchschokolade\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-raspberry-milk__description\"\u003e\n      Gefriergetrocknete Himbeeren, umhüllt von zartschmelzender Vollmilchschokolade. Die feine Säure der Frucht trifft auf cremige Süße und sorgt für ein besonders ausgewogenes Geschmackserlebnis.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-milk__benefits\"\u003e\n\n    \u003cdiv class=\"tago-raspberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"10\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"14\" cy=\"8\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"13\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"10\" cy=\"15\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 6c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-milk__benefit-text\"\u003e\n        8 % Himbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-milk__benefit-text\"\u003e\n        90 % Vollmilchschokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-milk__benefit-text\"\u003e\n        Knusprig gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-milk__benefit-text\"\u003e\n        Cremig und fruchtig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-milk__tip\"\u003e\n    \u003cspan class=\"tago-raspberry-milk__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-raspberry-milk__tip-text\"\u003e\n      Besondere Snackmomente, als kleines Geschenk, zum Kaffee oder als süßes Highlight auf Dessert- und Snackplatten.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-milk__accordion\"\u003e\n\n    \u003cdetails class=\"tago-raspberry-milk__details\"\u003e\n      \u003csummary class=\"tago-raspberry-milk__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-milk__content\"\u003e\n        \u003cp\u003e\n          Knusprig gefriergetrocknete Himbeeren treffen auf cremige Vollmilchschokolade. Die intensive Fruchtnote und leichte Säure bilden einen feinen Kontrast zur zartschmelzenden Süße.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 90 % Vollmilchschokolade (Zucker, Vollmilchpulver, Kakaomasse, Kakaobutter, Molkenpulver, Emulgator: Sojalecithin, natürliches Vanillearoma), 8 % gefriergetrocknete Himbeeren, Glukosesirup, Dextrin, Überzugsmittel: Gummi arabicum, Schellack, Kokosnussöl, Rapsöl.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Milch, Molke und Soja.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-milk__details\"\u003e\n      \u003csummary class=\"tago-raspberry-milk__summary\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-milk__content\"\u003e\n        \u003cp\u003e\n          Bei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-milk__details\"\u003e\n      \u003csummary class=\"tago-raspberry-milk__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-milk__content\"\u003e\n        \u003ctable class=\"tago-raspberry-milk__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2052 kJ \/ 490 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e25 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e15 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e57 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e55 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e6,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,18 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65369535480157,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteHimbeereninVollmilchschokolade.png?v=1784968804"},{"product_id":"tago-gefriergetrocknete-himbeeren-in-weisser-schokolade","title":"TAGO Gefriergetrocknete Himbeeren in Weißer Schokolade","description":"\u003cstyle\u003e\n  .tago-raspberry-white,\n  .tago-raspberry-white * {\n    box-sizing: border-box;\n  }\n\n  .tago-raspberry-white {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-raspberry-white__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-white__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-raspberry-white__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-raspberry-white__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-raspberry-white__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-white__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-raspberry-white__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-raspberry-white__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-raspberry-white__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-raspberry-white__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-raspberry-white__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-white__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-raspberry-white__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-white__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-white__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-white__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-raspberry-white__summary::before,\n  .tago-raspberry-white__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-raspberry-white__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-raspberry-white__details[open]\n  .tago-raspberry-white__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-raspberry-white__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-raspberry-white__content p {\n    margin: 0;\n  }\n\n  .tago-raspberry-white__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-raspberry-white__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-raspberry-white__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-raspberry-white__table td {\n    padding: 7px 0;\n  }\n\n  .tago-raspberry-white__table td:first-child {\n    color: #666;\n  }\n\n  .tago-raspberry-white__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-raspberry-white {\n      margin-top: 13px;\n    }\n\n    .tago-raspberry-white__title {\n      font-size: 21px;\n    }\n\n    .tago-raspberry-white__description {\n      font-size: 12.5px;\n    }\n\n    .tago-raspberry-white__benefits {\n      gap: 6px;\n    }\n\n    .tago-raspberry-white__benefit {\n      padding: 8px;\n    }\n\n    .tago-raspberry-white__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-raspberry-white\"\u003e\n\n  \u003cdiv class=\"tago-raspberry-white__intro\"\u003e\n    \u003cspan class=\"tago-raspberry-white__label\"\u003e\n      Fruchtig. Cremig. Zartschmelzend.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-raspberry-white__title\"\u003e\n      Himbeer-Crunch trifft weiße Schokolade\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-raspberry-white__description\"\u003e\n      Gefriergetrocknete Himbeeren, umhüllt von cremiger weißer Schokolade und verfeinert mit einer feinen Joghurtnote. Fruchtige Säure, süßer Schmelz und knackiger Biss in perfekter Balance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-white__benefits\"\u003e\n\n    \u003cdiv class=\"tago-raspberry-white__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-white__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"10\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"14\" cy=\"8\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"13\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"10\" cy=\"15\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 6c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-white__benefit-text\"\u003e\n        8 % Himbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-white__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-white__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-white__benefit-text\"\u003e\n        88 % weiße Schokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-white__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-white__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-white__benefit-text\"\u003e\n        Knusprig gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-white__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-white__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 17c0-4 2-7 5-10 3 3 5 6 5 10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 17h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-white__benefit-text\"\u003e\n        Mit feiner Joghurtnote\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-white__tip\"\u003e\n    \u003cspan class=\"tago-raspberry-white__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-raspberry-white__tip-text\"\u003e\n      Besondere Snackmomente, als kleines Geschenk, zum Kaffee oder als süßes Highlight auf Dessert- und Snackplatten.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-white__accordion\"\u003e\n\n    \u003cdetails class=\"tago-raspberry-white__details\"\u003e\n      \u003csummary class=\"tago-raspberry-white__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-white__content\"\u003e\n        \u003cp\u003e\n          Knusprig gefriergetrocknete Himbeeren treffen auf zartschmelzende weiße Schokolade und eine feine Joghurtnote. Die natürliche Fruchtsäure sorgt für einen ausgewogenen Kontrast zur cremigen Süße.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 88 % weiße Schokolade (Zucker, Kakaobutter, Vollmilchpulver, Molkenpulver, Emulgator: Sojalecithin, natürliches Vanillearoma), 8 % gefriergetrocknete Himbeeren, Glukosesirup, Joghurtaroma, Joghurtpulver, Tapiokadextrin, Überzugsmittel: Gummi arabicum, Schellack, Kokosnussöl, Rapsöl.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Milch, Molke und Soja.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-white__details\"\u003e\n      \u003csummary class=\"tago-raspberry-white__summary\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-white__content\"\u003e\n        \u003cp\u003e\n          Bei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-white__details\"\u003e\n      \u003csummary class=\"tago-raspberry-white__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-white__content\"\u003e\n        \u003ctable class=\"tago-raspberry-white__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2091 kJ \/ 500 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e26 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e16 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e59 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e59 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e2,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e5,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,25 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65369542132061,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteHimbeereninWeisserSchokolade.png?v=1784968953"},{"product_id":"tago-gefriergetrocknete-himbeeren-in-zartbitterschokolade","title":"TAGO Gefriergetrocknete Himbeeren in Zartbitterschokolade","description":"\u003cstyle\u003e\n  .tago-raspberry-dark,\n  .tago-raspberry-dark * {\n    box-sizing: border-box;\n  }\n\n  .tago-raspberry-dark {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-raspberry-dark__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-dark__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-raspberry-dark__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-raspberry-dark__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-raspberry-dark__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-dark__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-raspberry-dark__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-raspberry-dark__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-raspberry-dark__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-raspberry-dark__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-raspberry-dark__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-dark__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-raspberry-dark__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-dark__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-dark__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-dark__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-raspberry-dark__summary::before,\n  .tago-raspberry-dark__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-raspberry-dark__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-raspberry-dark__details[open]\n  .tago-raspberry-dark__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-raspberry-dark__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-raspberry-dark__content p {\n    margin: 0;\n  }\n\n  .tago-raspberry-dark__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-raspberry-dark__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-raspberry-dark__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-raspberry-dark__table td {\n    padding: 7px 0;\n  }\n\n  .tago-raspberry-dark__table td:first-child {\n    color: #666;\n  }\n\n  .tago-raspberry-dark__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-raspberry-dark {\n      margin-top: 13px;\n    }\n\n    .tago-raspberry-dark__title {\n      font-size: 21px;\n    }\n\n    .tago-raspberry-dark__description {\n      font-size: 12.5px;\n    }\n\n    .tago-raspberry-dark__benefits {\n      gap: 6px;\n    }\n\n    .tago-raspberry-dark__benefit {\n      padding: 8px;\n    }\n\n    .tago-raspberry-dark__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-raspberry-dark\"\u003e\n\n  \u003cdiv class=\"tago-raspberry-dark__intro\"\u003e\n    \u003cspan class=\"tago-raspberry-dark__label\"\u003e\n      Fruchtig. Herb. Intensiv.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-raspberry-dark__title\"\u003e\n      Himbeer-Crunch trifft edle Zartbitterschokolade\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-raspberry-dark__description\"\u003e\n      Gefriergetrocknete Himbeeren, umhüllt von kräftiger Zartbitterschokolade. Die feine Säure der Frucht trifft auf herbe Kakaonoten und sorgt für einen intensiven, ausgewogenen Genuss.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-dark__benefits\"\u003e\n\n    \u003cdiv class=\"tago-raspberry-dark__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-dark__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"10\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"14\" cy=\"8\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"13\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"10\" cy=\"15\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 6c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-dark__benefit-text\"\u003e\n        8 % Himbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-dark__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-dark__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12v10H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V5h6v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-dark__benefit-text\"\u003e\n        90 % Zartbitterschokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-dark__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-dark__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-dark__benefit-text\"\u003e\n        Knusprig gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-dark__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-dark__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-dark__benefit-text\"\u003e\n        Herb und fruchtig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-dark__tip\"\u003e\n    \u003cspan class=\"tago-raspberry-dark__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-raspberry-dark__tip-text\"\u003e\n      Edle Snackmomente, als kleines Geschenk, zum Kaffee oder als besonderes Highlight auf Dessert- und Snackplatten.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-dark__accordion\"\u003e\n\n    \u003cdetails class=\"tago-raspberry-dark__details\"\u003e\n      \u003csummary class=\"tago-raspberry-dark__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-dark__content\"\u003e\n        \u003cp\u003e\n          Knusprig gefriergetrocknete Himbeeren treffen auf intensive Zartbitterschokolade. Die fruchtige Säure bildet einen feinen Kontrast zum kräftigen Kakaoaroma und sorgt für ein ausgewogenes Geschmackserlebnis.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 90 % Zartbitterschokolade (Zucker, Kakaomasse, Kakaobutter, natürliches Vanillearoma, Emulgator: Sojalecithin), 8 % gefriergetrocknete Himbeeren, Glukosesirup, Tapiokadextrin, Überzugsmittel: Gummi arabicum, Schellack, Kokosnussöl, Rapsöl.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Soja.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-dark__details\"\u003e\n      \u003csummary class=\"tago-raspberry-dark__summary\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-dark__content\"\u003e\n        \u003cp\u003e\n          Bei Außentemperaturen über 25 °C können wir nicht garantieren, dass das Produkt auf dem Versandweg vollständig unversehrt bleibt. Wärmebedingtes Anschmelzen ist möglich und stellt keinen Qualitätsmangel dar.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-dark__details\"\u003e\n      \u003csummary class=\"tago-raspberry-dark__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-dark__content\"\u003e\n        \u003ctable class=\"tago-raspberry-dark__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2116 kJ \/ 505 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e30 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e18 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e49 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e47 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e4,9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,01 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65369548063069,"sku":null,"price":7.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteHimbeereninZartbitterschokolade.png?v=1784969047"},{"product_id":"tago-gefriergetrocknete-mango-cubes","title":"TAGO Getrocknete Mango CUBES","description":"\u003cstyle\u003e\n  .tago-mango,\n  .tago-mango * {\n    box-sizing: border-box;\n  }\n\n  .tago-mango {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-mango__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-mango__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-mango__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-mango__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-mango__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-mango__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-mango__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-mango__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-mango__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-mango__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-mango__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-mango__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-mango__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-mango__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-mango__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-mango__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-mango__summary::before,\n  .tago-mango__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-mango__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-mango__details[open] .tago-mango__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-mango__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5a5a5a;\n  }\n\n  .tago-mango__content p {\n    margin: 0;\n  }\n\n  .tago-mango__ingredients {\n    display: block;\n    margin-top: 12px;\n    font-weight: 700;\n    color: #252525;\n  }\n\n  .tago-mango__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-mango__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-mango__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-mango__table td {\n    padding: 7px 0;\n    vertical-align: top;\n  }\n\n  .tago-mango__table td:first-child {\n    padding-right: 15px;\n    color: #666;\n  }\n\n  .tago-mango__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n    white-space: nowrap;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-mango {\n      margin-top: 13px;\n    }\n\n    .tago-mango__title {\n      font-size: 21px;\n    }\n\n    .tago-mango__description {\n      font-size: 12.5px;\n    }\n\n    .tago-mango__benefits {\n      gap: 6px;\n    }\n\n    .tago-mango__benefit {\n      padding: 8px;\n    }\n\n    .tago-mango__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tago-mango\"\u003e\n\u003cdiv class=\"tago-mango__intro\"\u003e\n\u003cspan class=\"tago-mango__label\"\u003e Tropisch. Knusprig. Fruchtig. \u003c\/span\u003e\n\u003ch2 class=\"tago-mango__title\"\u003eDer tropische Snack für unterwegs\u003c\/h2\u003e\n\u003cp class=\"tago-mango__description\"\u003eGefriergetrocknete Mangostücke mit intensiver Fruchtsüße, vollem Aroma und herrlich knuspriger Textur. Purer Mangogenuss für kleine Genussmomente im Alltag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-mango__benefits\"\u003e\n\u003cdiv class=\"tago-mango__benefit\"\u003e\n\u003cspan class=\"tago-mango__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-mango__benefit-text\"\u003e Purer Mangogenuss \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-mango__benefit\"\u003e\n\u003cspan class=\"tago-mango__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 6.64l12.72 10.72\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-mango__benefit-text\"\u003e Herrlich knusprig \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-mango__benefit\"\u003e\n\u003cspan class=\"tago-mango__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 17c2-6 6-10 13-12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 19c3-2 7-3 12-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-mango__benefit-text\"\u003e Schonend gefriergetrocknet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-mango__benefit\"\u003e\n\u003cspan class=\"tago-mango__icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"tago-mango__benefit-text\"\u003e Intensiv fruchtig \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-mango__tip\"\u003e\n\u003cspan class=\"tago-mango__tip-title\"\u003e Perfekt für \u003c\/span\u003e\n\u003cp class=\"tago-mango__tip-text\"\u003eUnterwegs, im Büro, auf Reisen oder als tropisches Topping für Bowls, Müsli, Joghurt und Desserts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-mango__accordion\"\u003e\n\u003cdetails class=\"tago-mango__details\"\u003e\n\u003csummary class=\"tago-mango__summary\"\u003eProduktdetails\u003c\/summary\u003e\n\u003cdiv class=\"tago-mango__content\"\u003e\n\u003cp\u003eDiese exotischen Fruchtstücke sind der ideale Snack für alle, die den natürlichen Geschmack reifer Mango lieben. \u003cbr\u003e\u003cbr\u003eDurch das schonende Gefriertrocknungsverfahren wird der Frucht Wasser entzogen, während ihr intensives Aroma und ihre natürliche Süße erhalten bleiben. So entsteht eine angenehm leichte und besonders knusprige Textur. \u003cspan class=\"tago-mango__ingredients\"\u003e Zutat: Mango. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tago-mango__details\"\u003e\n\u003csummary class=\"tago-mango__summary\"\u003eNährwerte je 100 g\u003c\/summary\u003e\n\u003cdiv class=\"tago-mango__content\"\u003e\n\u003ctable class=\"tago-mango__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrennwert\u003c\/td\u003e\n\u003ctd\u003e1385 kJ \/ 323 kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFett\u003c\/td\u003e\n\u003ctd\u003e2,4 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n\u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n\u003ctd\u003e67 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003edavon Zucker\u003c\/td\u003e\n\u003ctd\u003e67 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBallaststoffe\u003c\/td\u003e\n\u003ctd\u003e9,2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEiweiß\u003c\/td\u003e\n\u003ctd\u003e3,2 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSalz\u003c\/td\u003e\n\u003ctd\u003e0,07 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65427166462301,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65427166495069,"sku":null,"price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GefriergetrockneteMango_CUBES_100_ohneZusaetze.png?v=1784969174"},{"product_id":"tago-gefriergetrocknete-pfirsiche","title":"TAGO Gefriergetrocknete Pfirsiche","description":"\u003cstyle\u003e\n  .tago-peach-freeze,\n  .tago-peach-freeze * {\n    box-sizing: border-box;\n  }\n\n  .tago-peach-freeze {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-peach-freeze__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-peach-freeze__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-peach-freeze__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-peach-freeze__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-peach-freeze__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-peach-freeze__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-peach-freeze__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-peach-freeze__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-peach-freeze__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-peach-freeze__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-peach-freeze__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-peach-freeze__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-peach-freeze__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-peach-freeze__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-peach-freeze__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-peach-freeze__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-peach-freeze__summary::before,\n  .tago-peach-freeze__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-peach-freeze__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-peach-freeze__details[open]\n  .tago-peach-freeze__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-peach-freeze__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-peach-freeze__content p {\n    margin: 0;\n  }\n\n  .tago-peach-freeze__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-peach-freeze__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-peach-freeze__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-peach-freeze__table td {\n    padding: 7px 0;\n  }\n\n  .tago-peach-freeze__table td:first-child {\n    color: #666;\n  }\n\n  .tago-peach-freeze__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-peach-freeze {\n      margin-top: 13px;\n    }\n\n    .tago-peach-freeze__title {\n      font-size: 21px;\n    }\n\n    .tago-peach-freeze__description {\n      font-size: 12.5px;\n    }\n\n    .tago-peach-freeze__benefits {\n      gap: 6px;\n    }\n\n    .tago-peach-freeze__benefit {\n      padding: 8px;\n    }\n\n    .tago-peach-freeze__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-peach-freeze\"\u003e\n\n  \u003cdiv class=\"tago-peach-freeze__intro\"\u003e\n    \u003cspan class=\"tago-peach-freeze__label\"\u003e\n      Fruchtig. Knusprig. Sommerlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-peach-freeze__title\"\u003e\n      Pfirsich-Crunch mit intensiver Fruchtsüße\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-peach-freeze__description\"\u003e\n      Gefriergetrocknete Pfirsiche mit luftig-knuspriger Textur, intensivem Aroma und fein abgestimmter Süße. Ein sommerlicher Snack für alle, die fruchtige Abwechslung lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-peach-freeze__benefits\"\u003e\n\n    \u003cdiv class=\"tago-peach-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-peach-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 5c4-3 8 0 7 5-1 6-4 10-7 10s-6-4-7-10c-1-5 3-8 7-5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-peach-freeze__benefit-text\"\u003e\n        Intensiver Pfirsichgeschmack\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-peach-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-peach-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-peach-freeze__benefit-text\"\u003e\n        Schonend gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-peach-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-peach-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-peach-freeze__benefit-text\"\u003e\n        Mit nur 3 % Saccharose\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-peach-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-peach-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21s-7-4.35-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.65-7 10-7 10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-peach-freeze__benefit-text\"\u003e\n        Leicht und knusprig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-peach-freeze__tip\"\u003e\n    \u003cspan class=\"tago-peach-freeze__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-peach-freeze__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als fruchtiges Extra in Müsli, Joghurt, Bowls und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-peach-freeze__accordion\"\u003e\n\n    \u003cdetails class=\"tago-peach-freeze__details\"\u003e\n      \u003csummary class=\"tago-peach-freeze__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-peach-freeze__content\"\u003e\n        \u003cp\u003e\n          Pfirsiche werden schonend gefriergetrocknet und mit 3 % Saccharose fein abgestimmt. Dadurch entsteht ein besonders aromatischer Fruchtsnack mit luftigem Crunch und angenehm süßem Geschmack.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-peach-freeze__details\"\u003e\n      \u003csummary class=\"tago-peach-freeze__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-peach-freeze__content\"\u003e\n        \u003ctable class=\"tago-peach-freeze__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1550 kJ \/ 369 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e87 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e87 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e6,2 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e2,35 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,05 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65369567166813,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65369567199581,"sku":null,"price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Aprikosen.png?v=1785453071"},{"product_id":"tago-gelbe-rosinen-geschwefelt-leicht-geolt","title":"TAGO Gelbe Rosinen geschwefelt \u0026 leicht geölt","description":"\u003cstyle\u003e\n  .tago-golden-raisins,\n  .tago-golden-raisins * {\n    box-sizing: border-box;\n  }\n\n  .tago-golden-raisins {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-golden-raisins__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-golden-raisins__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-golden-raisins__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-golden-raisins__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-golden-raisins__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-golden-raisins__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-golden-raisins__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-golden-raisins__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-golden-raisins__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-golden-raisins__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-golden-raisins__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-golden-raisins__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-golden-raisins__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-golden-raisins__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-golden-raisins__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-golden-raisins__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-golden-raisins__summary::before,\n  .tago-golden-raisins__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-golden-raisins__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-golden-raisins__details[open] .tago-golden-raisins__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-golden-raisins__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-golden-raisins__content p {\n    margin: 0;\n  }\n\n  .tago-golden-raisins__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-golden-raisins__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-golden-raisins__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-golden-raisins__table td {\n    padding: 7px 0;\n  }\n\n  .tago-golden-raisins__table td:first-child {\n    color: #666;\n  }\n\n  .tago-golden-raisins__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-golden-raisins {\n      margin-top: 13px;\n    }\n\n    .tago-golden-raisins__title {\n      font-size: 21px;\n    }\n\n    .tago-golden-raisins__description {\n      font-size: 12.5px;\n    }\n\n    .tago-golden-raisins__benefits {\n      gap: 6px;\n    }\n\n    .tago-golden-raisins__benefit {\n      padding: 8px;\n    }\n\n    .tago-golden-raisins__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-golden-raisins\"\u003e\n\n  \u003cdiv class=\"tago-golden-raisins__intro\"\u003e\n    \u003cspan class=\"tago-golden-raisins__label\"\u003e\n      Fruchtig. Saftig. Goldgelb.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-golden-raisins__title\"\u003e\n      Feine Rosinensüße mit saftigem Biss\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-golden-raisins__description\"\u003e\n      Goldgelbe Rosinen mit angenehm weicher Textur und intensiver Fruchtsüße. Ein vielseitiger Klassiker für alle, die einen unkomplizierten Snack mit natürlichem Traubenaroma lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-golden-raisins__benefits\"\u003e\n\n    \u003cdiv class=\"tago-golden-raisins__benefit\"\u003e\n      \u003cspan class=\"tago-golden-raisins__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"9\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"9\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"14\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 5c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-golden-raisins__benefit-text\"\u003e\n        Aus getrockneten Trauben\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-golden-raisins__benefit\"\u003e\n      \u003cspan class=\"tago-golden-raisins__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c3 4 5 6 5 10a5 5 0 0 1-10 0c0-4 2-6 5-10Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-golden-raisins__benefit-text\"\u003e\n        Weich und angenehm saftig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-golden-raisins__benefit\"\u003e\n      \u003cspan class=\"tago-golden-raisins__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16M12 4v16\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-golden-raisins__benefit-text\"\u003e\n        Natürlich süßer Geschmack\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-golden-raisins__benefit\"\u003e\n      \u003cspan class=\"tago-golden-raisins__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-golden-raisins__benefit-text\"\u003e\n        Ballaststoffquelle\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-golden-raisins__tip\"\u003e\n    \u003cspan class=\"tago-golden-raisins__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-golden-raisins__tip-text\"\u003e\n      Unterwegs, im Büro, nach dem Sport oder als fruchtige Zutat in Müsli, Gebäck, Reisgerichten und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-golden-raisins__accordion\"\u003e\n\n    \u003cdetails class=\"tago-golden-raisins__details\"\u003e\n      \u003csummary class=\"tago-golden-raisins__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-golden-raisins__content\"\u003e\n        \u003cp\u003e\n          Durch die Trocknung wird das natürliche Aroma der Trauben konzentriert. So entsteht ein saftig-weicher Snack mit intensiver Fruchtsüße und vielseitigen Verwendungsmöglichkeiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-golden-raisins__details\"\u003e\n      \u003csummary class=\"tago-golden-raisins__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-golden-raisins__content\"\u003e\n        \u003ctable class=\"tago-golden-raisins__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1300 kJ \/ 309 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e0 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e72 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e71 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,08 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65369583976797,"sku":null,"price":2.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/GelbeRosinen_geschwefelt-leichtgeoelt.png?v=1784969499"},{"product_id":"tago-gefriergetrocknete-bananenscheiben","title":"TAGO Gefriergetrocknete Bananenscheiben","description":"\u003cstyle\u003e\n  .tago-banana-freeze,\n  .tago-banana-freeze * {\n    box-sizing: border-box;\n  }\n\n  .tago-banana-freeze {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-banana-freeze__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-banana-freeze__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-banana-freeze__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-banana-freeze__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-banana-freeze__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-banana-freeze__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-banana-freeze__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-banana-freeze__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-banana-freeze__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-banana-freeze__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-banana-freeze__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-banana-freeze__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-banana-freeze__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-banana-freeze__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-banana-freeze__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-banana-freeze__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-banana-freeze__summary::before,\n  .tago-banana-freeze__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-banana-freeze__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-banana-freeze__details[open]\n  .tago-banana-freeze__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-banana-freeze__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-banana-freeze__content p {\n    margin: 0;\n  }\n\n  .tago-banana-freeze__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-banana-freeze__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-banana-freeze__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-banana-freeze__table td {\n    padding: 7px 0;\n  }\n\n  .tago-banana-freeze__table td:first-child {\n    color: #666;\n  }\n\n  .tago-banana-freeze__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-banana-freeze {\n      margin-top: 13px;\n    }\n\n    .tago-banana-freeze__title {\n      font-size: 21px;\n    }\n\n    .tago-banana-freeze__description {\n      font-size: 12.5px;\n    }\n\n    .tago-banana-freeze__benefits {\n      gap: 6px;\n    }\n\n    .tago-banana-freeze__benefit {\n      padding: 8px;\n    }\n\n    .tago-banana-freeze__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-banana-freeze\"\u003e\n\n  \u003cdiv class=\"tago-banana-freeze__intro\"\u003e\n    \u003cspan class=\"tago-banana-freeze__label\"\u003e\n      Süß. Knusprig. Natürlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-banana-freeze__title\"\u003e\n      Bananen-Crunch ganz ohne Zusätze\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-banana-freeze__description\"\u003e\n      Gefriergetrocknete Bananenscheiben aus 100 % reifen Bananen. Leicht, knusprig und natürlich süß – perfekt für alle, die puren Fruchtgeschmack lieben.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-banana-freeze__benefits\"\u003e\n\n    \u003cdiv class=\"tago-banana-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-banana-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 18c6 1 12-3 14-10-5 3-10 2-14-1 0 4 0 7 0 11Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana-freeze__benefit-text\"\u003e\n        100 % Banane\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-banana-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-banana-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana-freeze__benefit-text\"\u003e\n        Schonend gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-banana-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-banana-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana-freeze__benefit-text\"\u003e\n        Ohne Zuckerzusatz\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-banana-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-banana-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-banana-freeze__benefit-text\"\u003e\n        Ohne Zusatzstoffe\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-banana-freeze__tip\"\u003e\n    \u003cspan class=\"tago-banana-freeze__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-banana-freeze__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als knuspriges Extra in Müsli, Joghurt, Bowls, Smoothies und Backwaren.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-banana-freeze__accordion\"\u003e\n\n    \u003cdetails class=\"tago-banana-freeze__details\"\u003e\n      \u003csummary class=\"tago-banana-freeze__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-banana-freeze__content\"\u003e\n        \u003cp\u003e\n          Reife Bananen werden schonend gefriergetrocknet. Dabei wird ihnen die Feuchtigkeit entzogen, während ihr intensiver Geschmack und ihre natürliche Süße erhalten bleiben.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 100 % Banane.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-banana-freeze__details\"\u003e\n      \u003csummary class=\"tago-banana-freeze__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-banana-freeze__content\"\u003e\n        \u003ctable class=\"tago-banana-freeze__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1449 kJ \/ 346 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e0,7 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e74 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e63 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e6,8 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e4,3 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,01 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65439968362845,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65439968395613,"sku":null,"price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/50.png?v=1785452831"},{"product_id":"tago-himbeeren","title":"TAGO Gefriergetrocknete Himbeeren","description":"\u003cstyle\u003e\n  .tago-raspberry-freeze,\n  .tago-raspberry-freeze * {\n    box-sizing: border-box;\n  }\n\n  .tago-raspberry-freeze {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-raspberry-freeze__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-freeze__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-raspberry-freeze__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-raspberry-freeze__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-raspberry-freeze__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-raspberry-freeze__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-raspberry-freeze__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-raspberry-freeze__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-raspberry-freeze__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-raspberry-freeze__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-raspberry-freeze__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-freeze__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-raspberry-freeze__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-freeze__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-raspberry-freeze__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-raspberry-freeze__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-raspberry-freeze__summary::before,\n  .tago-raspberry-freeze__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-raspberry-freeze__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-raspberry-freeze__details[open]\n  .tago-raspberry-freeze__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-raspberry-freeze__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-raspberry-freeze__content p {\n    margin: 0;\n  }\n\n  .tago-raspberry-freeze__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-raspberry-freeze__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-raspberry-freeze__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-raspberry-freeze__table td {\n    padding: 7px 0;\n  }\n\n  .tago-raspberry-freeze__table td:first-child {\n    color: #666;\n  }\n\n  .tago-raspberry-freeze__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-raspberry-freeze {\n      margin-top: 13px;\n    }\n\n    .tago-raspberry-freeze__title {\n      font-size: 21px;\n    }\n\n    .tago-raspberry-freeze__description {\n      font-size: 12.5px;\n    }\n\n    .tago-raspberry-freeze__benefits {\n      gap: 6px;\n    }\n\n    .tago-raspberry-freeze__benefit {\n      padding: 8px;\n    }\n\n    .tago-raspberry-freeze__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-raspberry-freeze\"\u003e\n\n  \u003cdiv class=\"tago-raspberry-freeze__intro\"\u003e\n    \u003cspan class=\"tago-raspberry-freeze__label\"\u003e\n      Fruchtig. Knusprig. Fein säuerlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-raspberry-freeze__title\"\u003e\n      Himbeer-Crunch mit intensivem Fruchtaroma\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-raspberry-freeze__description\"\u003e\n      Ganze gefriergetrocknete Himbeeren mit luftig-knuspriger Textur und charakteristisch süß-säuerlichem Geschmack. Purer Fruchtgenuss für unterwegs, zu Hause oder als besonderes Topping.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-freeze__benefits\"\u003e\n\n    \u003cdiv class=\"tago-raspberry-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"9\" cy=\"10\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"14\" cy=\"8\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"15\" cy=\"13\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"10\" cy=\"15\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 6c0-2 1-3 3-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-freeze__benefit-text\"\u003e\n        100 % Himbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v18M5.64 6.64l12.72 10.72M3 12h18M5.64 17.36 18.36 6.64\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-freeze__benefit-text\"\u003e\n        Schonend gefriergetrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8l8 8M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-freeze__benefit-text\"\u003e\n        Ohne Zuckerzusatz\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-raspberry-freeze__benefit\"\u003e\n      \u003cspan class=\"tago-raspberry-freeze__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 20c7 0 14-6 14-14C12 6 5 11 5 20Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 20c2-5 6-8 11-10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-raspberry-freeze__benefit-text\"\u003e\n        Ballaststoffreich\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-freeze__tip\"\u003e\n    \u003cspan class=\"tago-raspberry-freeze__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-raspberry-freeze__tip-text\"\u003e\n      Direkt als Snack, für unterwegs oder als fruchtig-knuspriges Extra in Müsli, Joghurt, Bowls, Smoothies und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-raspberry-freeze__accordion\"\u003e\n\n    \u003cdetails class=\"tago-raspberry-freeze__details\"\u003e\n      \u003csummary class=\"tago-raspberry-freeze__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-freeze__content\"\u003e\n        \u003cp\u003e\n          Ausgewählte Himbeeren werden schonend gefriergetrocknet. Dabei wird ihnen die Feuchtigkeit entzogen, während ihr intensives Aroma, ihre natürliche Farbe und der typische süß-säuerliche Geschmack erhalten bleiben.\n          \u003cbr\u003e\u003cbr\u003e\n          Zutaten: 100 % Himbeeren.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-raspberry-freeze__details\"\u003e\n      \u003csummary class=\"tago-raspberry-freeze__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-raspberry-freeze__content\"\u003e\n        \u003ctable class=\"tago-raspberry-freeze__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1272 kJ \/ 306 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e4,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e37 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e30 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e44 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e8,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65438208229725,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65438208262493,"sku":null,"price":10.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Himbeeren_4142efb5-65e6-4fe2-92a8-b667e87054d9.png?v=1785449407"},{"product_id":"gefriergetrocknete-erdbeeren-in-vollmilch-schokolade","title":"TAGO Gefriergetrocknete Erdbeeren in Vollmilch Schokolade","description":"\u003cstyle\u003e\n\/* =========================================================\n   TAGO PREMIUM PRODUCT DESCRIPTION\n   SHOPIFY SAFE\n========================================================= *\/\n\n.tago-strawberry-milk,\n.tago-strawberry-milk * {\n  box-sizing: border-box;\n}\n\n.tago-strawberry-milk {\n  --dark: #171714;\n  --text: #34322e;\n  --muted: #706d67;\n  --gold: #a77b47;\n  --line: #e9e6df;\n  --soft: #f8f7f3;\n  --cream: #fffaf4;\n\n  display: block !important;\n\n  width: 100% !important;\n  max-width: 100% !important;\n  min-width: 0 !important;\n\n  margin: 20px 0 8px !important;\n  padding: 0 !important;\n\n  color: var(--dark);\n  font-family: inherit;\n\n  text-align: left !important;\n\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.tago-strawberry-milk__intro {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n\n  margin: 0 0 18px;\n  padding: 0;\n}\n\n.tago-strawberry-milk__label {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n\n  width: 100%;\n  margin: 0 0 8px;\n\n  color: var(--gold);\n\n  font-size: 9px;\n  line-height: 1.2;\n  font-weight: 800;\n  letter-spacing: .15em;\n  text-transform: uppercase;\n\n  white-space: normal;\n}\n\n.tago-strawberry-milk__label::before {\n  content: \"\";\n\n  display: block;\n\n  width: 23px;\n  height: 1px;\n  flex: 0 0 23px;\n\n  background: var(--gold);\n}\n\n\n\/* HEADLINE *\/\n\n.tago-strawberry-milk__title {\n  display: block !important;\n\n  width: 100% !important;\n  max-width: 100% !important;\n\n  margin: 0 0 10px !important;\n  padding: 0 !important;\n\n  color: #11110f !important;\n\n  font-size: 28px !important;\n  line-height: 1.08 !important;\n  font-weight: 750 !important;\n  letter-spacing: -.035em !important;\n\n  text-align: left !important;\n\n  white-space: normal !important;\n  word-break: normal !important;\n  overflow-wrap: normal !important;\n  hyphens: none !important;\n}\n\n\n\/* DESCRIPTION *\/\n\n.tago-strawberry-milk__description {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n\n  margin: 0;\n\n  color: #63615c;\n\n  font-size: 13px;\n  line-height: 1.65;\n  font-weight: 400;\n\n  text-align: left;\n\n  white-space: normal;\n  word-break: normal;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.tago-strawberry-milk__benefits {\n  display: grid !important;\n\n  width: 100% !important;\n  max-width: 100% !important;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n\n  gap: 8px;\n\n  margin: 0 0 10px;\n}\n\n.tago-strawberry-milk__benefit {\n  display: flex;\n\n  width: 100%;\n  min-width: 0;\n  min-height: 66px;\n\n  padding: 11px;\n\n  align-items: center;\n  gap: 9px;\n\n  border: 1px solid var(--line);\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #faf9f6 100%\n    );\n\n  box-shadow:\n    0 1px 2px rgba(17,17,15,.02),\n    0 5px 15px rgba(17,17,15,.025);\n\n  transition:\n    transform .18s ease,\n    border-color .18s ease,\n    box-shadow .18s ease;\n}\n\n@media (hover:hover) {\n  .tago-strawberry-milk__benefit:hover {\n    transform: translateY(-1px);\n\n    border-color: #dcd6cd;\n\n    box-shadow:\n      0 6px 18px rgba(25,20,15,.05);\n  }\n}\n\n\n\/* ICON *\/\n\n.tago-strawberry-milk__icon {\n  display: flex;\n\n  width: 31px;\n  height: 31px;\n  flex: 0 0 31px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #e8dfd4;\n  border-radius: 8px;\n\n  background: #fff;\n\n  color: #956c3d;\n}\n\n.tago-strawberry-milk__icon svg {\n  display: block;\n\n  width: 14px;\n  height: 14px;\n\n  fill: none;\n  stroke: currentColor;\n\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\n\/* BENEFIT TEXT *\/\n\n.tago-strawberry-milk__benefit-text {\n  display: block;\n\n  min-width: 0;\n\n  color: #302f2b;\n\n  font-size: 10.5px;\n  line-height: 1.32;\n  font-weight: 700;\n\n  white-space: normal;\n  word-break: normal;\n  overflow-wrap: break-word;\n}\n\n\n\/* =========================================================\n   PERFECT FOR\n========================================================= *\/\n\n.tago-strawberry-milk__tip {\n  position: relative;\n\n  display: block;\n\n  width: 100%;\n\n  margin: 0 0 8px;\n  padding: 14px 15px 14px 17px;\n\n  overflow: hidden;\n\n  border: 1px solid var(--line);\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f8f7f3 0%,\n      #fcfbf8 100%\n    );\n}\n\n.tago-strawberry-milk__tip::before {\n  content: \"\";\n\n  position: absolute;\n\n  top: 11px;\n  bottom: 11px;\n  left: 0;\n\n  width: 3px;\n\n  border-radius: 0 5px 5px 0;\n\n  background: var(--dark);\n}\n\n.tago-strawberry-milk__tip-title {\n  display: block;\n\n  margin: 0 0 5px;\n\n  color: #25241f;\n\n  font-size: 8.5px;\n  line-height: 1;\n  font-weight: 800;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n}\n\n.tago-strawberry-milk__tip-text {\n  display: block;\n\n  width: 100%;\n  margin: 0;\n\n  color: #64615c;\n\n  font-size: 11.5px;\n  line-height: 1.58;\n}\n\n\n\/* =========================================================\n   WARNING\n========================================================= *\/\n\n.tago-strawberry-milk__warning {\n  display: flex;\n\n  width: 100%;\n\n  margin: 0 0 12px;\n  padding: 12px 13px;\n\n  align-items: flex-start;\n  gap: 10px;\n\n  border: 1px solid #eadfce;\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffaf3 0%,\n      #fdf8f1 100%\n    );\n}\n\n.tago-strawberry-milk__warning \u003e div {\n  min-width: 0;\n  width: 100%;\n}\n\n.tago-strawberry-milk__warning-icon {\n  display: flex;\n\n  width: 29px;\n  height: 29px;\n  flex: 0 0 29px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #e7d9c7;\n  border-radius: 8px;\n\n  background: rgba(255,255,255,.85);\n\n  color: #8d6942;\n}\n\n.tago-strawberry-milk__warning-icon svg {\n  display: block;\n\n  width: 13px;\n  height: 13px;\n\n  fill: none;\n  stroke: currentColor;\n\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.tago-strawberry-milk__warning-title {\n  display: block;\n\n  margin: 1px 0 4px;\n\n  color: #46392c;\n\n  font-size: 8.5px;\n  line-height: 1.15;\n  font-weight: 800;\n  letter-spacing: .11em;\n  text-transform: uppercase;\n}\n\n.tago-strawberry-milk__warning-text {\n  display: block;\n\n  width: 100%;\n  margin: 0;\n\n  color: #72604c;\n\n  font-size: 10.5px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   ACCORDIONS\n========================================================= *\/\n\n.tago-strawberry-milk__accordion {\n  display: block;\n\n  width: 100%;\n\n  overflow: hidden;\n\n  border: 1px solid var(--line);\n  border-radius: 10px;\n\n  background: #fff;\n}\n\n.tago-strawberry-milk__details {\n  display: block;\n\n  width: 100%;\n\n  margin: 0;\n\n  border-bottom: 1px solid var(--line);\n}\n\n.tago-strawberry-milk__details:last-child {\n  border-bottom: 0;\n}\n\n\n\/* SUMMARY *\/\n\n.tago-strawberry-milk__summary {\n  position: relative;\n\n  display: flex !important;\n\n  width: 100% !important;\n  min-height: 48px;\n\n  margin: 0 !important;\n  padding: 14px 48px 14px 14px !important;\n\n  align-items: center;\n\n  list-style: none;\n  cursor: pointer;\n\n  color: #2c2b27;\n\n  font-size: 10.5px;\n  line-height: 1.25;\n  font-weight: 750;\n  letter-spacing: .01em;\n\n  text-align: left;\n\n  background: #fff;\n\n  transition: background .18s ease;\n\n  white-space: normal;\n  word-break: normal;\n}\n\n.tago-strawberry-milk__summary::-webkit-details-marker {\n  display: none;\n}\n\n@media (hover:hover) {\n  .tago-strawberry-milk__summary:hover {\n    background: #faf9f6;\n  }\n}\n\n\n\/* BUTTON CIRCLE *\/\n\n.tago-strawberry-milk__summary::before {\n  content: \"\";\n\n  position: absolute;\n\n  top: 50%;\n  right: 12px;\n\n  width: 25px;\n  height: 25px;\n\n  border: 1px solid #e5e1da;\n  border-radius: 50%;\n\n  background: #faf9f6;\n\n  transform: translateY(-50%);\n}\n\n\n\/* PLUS *\/\n\n.tago-strawberry-milk__summary::after {\n  content: \"+\";\n\n  position: absolute;\n\n  top: 50%;\n  right: 12px;\n\n  display: flex;\n\n  width: 25px;\n  height: 25px;\n\n  align-items: center;\n  justify-content: center;\n\n  color: #45433d;\n\n  font-size: 15px;\n  line-height: 1;\n  font-weight: 400;\n\n  transform: translateY(-51%);\n}\n\n\n\/* OPEN *\/\n\n.tago-strawberry-milk__details[open]\n.tago-strawberry-milk__summary {\n  background: #faf9f6;\n}\n\n.tago-strawberry-milk__details[open]\n.tago-strawberry-milk__summary::after {\n  content: \"−\";\n}\n\n\n\/* CONTENT *\/\n\n.tago-strawberry-milk__content {\n  display: block;\n\n  width: 100%;\n\n  padding: 0 14px 15px;\n\n  color: #64615c;\n\n  font-size: 11.5px;\n  line-height: 1.65;\n\n  background: #faf9f6;\n}\n\n.tago-strawberry-milk__content p {\n  width: 100%;\n  margin: 0;\n\n  white-space: normal;\n  word-break: normal;\n}\n\n\n\/* =========================================================\n   NUTRITION TABLE\n========================================================= *\/\n\n.tago-strawberry-milk__table {\n  width: 100%;\n\n  border-collapse: collapse;\n\n  font-size: 11px;\n}\n\n.tago-strawberry-milk__table tr {\n  border-bottom: 1px solid #eae7e1;\n}\n\n.tago-strawberry-milk__table tr:last-child {\n  border-bottom: 0;\n}\n\n.tago-strawberry-milk__table td {\n  padding: 8px 0;\n}\n\n.tago-strawberry-milk__table td:first-child {\n  padding-right: 12px;\n\n  color: #696660;\n}\n\n.tago-strawberry-milk__table td:last-child {\n  text-align: right;\n\n  color: #292823;\n\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   DESKTOP\n========================================================= *\/\n\n@media screen and (min-width: 750px) {\n\n  .tago-strawberry-milk {\n    margin-top: 22px !important;\n  }\n\n  .tago-strawberry-milk__intro {\n    margin-bottom: 20px;\n  }\n\n  .tago-strawberry-milk__title {\n    font-size: clamp(25px, 1.6vw, 31px) !important;\n  }\n\n  .tago-strawberry-milk__description {\n    font-size: 13px;\n    line-height: 1.68;\n  }\n\n  .tago-strawberry-milk__benefits {\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n  }\n\n  .tago-strawberry-milk__benefit {\n    min-height: 68px;\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .tago-strawberry-milk {\n    margin-top: 14px !important;\n  }\n\n  .tago-strawberry-milk__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-strawberry-milk__label {\n    margin-bottom: 7px;\n\n    font-size: 8px;\n  }\n\n  .tago-strawberry-milk__label::before {\n    width: 18px;\n    flex-basis: 18px;\n  }\n\n  .tago-strawberry-milk__title {\n    font-size: 21px !important;\n    line-height: 1.11 !important;\n  }\n\n  .tago-strawberry-milk__description {\n    font-size: 12px;\n    line-height: 1.58;\n  }\n\n  .tago-strawberry-milk__benefits {\n    gap: 6px;\n  }\n\n  .tago-strawberry-milk__benefit {\n    min-height: 58px;\n    padding: 8px;\n    gap: 7px;\n\n    border-radius: 8px;\n  }\n\n  .tago-strawberry-milk__icon {\n    width: 27px;\n    height: 27px;\n    flex-basis: 27px;\n\n    border-radius: 7px;\n  }\n\n  .tago-strawberry-milk__icon svg {\n    width: 12px;\n    height: 12px;\n  }\n\n  .tago-strawberry-milk__benefit-text {\n    font-size: 9px;\n  }\n\n  .tago-strawberry-milk__tip {\n    padding: 11px 12px 11px 14px;\n\n    border-radius: 8px;\n  }\n\n  .tago-strawberry-milk__warning {\n    padding: 10px;\n\n    border-radius: 8px;\n  }\n\n  .tago-strawberry-milk__accordion {\n    border-radius: 8px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-strawberry-milk\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-strawberry-milk__intro\"\u003e\n\n    \u003cspan class=\"tago-strawberry-milk__label\"\u003e\n      Fruchtig. Knusprig. Zartschmelzend.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-strawberry-milk__title\"\u003e\n      Erdbeer-Crunch umhüllt von feinster Vollmilchschokolade\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-strawberry-milk__description\"\u003e\n      Gefriergetrocknete Erdbeeren treffen auf zartschmelzende Vollmilchschokolade.\n      Die Kombination aus intensivem Fruchtaroma, luftig-knusprigem Kern und\n      cremiger Schokolade macht jeden Bissen zu einem besonderen Genussmoment.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-strawberry-milk__benefits\"\u003e\n\n    \u003cdiv class=\"tago-strawberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-strawberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21S5 16.5 5 10a7 7 0 0 1 14 0c0 6.5-7 11-7 11Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4c1 1 2 1.5 3 1.5S14 5 15 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 10h.01M13 9h.01M15 13h.01M10 15h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-strawberry-milk__benefit-text\"\u003e\n        Gefriergetrocknete Erdbeeren\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-strawberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-strawberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 5h12v14H6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 10h12M11 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 13h2v2h-2Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-strawberry-milk__benefit-text\"\u003e\n        Feinste Vollmilchschokolade\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-strawberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-strawberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 7h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 17h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 4h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 20h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-strawberry-milk__benefit-text\"\u003e\n        Fruchtig-knuspriger Kern\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-strawberry-milk__benefit\"\u003e\n      \u003cspan class=\"tago-strawberry-milk__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 9h16v11H4Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9v11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9C8 9 7 7 7 5c0-1 1-2 2-2 2 0 3 3 3 6Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9c4 0 5-2 5-4 0-1-1-2-2-2-2 0-3 3-3 6Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-strawberry-milk__benefit-text\"\u003e\n        Ideal zum Verschenken\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"tago-strawberry-milk__tip\"\u003e\n\n    \u003cspan class=\"tago-strawberry-milk__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-strawberry-milk__tip-text\"\u003e\n      Als süßer Snack für zwischendurch, zum Teilen mit deinen Liebsten,\n      als besonderes Geschenk oder als fruchtig-schokoladiger Abschluss\n      eines gemütlichen Abends.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WARNING --\u003e\n  \u003cdiv class=\"tago-strawberry-milk__warning\"\u003e\n\n    \u003cspan class=\"tago-strawberry-milk__warning-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 3 2.8 20h18.4L12 3Z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 9v5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 17h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"tago-strawberry-milk__warning-title\"\u003e\n        Versandhinweis bei Wärme\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-strawberry-milk__warning-text\"\u003e\n        Bei Temperaturen über 25 °C können wir leider nicht garantieren,\n        dass das Produkt während des Versands vollständig unversehrt bleibt\n        und nicht anschmilzt.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDIONS --\u003e\n  \u003cdiv class=\"tago-strawberry-milk__accordion\"\u003e\n\n    \u003cdetails class=\"tago-strawberry-milk__details\"\u003e\n      \u003csummary class=\"tago-strawberry-milk__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-strawberry-milk__content\"\u003e\n        \u003cp\u003e\n          Durch die Gefriertrocknung erhalten die Erdbeeren ihre intensive\n          Fruchtnote und eine besonders luftig-knusprige Konsistenz.\n          Umhüllt von cremiger Vollmilchschokolade entsteht ein harmonisches\n          Zusammenspiel aus fruchtiger Süße, feiner Säure und\n          zartschmelzendem Schokoladengenuss.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"tago-strawberry-milk__details\"\u003e\n      \u003csummary class=\"tago-strawberry-milk__summary\"\u003e\n        Lagerung und Versand\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-strawberry-milk__content\"\u003e\n        \u003cp\u003e\n          Kühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\n          Besonders bei warmen Außentemperaturen sollte das Produkt nach Erhalt\n          möglichst schnell an einem kühlen Ort aufbewahrt werden.\n          Ein mögliches Anschmelzen verändert in der Regel nicht den Geschmack,\n          kann jedoch die Optik und Konsistenz beeinflussen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails class=\"tago-strawberry-milk__details\"\u003e\n      \u003csummary class=\"tago-strawberry-milk__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-strawberry-milk__content\"\u003e\n\n        \u003ctable class=\"tago-strawberry-milk__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e2113 kJ \/ 510 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e27 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e16 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e61 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e60 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e0,8 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e4,9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65427182846301,"sku":null,"price":7.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/TAGOGefriergetrockneteErdbeereninVollmilchSchokolade.png?v=1785672550"},{"product_id":"tago-getrocknete-premium-mangostreifen-brooks","title":"TAGO Getrocknete Premium Mangostreifen ,BROOKS‘","description":"\u003cstyle\u003e\n\/* =========================================================\n   TAGO PREMIUM PRODUCT DESCRIPTION\n   BIO MANGO\n   SHOPIFY SAFE\n========================================================= *\/\n\n.tago-bio-mango,\n.tago-bio-mango * {\n  box-sizing: border-box;\n}\n\n.tago-bio-mango {\n  --dark: #171714;\n  --text: #34322e;\n  --muted: #706d67;\n  --gold: #a77b47;\n  --line: #e9e6df;\n  --soft: #f8f7f3;\n  --cream: #fffaf4;\n\n  display: block !important;\n\n  width: 100% !important;\n  max-width: 100% !important;\n  min-width: 0 !important;\n\n  margin: 20px 0 8px !important;\n  padding: 0 !important;\n\n  color: var(--dark);\n  font-family: inherit;\n\n  text-align: left !important;\n\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.tago-bio-mango__intro {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  margin: 0 0 18px;\n  padding: 0;\n}\n\n.tago-bio-mango__label {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n\n  width: 100%;\n  margin: 0 0 8px;\n\n  color: var(--gold);\n\n  font-size: 9px;\n  line-height: 1.2;\n  font-weight: 800;\n  letter-spacing: .15em;\n  text-transform: uppercase;\n\n  white-space: normal;\n}\n\n.tago-bio-mango__label::before {\n  content: \"\";\n\n  display: block;\n\n  width: 23px;\n  height: 1px;\n  flex: 0 0 23px;\n\n  background: var(--gold);\n}\n\n\n\/* HEADLINE *\/\n\n.tago-bio-mango__title {\n  display: block !important;\n\n  width: 100% !important;\n  max-width: 100% !important;\n\n  margin: 0 0 10px !important;\n  padding: 0 !important;\n\n  color: #11110f !important;\n\n  font-size: 28px !important;\n  line-height: 1.08 !important;\n  font-weight: 750 !important;\n  letter-spacing: -.035em !important;\n\n  text-align: left !important;\n\n  white-space: normal !important;\n  word-break: normal !important;\n  overflow-wrap: normal !important;\n  hyphens: none !important;\n}\n\n\n\/* DESCRIPTION *\/\n\n.tago-bio-mango__description {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n\n  margin: 0;\n\n  color: #63615c;\n\n  font-size: 13px;\n  line-height: 1.65;\n  font-weight: 400;\n\n  text-align: left;\n\n  white-space: normal;\n  word-break: normal;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.tago-bio-mango__benefits {\n  display: grid !important;\n\n  width: 100% !important;\n  max-width: 100% !important;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n\n  gap: 8px;\n\n  margin: 0 0 10px;\n}\n\n.tago-bio-mango__benefit {\n  display: flex;\n\n  width: 100%;\n  min-width: 0;\n  min-height: 66px;\n\n  padding: 11px;\n\n  align-items: center;\n  gap: 9px;\n\n  border: 1px solid var(--line);\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #faf9f6 100%\n    );\n\n  box-shadow:\n    0 1px 2px rgba(17,17,15,.02),\n    0 5px 15px rgba(17,17,15,.025);\n\n  transition:\n    transform .18s ease,\n    border-color .18s ease,\n    box-shadow .18s ease;\n}\n\n@media (hover:hover) {\n  .tago-bio-mango__benefit:hover {\n    transform: translateY(-1px);\n\n    border-color: #dcd6cd;\n\n    box-shadow:\n      0 6px 18px rgba(25,20,15,.05);\n  }\n}\n\n\n\/* ICON *\/\n\n.tago-bio-mango__icon {\n  display: flex;\n\n  width: 31px;\n  height: 31px;\n  flex: 0 0 31px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #e8dfd4;\n  border-radius: 8px;\n\n  background: #fff;\n\n  color: #956c3d;\n}\n\n.tago-bio-mango__icon svg {\n  display: block;\n\n  width: 14px;\n  height: 14px;\n\n  fill: none;\n  stroke: currentColor;\n\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\n\/* BENEFIT TEXT *\/\n\n.tago-bio-mango__benefit-text {\n  display: block;\n\n  min-width: 0;\n\n  color: #302f2b;\n\n  font-size: 10.5px;\n  line-height: 1.32;\n  font-weight: 700;\n\n  white-space: normal;\n  word-break: normal;\n  overflow-wrap: break-word;\n}\n\n\n\/* =========================================================\n   PERFECT FOR\n========================================================= *\/\n\n.tago-bio-mango__tip {\n  position: relative;\n\n  display: block;\n\n  width: 100%;\n\n  margin: 0 0 8px;\n  padding: 14px 15px 14px 17px;\n\n  overflow: hidden;\n\n  border: 1px solid var(--line);\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f8f7f3 0%,\n      #fcfbf8 100%\n    );\n}\n\n.tago-bio-mango__tip::before {\n  content: \"\";\n\n  position: absolute;\n\n  top: 11px;\n  bottom: 11px;\n  left: 0;\n\n  width: 3px;\n\n  border-radius: 0 5px 5px 0;\n\n  background: var(--dark);\n}\n\n.tago-bio-mango__tip-title {\n  display: block;\n\n  margin: 0 0 5px;\n\n  color: #25241f;\n\n  font-size: 8.5px;\n  line-height: 1;\n  font-weight: 800;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n}\n\n.tago-bio-mango__tip-text {\n  display: block;\n\n  width: 100%;\n  margin: 0;\n\n  color: #64615c;\n\n  font-size: 11.5px;\n  line-height: 1.58;\n}\n\n\n\/* =========================================================\n   PRODUCT NOTE\n========================================================= *\/\n\n.tago-bio-mango__warning {\n  display: flex;\n\n  width: 100%;\n\n  margin: 0 0 12px;\n  padding: 12px 13px;\n\n  align-items: flex-start;\n  gap: 10px;\n\n  border: 1px solid #eadfce;\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fffaf3 0%,\n      #fdf8f1 100%\n    );\n}\n\n.tago-bio-mango__warning \u003e div {\n  min-width: 0;\n  width: 100%;\n}\n\n.tago-bio-mango__warning-icon {\n  display: flex;\n\n  width: 29px;\n  height: 29px;\n  flex: 0 0 29px;\n\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid #e7d9c7;\n  border-radius: 8px;\n\n  background: rgba(255,255,255,.85);\n\n  color: #8d6942;\n}\n\n.tago-bio-mango__warning-icon svg {\n  display: block;\n\n  width: 13px;\n  height: 13px;\n\n  fill: none;\n  stroke: currentColor;\n\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.tago-bio-mango__warning-title {\n  display: block;\n\n  margin: 1px 0 4px;\n\n  color: #46392c;\n\n  font-size: 8.5px;\n  line-height: 1.15;\n  font-weight: 800;\n  letter-spacing: .11em;\n  text-transform: uppercase;\n}\n\n.tago-bio-mango__warning-text {\n  display: block;\n\n  width: 100%;\n  margin: 0;\n\n  color: #72604c;\n\n  font-size: 10.5px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   ACCORDIONS\n========================================================= *\/\n\n.tago-bio-mango__accordion {\n  display: block;\n\n  width: 100%;\n\n  overflow: hidden;\n\n  border: 1px solid var(--line);\n  border-radius: 10px;\n\n  background: #fff;\n}\n\n.tago-bio-mango__details {\n  display: block;\n\n  width: 100%;\n\n  margin: 0;\n\n  border-bottom: 1px solid var(--line);\n}\n\n.tago-bio-mango__details:last-child {\n  border-bottom: 0;\n}\n\n\n\/* SUMMARY *\/\n\n.tago-bio-mango__summary {\n  position: relative;\n\n  display: flex !important;\n\n  width: 100% !important;\n  min-height: 48px;\n\n  margin: 0 !important;\n  padding: 14px 48px 14px 14px !important;\n\n  align-items: center;\n\n  list-style: none;\n  cursor: pointer;\n\n  color: #2c2b27;\n\n  font-size: 10.5px;\n  line-height: 1.25;\n  font-weight: 750;\n  letter-spacing: .01em;\n\n  text-align: left;\n\n  background: #fff;\n\n  transition: background .18s ease;\n\n  white-space: normal;\n  word-break: normal;\n}\n\n.tago-bio-mango__summary::-webkit-details-marker {\n  display: none;\n}\n\n@media (hover:hover) {\n  .tago-bio-mango__summary:hover {\n    background: #faf9f6;\n  }\n}\n\n\n\/* BUTTON CIRCLE *\/\n\n.tago-bio-mango__summary::before {\n  content: \"\";\n\n  position: absolute;\n\n  top: 50%;\n  right: 12px;\n\n  width: 25px;\n  height: 25px;\n\n  border: 1px solid #e5e1da;\n  border-radius: 50%;\n\n  background: #faf9f6;\n\n  transform: translateY(-50%);\n}\n\n\n\/* PLUS *\/\n\n.tago-bio-mango__summary::after {\n  content: \"+\";\n\n  position: absolute;\n\n  top: 50%;\n  right: 12px;\n\n  display: flex;\n\n  width: 25px;\n  height: 25px;\n\n  align-items: center;\n  justify-content: center;\n\n  color: #45433d;\n\n  font-size: 15px;\n  line-height: 1;\n  font-weight: 400;\n\n  transform: translateY(-51%);\n}\n\n\n\/* OPEN *\/\n\n.tago-bio-mango__details[open]\n.tago-bio-mango__summary {\n  background: #faf9f6;\n}\n\n.tago-bio-mango__details[open]\n.tago-bio-mango__summary::after {\n  content: \"−\";\n}\n\n\n\/* CONTENT *\/\n\n.tago-bio-mango__content {\n  display: block;\n\n  width: 100%;\n\n  padding: 0 14px 15px;\n\n  color: #64615c;\n\n  font-size: 11.5px;\n  line-height: 1.65;\n\n  background: #faf9f6;\n}\n\n.tago-bio-mango__content p {\n  width: 100%;\n  margin: 0;\n\n  white-space: normal;\n  word-break: normal;\n}\n\n\n\/* =========================================================\n   NUTRITION TABLE\n========================================================= *\/\n\n.tago-bio-mango__table {\n  width: 100%;\n\n  border-collapse: collapse;\n\n  font-size: 11px;\n}\n\n.tago-bio-mango__table tr {\n  border-bottom: 1px solid #eae7e1;\n}\n\n.tago-bio-mango__table tr:last-child {\n  border-bottom: 0;\n}\n\n.tago-bio-mango__table td {\n  padding: 8px 0;\n}\n\n.tago-bio-mango__table td:first-child {\n  padding-right: 12px;\n\n  color: #696660;\n}\n\n.tago-bio-mango__table td:last-child {\n  text-align: right;\n\n  color: #292823;\n\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   DESKTOP\n========================================================= *\/\n\n@media screen and (min-width: 750px) {\n\n  .tago-bio-mango {\n    margin-top: 22px !important;\n  }\n\n  .tago-bio-mango__intro {\n    margin-bottom: 20px;\n  }\n\n  .tago-bio-mango__title {\n    font-size: clamp(25px, 1.6vw, 31px) !important;\n  }\n\n  .tago-bio-mango__description {\n    font-size: 13px;\n    line-height: 1.68;\n  }\n\n  .tago-bio-mango__benefits {\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n  }\n\n  .tago-bio-mango__benefit {\n    min-height: 68px;\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .tago-bio-mango {\n    margin-top: 14px !important;\n  }\n\n  .tago-bio-mango__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-bio-mango__label {\n    margin-bottom: 7px;\n    font-size: 8px;\n  }\n\n  .tago-bio-mango__label::before {\n    width: 18px;\n    flex-basis: 18px;\n  }\n\n  .tago-bio-mango__title {\n    font-size: 21px !important;\n    line-height: 1.11 !important;\n  }\n\n  .tago-bio-mango__description {\n    font-size: 12px;\n    line-height: 1.58;\n  }\n\n  .tago-bio-mango__benefits {\n    gap: 6px;\n  }\n\n  .tago-bio-mango__benefit {\n    min-height: 58px;\n    padding: 8px;\n    gap: 7px;\n\n    border-radius: 8px;\n  }\n\n  .tago-bio-mango__icon {\n    width: 27px;\n    height: 27px;\n    flex-basis: 27px;\n\n    border-radius: 7px;\n  }\n\n  .tago-bio-mango__icon svg {\n    width: 12px;\n    height: 12px;\n  }\n\n  .tago-bio-mango__benefit-text {\n    font-size: 9px;\n  }\n\n  .tago-bio-mango__tip {\n    padding: 11px 12px 11px 14px;\n    border-radius: 8px;\n  }\n\n  .tago-bio-mango__warning {\n    padding: 10px;\n    border-radius: 8px;\n  }\n\n  .tago-bio-mango__accordion {\n    border-radius: 8px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-bio-mango\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-bio-mango__intro\"\u003e\n\n    \u003cspan class=\"tago-bio-mango__label\"\u003e\n      Fruchtig. Natürlich. Tropisch.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-bio-mango__title\"\u003e\n      Sonnengereifte Bio-Mango – schonend getrocknet\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-bio-mango__description\"\u003e\n      Unsere getrockneten Bio-Mangoscheiben überzeugen mit intensiv-fruchtigem\n      Geschmack und natürlicher Süße. Sorgfältig ausgewählte Mangos werden\n      schonend getrocknet, damit ihr tropisches Aroma und ihre angenehm\n      saftige Konsistenz bestmöglich erhalten bleiben.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-bio-mango__benefits\"\u003e\n\n    \u003cdiv class=\"tago-bio-mango__benefit\"\u003e\n      \u003cspan class=\"tago-bio-mango__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21c5-3 8-7 8-12-5 0-9 2-11 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 21c-4-3-6-7-6-11 4 0 7 2 9 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 21V10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-bio-mango__benefit-text\"\u003e\n        Aus biologischem Anbau\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-bio-mango__benefit\"\u003e\n      \u003cspan class=\"tago-bio-mango__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3c4 3 7 6 7 10a7 7 0 0 1-14 0c0-4 3-7 7-10Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c1.5 1 4.5 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-bio-mango__benefit-text\"\u003e\n        Natürlich fruchtig-süß\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-bio-mango__benefit\"\u003e\n      \u003cspan class=\"tago-bio-mango__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 17h10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 20h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-bio-mango__benefit-text\"\u003e\n        Schonend getrocknet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-bio-mango__benefit\"\u003e\n      \u003cspan class=\"tago-bio-mango__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 6h14v13H5Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 10h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14h5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 3h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-bio-mango__benefit-text\"\u003e\n        Ideal als Snack für unterwegs\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"tago-bio-mango__tip\"\u003e\n\n    \u003cspan class=\"tago-bio-mango__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-bio-mango__tip-text\"\u003e\n      Pur als fruchtiger Snack, unterwegs, im Büro oder als tropisches Highlight\n      in Müsli und Joghurt. Auch zum Backen, Verfeinern von Bowls oder als\n      natürlich-süße Alternative für zwischendurch ideal.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- NATURPRODUKT HINWEIS --\u003e\n  \u003cdiv class=\"tago-bio-mango__warning\"\u003e\n\n    \u003cspan class=\"tago-bio-mango__warning-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 21c5-3 8-7 8-12-5 0-9 2-11 6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 21c-4-3-6-7-6-11 4 0 7 2 9 5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 21V10\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"tago-bio-mango__warning-title\"\u003e\n        Natürliches Produkt\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-bio-mango__warning-text\"\u003e\n        Da es sich um ein Naturprodukt handelt, können Farbe, Größe,\n        Konsistenz und Süße der Mangoscheiben leicht variieren.\n        Diese natürlichen Unterschiede sind ein Zeichen ihres ursprünglichen Charakters.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDIONS --\u003e\n  \u003cdiv class=\"tago-bio-mango__accordion\"\u003e\n\n\n    \u003c!-- PRODUKTDETAILS --\u003e\n    \u003cdetails class=\"tago-bio-mango__details\"\u003e\n\n      \u003csummary class=\"tago-bio-mango__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-bio-mango__content\"\u003e\n        \u003cp\u003e\n          Die Mangos werden sorgfältig ausgewählt, geschält und entkernt,\n          bevor sie in feine Scheiben geschnitten und anschließend schonend\n          getrocknet werden. Dadurch bleibt ihr charakteristisch tropisches\n          Aroma erhalten und es entsteht ein intensiv-fruchtiger Snack mit\n          angenehmer natürlicher Süße.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- VERWENDUNG --\u003e\n    \u003cdetails class=\"tago-bio-mango__details\"\u003e\n\n      \u003csummary class=\"tago-bio-mango__summary\"\u003e\n        Genuss \u0026amp; Verwendung\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-bio-mango__content\"\u003e\n        \u003cp\u003e\n          Unsere getrockneten Bio-Mangoscheiben schmecken hervorragend pur,\n          eignen sich aber ebenso als fruchtige Ergänzung zu Müsli,\n          Joghurt und Bowls. Auch zum Backen oder als natürlich-süße\n          Zutat für verschiedene Desserts lassen sie sich vielseitig verwenden.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LAGERUNG --\u003e\n    \u003cdetails class=\"tago-bio-mango__details\"\u003e\n\n      \u003csummary class=\"tago-bio-mango__summary\"\u003e\n        Lagerung\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-bio-mango__content\"\u003e\n        \u003cp\u003e\n          Kühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\n          Nach dem Öffnen die Verpackung wieder gut verschließen, damit Aroma,\n          Geschmack und Konsistenz möglichst lange erhalten bleiben.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- NÄHRWERTE --\u003e\n    \u003cdetails class=\"tago-bio-mango__details\"\u003e\n\n      \u003csummary class=\"tago-bio-mango__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-bio-mango__content\"\u003e\n\n        \u003ctable class=\"tago-bio-mango__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e1333 kJ \/ 318 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e2,2 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e\u0026lt; 0,5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e67 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e66 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e8,4 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e3,6 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65557499609437,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"500g","offer_id":65557499642205,"sku":null,"price":11.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Mangobrroks.png?v=1786558146"},{"product_id":"tago-mango-strips-gedippt-in-zartbitterschokolade-kopie","title":"TAGO Mango Strips gedippt in Weiße Schokolade","description":"\u003cp\u003e\u003cimg\u003e\u003c\/p\u003e","brand":"TagoNuts","offers":[{"title":"250g","offer_id":65572124492125,"sku":null,"price":8.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/ChatGPTImage15.Aug.2026_01_20_53.png?v=1786749686"},{"product_id":"tago-macadamiakerne-gerostet-leicht-gesalzen-kopie","title":"TAGO Macadamiakerne Geröstet \u0026 Leicht gesalzen","description":"\u003cstyle\u003e\n  .tago-macadamia-roasted,\n  .tago-macadamia-roasted * {\n    box-sizing: border-box;\n  }\n\n  .tago-macadamia-roasted {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #171717;\n    font-family: inherit;\n  }\n\n  .tago-macadamia-roasted__intro {\n    margin-bottom: 14px;\n  }\n\n  .tago-macadamia-roasted__label {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 700;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    color: #929292;\n  }\n\n  .tago-macadamia-roasted__title {\n    margin: 0 0 7px;\n    font-size: clamp(20px, 2vw, 27px);\n    line-height: 1.12;\n    font-weight: 750;\n    letter-spacing: -.025em;\n    color: #111;\n  }\n\n  .tago-macadamia-roasted__description {\n    max-width: 680px;\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .tago-macadamia-roasted__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-macadamia-roasted__benefit {\n    display: flex;\n    min-height: 42px;\n    padding: 9px 11px;\n    align-items: center;\n    gap: 9px;\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    background: #fafaf7;\n  }\n\n  .tago-macadamia-roasted__icon {\n    display: flex;\n    width: 25px;\n    height: 25px;\n    flex: 0 0 25px;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e7e7e3;\n    border-radius: 50%;\n    background: #fff;\n  }\n\n  .tago-macadamia-roasted__icon svg {\n    width: 13px;\n    height: 13px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-macadamia-roasted__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.3;\n    font-weight: 650;\n    color: #252525;\n  }\n\n  .tago-macadamia-roasted__tip {\n    margin-bottom: 10px;\n    padding: 12px 13px;\n    border-left: 3px solid #1b1b1b;\n    background: #f7f7f4;\n  }\n\n  .tago-macadamia-roasted__tip-title {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 9px;\n    font-weight: 750;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-macadamia-roasted__tip-text {\n    margin: 0;\n    font-size: 12px;\n    line-height: 1.55;\n    color: #5d5d5d;\n  }\n\n  .tago-macadamia-roasted__accordion {\n    border-top: 1px solid #e8e8e5;\n  }\n\n  .tago-macadamia-roasted__details {\n    border-bottom: 1px solid #e8e8e5;\n  }\n\n  .tago-macadamia-roasted__summary {\n    position: relative;\n    display: flex;\n    min-height: 46px;\n    padding: 13px 30px 13px 0;\n    align-items: center;\n    cursor: pointer;\n    list-style: none;\n    font-size: 10px;\n    font-weight: 750;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n    color: #222;\n  }\n\n  .tago-macadamia-roasted__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-macadamia-roasted__summary::before,\n  .tago-macadamia-roasted__summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    width: 11px;\n    height: 1px;\n    background: #222;\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-macadamia-roasted__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-macadamia-roasted__details[open]\n  .tago-macadamia-roasted__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-macadamia-roasted__content {\n    padding: 0 0 14px;\n    font-size: 12px;\n    line-height: 1.6;\n    color: #5a5a5a;\n  }\n\n  .tago-macadamia-roasted__content p {\n    margin: 0;\n  }\n\n  .tago-macadamia-roasted__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 11px;\n  }\n\n  .tago-macadamia-roasted__table tr {\n    border-bottom: 1px solid #eeeeeb;\n  }\n\n  .tago-macadamia-roasted__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-macadamia-roasted__table td {\n    padding: 7px 0;\n  }\n\n  .tago-macadamia-roasted__table td:first-child {\n    color: #666;\n  }\n\n  .tago-macadamia-roasted__table td:last-child {\n    text-align: right;\n    font-weight: 650;\n    color: #222;\n  }\n\n  @media screen and (max-width: 749px) {\n    .tago-macadamia-roasted {\n      margin-top: 13px;\n    }\n\n    .tago-macadamia-roasted__title {\n      font-size: 21px;\n    }\n\n    .tago-macadamia-roasted__description {\n      font-size: 12.5px;\n    }\n\n    .tago-macadamia-roasted__benefits {\n      gap: 6px;\n    }\n\n    .tago-macadamia-roasted__benefit {\n      padding: 8px;\n    }\n\n    .tago-macadamia-roasted__benefit-text {\n      font-size: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tago-macadamia-roasted\"\u003e\n\n  \u003cdiv class=\"tago-macadamia-roasted__intro\"\u003e\n    \u003cspan class=\"tago-macadamia-roasted__label\"\u003e\n      Buttrig. Geröstet. Fein gesalzen.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-macadamia-roasted__title\"\u003e\n      Geröstete Macadamianüsse mit feiner Salznote\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-macadamia-roasted__description\"\u003e\n      Knackige Macadamianüsse mit typisch buttrigem Aroma, schonend geröstet und dezent gesalzen. Ein besonders feiner Nuss-Snack mit mildem, leicht süßlichem Geschmack.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-macadamia-roasted__benefits\"\u003e\n\n    \u003cdiv class=\"tago-macadamia-roasted__benefit\"\u003e\n      \u003cspan class=\"tago-macadamia-roasted__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 12c2-3 5-5 8-5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-macadamia-roasted__benefit-text\"\u003e\n        Ganze Macadamianüsse\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-macadamia-roasted__benefit\"\u003e\n      \u003cspan class=\"tago-macadamia-roasted__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M7 17c0-5 2-9 5-13 3 4 5 8 5 13\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 17h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-macadamia-roasted__benefit-text\"\u003e\n        Schonend geröstet\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-macadamia-roasted__benefit\"\u003e\n      \u003cspan class=\"tago-macadamia-roasted__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 17c3-5 7-9 12-11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8c2 2 4 3 7 3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 14c2 1 4 2 7 1\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-macadamia-roasted__benefit-text\"\u003e\n        Mild und butterartig\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tago-macadamia-roasted__benefit\"\u003e\n      \u003cspan class=\"tago-macadamia-roasted__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8M8 12h8M8 16h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003cspan class=\"tago-macadamia-roasted__benefit-text\"\u003e\n        Dezent gesalzen\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-macadamia-roasted__tip\"\u003e\n    \u003cspan class=\"tago-macadamia-roasted__tip-title\"\u003e\n      Perfekt für\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-macadamia-roasted__tip-text\"\u003e\n      Direkt als Snack, für Nussmischungen oder als knackiges Extra in Salaten, Bowls, Backwaren und Desserts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tago-macadamia-roasted__accordion\"\u003e\n\n    \u003cdetails class=\"tago-macadamia-roasted__details\"\u003e\n      \u003csummary class=\"tago-macadamia-roasted__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-macadamia-roasted__content\"\u003e\n        \u003cp\u003e\n          Die Macadamianüsse werden sorgfältig geröstet, damit sich ihr charakteristisch mildes und butterartiges Aroma voll entfalten kann. Eine dezente Salznote rundet den Geschmack ausgewogen ab.\n          \u003cbr\u003e\u003cbr\u003e\n          Allergenhinweis: Enthält Macadamianüsse.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tago-macadamia-roasted__details\"\u003e\n      \u003csummary class=\"tago-macadamia-roasted__summary\"\u003e\n        Nährwerte je 100 g\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-macadamia-roasted__content\"\u003e\n        \u003ctable class=\"tago-macadamia-roasted__table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBrennwert\u003c\/td\u003e\n              \u003ctd\u003e3020 kJ \/ 730 kcal\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eFett\u003c\/td\u003e\n              \u003ctd\u003e73 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon gesättigte Fettsäuren\u003c\/td\u003e\n              \u003ctd\u003e12 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eKohlenhydrate\u003c\/td\u003e\n              \u003ctd\u003e5 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003edavon Zucker\u003c\/td\u003e\n              \u003ctd\u003e2 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eBallaststoffe\u003c\/td\u003e\n              \u003ctd\u003e9 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEiweiß\u003c\/td\u003e\n              \u003ctd\u003e8,1 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSalz\u003c\/td\u003e\n              \u003ctd\u003e0,02 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"200g","offer_id":65573204754781,"sku":null,"price":7.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Macadamiageroestetundgesalzen.png?v=1784822666"},{"product_id":"tago-hibiskus","title":"TAGO Getrocknete Hibiskusblüten","description":"","brand":"TagoNuts","offers":[{"title":"50g","offer_id":65579301306717,"sku":null,"price":5.99,"currency_code":"EUR","in_stock":true},{"title":"100g","offer_id":65579301339485,"sku":null,"price":9.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/ChatGPTImage14.Aug.2026_21_18_40.png?v=1786735129"}],"url":"https:\/\/tagonuts.de\/collections\/bestseller.oembed","provider":"TagoNuts","version":"1.0","type":"link"}