{"product_id":"teaballs-kirsche-266-tassen-vorratsglas","title":"TEABALLS Kirsche – 266 Tassen Vorratsglas","description":"\u003cstyle\u003e\n  .tb-pdp {\n    max-width: 860px;\n    margin: 0 auto;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #111827;\n    line-height: 1.65;\n    font-size: 15px;\n  }\n  .tb-pdp * { box-sizing: border-box; }\n\n  \/* HERO *\/\n  .tb-hero {\n    background: linear-gradient(135deg, #fff1f2 0%, #fdf4ff 60%, #f0fdf4 100%);\n    border-radius: 20px;\n    padding: 32px 28px;\n    margin-bottom: 20px;\n    border: 1px solid #fce7f3;\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 24px;\n    align-items: center;\n  }\n  .tb-hero__eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #be185d;\n    margin-bottom: 8px;\n  }\n  .tb-hero__title {\n    font-size: 28px;\n    font-weight: 800;\n    color: #0f172a;\n    margin: 0 0 6px;\n    line-height: 1.2;\n  }\n  .tb-hero__sub {\n    font-size: 15px;\n    color: #6b7280;\n    margin: 0 0 16px;\n  }\n  .tb-hero__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-bottom: 18px;\n  }\n  .tb-badge {\n    padding: 5px 12px;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 600;\n    background: #fff;\n    border: 1.5px solid #e5e7eb;\n    color: #374151;\n    white-space: nowrap;\n  }\n  .tb-badge--cherry { background: #fff1f2; border-color: #fda4af; color: #9f1239; }\n  .tb-badge--green  { background: #f0fdf4; border-color: #86efac; color: #166534; }\n  .tb-badge--star   { background: #fefce8; border-color: #fde047; color: #713f12; }\n  .tb-hero__stat-box {\n    background: #fff;\n    border-radius: 16px;\n    border: 1.5px solid #fce7f3;\n    padding: 20px 18px;\n    text-align: center;\n    min-width: 130px;\n    box-shadow: 0 4px 16px rgba(190,24,93,0.08);\n  }\n  .tb-hero__stat-num {\n    font-size: 36px;\n    font-weight: 900;\n    color: #be185d;\n    line-height: 1;\n  }\n  .tb-hero__stat-label {\n    font-size: 12px;\n    color: #6b7280;\n    margin-top: 4px;\n    font-weight: 500;\n  }\n\n  \/* SECTION *\/\n  .tb-section {\n    background: #fff;\n    border-radius: 16px;\n    border: 1px solid #e5e7eb;\n    padding: 22px 24px;\n    margin-bottom: 16px;\n    box-shadow: 0 2px 12px rgba(15,23,42,0.04);\n  }\n  .tb-section__title {\n    font-size: 17px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0 0 14px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #fce7f3;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .tb-section__title-icon {\n    font-size: 20px;\n  }\n\n  \/* BENEFITS GRID *\/\n  .tb-benefits {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 10px;\n  }\n  .tb-benefit {\n    background: #fafafa;\n    border-radius: 12px;\n    border: 1px solid #f3f4f6;\n    padding: 14px 10px;\n    text-align: center;\n  }\n  .tb-benefit__icon { font-size: 24px; margin-bottom: 6px; }\n  .tb-benefit__label { font-size: 12px; font-weight: 700; color: #111827; margin-bottom: 3px; }\n  .tb-benefit__desc  { font-size: 11px; color: #6b7280; }\n\n  \/* STEPS *\/\n  .tb-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n  .tb-step {\n    background: #fafafa;\n    border-radius: 12px;\n    border: 1px solid #f3f4f6;\n    padding: 14px 10px;\n    text-align: center;\n  }\n  .tb-step__num {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #be185d, #ec4899);\n    color: #fff;\n    font-weight: 800;\n    font-size: 13px;\n    margin-bottom: 8px;\n  }\n  .tb-step__text { font-size: 12px; color: #374151; }\n\n  \/* TABLE *\/\n  .tb-table-wrap { overflow-x: auto; }\n  .tb-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n  }\n  .tb-table th {\n    background: #fdf2f8;\n    color: #9f1239;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    padding: 10px 12px;\n    text-align: left;\n    border-bottom: 2px solid #fce7f3;\n  }\n  .tb-table td {\n    padding: 10px 12px;\n    border-bottom: 1px solid #f3f4f6;\n    vertical-align: middle;\n  }\n  .tb-table tr:last-child td { border-bottom: none; }\n  .tb-table tr.tb-table__highlight td { background: #fff1f2; font-weight: 600; }\n  .tb-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    padding: 3px 9px;\n    border-radius: 999px;\n    background: #fce7f3;\n    color: #9f1239;\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  \/* FAQ *\/\n  .tb-faq details {\n    border-radius: 12px;\n    border: 1px solid #f3f4f6;\n    background: #fafafa;\n    margin-bottom: 8px;\n    overflow: hidden;\n  }\n  .tb-faq summary {\n    cursor: pointer;\n    list-style: none;\n    padding: 13px 16px;\n    font-weight: 600;\n    font-size: 14px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: #111827;\n  }\n  .tb-faq summary::-webkit-details-marker { display: none; }\n  .tb-faq summary::after {\n    content: '+';\n    font-size: 18px;\n    color: #be185d;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n  .tb-faq details[open] summary::after { content: '−'; }\n  .tb-faq__body {\n    padding: 0 16px 14px;\n    font-size: 13px;\n    color: #4b5563;\n    line-height: 1.6;\n  }\n\n  \/* QUOTES *\/\n  .tb-quotes {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .tb-quote {\n    background: #fff1f2;\n    border-radius: 12px;\n    border: 1px solid #fce7f3;\n    padding: 14px 16px;\n    font-size: 13px;\n    color: #374151;\n    position: relative;\n  }\n  .tb-quote::before {\n    content: '\\201C';\n    position: absolute;\n    top: -8px;\n    left: 12px;\n    font-size: 32px;\n    color: #fda4af;\n    font-family: Georgia, serif;\n    line-height: 1;\n  }\n  .tb-quote__author {\n    margin-top: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: #be185d;\n  }\n\n  \/* CROSS-SELL *\/\n  .tb-cross {\n    background: linear-gradient(135deg, #f5f3ff, #fdf4ff);\n    border-color: #ddd6fe;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .tb-cross__pill {\n    padding: 6px 14px;\n    border-radius: 999px;\n    background: #7c3aed;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n  .tb-cross__text { font-size: 13px; color: #4b5563; }\n\n  \/* SUSTAINABILITY *\/\n  .tb-sustain {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n  .tb-sustain__item {\n    background: #f0fdf4;\n    border-radius: 12px;\n    border: 1px solid #bbf7d0;\n    padding: 12px;\n    font-size: 12px;\n  }\n  .tb-sustain__icon { font-size: 20px; margin-bottom: 5px; }\n  .tb-sustain__label { font-weight: 700; color: #166534; margin-bottom: 3px; }\n  .tb-sustain__desc { color: #4b5563; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 680px) {\n    .tb-hero { grid-template-columns: 1fr; }\n    .tb-hero__stat-box { display: none; }\n    .tb-benefits { grid-template-columns: repeat(2, 1fr); }\n    .tb-steps { grid-template-columns: repeat(2, 1fr); }\n    .tb-quotes { grid-template-columns: 1fr; }\n    .tb-sustain { grid-template-columns: repeat(2, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tb-pdp\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"tb-hero\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"tb-hero__eyebrow\"\u003e🍒 Bestseller · Vorratsgröße\u003c\/div\u003e\n      \u003ch2 class=\"tb-hero__title\"\u003eTEABALLS Kirsche\u003cbr\u003e266 Tassen Vorratsglas\u003c\/h2\u003e\n      \u003cp class=\"tb-hero__sub\"\u003eIntensiv beerig, natürlich fruchtig – dein Kirsche-Vorrat für Wochen.\u003c\/p\u003e\n      \u003cdiv class=\"tb-hero__badges\"\u003e\n        \u003cspan class=\"tb-badge tb-badge--cherry\"\u003e🍒 Kirsche\u003c\/span\u003e\n        \u003cspan class=\"tb-badge tb-badge--green\"\u003e🌿 100% Natürlich\u003c\/span\u003e\n        \u003cspan class=\"tb-badge\"\u003e🚫 0% Zucker\u003c\/span\u003e\n        \u003cspan class=\"tb-badge\"\u003e⚡ Heiß \u0026amp; Kalt\u003c\/span\u003e\n        \u003cspan class=\"tb-badge tb-badge--star\"\u003e⭐ Meistgewählte Größe\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:14px;color:#4b5563;margin:0;\"\u003eIdeal für Familien, Eistee-Liebhaber \u0026amp; alle, die immer einen Vorrat im Schrank haben wollen.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tb-hero__stat-box\"\u003e\n      \u003cdiv class=\"tb-hero__stat-num\"\u003e266\u003c\/div\u003e\n      \u003cdiv class=\"tb-hero__stat-label\"\u003eTassen\u003cbr\u003epro Glas\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"tb-section\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e✨\u003c\/span\u003e Warum TEABALLS Kirsche?\u003c\/div\u003e\n    \u003cdiv class=\"tb-benefits\"\u003e\n      \u003cdiv class=\"tb-benefit\"\u003e\n        \u003cdiv class=\"tb-benefit__icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__label\"\u003e100% Natur\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__desc\"\u003eNur natürliche Pflanzenextrakte – kein Schnickschnack.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-benefit\"\u003e\n        \u003cdiv class=\"tb-benefit__icon\"\u003e🚫\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__label\"\u003e0% Zucker\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__desc\"\u003eKein Zucker, keine Zusätze – 100% Geschmack.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-benefit\"\u003e\n        \u003cdiv class=\"tb-benefit__icon\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__label\"\u003eIn Sekunden\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__desc\"\u003eTabs ins Wasser, kurz umrühren – fertig.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-benefit\"\u003e\n        \u003cdiv class=\"tb-benefit__icon\"\u003e💧\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__label\"\u003e266 Tassen\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__desc\"\u003eMonatelanger Vorrat aus einem einzigen Glas.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-benefit\"\u003e\n        \u003cdiv class=\"tb-benefit__icon\"\u003e♻️\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__label\"\u003eZero Waste\u003c\/div\u003e\n        \u003cdiv class=\"tb-benefit__desc\"\u003eWiederverwendbares Glas, weniger Verpackung.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GESCHMACK --\u003e\n  \u003cdiv class=\"tb-section\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e🍒\u003c\/span\u003e Geschmacksprofil\u003c\/div\u003e\n    \u003cp style=\"margin:0 0 10px;\"\u003eFruchtige Kirschnoten, leicht süßlich und angenehm beerig – beliebt bei Groß und Klein. Der perfekte Begleiter für erfrischenden Eistee, bunte Sommerdrinks und Infused Water.\u003c\/p\u003e\n    \u003cdiv style=\"display:flex;gap:8px;flex-wrap:wrap;\"\u003e\n      \u003cspan class=\"tb-badge tb-badge--cherry\"\u003e🍒 Kirsche\u003c\/span\u003e\n      \u003cspan class=\"tb-badge\"\u003e🫐 Beerig\u003c\/span\u003e\n      \u003cspan class=\"tb-badge\"\u003e🌸 Leicht süßlich\u003c\/span\u003e\n      \u003cspan class=\"tb-badge\"\u003e❄️ Perfekt als Eistee\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ZUBEREITUNG --\u003e\n  \u003cdiv class=\"tb-section\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e☕\u003c\/span\u003e In 4 Schritten zubereitet\u003c\/div\u003e\n    \u003cdiv class=\"tb-steps\"\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step__num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"tb-step__text\"\u003e4–5 Tabs in ein Glas oder eine Karaffe geben.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step__num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"tb-step__text\"\u003eMit heißem oder kaltem Wasser auffüllen.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step__num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"tb-step__text\"\u003eKurz umrühren oder schütteln.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-step\"\u003e\n        \u003cdiv class=\"tb-step__num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"tb-step__text\"\u003eGenießen – als Tee, Eistee oder Infused Water.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GRÖSSENVERGLEICH --\u003e\n  \u003cdiv class=\"tb-section\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e📊\u003c\/span\u003e Welche Größe passt zu dir?\u003c\/div\u003e\n    \u003cdiv class=\"tb-table-wrap\"\u003e\n      \u003ctable class=\"tb-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eGröße\u003c\/th\u003e\n            \u003cth\u003ePortionen\u003c\/th\u003e\n            \u003cth\u003eIdeal für\u003c\/th\u003e\n            \u003cth\u003ePreis\/Portion\u003c\/th\u003e\n            \u003cth\u003eEmpfehlung\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEinzelflasche\u003c\/td\u003e\n            \u003ctd\u003e~30\u003c\/td\u003e\n            \u003ctd\u003eProbieren \u0026amp; unterwegs\u003c\/td\u003e\n            \u003ctd\u003eHöchster\u003c\/td\u003e\n            \u003ctd\u003eZum Kennenlernen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"tb-table__highlight\"\u003e\n            \u003ctd\u003e\u003cstrong\u003e266 Tassen Vorratsglas\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003e266\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eFamilien \u0026amp; tägliche Nutzer\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eGünstig\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"tb-tag\"\u003e⭐ Meistgewählt\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBulk-Glas (500g+)\u003c\/td\u003e\n            \u003ctd\u003e500+\u003c\/td\u003e\n            \u003ctd\u003eVieltrinker, Büro, Familie\u003c\/td\u003e\n            \u003ctd\u003eNiedrigster\u003c\/td\u003e\n            \u003ctd\u003eBestes Angebot\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NACHHALTIGKEIT --\u003e\n  \u003cdiv class=\"tb-section\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e♻️\u003c\/span\u003e Nachhaltig \u0026amp; praktisch\u003c\/div\u003e\n    \u003cdiv class=\"tb-sustain\"\u003e\n      \u003cdiv class=\"tb-sustain__item\"\u003e\n        \u003cdiv class=\"tb-sustain__icon\"\u003e🔄\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__label\"\u003eWiederverwendbar\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__desc\"\u003eIdeal zum Nachfüllen oder für andere Vorräte.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-sustain__item\"\u003e\n        \u003cdiv class=\"tb-sustain__icon\"\u003e🔒\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__label\"\u003eAromaschutz\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__desc\"\u003eLuftdicht verschlossen für maximale Frische.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-sustain__item\"\u003e\n        \u003cdiv class=\"tb-sustain__icon\"\u003e🌱\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__label\"\u003eZero Waste\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__desc\"\u003eWeniger Einwegverpackungen, mehr Nachhaltigkeit.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-sustain__item\"\u003e\n        \u003cdiv class=\"tb-sustain__icon\"\u003e🏡\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__label\"\u003eKüchenbegleiter\u003c\/div\u003e\n        \u003cdiv class=\"tb-sustain__desc\"\u003eOptisch hochwertig auf Arbeitsplatte oder Teeregal.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SOCIAL PROOF --\u003e\n  \u003cdiv class=\"tb-section\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e💬\u003c\/span\u003e Was Kunden sagen\u003c\/div\u003e\n    \u003cdiv class=\"tb-quotes\"\u003e\n      \u003cdiv class=\"tb-quote\"\u003e\n        Kirsche ist unser absoluter Favorit – das Vorratsglas hält endlich länger und sieht toll aus!\n        \u003cdiv class=\"tb-quote__author\"\u003e— Verified Customer ⭐⭐⭐⭐⭐\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tb-quote\"\u003e\n        Perfekt für selbstgemachten Eistee – unsere Kinder lieben den Kirschgeschmack. Immer im Vorrat!\n        \u003cdiv class=\"tb-quote__author\"\u003e— Verified Customer ⭐⭐⭐⭐⭐\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"tb-section tb-faq\"\u003e\n    \u003cdiv class=\"tb-section__title\"\u003e\n\u003cspan class=\"tb-section__title-icon\"\u003e❓\u003c\/span\u003e Häufige Fragen\u003c\/div\u003e\n    \u003cdetails open\u003e\n      \u003csummary\u003eWie lange reicht das 266-Tassen-Vorratsglas?\u003c\/summary\u003e\n      \u003cdiv class=\"tb-faq__body\"\u003eBei 1–2 Tassen täglich reicht das Glas mehrere Monate. Die genaue Dauer hängt davon ab, wie intensiv du deinen Tee magst.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eKann ich TEABALLS Kirsche kalt trinken?\u003c\/summary\u003e\n      \u003cdiv class=\"tb-faq__body\"\u003eJa – perfekt für Eistee, Infused Water \u0026amp; sommerliche Drinks. Einfach Tabs in kaltes Wasser geben, kurz umrühren und genießen.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eBleiben die Tabs im Glas frisch?\u003c\/summary\u003e\n      \u003cdiv class=\"tb-faq__body\"\u003eJa – das luftdichte Vorratsglas schützt die Tabs optimal vor Luft und Feuchtigkeit. Geschmack und Aroma bleiben so lange erhalten.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eKann ich Sorten mischen?\u003c\/summary\u003e\n      \u003cdiv class=\"tb-faq__body\"\u003eAbsolut! Alle TEABALLS-Sorten lassen sich kombinieren – kreiere deine eigenen Lieblingsmischungen, z. B. Kirsche + Zitrone oder Kirsche + Wildberry.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CROSS-SELL --\u003e\n  \u003cdiv class=\"tb-section tb-cross\"\u003e\n    \u003cspan class=\"tb-cross__pill\"\u003e💡 Tipp\u003c\/span\u003e\n    \u003cspan class=\"tb-cross__text\"\u003eZum Kennenlernen oder für unterwegs: \u003cstrong\u003eTEABALLS Kirsche Einzelflasche\u003c\/strong\u003e – die praktische Probiergröße passend zum Vorratsglas.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TEABALLS GmbH","offers":[{"title":"Default Title","offer_id":52895905153290,"sku":"0200100","price":34.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0287\/1296\/0059\/files\/teaballs-kirsche-266-tassen-vorratsglas-3556772.png?v=1778515373","url":"https:\/\/www.teaballs.eu\/products\/teaballs-kirsche-266-tassen-vorratsglas","provider":"TEABALLS GmbH","version":"1.0","type":"link"}