{"title":"Löwenanteil","description":"","products":[{"product_id":"butter-chicken","title":"Löwenanteil Butter Chicken","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eButter Chicken (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eDein Kurztrip in die Ferne: Bio-Hühnchen in cremiger Tomaten-Joghurt-Sauce, fertig in 3 Minuten.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e41 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eBio-\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eHuhn \u0026amp; Zutaten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3 Min\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eZubereitungszeit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/butter-chicken-loewenanteil-gericht-gross.webp?v=1763894259\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003ch4\u003eAuthentischer, würziger Genuss\u003c\/h4\u003e\n\u003cp\u003eGenieße den Geschmack des Orients: Zartes Bio-Hühnchen in einer cremigen Tomaten-Joghurt-Sauce, verfeinert mit Butter und würzigen Gewürzen. Ein unglaublich aromatisches Gericht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eProteinreich und ohne Zuckerzusatz\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist proteinreich und ideal für eine sättigende Mahlzeit. Es ist ohne Zuckerzusatz und basiert ausschließlich auf natürlichen Bio-Lebensmitteln.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eFertig in nur 3 Minuten\u003c\/h4\u003e\n\u003cp\u003eDein Kurztrip in die Ferne ist blitzschnell zubereitet! In nur 3 Minuten ist das Gericht warm und servierfertig. Perfekt für die schnelle, gesunde Küche.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eVielseitig und voller Nährwerte\u003c\/h4\u003e\n\u003cp\u003eIdeal mit Beilagen wie Reis, Naan und frischem Koriander. Das Gericht ist reich an Protein \u0026amp; Ballaststoffen und liefert dir volle Energie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eHol dir den orientalischen Geschmack: Cremiges Bio Butter Chicken, schnell und proteinreich!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Bester Geschmack, blitzschnell fertig\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Absolut mein Lieblingsgericht! Der Geschmack ist authentisch und cremig, und die 3 Minuten sind unschlagbar. Das Bio-Huhn ist zart und lecker.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lena F., Genießerin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Super Nährwerte für ein Fertiggericht, vor allem der hohe Proteingehalt. Schmeckt toll mit Naan und die Gewürze sind perfekt abgestimmt.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Max W., Fitness-Koch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965211435197,"sku":"1123345","price":8.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/butter-chicken-loewenanteil_720x_a03dac33-bc55-47f7-9640-07c09e76b177.webp?v=1763893975"},{"product_id":"huhner-frikassee","title":"Löwenanteil Hühner Frikassee","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eHühner Frikassee (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eWohlfühlessen wie bei Oma: Zartes Bio-Hühnchen in cremiger Sahnesauce, fertig in 3 Minuten.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e40 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3 Min\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eZubereitungszeit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e1 Jahr\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eUngekühlt haltbar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/huehner-frikassee-loewenanteil-gericht-gross.webp?v=1763895542\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003ch4\u003eKlassischer Geschmack \u0026amp; Kindheitserinnerungen\u003c\/h4\u003e\n\u003cp\u003eDas Hühner Frikassee schmeckt wie bei Oma und bringt vertrauten Geschmack zurück auf deinen Teller. Zartes Bio-Hühnchen mit Erbsen und Karotten in cremiger Sahnesauce.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eReich an Protein und Bio-Qualität\u003c\/h4\u003e\n\u003cp\u003eMit ganzen 40g Protein ist es ein echtes Wohlfühlessen mit optimalen Nährwerten. Es besteht aus natürlichen Bio-Lebensmitteln und ist zudem ohne Zuckerzusatz und Glutenfrei.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBlitzschnell fertig und super praktisch\u003c\/h4\u003e\n\u003cp\u003eDeine warme Bio-Mahlzeit ist in nur 3 Minuten fertig. Die Gerichte sind ungekühlt über 1 Jahr haltbar, was sie super praktisch für unterwegs und zu Hause macht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eAusgewogene Nährstoffe für deine Ziele\u003c\/h4\u003e\n\u003cp\u003eDieses Gericht liefert alles, was dein Körper braucht: Komplexe Kohlenhydrate, essentielle Fettsäuren, reichlich Protein und Ballaststoffe. Für Kontinuität in deiner Ernährung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eHol dir den vertrauten Geschmack von Hühner Frikassee – proteinreich und Bio-Qualität in 3 Minuten!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e5.0\/5 Sterne • Bester Geschmack \u0026amp; höchste Bequemlichkeit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Absolut der Wahnsinn! Schmeckt wirklich wie selbstgemacht und ist so cremig. Die 40g Protein machen es zur perfekten Post-Workout-Mahlzeit.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lisa P., Fitness \u0026amp; Nostalgie\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Die Haltbarkeit ist genial. So habe ich immer eine vollwertige, warme Mahlzeit parat, wenn ich keine Zeit zum Kochen habe. Bio-Qualität überzeugt.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Jonas K., Vielreisender\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965246365885,"sku":"425629","price":8.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/huhner-frikassee-loewenanteil_720x_b20f1bcd-e1a8-419c-8a81-c66b8fa9d9a7.webp?v=1763895647"},{"product_id":"paprika-hahnchen","title":"Löwenanteil Paprika Hähnchen","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003ePaprika Hähnchen (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eHerzhaft und sättigend: Bio-Hähnchen in würziger Paprikasauce, fertig in 3 Minuten.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e43 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e672\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eGluten-\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eFrei \u0026amp; Bio-Qualität\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/paprika-haehnchen-loewenanteil-gericht-gross.webp?v=1763898184\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eRustikaler Geschmack wie Gulasch\u003c\/h4\u003e\n\u003cp\u003eGenieße den rustikalen Geschmack der ungarisch-österreichischen Küche. Zartes Bio-Hühnchen in einer würzig-aromatischen Paprikasauce, ganz im Stil eines klassischen Gulaschs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eIdeal für deine Ziele: Hoher Proteingehalt\u003c\/h4\u003e\n\u003cp\u003eMit 43 g Protein pro Glas ist dieses Gericht proteinreich und hält dich lange satt. Es liefert dir volle Energie und ist ohne Zuckerzusatz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBlitzschnell und super haltbar\u003c\/h4\u003e\n\u003cp\u003eErhitze das Gericht in nur 3 Minuten für eine warme, ausgewogene Bio-Mahlzeit. Es ist ungekühlt über 1 Jahr haltbar – perfekt, wenn du mal keine Zeit zum Kochen hast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eNatürliche Inhaltsstoffe \u0026amp; vielseitige Basis\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, Glutenfrei und reich an Ballaststoffen. Perfekt zu Kartoffeln, Nudeln oder einfach pur als sättigende Hauptmahlzeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eDein herzhafter Sattmacher: Bio Paprika Hähnchen – voller Proteine und Geschmack!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.8\/5 Sterne • Lecker, sättigend und extrem praktisch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Die Sauce ist intensiv und aromatisch, schmeckt wirklich nach Gulasch. Super Nährwerte, vor allem der Proteingehalt ist top für mein Training.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Ben S., Kraftsportler\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Schnell zubereitet und schmeckt gut, besonders mit Reis. Die lange Haltbarkeit ist für Notfälle in der Küche unschlagbar praktisch.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Steffi L., Berufstätige\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965294829757,"sku":"6246105","price":8.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/paprika-hahnchen-loewenanteil_720x_5cc8f440-1b01-430d-b86d-594d8b49b0f6.webp?v=1763898252"},{"product_id":"chipotle-chili","title":"Löwenanteil Chipotle Chili","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eChipotle Chili (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eUnser Bestseller, jetzt mit 80 % mehr Bio-Rindfleisch und 43 g Protein – authentischer Mexiko-Flavor!\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e43 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e+80 %\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eMehr Bio-Rindfleisch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3 Min\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eReady in 3 Minuten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Desktop_Chipotle_Chili_Loewenanteil_Bio_Fertiggericht.jpg?v=1763898673\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eVerbesserte Rezeptur mit mehr Bio-Rind\u003c\/h4\u003e\n\u003cp\u003eDas Chipotle Chili kommt mit einer überarbeiteten Rezeptur und enthält 80 % mehr hochwertiges Bio-Rindfleisch. Ein herzhafter Genuss mit authentischem Mexiko-Flavor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eSatte 43 g Protein pro Glas\u003c\/h4\u003e\n\u003cp\u003eMit 43 g Protein pro Portion ist unser Bestseller proteinreich und hält dich langanhaltend satt. Ideal für alle, die auf eine ausgewogene, nährstoffreiche Ernährung Wert legen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eSchnell und immer verfügbar\u003c\/h4\u003e\n\u003cp\u003eIn nur 3 Minuten ist deine warme Bio-Mahlzeit ready. Das Gericht ist ungekühlt über 1 Jahr haltbar, perfekt für zu Hause und unterwegs – immer für dich da, wenn du es brauchst.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBio-Qualität und frei von Zusätzen\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, Glutenfrei und ohne Zuckerzusatz. Das Chili liefert dir komplexe Kohlenhydrate und essentielle Fettsäuren für volle Energie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eDein neuer Bestseller: Chipotle Chili mit extra Bio-Rind und Power-Protein!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Bester Geschmack, Power-Nährwerte\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Die neue Rezeptur ist fantastisch! Deutlich mehr Fleisch und der Chipotle-Kick ist perfekt. Mit 43g Protein ideal nach dem Training.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Christian S., Fitness-Enthusiast\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Super schnell gemacht, schmeckt authentisch würzig und sättigt enorm. Die Bio-Qualität und die lange Haltbarkeit sind unschlagbar für den Alltag.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Maria K., Büroalltag\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965296828605,"sku":"695429","price":8.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/chipotle-chili-loewenanteil_720x_1460e600-7ebc-422b-ba16-d835dedde0f6.webp?v=1763898755"},{"product_id":"classic-bolognese","title":"Löwenanteil Classic Bolognese","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eClassic Bolognese (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eProteinreicher, glutenfreier Klassiker mit 30 % Bio-Rindfleisch und besten Nährwerten.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e40 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e30 %\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eBio-Rindfleischanteil\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3 Min\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eServierbereit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Bolognese_01-3x2.webp?v=1763899063\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eAuthentischer mediterraner Genuss\u003c\/h4\u003e\n\u003cp\u003eEin Glas Dolce Vita als Premium Comfort Food. Saftige Tomaten und Basilikum treffen auf 30 % hochwertiges Bio-Rindfleisch. Authentischer Geschmack von Italien, ganz ohne schlechtes Gewissen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eOptimal für deine Ziele: 40 g Protein\u003c\/h4\u003e\n\u003cp\u003eDie Bolognese ist ein proteinreiches Gericht mit satten 40 g Protein und besten Nährwerten. Sie ist reich an Ballaststoffen, voller Energie und langanhaltend sättigend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eIn 3 Minuten auf dem Teller\u003c\/h4\u003e\n\u003cp\u003eDer mediterrane Klassiker ist in nur 3 Minuten servierbereit. Zudem ist er ungekühlt über ein Jahr haltbar – deine perfekte, ausgewogene Mahlzeit, wann immer du sie brauchst.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eGenuss ohne Schnickschnack\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, Glutenfrei und ohne Zuckerzusatz. Sie ist frei von künstlichen Zusätzen, Zucker oder Aromen und ideal als Low-Carb-Option oder zu Pasta.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eGenuss ohne Verzicht: Hol dir den proteinreichen Klassiker der italienischen Küche!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e5.0\/5 Sterne • Bester Geschmack, Top-Nährwerte\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Schmeckt wirklich wie stundenlang gekocht! Das Bio-Rindfleisch ist zart und die Kräuter sind perfekt. 40g Protein sind einfach unschlagbar.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Sophia M., Fitness-Köchin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Absolut mein Favorit. Endlich eine Bolognese, die ich ohne schlechtes Gewissen essen kann. Praktisch, wenn es schnell gehen muss.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Ben T., Italien-Fan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965298335933,"sku":"498296","price":8.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/classic-bolognese-fertiggericht-lowenanteil-lowenanteil-540044_720x_d993df74-760f-46fd-8499-164225b05b3d.webp?v=1763899203"},{"product_id":"mediterranes-huhnchen","title":"Löwenanteil Mediterranes Hühnchen","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eMediterranes Hühnchen (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eProteinreicher, glutenfreier Genuss mit 3x mehr Bio-Hühnchen und aromatischen Bohnen.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e42 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3x\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eMehr Bio-Hühnchen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3 Min\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eServierbereit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Desktop_Loewenanteil-Mediterranes-Huehnchen.jpg?v=1763899800\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eMamma Mia – Aromatischer Genuss\u003c\/h4\u003e\n\u003cp\u003eGenieße den Geschmack des Mittelmeers! Zartes Bio-Hühnchen (jetzt 3x mehr!) trifft auf aromatische Bohnen, liebevoll abgeschmeckt nach italienischem Vorbild. Ein wahrer Genuss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003ePower-Nährwerte für deine Ziele\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist mit 42 g Protein pro Glas extrem proteinreich und hält dich langanhaltend satt. Es ist zudem ballaststoffreich und liefert volle Energie für deinen aktiven Tag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBio-Qualität ohne Zusatzstoffe\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, ist das Gericht glutenfrei und ohne Zuckerzusatz. Das ist eine ausgewogene Mahlzeit ohne Verzicht und ohne künstliche Zusätze.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eImmer für dich da, fertig in 3 Minuten\u003c\/h4\u003e\n\u003cp\u003eDeine warme Bio-Mahlzeit ist in nur 3 Minuten servierbereit. Das praktische Glas ist ungekühlt über 1 Jahr haltbar, perfekt, um Kontinuität in deine gesunde Ernährung zu bringen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eHol dir das Gefühl von Italien: Mediterranes Hühnchen – proteinreich und Bio!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Bester Geschmack, Top-Nährwerte\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Endlich ein Fertiggericht, das nach Urlaub schmeckt! Das Hühnchen ist super zart und der italienische Geschmack überzeugt. 42g Protein sind mega!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Sophia L., Mittelmeer-Fan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Die 3-Minuten-Zubereitung ist perfekt für meinen stressigen Alltag. Dazu Bio-Qualität und kein zugesetzter Zucker – ich bin begeistert!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Ben R., Gesundheitsbewusst\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965307084989,"sku":"65426","price":8.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/mediterranes-huhnchen-fertiggericht-lowenanteil-lowenanteil-308398_720x_75f85e19-dc67-47fe-a4f9-21d2dd33a732.webp?v=1763899860"},{"product_id":"erdnuss-curry","title":"Löwenanteil Erdnuss Curry","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eErdnuss Curry (Vegan \u0026amp; Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eProteinreiches Kraftpaket: Vegane Hähnchen Chunks in cremiger Erdnuss-Curry-Sauce, fertig in 3 Minuten.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e42 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e673\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_erdnuss_curry_06-3x2.webp?v=1763900119\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eAsiatisch-würziger Power-Geschmack\u003c\/h4\u003e\n\u003cp\u003eGenieße die perfekte Kombination aus cremiger Erdnussbutter und würzigem Curry. Fruchtig-scharfer Ingwer, frisches Gemüse und vegane Hähnchen Chunks sorgen für authentischen Geschmack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eVegan, proteinreich und sättigend\u003c\/h4\u003e\n\u003cp\u003eDieses Curry ist ein proteinreiches Kraftpaket mit satten 42 g Protein  pro Glas. Es ist vegan, glutenfrei und reich an Ballaststoffen – werde in nur 3 Minuten zum absoluten Powerhouse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBio-Qualität in 3 Minuten servierbereit\u003c\/h4\u003e\n\u003cp\u003eMit Löwenanteil erhältst du eine warme Mahlzeit aus natürlichen Bio-Lebensmitteln in nur 3 Minuten. Es ist ohne Zuckerzusatz und enthält alles, was dein Körper braucht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003ePraktisch und lange haltbar\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist ungekühlt über 1 Jahr haltbar und somit die perfekte Alternative, wenn du mal keine Zeit oder Lust hast, selbst zu kochen. Bringe Kontinuität in deine Ernährung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eVeganer Proteinkick: Hol dir das cremige Erdnuss Curry!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Bester veganer Geschmack, super Protein\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Als Veganer bin ich begeistert von den Nährwerten. 42g Protein in einem schnellen Gericht sind top. Cremig, würzig, einfach perfekt!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Alex T., Veganer Sportler\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Der Erdnuss-Geschmack ist super authentisch und die Schärfe genau richtig. Und dass es ungekühlt haltbar ist, macht es zum idealen Büro-Lunch.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Maja W., Büro-Alltag\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965309903037,"sku":"64266248","price":8.09,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/erdnuss-curry-fertiggericht-lowenanteil-lowenanteil-312860_720x_9a8cc0ff-2627-4a59-ba19-12b8f704561a.webp?v=1763900243"},{"product_id":"kichererbsen-curry","title":"Löwenanteil Kichererbsen Curry","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eKichererbsen Curry (Vegan)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eVeganes, cremiges Curry mit Kokosmilch, Kichererbsen und intensiver Curry-Note, fertig in 3 Minuten.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e31 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e581\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_curry_04-3x2.jpg?v=1763900576\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eVeganes Gericht mit intensivem Curry-Geschmack\u003c\/h4\u003e\n\u003cp\u003eGenieße unser veganes Kichererbsen-Curry mit cremiger Kokosmilch und einer intensiven Curry-Note. Die fleischlose Ernährung wird damit zum wahren Genuss!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eAusgewogene Proteinquelle und sättigend\u003c\/h4\u003e\n\u003cp\u003eAls optimale Proteinquelle liefert dieses Curry 31 g Protein pro Glas. Es ist reich an Ballaststoffen, sorgt für volle Energie und hält dich langanhaltend satt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBio-Qualität in Rekordzeit\u003c\/h4\u003e\n\u003cp\u003eDeine warme, ausgewogene Bio-Mahlzeit aus natürlichen Bio-Lebensmitteln ist in nur 3 Minuten fertig. So kannst du deine Ziele erreichen, ohne auf gutes Essen zu verzichten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eOhne Zucker und lange haltbar\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist ohne Zuckerzusatz und Glutenfrei. Es ist ungekühlt über 1 Jahr haltbar, was es super praktisch für unterwegs und zu Hause macht – Kontinuität in deine Ernährung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eVeganer Genuss in 3 Minuten: Hol dir das cremige Kichererbsen Curry!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.7\/5 Sterne • Cremig, würzig und überraschend sättigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Das beste vegane Curry, das ich je aus dem Glas gegessen habe. Die Kokosmilch macht es schön cremig und die Kichererbsen sättigen sehr gut. 31g Protein sind top!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lena P., Curry-Liebhaberin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Super praktisch und schnell. Ein toller Sattmacher, der auch ohne Fleisch richtig gut schmeckt. Perfekt für die Mittagspause.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Max R., Minimalist\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965310722237,"sku":"621655","price":7.64,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/kichererbsen-curry-fertiggericht-lowenanteil-lowenanteil-123723_720x_0fcca276-032f-4628-96fd-c2d5c287da1d.webp?v=1763900650"},{"product_id":"linsen-a-la-provence","title":"Löwenanteil Linsen à la Provence","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eLinsen à la Provence (Vegan \u0026amp; Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eVegane, cremige Linsenkomposition mit Hokkaido-Kürbis – ein Kurztrip in den Süden Frankreichs.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e30 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e485\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_provence_03-3x2.jpg?v=1763900907\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eUrlaubsgefühl aus der Provence\u003c\/h4\u003e\n\u003cp\u003eDie neue, cremigere Rezeptur vereint Linsen, weiße Bohnen und Hokkaido-Kürbis zu einer zarten Komposition. Ein intensives Geschmackserlebnis, das dich in den Süden Frankreichs entführt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eVegane Proteinquelle mit Top-Nährwerten\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist eine hervorragende Proteinquelle mit 30 g Protein pro Glas. Es ist ballaststoffreich und versorgt dich mit komplexen Kohlenhydraten und voller Energie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBio-Qualität ohne Zuckerzusatz\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, Glutenfrei und ohne Zuckerzusatz. Die ausgewogene Mahlzeit ist frei von unnötigem Schnickschnack, damit du deine Ziele erreichen kannst.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eLange haltbar und schnell zubereitet\u003c\/h4\u003e\n\u003cp\u003eDeine warme Bio-Mahlzeit ist in nur 3 Minuten servierbereit. Das praktische Glas ist ungekühlt über 1 Jahr haltbar, perfekt, um dir jederzeit eine ausgewogene Mahlzeit zu sichern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eCremig, vegan, französisch: Entdecke die Linsen à la Provence!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.8\/5 Sterne • Cremiger als je zuvor, sehr sättigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Die neue Cremigkeit ist super! Das Gemüse ist zart und der Geschmack ist herrlich mediterran. 30g Protein aus Linsen – perfekt für Veganer.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lisa K., Hobbyköchin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Mega praktisch für die Arbeit. Es ist in 3 Minuten fertig und hält mich locker 4-5 Stunden satt. Top, dass es Bio und ohne Zucker ist.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Tim S., Ernährungsbewusst\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965341130941,"sku":"162465","price":7.19,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/linsen-a-la-provence-fertiggericht-lowenanteil-lowenanteil-236438_720x_ec42df21-49ad-4525-b42d-e6c81194a82f.webp?v=1763901013"},{"product_id":"chili-vegano","title":"Löwenanteil Chili Vegano","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eChili Vegano (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003e100 % pflanzliche Power: Die vegane Chili-Variante mit plant-based Hack und angenehmer Schärfe.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e33 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eBallaststoffreich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e3 Min\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eReady in 3 Minuten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_chili_02-3x2.jpg?v=1763901286\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eVegane Variante des beliebten Chilis\u003c\/h4\u003e\n\u003cp\u003eGenau so lecker, aber 100 % pflanzlich! Unser Chili Vegano verzaubert durch zartes, pflanzliches Hack und eine perfekt abgestimmte, angenehme Schärfe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eKraftpaket mit 33 g Protein\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist proteinreich mit satten 33 g Protein pro Glas. Zudem ist es ballaststoffreich und liefert dir die nötigen komplexen Kohlenhydrate und volle Energie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eSaubere Bio-Zutaten, schnell serviert\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, Glutenfrei und ohne Zuckerzusatz. Deine ausgewogene Mahlzeit ist in nur 3 Minuten servierbereit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eLange haltbar für Kontinuität\u003c\/h4\u003e\n\u003cp\u003eLöwenanteil ist die perfekte Alternative, wenn du keine Zeit hast. Das Gericht ist ungekühlt über 1 Jahr haltbar, wodurch dir stets eine ausgewogene Mahlzeit zur Verfügung steht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eVegan und würzig: Hol dir dein proteinreiches Chili Vegano!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.8\/5 Sterne • Bester veganer Chili-Ersatz, sehr sättigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Ich bin begeistert vom pflanzlichen Hack! Es hat eine tolle Textur und das Chili schmeckt wirklich würzig und authentisch. 33g Protein sind fantastisch.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Jonas M., Veganer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Die Schärfe ist angenehm und nicht übertrieben. Als schnelles, gesundes Abendessen unschlagbar, da es ungekühlt immer vorrätig ist.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lara P., Chili-Fan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965353255101,"sku":"4924355","price":7.64,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/chili-vegano-fertiggericht-lowenanteil-lowenanteil-465547_720x_951bc2ec-e626-4453-8d65-e9297a430037.webp?v=1763901416"},{"product_id":"african-bowl","title":"Löwenanteil African Bowl","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eAfrican Bowl (Vegan \u0026amp; Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eExotische, vegane Bowl: Pintobohnen, Süßkartoffel und Hühnchen-Chunks in cremiger Kokosmilch.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e37 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e473\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_african_06-3x2.jpg?v=1763901668\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eExotische Geschmacksreise nach Afrika\u003c\/h4\u003e\n\u003cp\u003eLass dich entführen! Typische afrikanische Gewürze verleihen dieser Bowl einen außergewöhnlichen Geschmack. Mit Pintobohnen, Paprika und Süßkartoffel in cremiger Kokosmilch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eProteinreich mit zarten Hühnchen-Chunks\u003c\/h4\u003e\n\u003cp\u003eMit 37 g Protein pro Glas ist dieses Gericht extrem proteinreich. Hauchzartes, veganes Hühnchen sorgt zusammen mit Hülsenfrüchten für ein sättigendes und energiereiches Gefühl.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e100 % pflanzlich und Bio-Qualität\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist vegan, Ballaststoffreich, Glutenfrei und ohne Zuckerzusatz. Hergestellt aus natürlichen Bio-Lebensmitteln, liefert es alles, was dein Körper für deine Ziele braucht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eSchnell \u0026amp; praktisch: Immer verfügbar\u003c\/h4\u003e\n\u003cp\u003eDeine warme Bio-Mahlzeit ist in nur 3 Minuten fertig. Da die Gerichte ungekühlt über ein Jahr haltbar sind, sparst du Platz im Kühlschrank und hast stets eine ausgewogene Mahlzeit griffbereit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eExotischer veganer Proteinkick: Probiere die African Bowl!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Außergewöhnlich, sättigend und Top-Nährwerte\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Der Geschmack ist wirklich außergewöhnlich und hat mich total überzeugt. Die Kombination aus Süßkartoffel, Kokos und Gewürzen ist genial. Und 37g Protein!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Sophia F., Food-Explorer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Als Veganer suche ich immer nach schnellen Mahlzeiten mit hohem Proteingehalt. Die Bowl ist perfekt und die lange Haltbarkeit ist super für die Vorratshaltung.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Paul H., Fitness-Fan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965363151037,"sku":"9842984","price":7.64,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/african-bowl-fertiggericht-lowenanteil-lowenanteil-404601_720x_7d20717b-28ec-41b1-951a-ff87e9836b6b.webp?v=1763901793"},{"product_id":"linsen-dal","title":"Löwenanteil Linsen Dal","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eLinsen Dal (Vegan \u0026amp; Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eOrientalisches, veganes Kraftpaket mit 42 g Protein, roten Linsen und Erbsenprotein-Hack.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e42 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eBallaststoffreich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e614\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/linsen-dal-loewenanteil-gericht-gross.webp?v=1763902053\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eAuthentischer orientalischer Geschmack\u003c\/h4\u003e\n\u003cp\u003eEin Geschmack so gut, dass er dich in ein anderes Land versetzt! Orientalische Gewürze, rote Linsen und knackig-frische Paprika vereinen sich zu einem intensiven Geschmackserlebnis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eVeganes Protein-Kraftpaket\u003c\/h4\u003e\n\u003cp\u003eMit satten 42 g Protein pro Glas ist dies ein echtes proteinreiches Bio-Gericht. Hack aus Erbsenprotein macht dieses Dal nicht nur vegan und Glutenfrei, sondern auch extrem sättigend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eVoller Energie und Bio-Qualität\u003c\/h4\u003e\n\u003cp\u003eDieses Dal liefert dir volle Energie für den Tag. Es ist ballaststoffreich, ohne Zuckerzusatz und ausschließlich aus natürlichen Bio-Lebensmitteln hergestellt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eIn 3 Minuten bereit und ungekühlt haltbar\u003c\/h4\u003e\n\u003cp\u003eDeine warme, ausgewogene Bio-Mahlzeit ist in nur 3 Minuten servierbereit. Da das Gericht ungekühlt über 1 Jahr haltbar ist, ist es super praktisch für unterwegs und garantiert Kontinuität in deiner Ernährung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eVegan, würzig, 42 g Protein: Hol dir dein Linsen Dal!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Bester Dal-Geschmack, unschlagbare Nährwerte\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Der orientalische Geschmack ist einfach fantastisch und das pflanzliche Hack ist zart. 42g Protein in einem veganen Gericht – das ist unschlagbar!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Nora Z., Fitness-Enthusiastin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Mein absoluter Favorit für stressige Tage. 3 Minuten in der Mikrowelle und ich habe eine gesunde, warme Bio-Mahlzeit. Top, dass es ohne Zucker ist.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Tom L., Büro-Held\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965369606333,"sku":"902460","price":7.19,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/linsen-dal-fertiggericht-lowenanteil-lowenanteil-623050_720x_b27e1ad1-1b94-4139-b3c4-a79b3ff0ac3e.webp?v=1763902165"},{"product_id":"veganes-gulasch","title":"Löwenanteil Veganes Gulasch","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eVeganes Gulasch (Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eDer herzhafte Klassiker: Unverkennbar würziges Gulasch mit 36 g Protein, veganen Zutaten und Kartoffeln.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e36 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e534\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Gulasch_10-3x2.jpg?v=1763902397\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eHerzhaft würziger Klassiker\u003c\/h4\u003e\n\u003cp\u003eEin Gaumenschmaus: Unverkennbar würzig und pikant, haben wir diesem Klassiker einen modernen, veganen Twist verliehen. Er schmeckt so gut wie von Oma – nur schneller.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eProteinreich und voller Power\u003c\/h4\u003e\n\u003cp\u003eDas Gulasch ist mit 36 g Protein pro Glas extrem proteinreich und dient als Ballaststoffquelle. Mit Kartoffeln und komplexen Kohlenhydraten liefert es dir volle Energie und sättigt langanhaltend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eAus Bio-Zutaten, ohne Zucker\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, darunter knackig frische Paprika und Kartoffeln. Das Gericht ist vegan, Glutenfrei und ohne Zuckerzusatz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eIn 3 Minuten bereit, ungekühlt haltbar\u003c\/h4\u003e\n\u003cp\u003eGenieße deine warme Bio-Mahlzeit in nur 3 Minuten. Da unsere Gerichte ungekühlt über 1 Jahr haltbar sind, hast du stets eine ausgewogene Mahlzeit zur Verfügung und bringst Kontinuität in deine Ernährung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eVeganer Gulasch-Genuss: Herzhaft würzig in 3 Minuten!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.7\/5 Sterne • Bester veganer Gulasch, sehr gute Konsistenz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Das vegane Gulasch ist unglaublich würzig und die Konsistenz ist perfekt. 36g Protein machen es zu einem idealen Fitness-Essen, das satt macht.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Maria S., Ernährungsbewusst\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★☆\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Wirklich schnell und schmeckt sehr nach Hausmannskost. Die Kartoffeln sind genau richtig. Praktisch, dass es nicht in den Kühlschrank muss.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Ben W., Familienvater\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965370917053,"sku":"28498","price":7.19,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/veganes-gulasch-fertiggericht-lowenanteil-lowenanteil-327131_720x_d21dd348-b0ff-4a47-a8ee-e30c79a3ea59.webp?v=1763902514"},{"product_id":"berglinseneintopf","title":"Löwenanteil Berglinseneintopf","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eBerglinseneintopf (Vegan \u0026amp; Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eOmas Eintopf, muskel-fit gemacht: Herzhaftes, veganes Gericht mit 30 g Protein und knackigen Kürbiskernen.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e30 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e527\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_berglinsen_03-3x2.jpg?v=1763902759\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eHerzhafter Klassiker mit modernem Touch\u003c\/h4\u003e\n\u003cp\u003eEin herzhaftes Geschmackserlebnis, das an Omas Küche erinnert. Unser Berglinseneintopf bringt Begeisterung in die vegane Küche und ist verfeinert mit knackigen Kürbiskernen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eProtein- und Ballaststoffreich für deine Muskeln\u003c\/h4\u003e\n\u003cp\u003eWir machen den Eintopf fit für deine Muskeln: Mit 30 g Protein pro Glas ist er proteinreich und hält dich dank hohem Ballaststoffgehalt langanhaltend satt. Er liefert dir volle Energie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eSaubere Bio-Zutaten, ohne Zucker\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist ausschließlich aus natürlichen Bio-Lebensmitteln hergestellt, Vegan, Glutenfrei und ohne Zuckerzusatz. Beste Nährwerte für deine Ziele.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eIn 3 Minuten fertig – 1 Jahr haltbar\u003c\/h4\u003e\n\u003cp\u003eDeine warme Bio-Mahlzeit ist in nur 3 Minuten fertig. Als perfekte Alternative für stressige Tage ist das Gericht ungekühlt über 1 Jahr haltbar. So sicherst du dir Kontinuität in deiner Ernährung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eOmas Eintopf-Geschmack, 30 g Protein: Hol dir den Berglinseneintopf!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.7\/5 Sterne • Herzhaft, sättigend und super Nährwerte\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Der Berglinseneintopf schmeckt wunderbar nach Omas Küche, aber eben vegan und mit Top-Proteinwerten. Die Kürbiskerne geben einen schönen Biss.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Katrin B., Eintopf-Fan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Super schnelle Mahlzeit, die wirklich lange satt hält. 30g Protein für ein so einfaches Gericht sind beeindruckend. Perfekt für das Meal Prep.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Alex M., Sportler\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965371146429,"sku":"96824960","price":7.19,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/berglinseneintopf-fertiggericht-lowenanteil-lowenanteil-583002_720x_d2187c5c-0c78-4e68-91b3-9ecec810399e.webp?v=1763902824"},{"product_id":"sweet-chili","title":"Löwenanteil Sweet Chili","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003eSweet Chili (PETA Award Gewinner)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eAusgezeichnete Balance aus angenehmer Schärfe und dezenter Süße mit 31 g Erbsenprotein-Hack.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e31 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eGlutenfrei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e518\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/loewenanteil_sweet_chili_01-3x2.jpg?v=1763903108\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ch4\u003eAusgezeichnete Balance und Geschmack\u003c\/h4\u003e\n\u003cp\u003eDieses Sweet Chili wurde als „Bestes veganes Fertiggericht“ mit dem PETA Vegan Food Award ausgezeichnet. Es bietet die perfekte Balance aus angenehmer Schärfe und dezenter Süße.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eProteinreich mit pflanzlichem Hack\u003c\/h4\u003e\n\u003cp\u003eDas Gericht enthält veganes Hack aus Erbsenprotein und ist mit 31 g Protein pro Glas proteinreich. Es ist Ballaststoffreich und liefert dir die nötigen Kohlenhydrate für volle Energie.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eSaubere Bio-Qualität, ohne Zusätze\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, ist es Vegan, Glutenfrei und ohne Zuckerzusatz. Optimal für alle, die ihre Ernährungsziele ernst nehmen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003ePerfekt für unterwegs und zu Hause\u003c\/h4\u003e\n\u003cp\u003eDeine warme Bio-Mahlzeit ist in nur 3 Minuten fertig. Das praktische Glas ist ungekühlt über 1 Jahr haltbar, wodurch du immer eine ausgewogene Mahlzeit zur Verfügung hast und Kontinuität in deine Ernährung bringst.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eVeganer Award-Gewinner: Probier das Sweet Chili mit 31 g Protein!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.9\/5 Sterne • Absolut verdienter PETA Award, Top-Geschmack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Der Name ist Programm: Die Süße und die Schärfe sind perfekt ausbalanciert. Das Erbsenprotein-Hack ist eine tolle Textur. Ein perfektes Fertiggericht!\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lena V., Veganerin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"31g Protein in Bio-Qualität in 3 Minuten? Besser geht es nicht. Die lange Haltbarkeit ist für meine Vorratshaltung ideal.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Max R., Ernährungsberater\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965372195005,"sku":"6224650","price":7.19,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/sweet-chili-fertiggericht-lowenanteil-lowenanteil-333448_720x_39fe8c25-f86f-4f48-ad46-2f764eba54af.webp?v=1763903218"},{"product_id":"piri-piri-stew","title":"Löwenanteil Piri Piri Stew","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .ep-short-product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.5;\n            color: #1a1a1a;\n            background: transparent;\n            max-width: 100%;\n        }\n\n        .ep-short-product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ep-short-description-container {\n            max-width: 100%;\n            background: transparent;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n\n        .ep-short-header {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            color: #1a1a1a;\n            padding: 18px 16px;\n            text-align: center;\n            border-radius: 14px;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .ep-short-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-product-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 6px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-tagline {\n            font-size: 0.95rem;\n            opacity: 0.85;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stats {\n            display: flex;\n            justify-content: center;\n            gap: 16px;\n            margin-top: 12px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .ep-short-stat {\n            text-align: center;\n            padding: 8px 12px;\n            background: rgba(255, 255, 255, 0.4);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .ep-short-stat:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .ep-short-stat-number {\n            font-size: 1.2rem;\n            font-weight: 800;\n            display: block;\n        }\n\n        .ep-short-stat-label {\n            font-size: 0.75rem;\n            opacity: 0.9;\n        }\n\n        .ep-short-features {\n            padding: 16px 0;\n            background: transparent;\n        }\n\n        .ep-short-feature {\n            margin-bottom: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(241, 245, 249, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .ep-short-feature::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 3px;\n            height: 100%;\n            \/* Farbe von Peptan übernommen: #f6f1ea bis #e8ddd4 *\/\n            background: linear-gradient(135deg, #f6f1ea, #e8ddd4);\n            border-radius: 2px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .ep-short-feature:hover::before {\n            opacity: 1;\n        }\n\n        .ep-short-feature:hover {\n            padding-left: 16px;\n            transform: translateX(4px);\n        }\n\n        .ep-short-feature:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .ep-short-feature-content h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 6px;\n            transition: color 0.3s ease;\n        }\n\n        .ep-short-feature:hover .ep-short-feature-content h4 {\n            color: #2d2d2d;\n        }\n\n        .ep-short-feature-content p {\n            font-size: 0.9rem;\n            color: #6b7280;\n            line-height: 1.4;\n        }\n\n        .ep-short-reviews {\n            background: white;\n            border-radius: 14px;\n            padding: 16px;\n            margin: 16px 0;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-reviews-header {\n            text-align: center;\n            margin-bottom: 12px;\n        }\n\n        .ep-short-rating {\n            font-size: 1.5rem;\n            color: #ffc107;\n            margin-bottom: 3px;\n        }\n\n        .ep-short-rating-text {\n            font-size: 0.85rem;\n            color: #666;\n        }\n\n        .ep-short-review {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 10px;\n            \/* Farbe von Peptan übernommen: #f6f1ea *\/\n            border-left: 4px solid #f6f1ea;\n        }\n\n        .ep-short-review:last-child {\n            margin-bottom: 0;\n        }\n\n        .ep-short-review-stars {\n            color: #ffc107;\n            font-size: 0.8rem;\n            margin-bottom: 5px;\n        }\n\n        .ep-short-review-text {\n            font-size: 0.85rem;\n            line-height: 1.3;\n            margin-bottom: 6px;\n        }\n\n        .ep-short-review-author {\n            font-size: 0.75rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .ep-short-cta {\n            \/* Hintergrundfarben von Peptan übernommen: #f6f1ea bis #f0ebe2 *\/\n            background: linear-gradient(135deg, #f6f1ea 0%, #f0ebe2 100%);\n            padding: 28px 24px;\n            text-align: center;\n            border-radius: 20px;\n            margin-top: 0;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(246, 241, 234, 0.3);\n        }\n\n        .ep-short-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .ep-short-cta-text {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            position: relative;\n            z-index: 2;\n        }\n        \n        @media (max-width: 768px) {\n            .ep-short-product-description {\n                padding: 0 10px;\n            }\n\n            .ep-short-reviews {\n                padding: 16px;\n                margin: 16px 0;\n            }\n\n            .ep-short-review {\n                padding: 12px;\n            }\n\n            .ep-short-stats {\n                gap: 12px;\n                flex-wrap: wrap;\n                margin-top: 20px;\n            }\n\n            .ep-short-stat {\n                padding: 8px 12px;\n                min-width: 80px;\n                flex: 1;\n                max-width: 90px;\n            }\n\n            .ep-short-stat-number {\n                font-size: 1.1rem;\n            }\n\n            .ep-short-stat-label {\n                font-size: 0.75rem;\n            }\n\n            .ep-short-header {\n                padding: 20px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-features {\n                padding: 16px 0;\n            }\n\n            .ep-short-feature {\n                margin-bottom: 16px;\n                padding: 16px 0;\n            }\n\n            .ep-short-feature-content h4 {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .ep-short-feature-content p {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .ep-short-cta {\n                padding: 18px 16px;\n                border-radius: 16px;\n            }\n\n            .ep-short-cta-text {\n                font-size: 1rem;\n            }\n\n            .ep-short-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 10px;\n            }\n\n            .ep-short-tagline {\n                font-size: 0.95rem;\n            }\n\n            .ep-short-feature:hover {\n                transform: none;\n                padding-left: 0;\n            }\n\n            .ep-short-feature:hover::before {\n                opacity: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"ep-short-product-description\"\u003e\n\u003cdiv class=\"ep-short-description-container\"\u003e\n\u003cdiv class=\"ep-short-header\"\u003e\n\u003ch1 class=\"ep-short-product-title\"\u003ePiri Piri Stew (Vegan \u0026amp; Bio)\u003c\/h1\u003e\n\u003cp class=\"ep-short-tagline\"\u003eFeurige Fusion: Süße Mango, schwarze Bohnen und Chili für eine intensive Geschmacksexplosion mit 30 g Protein.\u003c\/p\u003e\n\u003cdiv class=\"ep-short-stats\"\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e30 g\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eProtein pro Gericht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003eVegan \u0026amp;\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eBallaststoffreich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-stat\"\u003e\n\u003cspan class=\"ep-short-stat-number\"\u003e556\u003c\/span\u003e \u003cspan class=\"ep-short-stat-label\"\u003eKcal pro Glas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-features\"\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/piri-piri-stew-loewenanteil-gericht-gross.webp?v=1763903537\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003ch4\u003eIntensive Geschmacksexplosion\u003c\/h4\u003e\n\u003cp\u003eSpice \u0026amp; everything nice! Der Piri Piri Stew ist eine unwiderstehliche Fusion aus süßer Mango, schwarzen Bohnen** und feurigem Chili. Eine Geschmacksexplosion, die dich verführt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eProteinreich für deine Ziele\u003c\/h4\u003e\n\u003cp\u003eDas Gericht ist mit 30 g Protein pro Glas proteinreich und hält dich dank des hohen Ballaststoffgehalts lange satt. Es liefert dir volle Energie durch komplexe Kohlenhydrate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eBeste Bio-Qualität, sauber \u0026amp; rein\u003c\/h4\u003e\n\u003cp\u003eHergestellt aus natürlichen Bio-Lebensmitteln, darunter sonnengereifte Tomaten. Das Stew ist Vegan, Glutenfrei und ohne Zuckerzusatz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-feature\"\u003e\n\u003cdiv class=\"ep-short-feature-content\"\u003e\n\u003ch4\u003eFertig in 3 Minuten, lange haltbar\u003c\/h4\u003e\n\u003cp\u003eMit Löwenanteil bekommst du eine warme Bio-Mahlzeit in nur 3 Minuten. Da das Gericht ungekühlt über 1 Jahr haltbar ist, ist es super praktisch für Notfälle oder für unterwegs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-cta\"\u003e\n\u003cp class=\"ep-short-cta-text\"\u003eFeurige Mango-Chili-Fusion: Hol dir den proteinreichen Piri Piri Stew!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-reviews\"\u003e\n\u003cdiv class=\"ep-short-reviews-header\"\u003e\n\u003cdiv class=\"ep-short-rating\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-rating-text\"\u003e4.8\/5 Sterne • Beste Schärfe-Süße-Kombination, sehr sättigend\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Ich liebe die Mischung aus der Süße der Mango und der Schärfe des Chilis. Es ist wirklich eine Geschmacksexplosion. 30g Protein für so einen Eintopf sind genial.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Lena P., Feinschmeckerin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review\"\u003e\n\u003cdiv class=\"ep-short-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-text\"\u003e\"Super Nährwerte, vegan und so einfach zuzubereiten. Perfekt, wenn es schnell gehen muss, aber trotzdem gesund sein soll.\"\u003c\/div\u003e\n\u003cdiv class=\"ep-short-review-author\"\u003e- Simon F., Sportler\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003eIMMER FÜR DICH DA, WENN DU ES BRAUCHST.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/Loewenanteil_Vorratsschrank_1540_x_1050_px.jpg?v=1763904177\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003eStarte jetzt durch – mit Mahlzeiten, die zu deinem Leben passen. Löwenanteil: Gesund essen ohne zu kochen. Über ein Jahr haltbar, kompakt verstaut, immer verfügbar. Deine Ernährung, deine Regeln, dein Erfolg. Sichere dir jetzt deine erste Bestellung!\u003c\/p\u003e","brand":"Löwenanteil","offers":[{"title":"Default Title","offer_id":45965372457149,"sku":"98423","price":7.19,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/8866\/0413\/files\/piri-piri-stew-fertiggericht-lowenanteil-lowenanteil-373898_720x_b08fa164-b361-4e5f-9cb9-1323152a7465.webp?v=1763903657"}],"url":"https:\/\/ep-nutrition.de\/collections\/lowenanteil.oembed","provider":"EP Nutrition","version":"1.0","type":"link"}