{"title":"Genussboxen","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@500;600;700;800\u0026display=swap');\n\n.tago-boxes-text,\n.tago-boxes-text *{\n  box-sizing:border-box;\n}\n\n.tago-boxes-text{\n  --ink:#171512;\n  --text:#625d56;\n  --muted:#938b82;\n  --gold:#a9793d;\n  --gold-soft:#f7f1e9;\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\n========================================================= *\/\n\n.tago-boxes-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-boxes-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-boxes-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-boxes-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-boxes-text__text{\n  width:100%;\n  max-width:720px;\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   META \/ CHIPS\n========================================================= *\/\n\n.tago-boxes-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-boxes-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   SAVING CHIP\n========================================================= *\/\n\n.tago-boxes-text__meta .tago-boxes-text__saving{\n  border-color:#dfc6a7;\n\n  background:var(--gold-soft);\n\n  color:#8b622f;\n\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   BOTTOM\n========================================================= *\/\n\n.tago-boxes-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-boxes-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-boxes-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-boxes-text__button:hover{\n    transform:translateY(-1px);\n\n    background:#292724;\n    border-color:#292724;\n  }\n\n  .tago-boxes-text__button:hover svg{\n    transform:translateX(2px);\n  }\n\n}\n\n.tago-boxes-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-boxes-text__inner{\n    width:calc(100% - 64px);\n\n    margin:0 32px;\n\n    padding:40px 48px;\n  }\n\n  .tago-boxes-text__title{\n    font-size:42px;\n  }\n\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:1100px){\n\n  .tago-boxes-text__inner{\n    width:calc(100% - 32px);\n\n    margin:0 16px;\n\n    padding:30px;\n  }\n\n  .tago-boxes-text__title{\n    font-size:33px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .tago-boxes-text{\n    padding:8px 0;\n  }\n\n  .tago-boxes-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-boxes-text__eyebrow{\n    gap:6px;\n\n    margin-bottom:7px;\n\n    font-size:6.7px;\n  }\n\n  .tago-boxes-text__eyebrow::before{\n    width:17px;\n    flex-basis:17px;\n  }\n\n  .tago-boxes-text__title{\n    font-size:25px;\n\n    line-height:1.01;\n  }\n\n  .tago-boxes-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-boxes-text__meta{\n    gap:5px;\n\n    margin-top:11px;\n  }\n\n  .tago-boxes-text__meta span{\n    min-height:24px;\n\n    padding:0 8px;\n\n    font-size:7px;\n  }\n\n  .tago-boxes-text__bottom{\n    gap:10px;\n\n    margin-top:12px;\n  }\n\n  .tago-boxes-text__button{\n    min-height:36px;\n\n    padding:0 15px;\n\n    font-size:8px;\n  }\n\n  .tago-boxes-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-boxes-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-boxes-text__title{\n    font-size:23px;\n  }\n\n  .tago-boxes-text__text{\n    font-size:9.2px;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .tago-boxes-text__button,\n  .tago-boxes-text__button svg{\n    transition:none;\n  }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"tago-boxes-text\"\u003e\n\u003cdiv class=\"tago-boxes-text__inner\"\u003e\n\u003cdiv class=\"tago-boxes-text__eyebrow\"\u003eTAGONUTS GENUSSBOXEN\u003c\/div\u003e\n\u003ch2 class=\"tago-boxes-text__title\"\u003eMehr entdecken. Mehr genießen.\u003c\/h2\u003e\n\u003cp class=\"tago-boxes-text__text\"\u003eUnsere Genussboxen vereinen ausgewählte TAGONUTS Favoriten in sorgfältig zusammengestellten Kombinationen. Entdecke verschiedene Geschmackswelten in einer Box und spare dabei – je nach Auswahl – bis zu 20 % gegenüber dem Einzelkauf.\u003c\/p\u003e\n\u003cdiv class=\"tago-boxes-text__meta\"\u003e\n\u003cspan class=\"tago-boxes-text__saving\"\u003e Bis zu 20 % sparen \u003c\/span\u003e \u003cspan\u003e Ausgewählte Favoriten \u003c\/span\u003e \u003cspan\u003e Perfekt zum Entdecken \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tago-boxes-text__bottom\"\u003e\n\u003ca class=\"tago-boxes-text__button\" href=\"\/collections\/alle\"\u003e Genussboxen entdecken \u003csvg viewbox=\"0 0 24 24\"\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 \u003c\/a\u003e\n\u003cdiv class=\"tago-boxes-text__note\"\u003eDeine Favoriten. Clever kombiniert.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"astronauten-genussbox","title":"TAGO Fruchtliebe Box","description":"\u003cstyle\u003e\n  .tago-fruchtliebe-box,\n  .tago-fruchtliebe-box * {\n    box-sizing: border-box;\n  }\n\n  .tago-fruchtliebe-box {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #191714;\n    font-family: inherit;\n  }\n\n  \/* =========================================================\n     INTRO\n  ========================================================= *\/\n\n  .tago-fruchtliebe-box__intro {\n    margin-bottom: 15px;\n  }\n\n  .tago-fruchtliebe-box__label {\n    display: inline-flex;\n    margin-bottom: 8px;\n    padding: 6px 10px;\n    align-items: center;\n    gap: 6px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 999px;\n    background: #faf7f2;\n\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 750;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    color: #76583d;\n  }\n\n  .tago-fruchtliebe-box__label::before {\n    content: \"◆\";\n    font-size: 7px;\n  }\n\n  .tago-fruchtliebe-box__title {\n    max-width: 760px;\n    margin: 0 0 8px;\n\n    font-size: clamp(21px, 2.2vw, 29px);\n    line-height: 1.12;\n    font-weight: 780;\n    letter-spacing: -.03em;\n\n    color: #171411;\n  }\n\n  .tago-fruchtliebe-box__description {\n    max-width: 760px;\n    margin: 0;\n\n    font-size: 13px;\n    line-height: 1.68;\n    color: #5f5952;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================= *\/\n\n  .tago-fruchtliebe-box__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-fruchtliebe-box__benefit {\n    display: flex;\n    min-height: 46px;\n    padding: 9px 11px;\n\n    align-items: center;\n    gap: 9px;\n\n    border: 1px solid #ebe5dd;\n    border-radius: 9px;\n    background: #faf8f4;\n  }\n\n  .tago-fruchtliebe-box__icon {\n    display: flex;\n\n    width: 27px;\n    height: 27px;\n    flex: 0 0 27px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n    background: #fff;\n\n    color: #73543a;\n  }\n\n  .tago-fruchtliebe-box__icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-fruchtliebe-box__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.35;\n    font-weight: 680;\n    color: #29241f;\n  }\n\n  \/* =========================================================\n     HIGHLIGHT\n  ========================================================= *\/\n\n  .tago-fruchtliebe-box__tip {\n    position: relative;\n    margin-bottom: 11px;\n    padding: 13px 14px 13px 16px;\n\n    overflow: hidden;\n\n    border: 1px solid #e9dfd4;\n    border-radius: 9px;\n\n    background: linear-gradient(\n      135deg,\n      #fbf8f3 0%,\n      #f5f0e9 100%\n    );\n  }\n\n  .tago-fruchtliebe-box__tip::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n\n    width: 3px;\n\n    background: #725039;\n  }\n\n  .tago-fruchtliebe-box__tip-title {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-fruchtliebe-box__tip-text {\n    margin: 0;\n\n    font-size: 12px;\n    line-height: 1.58;\n    color: #5e5851;\n  }\n\n  \/* =========================================================\n     WICHTIGER HINWEIS\n  ========================================================= *\/\n\n  .tago-fruchtliebe-box__notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 14px;\n    padding: 12px 13px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 9px;\n    background: #fffdf9;\n  }\n\n  .tago-fruchtliebe-box__notice-icon {\n    display: flex;\n\n    width: 26px;\n    height: 26px;\n    flex: 0 0 26px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n\n    background: #faf7f2;\n    color: #73543a;\n  }\n\n  .tago-fruchtliebe-box__notice-icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-fruchtliebe-box__notice-content {\n    flex: 1;\n    min-width: 0;\n  }\n\n  .tago-fruchtliebe-box__notice-title {\n    display: block;\n    margin: 1px 0 3px;\n\n    font-size: 9px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-fruchtliebe-box__notice-text {\n    margin: 0;\n\n    font-size: 11.5px;\n    line-height: 1.55;\n    color: #625c55;\n  }\n\n  \/* =========================================================\n     ACCORDION\n  ========================================================= *\/\n\n  .tago-fruchtliebe-box__accordion {\n    border-top: 1px solid #e8e4df;\n  }\n\n  .tago-fruchtliebe-box__details {\n    border-bottom: 1px solid #e8e4df;\n  }\n\n  .tago-fruchtliebe-box__summary {\n    position: relative;\n\n    display: flex;\n    min-height: 47px;\n    padding: 13px 32px 13px 0;\n\n    align-items: center;\n\n    cursor: pointer;\n    list-style: none;\n\n    font-size: 10px;\n    font-weight: 780;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n\n    color: #24211d;\n  }\n\n  .tago-fruchtliebe-box__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-fruchtliebe-box__summary::before,\n  .tago-fruchtliebe-box__summary::after {\n    content: \"\";\n\n    position: absolute;\n    top: 50%;\n    right: 4px;\n\n    width: 11px;\n    height: 1px;\n\n    background: #2a2521;\n\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-fruchtliebe-box__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-fruchtliebe-box__details[open]\n  .tago-fruchtliebe-box__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-fruchtliebe-box__content {\n    padding: 0 0 15px;\n\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5e5953;\n  }\n\n  .tago-fruchtliebe-box__content p {\n    margin: 0;\n  }\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .tago-fruchtliebe-box__table {\n    width: 100%;\n    border-collapse: collapse;\n\n    font-size: 11px;\n  }\n\n  .tago-fruchtliebe-box__table tr {\n    border-bottom: 1px solid #eeebe7;\n  }\n\n  .tago-fruchtliebe-box__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-fruchtliebe-box__table td {\n    padding: 8px 0;\n    vertical-align: top;\n  }\n\n  .tago-fruchtliebe-box__table td:first-child {\n    padding-right: 16px;\n    color: #625d57;\n  }\n\n  .tago-fruchtliebe-box__table td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: #27231f;\n    white-space: nowrap;\n  }\n\n  .tago-fruchtliebe-box__note {\n    margin-top: 9px;\n    padding-top: 9px;\n\n    border-top: 1px dashed #e1dad2;\n\n    font-size: 10.5px;\n    line-height: 1.5;\n    color: #79726b;\n  }\n\n  .tago-fruchtliebe-box__saving {\n    font-weight: 800;\n    color: #674a35;\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media screen and (max-width: 749px) {\n    .tago-fruchtliebe-box {\n      margin-top: 13px;\n    }\n\n    .tago-fruchtliebe-box__title {\n      font-size: 21px;\n      text-align: left;\n    }\n\n    .tago-fruchtliebe-box__description {\n      font-size: 12.5px;\n      text-align: left;\n    }\n\n    .tago-fruchtliebe-box__benefits {\n      gap: 6px;\n    }\n\n    .tago-fruchtliebe-box__benefit {\n      min-height: 44px;\n      padding: 8px;\n    }\n\n    .tago-fruchtliebe-box__benefit-text {\n      font-size: 10px;\n    }\n\n    .tago-fruchtliebe-box__tip {\n      padding: 12px 13px 12px 15px;\n    }\n\n    .tago-fruchtliebe-box__notice {\n      padding: 11px 12px;\n    }\n\n    .tago-fruchtliebe-box__notice-text {\n      font-size: 11px;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .tago-fruchtliebe-box__benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .tago-fruchtliebe-box__benefit {\n      min-height: 42px;\n    }\n\n    .tago-fruchtliebe-box__table td:first-child {\n      padding-right: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-fruchtliebe-box\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-fruchtliebe-box__intro\"\u003e\n\n    \u003cspan class=\"tago-fruchtliebe-box__label\"\u003e\n      Fruchtig. Bunt. Abwechslungsreich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-fruchtliebe-box__title\"\u003e\n      TAGO Fruchtliebe Box\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-fruchtliebe-box__description\"\u003e\n      Zehn fruchtige TAGO Favoriten in einer Box: Die Fruchtliebe Box\n      kombiniert gefriergetrocknete Erdbeeren, Himbeeren, Banane, Kiwi,\n      Mango Cubes und Feigen mit fruchtigen Klassikern wie Mango Brooks,\n      Datteln, Apfelchips und aromatischem Hibiskus.\n      Unterschiedliche Früchte, Texturen und Geschmacksrichtungen\n      machen diese Box zu einer abwechslungsreichen Reise durch\n      die fruchtige Welt von TAGO.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-fruchtliebe-box__benefits\"\u003e\n\n    \u003cdiv class=\"tago-fruchtliebe-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16v13H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7V5h8v2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__benefit-text\"\u003e\n        10 fruchtige TAGO Favoriten\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-fruchtliebe-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__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=\"M8 14c2 1 6 1 8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__benefit-text\"\u003e\n        Fruchtig, süß, soft \u0026amp; crunchy\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-fruchtliebe-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 15c3-6 6-9 12-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 18c4-1 8-4 11-9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 15c0 3 2 5 5 5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__benefit-text\"\u003e\n        Gefriergetrocknet \u0026amp; klassisch getrocknet\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-fruchtliebe-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V6a3 3 0 0 1 6 0v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__benefit-text\"\u003e\n        16 % Vorteil beim Set-Kauf\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHT --\u003e\n  \u003cdiv class=\"tago-fruchtliebe-box__tip\"\u003e\n\n    \u003cspan class=\"tago-fruchtliebe-box__tip-title\"\u003e\n      Für alle, die Frucht lieben\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-fruchtliebe-box__tip-text\"\u003e\n      Von knusprigen Erdbeeren, Himbeeren und Kiwi über intensive Mango\n      bis hin zu soften Datteln und aromatischem Hibiskus:\n      Die TAGO Fruchtliebe Box vereint zehn unterschiedliche\n      Fruchtkreationen in einem Set – perfekt zum Probieren,\n      Teilen und Verschenken.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WICHTIGER HINWEIS --\u003e\n  \u003cdiv class=\"tago-fruchtliebe-box__notice\"\u003e\n\n    \u003cspan class=\"tago-fruchtliebe-box__notice-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 7h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv class=\"tago-fruchtliebe-box__notice-content\"\u003e\n\n      \u003cspan class=\"tago-fruchtliebe-box__notice-title\"\u003e\n        Wichtig zu deiner Fruchtliebe Box\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-fruchtliebe-box__notice-text\"\u003e\n        Deine Fruchtliebe Box besteht aus den einzelnen\n        Original-Produktverpackungen der enthaltenen Snacks.\n        Wir packen alle Produkte gemeinsam und sicher in einen\n        Versandkarton. Eine zusätzliche oder separate Geschenkbox\n        ist nicht Bestandteil des Sets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDION --\u003e\n  \u003cdiv class=\"tago-fruchtliebe-box__accordion\"\u003e\n\n\n    \u003c!-- INHALT --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\" open\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Inhalt der Box\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003ctable class=\"tago-fruchtliebe-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Erdbeeren\u003c\/td\u003e\n              \u003ctd\u003e100 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango Brooks\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Feigen\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDatteln\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Mango Cubes\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eHibiskus\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Himbeeren\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Bananen\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Kiwi\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eApfelchips\u003c\/td\u003e\n              \u003ctd\u003e100 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\n    \u003c!-- BOX VORTEIL --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\"\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Dein Box-Vorteil\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003ctable class=\"tago-fruchtliebe-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEnthaltene Produkte\u003c\/td\u003e\n              \u003ctd\u003e10 Produkte\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGesamtinhalt\u003c\/td\u003e\n              \u003ctd\u003e1.150 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEinzelwert\u003c\/td\u003e\n              \u003ctd\u003e59,40 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDein Boxpreis\u003c\/td\u003e\n              \u003ctd\u003e49,90 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDeine Ersparnis\u003c\/td\u003e\n              \u003ctd class=\"tago-fruchtliebe-box__saving\"\u003e\n                9,50 €\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePreisvorteil\u003c\/td\u003e\n              \u003ctd class=\"tago-fruchtliebe-box__saving\"\u003e\n                16 %\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp class=\"tago-fruchtliebe-box__note\"\u003e\n          Einzelwert der enthaltenen Produkte: 59,40 €.\n          Mit der TAGO Fruchtliebe Box erhältst du alle zehn\n          Fruchtfavoriten zusammen für nur 49,90 € und sparst\n          9,50 € gegenüber dem Einzelkauf.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- PRODUKTDETAILS --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\"\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003cp\u003e\n          Die TAGO Fruchtliebe Box verbindet zehn unterschiedliche\n          Fruchtkreationen zu einer abwechslungsreichen Auswahl.\n          Gefriergetrocknete Erdbeeren, Himbeeren, Bananen, Kiwi,\n          Mango Cubes und Feigen sorgen für intensiven Fruchtgeschmack\n          und einen charakteristisch leichten Crunch. Mango Brooks,\n          Datteln, Hibiskus und Apfelchips ergänzen die Auswahl\n          mit unterschiedlichen Konsistenzen und Aromen.\n          So entsteht eine vielseitige Box für alle, die fruchtige\n          Snacks in möglichst vielen Varianten entdecken möchten.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- FÜR WEN --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\"\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Für wen ist die Box?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003cp\u003e\n          Ideal für Fruchtliebhaber, Familien, gemeinsame Snackmomente,\n          unterwegs oder als abwechslungsreiche Geschenkidee.\n          Durch die Kombination aus knusprigen gefriergetrockneten\n          Früchten und klassischen Fruchtsnacks bietet die Box\n          unterschiedliche Konsistenzen und Geschmacksrichtungen –\n          von intensiv-fruchtig und crunchy bis weich und süß.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LAGERUNG --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\"\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Lagerung\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003cp\u003e\n          Die Produkte trocken, kühl und vor direkter Sonneneinstrahlung\n          geschützt lagern. Besonders gefriergetrocknete Früchte sollten\n          nach dem Öffnen wieder gut verschlossen werden, damit ihre\n          charakteristische Knusprigkeit möglichst lange erhalten bleibt.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- HINWEIS --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\"\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Hinweis\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003cp\u003e\n          Die enthaltenen Produkte unterscheiden sich je nach Sorte\n          in Zutaten und Verarbeitung. Einige Früchte können naturbelassen,\n          andere gesüßt oder anderweitig verarbeitet sein.\n          Maßgeblich sind immer die vollständigen Zutaten-,\n          Nährwert- und Produktangaben auf den jeweiligen Verpackungen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ALLERGENE --\u003e\n    \u003cdetails class=\"tago-fruchtliebe-box__details\"\u003e\n\n      \u003csummary class=\"tago-fruchtliebe-box__summary\"\u003e\n        Allergene\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-fruchtliebe-box__content\"\u003e\n\n        \u003cp\u003e\n          Je nach enthaltenem Produkt können produktionsbedingt Spuren\n          von Schalenfrüchten, Erdnüssen, Soja, glutenhaltigem Getreide,\n          Milch, Sesam oder weiteren Allergenen enthalten sein.\n          Maßgeblich sind immer die vollständigen Zutaten- und\n          Allergenangaben auf den jeweiligen Produktverpackungen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"Default Title","offer_id":65418206413149,"sku":null,"price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Fruchtliebegenussbox.png?v=1786750970"},{"product_id":"fitness-gesundheits-box","title":"TAGO Vital Box","description":"\u003cstyle\u003e\n  .tago-snack-box,\n  .tago-snack-box * {\n    box-sizing: border-box;\n  }\n\n  .tago-snack-box {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #191714;\n    font-family: inherit;\n  }\n\n  \/* =========================================================\n     INTRO\n  ========================================================= *\/\n\n  .tago-snack-box__intro {\n    margin-bottom: 15px;\n  }\n\n  .tago-snack-box__label {\n    display: inline-flex;\n    margin-bottom: 8px;\n    padding: 6px 10px;\n    align-items: center;\n    gap: 6px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 999px;\n    background: #faf7f2;\n\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 750;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    color: #76583d;\n  }\n\n  .tago-snack-box__label::before {\n    content: \"◆\";\n    font-size: 7px;\n  }\n\n  .tago-snack-box__title {\n    max-width: 760px;\n    margin: 0 0 8px;\n\n    font-size: clamp(21px, 2.2vw, 29px);\n    line-height: 1.12;\n    font-weight: 780;\n    letter-spacing: -.03em;\n\n    color: #171411;\n  }\n\n  .tago-snack-box__description {\n    max-width: 760px;\n    margin: 0;\n\n    font-size: 13px;\n    line-height: 1.68;\n    color: #5f5952;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================= *\/\n\n  .tago-snack-box__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-snack-box__benefit {\n    display: flex;\n    min-height: 46px;\n    padding: 9px 11px;\n\n    align-items: center;\n    gap: 9px;\n\n    border: 1px solid #ebe5dd;\n    border-radius: 9px;\n    background: #faf8f4;\n  }\n\n  .tago-snack-box__icon {\n    display: flex;\n\n    width: 27px;\n    height: 27px;\n    flex: 0 0 27px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n    background: #fff;\n\n    color: #73543a;\n  }\n\n  .tago-snack-box__icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-snack-box__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.35;\n    font-weight: 680;\n    color: #29241f;\n  }\n\n  \/* =========================================================\n     HIGHLIGHT\n  ========================================================= *\/\n\n  .tago-snack-box__tip {\n    position: relative;\n    margin-bottom: 11px;\n    padding: 13px 14px 13px 16px;\n\n    overflow: hidden;\n\n    border: 1px solid #e9dfd4;\n    border-radius: 9px;\n\n    background: linear-gradient(\n      135deg,\n      #fbf8f3 0%,\n      #f5f0e9 100%\n    );\n  }\n\n  .tago-snack-box__tip::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n\n    width: 3px;\n\n    background: #725039;\n  }\n\n  .tago-snack-box__tip-title {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-snack-box__tip-text {\n    margin: 0;\n\n    font-size: 12px;\n    line-height: 1.58;\n    color: #5e5851;\n  }\n\n  \/* =========================================================\n     WICHTIGER HINWEIS\n  ========================================================= *\/\n\n  .tago-snack-box__notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 14px;\n    padding: 12px 13px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 9px;\n    background: #fffdf9;\n  }\n\n  .tago-snack-box__notice-icon {\n    display: flex;\n\n    width: 26px;\n    height: 26px;\n    flex: 0 0 26px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n\n    background: #faf7f2;\n    color: #73543a;\n  }\n\n  .tago-snack-box__notice-icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-snack-box__notice-content {\n    flex: 1;\n    min-width: 0;\n  }\n\n  .tago-snack-box__notice-title {\n    display: block;\n    margin: 1px 0 3px;\n\n    font-size: 9px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-snack-box__notice-text {\n    margin: 0;\n\n    font-size: 11.5px;\n    line-height: 1.55;\n    color: #625c55;\n  }\n\n  \/* =========================================================\n     ACCORDION\n  ========================================================= *\/\n\n  .tago-snack-box__accordion {\n    border-top: 1px solid #e8e4df;\n  }\n\n  .tago-snack-box__details {\n    border-bottom: 1px solid #e8e4df;\n  }\n\n  .tago-snack-box__summary {\n    position: relative;\n\n    display: flex;\n    min-height: 47px;\n    padding: 13px 32px 13px 0;\n\n    align-items: center;\n\n    cursor: pointer;\n    list-style: none;\n\n    font-size: 10px;\n    font-weight: 780;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n\n    color: #24211d;\n  }\n\n  .tago-snack-box__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-snack-box__summary::before,\n  .tago-snack-box__summary::after {\n    content: \"\";\n\n    position: absolute;\n    top: 50%;\n    right: 4px;\n\n    width: 11px;\n    height: 1px;\n\n    background: #2a2521;\n\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-snack-box__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-snack-box__details[open]\n  .tago-snack-box__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-snack-box__content {\n    padding: 0 0 15px;\n\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5e5953;\n  }\n\n  .tago-snack-box__content p {\n    margin: 0;\n  }\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .tago-snack-box__table {\n    width: 100%;\n    border-collapse: collapse;\n\n    font-size: 11px;\n  }\n\n  .tago-snack-box__table tr {\n    border-bottom: 1px solid #eeebe7;\n  }\n\n  .tago-snack-box__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-snack-box__table td {\n    padding: 8px 0;\n    vertical-align: top;\n  }\n\n  .tago-snack-box__table td:first-child {\n    padding-right: 16px;\n    color: #625d57;\n  }\n\n  .tago-snack-box__table td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: #27231f;\n    white-space: nowrap;\n  }\n\n  .tago-snack-box__note {\n    margin-top: 9px;\n    padding-top: 9px;\n\n    border-top: 1px dashed #e1dad2;\n\n    font-size: 10.5px;\n    line-height: 1.5;\n    color: #79726b;\n  }\n\n  .tago-snack-box__saving {\n    font-weight: 800;\n    color: #674a35;\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media screen and (max-width: 749px) {\n\n    .tago-snack-box {\n      margin-top: 13px;\n    }\n\n    .tago-snack-box__title {\n      font-size: 21px;\n      text-align: left;\n    }\n\n    .tago-snack-box__description {\n      font-size: 12.5px;\n      text-align: left;\n    }\n\n    .tago-snack-box__benefits {\n      gap: 6px;\n    }\n\n    .tago-snack-box__benefit {\n      min-height: 44px;\n      padding: 8px;\n    }\n\n    .tago-snack-box__benefit-text {\n      font-size: 10px;\n    }\n\n    .tago-snack-box__tip {\n      padding: 12px 13px 12px 15px;\n    }\n\n    .tago-snack-box__notice {\n      padding: 11px 12px;\n    }\n\n    .tago-snack-box__notice-text {\n      font-size: 11px;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n\n    .tago-snack-box__benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .tago-snack-box__benefit {\n      min-height: 42px;\n    }\n\n    .tago-snack-box__table td:first-child {\n      padding-right: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-snack-box\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-snack-box__intro\"\u003e\n\n    \u003cspan class=\"tago-snack-box__label\"\u003e\n      Würzig. Crunchy. Unwiderstehlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-snack-box__title\"\u003e\n      TAGO Snack Attack Box\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-snack-box__description\"\u003e\n      Zehn ausgewählte TAGO Favoriten für alle, die abwechslungsreichen\n      Snackgenuss lieben. Die Snack Attack Box verbindet würzige Partymixe,\n      pikanten Mais, Chili Cheese und knusprige Reiscracker mit einer\n      klassischen Nussmischung, fruchtiger Mango in Zartbitter gedippt\n      und gefriergetrockneten Erdbeeren in Vollmilchschokolade.\n      Herzhaft, pikant, fruchtig und schokoladig – alles in einer Box.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-snack-box__benefits\"\u003e\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16v13H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7V5h8v2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        10 ausgewählte TAGO Favoriten\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__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=\"M8 14c2 1 6 1 8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        Herzhaft, würzig, fruchtig \u0026amp; süß\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 7l10 10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 7 7 17\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        Von Chili \u0026amp; Wasabi bis Mango \u0026amp; Schokolade\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V6a3 3 0 0 1 6 0v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        16 % Vorteil beim Set-Kauf\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHT --\u003e\n  \u003cdiv class=\"tago-snack-box__tip\"\u003e\n\n    \u003cspan class=\"tago-snack-box__tip-title\"\u003e\n      Bereit für die nächste Snack Attack?\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-snack-box__tip-text\"\u003e\n      Filmabend, Gaming-Session, Party oder einfach eine gut gefüllte\n      Snackschublade: Mit insgesamt 2,9 kg und zehn unterschiedlichen\n      Produkten bringt die TAGO Snack Attack Box ordentlich Abwechslung\n      auf den Tisch – von rauchig und würzig bis fruchtig und schokoladig.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WICHTIGER HINWEIS --\u003e\n  \u003cdiv class=\"tago-snack-box__notice\"\u003e\n\n    \u003cspan class=\"tago-snack-box__notice-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 7h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv class=\"tago-snack-box__notice-content\"\u003e\n\n      \u003cspan class=\"tago-snack-box__notice-title\"\u003e\n        Wichtig zu deiner Snack Attack Box\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-snack-box__notice-text\"\u003e\n        Deine Snack Attack Box besteht aus den einzelnen\n        Original-Produktverpackungen der enthaltenen Snacks.\n        Wir packen alle Produkte gemeinsam und sicher in einen\n        Versandkarton. Eine zusätzliche oder separate Geschenkbox\n        ist nicht Bestandteil des Sets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDION --\u003e\n  \u003cdiv class=\"tago-snack-box__accordion\"\u003e\n\n\n    \u003c!-- INHALT --\u003e\n    \u003cdetails class=\"tago-snack-box__details\" open\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Inhalt der Box\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003ctable class=\"tago-snack-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePartymix à la TAGO\u003c\/td\u003e\n              \u003ctd\u003e500 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePartymix Smoke\u003c\/td\u003e\n              \u003ctd\u003e500 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eNussmischung Classic\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMais Chili\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eChili Cheese Cracker\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eReiscracker BAKED\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eReiscracker Chili FRIED\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eReiscracker WASABI\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango in Zartbitter gedippt\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Erdbeeren in Vollmilchschokolade\u003c\/td\u003e\n              \u003ctd\u003e250 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\n    \u003c!-- BOX VORTEIL --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Dein Box-Vorteil\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003ctable class=\"tago-snack-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEnthaltene Produkte\u003c\/td\u003e\n              \u003ctd\u003e10 Produkte\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGesamtinhalt\u003c\/td\u003e\n              \u003ctd\u003e2.900 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEinzelwert\u003c\/td\u003e\n              \u003ctd\u003e59,40 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDein Boxpreis\u003c\/td\u003e\n              \u003ctd\u003e49,90 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDeine Ersparnis\u003c\/td\u003e\n              \u003ctd class=\"tago-snack-box__saving\"\u003e\n                9,50 €\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePreisvorteil\u003c\/td\u003e\n              \u003ctd class=\"tago-snack-box__saving\"\u003e\n                16 %\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp class=\"tago-snack-box__note\"\u003e\n          Einzelwert der enthaltenen Produkte: 59,40 €.\n          Mit der TAGO Snack Attack Box erhältst du alle zehn\n          Favoriten zusammen für nur 49,90 € und sparst\n          9,50 € gegenüber dem Einzelkauf.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- PRODUKTDETAILS --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Die TAGO Snack Attack Box bringt zehn unterschiedliche\n          Geschmackswelten zusammen. Partymix à la TAGO und Partymix\n          Smoke bilden die kräftige herzhafte Basis. Mais Chili und\n          Chili Cheese sorgen für zusätzliche Würze, während Reiscracker\n          BAKED, Chili FRIED und WASABI ordentlich Crunch in die Auswahl\n          bringen. Die Nussmischung Classic ergänzt die Box mit knackigem\n          Nussgenuss. Mango in Zartbitter gedippt verbindet fruchtige,\n          aromatische Mango mit kräftiger dunkler Schokolade, während\n          gefriergetrocknete Erdbeeren in Vollmilchschokolade für einen\n          cremig-süßen Abschluss sorgen. Eine vielseitige Mischung für\n          alle, die beim Snacken gerne wechseln.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- FÜR WEN --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Für wen ist die Box?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Ideal für Filmabende, Gaming-Sessions, Partys, gemeinsame\n          Abende mit Freunden oder einfach für alle, die gerne mehrere\n          Snacks gleichzeitig zur Auswahl haben. Durch die Mischung aus\n          herzhaften, pikanten, rauchigen, fruchtigen und schokoladigen\n          Produkten bietet die Snack Attack Box besonders viel Abwechslung.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LAGERUNG --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Lagerung \u0026amp; Hinweis\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Die Produkte trocken, kühl und vor direkter Sonneneinstrahlung\n          geschützt lagern. Nach dem Öffnen die wiederverschließbaren\n          Verpackungen wieder gut verschließen, damit Geschmack,\n          Knusprigkeit und Qualität möglichst lange erhalten bleiben.\n          Schokolierte Produkte können bei höheren Außentemperaturen\n          während des Versands weicher werden oder leicht anschmelzen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ALLERGENE --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Allergene\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Aufgrund der unterschiedlichen enthaltenen Produkte kann die\n          Box unter anderem Schalenfrüchte, Milch, Soja, glutenhaltiges\n          Getreide, Erdnüsse, Sesam und weitere Allergene enthalten.\n          Einzelne Produkte können außerdem Spuren weiterer Schalenfrüchte\n          oder anderer Allergene enthalten. Maßgeblich sind immer die\n          vollständigen Zutaten- und Allergenangaben auf den jeweiligen\n          Produktverpackungen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"Default Title","offer_id":65418251731293,"sku":null,"price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Vital_Box.png?v=1786750752"},{"product_id":"party-filmabend-box","title":"TAGO Snack Attack Box","description":"\u003cstyle\u003e\n  .tago-snack-box,\n  .tago-snack-box * {\n    box-sizing: border-box;\n  }\n\n  .tago-snack-box {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #191714;\n    font-family: inherit;\n  }\n\n  \/* =========================================================\n     INTRO\n  ========================================================= *\/\n\n  .tago-snack-box__intro {\n    margin-bottom: 15px;\n  }\n\n  .tago-snack-box__label {\n    display: inline-flex;\n    margin-bottom: 8px;\n    padding: 6px 10px;\n    align-items: center;\n    gap: 6px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 999px;\n    background: #faf7f2;\n\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 750;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    color: #76583d;\n  }\n\n  .tago-snack-box__label::before {\n    content: \"◆\";\n    font-size: 7px;\n  }\n\n  .tago-snack-box__title {\n    max-width: 760px;\n    margin: 0 0 8px;\n\n    font-size: clamp(21px, 2.2vw, 29px);\n    line-height: 1.12;\n    font-weight: 780;\n    letter-spacing: -.03em;\n\n    color: #171411;\n  }\n\n  .tago-snack-box__description {\n    max-width: 760px;\n    margin: 0;\n\n    font-size: 13px;\n    line-height: 1.68;\n    color: #5f5952;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================= *\/\n\n  .tago-snack-box__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-snack-box__benefit {\n    display: flex;\n    min-height: 46px;\n    padding: 9px 11px;\n\n    align-items: center;\n    gap: 9px;\n\n    border: 1px solid #ebe5dd;\n    border-radius: 9px;\n    background: #faf8f4;\n  }\n\n  .tago-snack-box__icon {\n    display: flex;\n\n    width: 27px;\n    height: 27px;\n    flex: 0 0 27px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n    background: #fff;\n\n    color: #73543a;\n  }\n\n  .tago-snack-box__icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-snack-box__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.35;\n    font-weight: 680;\n    color: #29241f;\n  }\n\n  \/* =========================================================\n     HIGHLIGHT\n  ========================================================= *\/\n\n  .tago-snack-box__tip {\n    position: relative;\n    margin-bottom: 11px;\n    padding: 13px 14px 13px 16px;\n\n    overflow: hidden;\n\n    border: 1px solid #e9dfd4;\n    border-radius: 9px;\n\n    background: linear-gradient(\n      135deg,\n      #fbf8f3 0%,\n      #f5f0e9 100%\n    );\n  }\n\n  .tago-snack-box__tip::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n\n    width: 3px;\n\n    background: #725039;\n  }\n\n  .tago-snack-box__tip-title {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-snack-box__tip-text {\n    margin: 0;\n\n    font-size: 12px;\n    line-height: 1.58;\n    color: #5e5851;\n  }\n\n  \/* =========================================================\n     WICHTIGER HINWEIS\n  ========================================================= *\/\n\n  .tago-snack-box__notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 14px;\n    padding: 12px 13px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 9px;\n    background: #fffdf9;\n  }\n\n  .tago-snack-box__notice-icon {\n    display: flex;\n\n    width: 26px;\n    height: 26px;\n    flex: 0 0 26px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n\n    background: #faf7f2;\n    color: #73543a;\n  }\n\n  .tago-snack-box__notice-icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-snack-box__notice-content {\n    flex: 1;\n    min-width: 0;\n  }\n\n  .tago-snack-box__notice-title {\n    display: block;\n    margin: 1px 0 3px;\n\n    font-size: 9px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-snack-box__notice-text {\n    margin: 0;\n\n    font-size: 11.5px;\n    line-height: 1.55;\n    color: #625c55;\n  }\n\n  \/* =========================================================\n     ACCORDION\n  ========================================================= *\/\n\n  .tago-snack-box__accordion {\n    border-top: 1px solid #e8e4df;\n  }\n\n  .tago-snack-box__details {\n    border-bottom: 1px solid #e8e4df;\n  }\n\n  .tago-snack-box__summary {\n    position: relative;\n\n    display: flex;\n    min-height: 47px;\n    padding: 13px 32px 13px 0;\n\n    align-items: center;\n\n    cursor: pointer;\n    list-style: none;\n\n    font-size: 10px;\n    font-weight: 780;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n\n    color: #24211d;\n  }\n\n  .tago-snack-box__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-snack-box__summary::before,\n  .tago-snack-box__summary::after {\n    content: \"\";\n\n    position: absolute;\n    top: 50%;\n    right: 4px;\n\n    width: 11px;\n    height: 1px;\n\n    background: #2a2521;\n\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-snack-box__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-snack-box__details[open]\n  .tago-snack-box__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-snack-box__content {\n    padding: 0 0 15px;\n\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5e5953;\n  }\n\n  .tago-snack-box__content p {\n    margin: 0;\n  }\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .tago-snack-box__table {\n    width: 100%;\n    border-collapse: collapse;\n\n    font-size: 11px;\n  }\n\n  .tago-snack-box__table tr {\n    border-bottom: 1px solid #eeebe7;\n  }\n\n  .tago-snack-box__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-snack-box__table td {\n    padding: 8px 0;\n    vertical-align: top;\n  }\n\n  .tago-snack-box__table td:first-child {\n    padding-right: 16px;\n    color: #625d57;\n  }\n\n  .tago-snack-box__table td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: #27231f;\n    white-space: nowrap;\n  }\n\n  .tago-snack-box__note {\n    margin-top: 9px;\n    padding-top: 9px;\n\n    border-top: 1px dashed #e1dad2;\n\n    font-size: 10.5px;\n    line-height: 1.5;\n    color: #79726b;\n  }\n\n  .tago-snack-box__saving {\n    font-weight: 800;\n    color: #674a35;\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media screen and (max-width: 749px) {\n\n    .tago-snack-box {\n      margin-top: 13px;\n    }\n\n    .tago-snack-box__title {\n      font-size: 21px;\n      text-align: left;\n    }\n\n    .tago-snack-box__description {\n      font-size: 12.5px;\n      text-align: left;\n    }\n\n    .tago-snack-box__benefits {\n      gap: 6px;\n    }\n\n    .tago-snack-box__benefit {\n      min-height: 44px;\n      padding: 8px;\n    }\n\n    .tago-snack-box__benefit-text {\n      font-size: 10px;\n    }\n\n    .tago-snack-box__tip {\n      padding: 12px 13px 12px 15px;\n    }\n\n    .tago-snack-box__notice {\n      padding: 11px 12px;\n    }\n\n    .tago-snack-box__notice-text {\n      font-size: 11px;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n\n    .tago-snack-box__benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .tago-snack-box__benefit {\n      min-height: 42px;\n    }\n\n    .tago-snack-box__table td:first-child {\n      padding-right: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-snack-box\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-snack-box__intro\"\u003e\n\n    \u003cspan class=\"tago-snack-box__label\"\u003e\n      Würzig. Crunchy. Unwiderstehlich.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-snack-box__title\"\u003e\n      TAGO Snack Attack Box\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-snack-box__description\"\u003e\n      Zehn ausgewählte TAGO Favoriten für alle, die abwechslungsreichen\n      Snackgenuss lieben. Die Snack Attack Box verbindet würzige Partymixe,\n      pikanten Mais, Chili Cheese und knusprige Reiscracker mit einer\n      klassischen Nussmischung, fruchtiger Mango in Zartbitter gedippt\n      und gefriergetrockneten Erdbeeren in Vollmilchschokolade.\n      Herzhaft, pikant, fruchtig und schokoladig – alles in einer Box.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-snack-box__benefits\"\u003e\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16v13H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7V5h8v2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        10 ausgewählte TAGO Favoriten\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__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=\"M8 14c2 1 6 1 8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        Herzhaft, würzig, fruchtig \u0026amp; süß\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 7l10 10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 7 7 17\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        Von Chili \u0026amp; Wasabi bis Mango \u0026amp; Schokolade\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-snack-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-snack-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V6a3 3 0 0 1 6 0v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-snack-box__benefit-text\"\u003e\n        16 % Vorteil beim Set-Kauf\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHT --\u003e\n  \u003cdiv class=\"tago-snack-box__tip\"\u003e\n\n    \u003cspan class=\"tago-snack-box__tip-title\"\u003e\n      Bereit für die nächste Snack Attack?\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-snack-box__tip-text\"\u003e\n      Filmabend, Gaming-Session, Party oder einfach eine gut gefüllte\n      Snackschublade: Mit insgesamt 2,9 kg und zehn unterschiedlichen\n      Produkten bringt die TAGO Snack Attack Box ordentlich Abwechslung\n      auf den Tisch – von rauchig und würzig bis fruchtig und schokoladig.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WICHTIGER HINWEIS --\u003e\n  \u003cdiv class=\"tago-snack-box__notice\"\u003e\n\n    \u003cspan class=\"tago-snack-box__notice-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 7h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv class=\"tago-snack-box__notice-content\"\u003e\n\n      \u003cspan class=\"tago-snack-box__notice-title\"\u003e\n        Wichtig zu deiner Snack Attack Box\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-snack-box__notice-text\"\u003e\n        Deine Snack Attack Box besteht aus den einzelnen\n        Original-Produktverpackungen der enthaltenen Snacks.\n        Wir packen alle Produkte gemeinsam und sicher in einen\n        Versandkarton. Eine zusätzliche oder separate Geschenkbox\n        ist nicht Bestandteil des Sets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDION --\u003e\n  \u003cdiv class=\"tago-snack-box__accordion\"\u003e\n\n\n    \u003c!-- INHALT --\u003e\n    \u003cdetails class=\"tago-snack-box__details\" open\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Inhalt der Box\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003ctable class=\"tago-snack-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePartymix à la TAGO\u003c\/td\u003e\n              \u003ctd\u003e500 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePartymix Smoke\u003c\/td\u003e\n              \u003ctd\u003e500 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eNussmischung Classic\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMais Chili\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eChili Cheese Cracker\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eReiscracker BAKED\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eReiscracker Chili FRIED\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eReiscracker WASABI\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango in Zartbitter gedippt\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Erdbeeren in Vollmilchschokolade\u003c\/td\u003e\n              \u003ctd\u003e250 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\n    \u003c!-- BOX VORTEIL --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Dein Box-Vorteil\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003ctable class=\"tago-snack-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEnthaltene Produkte\u003c\/td\u003e\n              \u003ctd\u003e10 Produkte\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGesamtinhalt\u003c\/td\u003e\n              \u003ctd\u003e2.900 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEinzelwert\u003c\/td\u003e\n              \u003ctd\u003e59,40 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDein Boxpreis\u003c\/td\u003e\n              \u003ctd\u003e49,90 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDeine Ersparnis\u003c\/td\u003e\n              \u003ctd class=\"tago-snack-box__saving\"\u003e\n                9,50 €\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePreisvorteil\u003c\/td\u003e\n              \u003ctd class=\"tago-snack-box__saving\"\u003e\n                16 %\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp class=\"tago-snack-box__note\"\u003e\n          Einzelwert der enthaltenen Produkte: 59,40 €.\n          Mit der TAGO Snack Attack Box erhältst du alle zehn\n          Favoriten zusammen für nur 49,90 € und sparst\n          9,50 € gegenüber dem Einzelkauf.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- PRODUKTDETAILS --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Die TAGO Snack Attack Box bringt zehn unterschiedliche\n          Geschmackswelten zusammen. Partymix à la TAGO und Partymix\n          Smoke bilden die kräftige herzhafte Basis. Mais Chili und\n          Chili Cheese sorgen für zusätzliche Würze, während Reiscracker\n          BAKED, Chili FRIED und WASABI ordentlich Crunch in die Auswahl\n          bringen. Die Nussmischung Classic ergänzt die Box mit knackigem\n          Nussgenuss. Mango in Zartbitter gedippt verbindet fruchtige,\n          aromatische Mango mit kräftiger dunkler Schokolade, während\n          gefriergetrocknete Erdbeeren in Vollmilchschokolade für einen\n          cremig-süßen Abschluss sorgen. Eine vielseitige Mischung für\n          alle, die beim Snacken gerne wechseln.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- FÜR WEN --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Für wen ist die Box?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Ideal für Filmabende, Gaming-Sessions, Partys, gemeinsame\n          Abende mit Freunden oder einfach für alle, die gerne mehrere\n          Snacks gleichzeitig zur Auswahl haben. Durch die Mischung aus\n          herzhaften, pikanten, rauchigen, fruchtigen und schokoladigen\n          Produkten bietet die Snack Attack Box besonders viel Abwechslung.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LAGERUNG --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Lagerung \u0026amp; Hinweis\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Die Produkte trocken, kühl und vor direkter Sonneneinstrahlung\n          geschützt lagern. Nach dem Öffnen die wiederverschließbaren\n          Verpackungen wieder gut verschließen, damit Geschmack,\n          Knusprigkeit und Qualität möglichst lange erhalten bleiben.\n          Schokolierte Produkte können bei höheren Außentemperaturen\n          während des Versands weicher werden oder leicht anschmelzen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ALLERGENE --\u003e\n    \u003cdetails class=\"tago-snack-box__details\"\u003e\n\n      \u003csummary class=\"tago-snack-box__summary\"\u003e\n        Allergene\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-snack-box__content\"\u003e\n\n        \u003cp\u003e\n          Aufgrund der unterschiedlichen enthaltenen Produkte kann die\n          Box unter anderem Schalenfrüchte, Milch, Soja, glutenhaltiges\n          Getreide, Erdnüsse, Sesam und weitere Allergene enthalten.\n          Einzelne Produkte können außerdem Spuren weiterer Schalenfrüchte\n          oder anderer Allergene enthalten. Maßgeblich sind immer die\n          vollständigen Zutaten- und Allergenangaben auf den jeweiligen\n          Produktverpackungen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"Default Title","offer_id":65422856683869,"sku":null,"price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/ChatGPTImage2.Sept.2026_22_18_21.png?v=1788380331"},{"product_id":"schoko-signature-box","title":"TAGO Schoko Box","description":"\u003cstyle\u003e\n  .tago-chocolate-box,\n  .tago-chocolate-box * {\n    box-sizing: border-box;\n  }\n\n  .tago-chocolate-box {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #191614;\n    font-family: inherit;\n  }\n\n  \/* =========================================================\n     INTRO\n  ========================================================= *\/\n\n  .tago-chocolate-box__intro {\n    margin-bottom: 15px;\n  }\n\n  .tago-chocolate-box__label {\n    display: inline-flex;\n    margin-bottom: 8px;\n    padding: 6px 10px;\n    align-items: center;\n    gap: 6px;\n\n    border: 1px solid #eadfd4;\n    border-radius: 999px;\n    background: #fcf8f4;\n\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 750;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    color: #795237;\n  }\n\n  .tago-chocolate-box__label::before {\n    content: \"◆\";\n    font-size: 7px;\n  }\n\n  .tago-chocolate-box__title {\n    max-width: 760px;\n    margin: 0 0 8px;\n\n    font-size: clamp(21px, 2.2vw, 29px);\n    line-height: 1.12;\n    font-weight: 780;\n    letter-spacing: -.03em;\n\n    color: #171310;\n  }\n\n  .tago-chocolate-box__description {\n    max-width: 760px;\n    margin: 0;\n\n    font-size: 13px;\n    line-height: 1.68;\n    color: #5f5751;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================= *\/\n\n  .tago-chocolate-box__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-chocolate-box__benefit {\n    display: flex;\n    min-height: 46px;\n    padding: 9px 11px;\n\n    align-items: center;\n    gap: 9px;\n\n    border: 1px solid #ece4de;\n    border-radius: 9px;\n    background: #fbf8f5;\n  }\n\n  .tago-chocolate-box__icon {\n    display: flex;\n\n    width: 27px;\n    height: 27px;\n    flex: 0 0 27px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e5d7cc;\n    border-radius: 50%;\n    background: #fff;\n\n    color: #765039;\n  }\n\n  .tago-chocolate-box__icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-chocolate-box__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.35;\n    font-weight: 680;\n    color: #29231f;\n  }\n\n  \/* =========================================================\n     HIGHLIGHT\n  ========================================================= *\/\n\n  .tago-chocolate-box__tip {\n    position: relative;\n    margin-bottom: 11px;\n    padding: 13px 14px 13px 16px;\n\n    overflow: hidden;\n\n    border: 1px solid #eaded4;\n    border-radius: 9px;\n\n    background: linear-gradient(\n      135deg,\n      #fcf8f4 0%,\n      #f7f1eb 100%\n    );\n  }\n\n  .tago-chocolate-box__tip::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n\n    width: 3px;\n    background: #6c452f;\n  }\n\n  .tago-chocolate-box__tip-title {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n\n    color: #67432f;\n  }\n\n  .tago-chocolate-box__tip-text {\n    margin: 0;\n\n    font-size: 12px;\n    line-height: 1.58;\n    color: #5e5650;\n  }\n\n  \/* =========================================================\n     WICHTIGER HINWEIS\n  ========================================================= *\/\n\n  .tago-chocolate-box__notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 14px;\n    padding: 12px 13px;\n\n    border: 1px solid #e8dfd7;\n    border-radius: 9px;\n    background: #fffdf9;\n  }\n\n  .tago-chocolate-box__notice-icon {\n    display: flex;\n\n    width: 26px;\n    height: 26px;\n    flex: 0 0 26px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e5d7cc;\n    border-radius: 50%;\n\n    background: #fcf8f4;\n    color: #765039;\n  }\n\n  .tago-chocolate-box__notice-icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-chocolate-box__notice-content {\n    flex: 1;\n    min-width: 0;\n  }\n\n  .tago-chocolate-box__notice-title {\n    display: block;\n    margin: 1px 0 3px;\n\n    font-size: 9px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n\n    color: #67432f;\n  }\n\n  .tago-chocolate-box__notice-text {\n    margin: 0;\n\n    font-size: 11.5px;\n    line-height: 1.55;\n    color: #625b56;\n  }\n\n  \/* =========================================================\n     ACCORDION\n  ========================================================= *\/\n\n  .tago-chocolate-box__accordion {\n    border-top: 1px solid #e8e4e1;\n  }\n\n  .tago-chocolate-box__details {\n    border-bottom: 1px solid #e8e4e1;\n  }\n\n  .tago-chocolate-box__summary {\n    position: relative;\n\n    display: flex;\n    min-height: 47px;\n    padding: 13px 32px 13px 0;\n\n    align-items: center;\n\n    cursor: pointer;\n    list-style: none;\n\n    font-size: 10px;\n    font-weight: 780;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n\n    color: #24201d;\n  }\n\n  .tago-chocolate-box__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-chocolate-box__summary::before,\n  .tago-chocolate-box__summary::after {\n    content: \"\";\n\n    position: absolute;\n    top: 50%;\n    right: 4px;\n\n    width: 11px;\n    height: 1px;\n\n    background: #2a2521;\n\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-chocolate-box__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-chocolate-box__details[open]\n  .tago-chocolate-box__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-chocolate-box__content {\n    padding: 0 0 15px;\n\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5e5853;\n  }\n\n  .tago-chocolate-box__content p {\n    margin: 0;\n  }\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .tago-chocolate-box__table {\n    width: 100%;\n    border-collapse: collapse;\n\n    font-size: 11px;\n  }\n\n  .tago-chocolate-box__table tr {\n    border-bottom: 1px solid #eeebe8;\n  }\n\n  .tago-chocolate-box__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-chocolate-box__table td {\n    padding: 8px 0;\n    vertical-align: top;\n  }\n\n  .tago-chocolate-box__table td:first-child {\n    padding-right: 16px;\n    color: #625c57;\n  }\n\n  .tago-chocolate-box__table td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: #27221f;\n    white-space: nowrap;\n  }\n\n  .tago-chocolate-box__note {\n    margin-top: 9px;\n    padding-top: 9px;\n\n    border-top: 1px dashed #e1d9d3;\n\n    font-size: 10.5px;\n    line-height: 1.5;\n    color: #79716b;\n  }\n\n  .tago-chocolate-box__saving {\n    font-weight: 800;\n    color: #67432f;\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media screen and (max-width: 749px) {\n    .tago-chocolate-box {\n      margin-top: 13px;\n    }\n\n    .tago-chocolate-box__title {\n      font-size: 21px;\n      text-align: left;\n    }\n\n    .tago-chocolate-box__description {\n      font-size: 12.5px;\n      text-align: left;\n    }\n\n    .tago-chocolate-box__benefits {\n      gap: 6px;\n    }\n\n    .tago-chocolate-box__benefit {\n      min-height: 44px;\n      padding: 8px;\n    }\n\n    .tago-chocolate-box__benefit-text {\n      font-size: 10px;\n    }\n\n    .tago-chocolate-box__tip {\n      padding: 12px 13px 12px 15px;\n    }\n\n    .tago-chocolate-box__notice {\n      padding: 11px 12px;\n    }\n\n    .tago-chocolate-box__notice-text {\n      font-size: 11px;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .tago-chocolate-box__benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .tago-chocolate-box__benefit {\n      min-height: 42px;\n    }\n\n    .tago-chocolate-box__table td:first-child {\n      padding-right: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-chocolate-box\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-chocolate-box__intro\"\u003e\n\n    \u003cspan class=\"tago-chocolate-box__label\"\u003e\n      Schokoladig. Cremig. Besonders.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-chocolate-box__title\"\u003e\n      TAGO Schoko Box\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-chocolate-box__description\"\u003e\n      Acht ausgewählte TAGO Schokoladenfavoriten in einer Box:\n      Fruchtige Erdbeeren, Himbeeren und Mango treffen auf\n      Vollmilch-, weiße und Zartbitterschokolade. Dazu kommen\n      TAGOELLO mit Kokos, Cappuccino Mandeln und unsere\n      Apfel-Strudel Crispies. Eine abwechslungsreiche Auswahl\n      für alle, die Schokolade in möglichst vielen Varianten\n      genießen möchten.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-chocolate-box__benefits\"\u003e\n\n    \u003cdiv class=\"tago-chocolate-box__benefit\"\u003e\n      \u003cspan class=\"tago-chocolate-box__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=\"M8 14c2 1 6 1 8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-chocolate-box__benefit-text\"\u003e\n        8 schokoladige TAGO Favoriten\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-chocolate-box__benefit\"\u003e\n      \u003cspan class=\"tago-chocolate-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m7 7 10 10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m17 7-10 10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-chocolate-box__benefit-text\"\u003e\n        Fruchtig, cremig, nussig \u0026amp; crunchy\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-chocolate-box__benefit\"\u003e\n      \u003cspan class=\"tago-chocolate-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 15c3-6 6-9 12-10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 18c4-1 8-4 11-9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 15c0 3 2 5 5 5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-chocolate-box__benefit-text\"\u003e\n        Vollmilch, Weiß \u0026amp; Zartbitter\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-chocolate-box__benefit\"\u003e\n      \u003cspan class=\"tago-chocolate-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V6a3 3 0 0 1 6 0v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-chocolate-box__benefit-text\"\u003e\n        17 % Vorteil beim Set-Kauf\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHT --\u003e\n  \u003cdiv class=\"tago-chocolate-box__tip\"\u003e\n\n    \u003cspan class=\"tago-chocolate-box__tip-title\"\u003e\n      Für echte Chocolate Lovers\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-chocolate-box__tip-text\"\u003e\n      Von Erdbeeren in cremiger Vollmilch- und weißer Schokolade\n      über Mango in Zartbitter und Weiß bis hin zu TAGOELLO,\n      Cappuccino Mandeln und Apfel-Strudel Crispies:\n      Acht unterschiedliche Schokoladenmomente für deinen Vorrat,\n      zum Teilen oder Verschenken.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WICHTIGER HINWEIS --\u003e\n  \u003cdiv class=\"tago-chocolate-box__notice\"\u003e\n\n    \u003cspan class=\"tago-chocolate-box__notice-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 7h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv class=\"tago-chocolate-box__notice-content\"\u003e\n\n      \u003cspan class=\"tago-chocolate-box__notice-title\"\u003e\n        Wichtig zu deiner Schoko Box\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-chocolate-box__notice-text\"\u003e\n        Deine Schoko Box besteht aus den einzelnen Original-Produktverpackungen\n        der enthaltenen Snacks. Wir packen alle Produkte gemeinsam und sicher\n        in einen Versandkarton. Eine zusätzliche oder separate Geschenkbox\n        ist nicht Bestandteil des Sets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDION --\u003e\n  \u003cdiv class=\"tago-chocolate-box__accordion\"\u003e\n\n\n    \u003c!-- INHALT --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\" open\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Inhalt der Box\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003ctable class=\"tago-chocolate-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Erdbeeren in Vollmilchschokolade\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Erdbeeren in weißer Schokolade\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eTAGOELLO – Mandeln in weißer Schokolade mit Kokos\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eCappuccino Mandeln\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eApfel-Strudel Crispies\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Himbeeren in Zartbitterschokolade\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango gedippt in Zartbitterschokolade\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango in weißer Schokolade\u003c\/td\u003e\n              \u003ctd\u003e250 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\n    \u003c!-- BOX VORTEIL --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\"\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Dein Box-Vorteil\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003ctable class=\"tago-chocolate-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEnthaltene Produkte\u003c\/td\u003e\n              \u003ctd\u003e8 Produkte\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGesamtinhalt\u003c\/td\u003e\n              \u003ctd\u003e1.800 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEinzelwert\u003c\/td\u003e\n              \u003ctd\u003e59,92 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDein Boxpreis\u003c\/td\u003e\n              \u003ctd\u003e49,90 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDeine Ersparnis\u003c\/td\u003e\n              \u003ctd class=\"tago-chocolate-box__saving\"\u003e\n                10,02 €\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePreisvorteil\u003c\/td\u003e\n              \u003ctd class=\"tago-chocolate-box__saving\"\u003e\n                ca. 17 %\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp class=\"tago-chocolate-box__note\"\u003e\n          Einzelwert der enthaltenen Produkte: 59,92 €.\n          Mit der TAGO Schoko Box erhältst du alle acht\n          Schokoladenfavoriten zusammen für nur 49,90 €\n          und sparst 10,02 € gegenüber dem Einzelkauf.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- PRODUKTDETAILS --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\"\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003cp\u003e\n          Die TAGO Schoko Box vereint acht unterschiedliche\n          Schokoladenkreationen in einem Set. Gefriergetrocknete\n          Erdbeeren treffen auf cremige Vollmilch- und weiße\n          Schokolade, während Himbeeren mit Zartbitterschokolade\n          eine intensiv fruchtige Komponente ergänzen. Mango sorgt\n          gleich doppelt für Abwechslung – einmal mit kräftiger\n          Zartbitterschokolade und einmal mit weißer Schokolade.\n          TAGOELLO kombiniert knackige Mandeln mit weißer Schokolade\n          und Kokos. Cappuccino Mandeln und Apfel-Strudel Crispies\n          runden die Auswahl mit besonders cremigen und crunchy\n          Genussmomenten ab.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- FÜR WEN --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\"\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Für wen ist die Box?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003cp\u003e\n          Perfekt für Schokoladenliebhaber, gemeinsame Genussmomente,\n          Filmabende oder als abwechslungsreiche Geschenkidee.\n          Durch die Mischung aus Vollmilch-, weißer und\n          Zartbitterschokolade sowie Früchten, Mandeln, Kokos\n          und Apfel-Strudel bietet die Box viel Abwechslung\n          innerhalb einer einzigen Schokoladenauswahl.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LIEFERUNG --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\"\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Hinweis zur Lieferung\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003cp\u003e\n          Schokolierte Produkte reagieren empfindlich auf hohe\n          Temperaturen. Bei warmen Außentemperaturen kann nicht\n          vollständig ausgeschlossen werden, dass einzelne Produkte\n          während des Versands weicher werden oder leicht anschmelzen.\n          Dies beeinflusst den Geschmack in der Regel nicht.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LAGERUNG --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\"\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Lagerung\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003cp\u003e\n          Kühl, trocken und vor direkter Sonneneinstrahlung geschützt\n          lagern. Nach dem Öffnen die wiederverschließbaren\n          Verpackungen wieder gut verschließen und die Produkte\n          möglichst zeitnah genießen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ALLERGENE --\u003e\n    \u003cdetails class=\"tago-chocolate-box__details\"\u003e\n\n      \u003csummary class=\"tago-chocolate-box__summary\"\u003e\n        Allergene\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-chocolate-box__content\"\u003e\n\n        \u003cp\u003e\n          Die Box enthält unter anderem Milch, Mandeln und Kokos.\n          Je nach Produkt können außerdem Soja, weitere Schalenfrüchte,\n          glutenhaltiges Getreide oder Spuren von Erdnüssen,\n          Sesam und weiteren Allergenen enthalten sein.\n          Maßgeblich sind immer die vollständigen Zutaten-\n          und Allergenangaben auf den jeweiligen Produktverpackungen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"Default Title","offer_id":65422862778717,"sku":null,"price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Schokobox.png?v=1786750811"},{"product_id":"tago-probierbox","title":"TAGO Probierbox","description":"\u003cstyle\u003e\n  .tago-probier-box,\n  .tago-probier-box * {\n    box-sizing: border-box;\n  }\n\n  .tago-probier-box {\n    width: 100%;\n    margin: 16px 0 8px;\n    color: #191714;\n    font-family: inherit;\n  }\n\n  \/* INTRO *\/\n  .tago-probier-box__intro {\n    margin-bottom: 15px;\n  }\n\n  .tago-probier-box__label {\n    display: inline-flex;\n    margin-bottom: 8px;\n    padding: 6px 10px;\n    align-items: center;\n    gap: 6px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 999px;\n    background: #faf7f2;\n\n    font-size: 9px;\n    line-height: 1.2;\n    font-weight: 750;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    color: #76583d;\n  }\n\n  .tago-probier-box__label::before {\n    content: \"◆\";\n    font-size: 7px;\n  }\n\n  .tago-probier-box__title {\n    max-width: 760px;\n    margin: 0 0 8px;\n\n    font-size: clamp(21px, 2.2vw, 29px);\n    line-height: 1.12;\n    font-weight: 780;\n    letter-spacing: -.03em;\n\n    color: #171411;\n  }\n\n  .tago-probier-box__description {\n    max-width: 760px;\n    margin: 0;\n\n    font-size: 13px;\n    line-height: 1.68;\n    color: #5f5952;\n  }\n\n  \/* BENEFITS *\/\n  .tago-probier-box__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 7px;\n    margin-bottom: 14px;\n  }\n\n  .tago-probier-box__benefit {\n    display: flex;\n    min-height: 46px;\n    padding: 9px 11px;\n\n    align-items: center;\n    gap: 9px;\n\n    border: 1px solid #ebe5dd;\n    border-radius: 9px;\n    background: #faf8f4;\n  }\n\n  .tago-probier-box__icon {\n    display: flex;\n\n    width: 27px;\n    height: 27px;\n    flex: 0 0 27px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n    background: #fff;\n\n    color: #73543a;\n  }\n\n  .tago-probier-box__icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-probier-box__benefit-text {\n    font-size: 10.5px;\n    line-height: 1.35;\n    font-weight: 680;\n    color: #29241f;\n  }\n\n  \/* HIGHLIGHT *\/\n  .tago-probier-box__tip {\n    position: relative;\n    margin-bottom: 11px;\n    padding: 13px 14px 13px 16px;\n\n    overflow: hidden;\n\n    border: 1px solid #e9dfd4;\n    border-radius: 9px;\n\n    background: linear-gradient(\n      135deg,\n      #fbf8f3 0%,\n      #f5f0e9 100%\n    );\n  }\n\n  .tago-probier-box__tip::before {\n    content: \"\";\n\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n\n    width: 3px;\n\n    background: #725039;\n  }\n\n  .tago-probier-box__tip-title {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-probier-box__tip-text {\n    margin: 0;\n\n    font-size: 12px;\n    line-height: 1.58;\n    color: #5e5851;\n  }\n\n  \/* IMPORTANT NOTICE *\/\n  .tago-probier-box__notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 14px;\n    padding: 12px 13px;\n\n    border: 1px solid #e8dfd5;\n    border-radius: 9px;\n    background: #fffdf9;\n  }\n\n  .tago-probier-box__notice-icon {\n    display: flex;\n\n    width: 26px;\n    height: 26px;\n    flex: 0 0 26px;\n\n    align-items: center;\n    justify-content: center;\n\n    border: 1px solid #e4d9cc;\n    border-radius: 50%;\n\n    background: #faf7f2;\n    color: #73543a;\n  }\n\n  .tago-probier-box__notice-icon svg {\n    width: 14px;\n    height: 14px;\n\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tago-probier-box__notice-content {\n    flex: 1;\n    min-width: 0;\n  }\n\n  .tago-probier-box__notice-title {\n    display: block;\n    margin: 1px 0 3px;\n\n    font-size: 9px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n\n    color: #674a35;\n  }\n\n  .tago-probier-box__notice-text {\n    margin: 0;\n\n    font-size: 11.5px;\n    line-height: 1.55;\n    color: #625c55;\n  }\n\n  \/* ACCORDION *\/\n  .tago-probier-box__accordion {\n    border-top: 1px solid #e8e4df;\n  }\n\n  .tago-probier-box__details {\n    border-bottom: 1px solid #e8e4df;\n  }\n\n  .tago-probier-box__summary {\n    position: relative;\n\n    display: flex;\n    min-height: 47px;\n    padding: 13px 32px 13px 0;\n\n    align-items: center;\n\n    cursor: pointer;\n    list-style: none;\n\n    font-size: 10px;\n    font-weight: 780;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n\n    color: #24211d;\n  }\n\n  .tago-probier-box__summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tago-probier-box__summary::before,\n  .tago-probier-box__summary::after {\n    content: \"\";\n\n    position: absolute;\n    top: 50%;\n    right: 4px;\n\n    width: 11px;\n    height: 1px;\n\n    background: #2a2521;\n\n    transform: translateY(-50%);\n    transition: transform .2s ease;\n  }\n\n  .tago-probier-box__summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .tago-probier-box__details[open]\n  .tago-probier-box__summary::after {\n    transform: translateY(-50%);\n  }\n\n  .tago-probier-box__content {\n    padding: 0 0 15px;\n\n    font-size: 12px;\n    line-height: 1.65;\n    color: #5e5953;\n  }\n\n  .tago-probier-box__content p {\n    margin: 0;\n  }\n\n  \/* TABLE *\/\n  .tago-probier-box__table {\n    width: 100%;\n    border-collapse: collapse;\n\n    font-size: 11px;\n  }\n\n  .tago-probier-box__table tr {\n    border-bottom: 1px solid #eeebe7;\n  }\n\n  .tago-probier-box__table tr:last-child {\n    border-bottom: 0;\n  }\n\n  .tago-probier-box__table td {\n    padding: 8px 0;\n    vertical-align: top;\n  }\n\n  .tago-probier-box__table td:first-child {\n    padding-right: 16px;\n    color: #625d57;\n  }\n\n  .tago-probier-box__table td:last-child {\n    text-align: right;\n    font-weight: 700;\n    color: #27231f;\n    white-space: nowrap;\n  }\n\n  .tago-probier-box__note {\n    margin-top: 9px;\n    padding-top: 9px;\n\n    border-top: 1px dashed #e1dad2;\n\n    font-size: 10.5px;\n    line-height: 1.5;\n    color: #79726b;\n  }\n\n  .tago-probier-box__saving {\n    font-weight: 800;\n    color: #674a35;\n  }\n\n  \/* MOBILE *\/\n  @media screen and (max-width: 749px) {\n    .tago-probier-box {\n      margin-top: 13px;\n    }\n\n    .tago-probier-box__title {\n      font-size: 21px;\n      text-align: left;\n    }\n\n    .tago-probier-box__description {\n      font-size: 12.5px;\n      text-align: left;\n    }\n\n    .tago-probier-box__benefits {\n      gap: 6px;\n    }\n\n    .tago-probier-box__benefit {\n      min-height: 44px;\n      padding: 8px;\n    }\n\n    .tago-probier-box__benefit-text {\n      font-size: 10px;\n    }\n\n    .tago-probier-box__tip {\n      padding: 12px 13px 12px 15px;\n    }\n\n    .tago-probier-box__notice {\n      padding: 11px 12px;\n    }\n\n    .tago-probier-box__notice-text {\n      font-size: 11px;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .tago-probier-box__benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .tago-probier-box__benefit {\n      min-height: 42px;\n    }\n\n    .tago-probier-box__table td:first-child {\n      padding-right: 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tago-probier-box\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"tago-probier-box__intro\"\u003e\n\n    \u003cspan class=\"tago-probier-box__label\"\u003e\n      Entdecken. Probieren. Genießen.\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"tago-probier-box__title\"\u003e\n      TAGO Probier Box\n    \u003c\/h2\u003e\n\n    \u003cp class=\"tago-probier-box__description\"\u003e\n      Einmal quer durch die Welt von TAGO: Die neue Probier Box\n      vereint zehn ausgewählte Favoriten aus fruchtigen, crunchy,\n      herzhaften und schokoladigen Genusswelten. Von intensiv\n      gefriergetrockneten Früchten über würzige Partymixe bis hin\n      zu Mango in Zartbitterschokolade und unserem TAGOELLO –\n      die perfekte Auswahl, um die Vielfalt von TAGO kennenzulernen.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tago-probier-box__benefits\"\u003e\n\n    \u003cdiv class=\"tago-probier-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-probier-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16v13H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7V5h8v2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-probier-box__benefit-text\"\u003e\n        10 ausgewählte TAGO Favoriten\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-probier-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-probier-box__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=\"M8 14c2 1 6 1 8 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-probier-box__benefit-text\"\u003e\n        Fruchtig, crunchy, herzhaft \u0026amp; schokoladig\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-probier-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-probier-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 7l10 10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 7 7 17\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-probier-box__benefit-text\"\u003e\n        Süße \u0026amp; herzhafte Auswahl kombiniert\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"tago-probier-box__benefit\"\u003e\n\n      \u003cspan class=\"tago-probier-box__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 8h12l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8V6a3 3 0 0 1 6 0v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cspan class=\"tago-probier-box__benefit-text\"\u003e\n        Rund 16 % Vorteil im Set\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HIGHLIGHT --\u003e\n  \u003cdiv class=\"tago-probier-box__tip\"\u003e\n\n    \u003cspan class=\"tago-probier-box__tip-title\"\u003e\n      Dein Einstieg in die TAGO Welt\n    \u003c\/span\u003e\n\n    \u003cp class=\"tago-probier-box__tip-text\"\u003e\n      Zehn verschiedene TAGO Snacks in nur einer Box:\n      ideal zum Kennenlernen, Teilen und Verschenken –\n      von fruchtig und crunchy über herzhaft bis hin zu\n      schokoladig und außergewöhnlich.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WICHTIGER HINWEIS --\u003e\n  \u003cdiv class=\"tago-probier-box__notice\"\u003e\n\n    \u003cspan class=\"tago-probier-box__notice-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 10v6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 7h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n\n    \u003cdiv class=\"tago-probier-box__notice-content\"\u003e\n\n      \u003cspan class=\"tago-probier-box__notice-title\"\u003e\n        Wichtig zu deiner Snackbox\n      \u003c\/span\u003e\n\n      \u003cp class=\"tago-probier-box__notice-text\"\u003e\n        Deine Snackbox besteht aus den einzelnen Original-Produktverpackungen\n        der enthaltenen Snacks. Wir packen alle Produkte gemeinsam und sicher\n        in einen Versandkarton. Eine zusätzliche oder separate Geschenkbox\n        ist nicht Bestandteil des Sets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- ACCORDION --\u003e\n  \u003cdiv class=\"tago-probier-box__accordion\"\u003e\n\n\n    \u003c!-- INHALT --\u003e\n    \u003cdetails class=\"tago-probier-box__details\" open\u003e\n\n      \u003csummary class=\"tago-probier-box__summary\"\u003e\n        Inhalt der Box\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-probier-box__content\"\u003e\n\n        \u003ctable class=\"tago-probier-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Erdbeeren\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePartymix à la TAGO\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePartymix Smoke\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango gedippt in Zartbitterschokolade\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMango Brooks\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eTAGOELLO – Mandeln in weißer Schokolade mit Kokos\u003c\/td\u003e\n              \u003ctd\u003e200 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eErdbeeren in Vollmilchschokolade\u003c\/td\u003e\n              \u003ctd\u003e250 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGefriergetrocknete Banane\u003c\/td\u003e\n              \u003ctd\u003e50 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePremium Kokoschips mit Kakaopulver\u003c\/td\u003e\n              \u003ctd\u003e100 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eApfelchips\u003c\/td\u003e\n              \u003ctd\u003e100 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\n    \u003c!-- BOX VORTEIL --\u003e\n    \u003cdetails class=\"tago-probier-box__details\"\u003e\n\n      \u003csummary class=\"tago-probier-box__summary\"\u003e\n        Dein Box-Vorteil\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-probier-box__content\"\u003e\n\n        \u003ctable class=\"tago-probier-box__table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEnthaltene Produkte\u003c\/td\u003e\n              \u003ctd\u003e10 Produkte\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eGesamtinhalt\u003c\/td\u003e\n              \u003ctd\u003e1.650 g\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eEinzelwert\u003c\/td\u003e\n              \u003ctd\u003e59,70 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDein Boxpreis\u003c\/td\u003e\n              \u003ctd\u003e49,90 €\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eDeine Ersparnis\u003c\/td\u003e\n              \u003ctd class=\"tago-probier-box__saving\"\u003e\n                9,80 €\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePreisvorteil\u003c\/td\u003e\n              \u003ctd class=\"tago-probier-box__saving\"\u003e\n                ca. 16 %\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp class=\"tago-probier-box__note\"\u003e\n          Statt alle zehn Produkte einzeln zusammenzustellen,\n          erhältst du die komplette TAGO Probier Box für\n          49,90 € statt 59,70 € Einzelwert und sparst\n          damit 9,80 €.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- PRODUKTDETAILS --\u003e\n    \u003cdetails class=\"tago-probier-box__details\"\u003e\n\n      \u003csummary class=\"tago-probier-box__summary\"\u003e\n        Produktdetails\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-probier-box__content\"\u003e\n\n        \u003cp\u003e\n          Die TAGO Probier Box bringt zehn unterschiedliche\n          Geschmackswelten zusammen. Gefriergetrocknete Erdbeeren,\n          Banane und knusprige Apfelchips sorgen für intensiv-fruchtige\n          Momente, während Mango Brooks eine aromatisch-süße\n          Komponente ergänzt. Mango in Zartbitterschokolade und\n          Erdbeeren in Vollmilchschokolade verbinden Frucht mit\n          cremiger Schokolade. TAGOELLO kombiniert Mandeln,\n          weiße Schokolade und Kokos, während Kokoschips mit Kakao\n          zusätzlichen Crunch liefern. Partymix à la TAGO und\n          Partymix Smoke bringen schließlich die herzhafte Seite\n          der Box ins Spiel.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- FÜR WEN --\u003e\n    \u003cdetails class=\"tago-probier-box__details\"\u003e\n\n      \u003csummary class=\"tago-probier-box__summary\"\u003e\n        Für wen ist die Box?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-probier-box__content\"\u003e\n\n        \u003cp\u003e\n          Ideal für alle, die TAGO zum ersten Mal kennenlernen\n          möchten oder sich nicht für nur eine Snackrichtung\n          entscheiden wollen. Die Mischung aus fruchtigen,\n          schokoladigen und herzhaften Produkten macht die Box\n          außerdem ideal zum Teilen, für gemeinsame Abende\n          oder als abwechslungsreiches Geschenk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- LAGERUNG --\u003e\n    \u003cdetails class=\"tago-probier-box__details\"\u003e\n\n      \u003csummary class=\"tago-probier-box__summary\"\u003e\n        Lagerung \u0026amp; Hinweis\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-probier-box__content\"\u003e\n\n        \u003cp\u003e\n          Die Produkte trocken, kühl und vor direkter\n          Sonneneinstrahlung geschützt lagern. Nach dem Öffnen\n          die wiederverschließbaren Verpackungen wieder gut\n          verschließen. Gefriergetrocknete Produkte sollten\n          besonders vor Feuchtigkeit geschützt werden.\n          Schokolierte Produkte können bei hohen Temperaturen\n          während des Versands weich werden oder leicht anschmelzen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ALLERGENE --\u003e\n    \u003cdetails class=\"tago-probier-box__details\"\u003e\n\n      \u003csummary class=\"tago-probier-box__summary\"\u003e\n        Allergene\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"tago-probier-box__content\"\u003e\n\n        \u003cp\u003e\n          Die Box enthält unter anderem Mandeln, Milch und Kokos.\n          Je nach enthaltenem Produkt können außerdem Soja,\n          Erdnüsse, weitere Schalenfrüchte, glutenhaltiges Getreide,\n          Sesam oder Spuren weiterer Allergene enthalten sein.\n          Maßgeblich sind immer die vollständigen Zutaten- und\n          Allergenangaben auf den jeweiligen Produktverpackungen.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TagoNuts","offers":[{"title":"Default Title","offer_id":65555168723293,"sku":null,"price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1083\/2383\/2157\/files\/Probierset_5999263c-f785-4a8b-a03a-1d5f8357f1e2.png?v=1786750679"}],"url":"https:\/\/tagonuts.de\/collections\/bundles.oembed","provider":"TagoNuts","version":"1.0","type":"link"}