{"title":"Veganes Proteinpulver","description":"\u003cstyle\u003e\n  \/* =========================================================\n     SHOPIFY \/ DAWN\n     Eigene H1 verwenden und nativen Kollektionstitel ausblenden\n     ========================================================= *\/\n\n  body.template-collection .collection-hero__title,\n  body.template-collection .collection__title {\n    display: none !important;\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  body.template-collection #product-grid {\n    scroll-margin-top: 110px;\n  }\n\n  \/* =========================================================\n     GRUNDLAYOUT\n     ========================================================= *\/\n\n  .ynf-protein-page {\n    width: 100%;\n    max-width: 1220px;\n    margin: 0 auto;\n    padding: 18px 22px 54px;\n    color: rgb(var(--color-foreground));\n  }\n\n  .ynf-protein-page *,\n  .ynf-protein-page *::before,\n  .ynf-protein-page *::after {\n    box-sizing: border-box;\n  }\n\n  .ynf-protein-page h1,\n  .ynf-protein-page h2,\n  .ynf-protein-page h3,\n  .ynf-protein-page p {\n    color: rgb(var(--color-foreground));\n  }\n\n  .ynf-protein-page h2 {\n    margin: 0 0 21px;\n    font-size: clamp(32px, 2.6vw, 40px);\n    line-height: 1.2;\n    font-weight: 500;\n    letter-spacing: -0.025em;\n    text-wrap: balance;\n  }\n\n  .ynf-protein-page h3 {\n    margin: 0 0 13px;\n    font-size: clamp(22px, 1.7vw, 26px);\n    line-height: 1.32;\n    font-weight: 600;\n    letter-spacing: -0.012em;\n  }\n\n  .ynf-protein-page p {\n    margin: 0 0 18px;\n    font-size: clamp(17.5px, 1.25vw, 19px);\n    line-height: 1.78;\n  }\n\n  .ynf-protein-eyebrow {\n    margin: 0 0 12px !important;\n    color: #2e7d32 !important;\n    font-size: 12px !important;\n    line-height: 1.4 !important;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .ynf-protein-hero {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .ynf-protein-main-title {\n    width: 100%;\n    max-width: 1040px;\n    margin: 0 auto 20px !important;\n    color: rgb(var(--color-foreground)) !important;\n    font-size: clamp(44px, 4vw, 58px) !important;\n    line-height: 1.08 !important;\n    font-weight: 500 !important;\n    letter-spacing: -0.035em !important;\n    text-align: center !important;\n    text-wrap: balance;\n  }\n\n  .ynf-protein-slogan {\n    margin: 0 0 24px !important;\n    color: rgb(var(--color-foreground)) !important;\n    font-size: clamp(18px, 1.45vw, 21px) !important;\n    line-height: 1.45 !important;\n    font-weight: 700;\n    letter-spacing: 0.01em;\n  }\n\n  .ynf-protein-lead {\n    max-width: 840px;\n    margin: 0 auto;\n  }\n\n  .ynf-protein-lead p {\n    margin: 0;\n    font-size: clamp(19px, 1.45vw, 22px);\n    line-height: 1.78;\n  }\n\n  .ynf-protein-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 29px;\n    padding: 16px 31px;\n    color: #ffffff !important;\n    background-color: #2e7d32;\n    border: 0;\n    border-radius: 9px;\n    box-shadow: 0 6px 18px rgba(46, 125, 50, 0.15);\n    font-size: 16px;\n    line-height: 1.3;\n    font-weight: 700;\n    text-decoration: none;\n    cursor: pointer;\n    transition:\n      transform 0.2s ease,\n      opacity 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .ynf-protein-cta:hover,\n  .ynf-protein-cta:focus {\n    color: #ffffff !important;\n    opacity: 0.93;\n    transform: translateY(-1px);\n    box-shadow: 0 8px 22px rgba(46, 125, 50, 0.2);\n  }\n\n  .ynf-protein-cta-arrow {\n    font-size: 1.15em;\n    line-height: 1;\n  }\n\n  \/* =========================================================\n     BENEFITS\n     ========================================================= *\/\n\n  .ynf-protein-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin: 46px auto 0;\n  }\n\n  .ynf-protein-benefit {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 15px;\n    min-height: 122px;\n    padding: 19px 22px;\n    text-align: left;\n    background: rgba(46, 125, 50, 0.05);\n    border: 1px solid rgba(46, 125, 50, 0.16);\n    border-radius: 12px;\n  }\n\n  .ynf-protein-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    color: #2e7d32;\n    background: rgba(255, 255, 255, 0.84);\n    border-radius: 50%;\n  }\n\n  .ynf-protein-benefit-icon svg {\n    display: block;\n    width: 22px;\n    height: 22px;\n    stroke: currentColor;\n  }\n\n  .ynf-protein-benefit-copy strong {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .ynf-protein-benefit-copy p {\n    margin: 0;\n    font-size: 15.5px;\n    line-height: 1.55;\n  }\n\n  \/* =========================================================\n     CREAMY ODER CLEAR\n     ========================================================= *\/\n\n  .ynf-protein-context {\n    margin-top: 60px;\n  }\n\n  .ynf-protein-context \u003e h2,\n  .ynf-protein-context \u003e .ynf-protein-section-intro {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: center;\n  }\n\n  .ynf-protein-section-intro {\n    margin-bottom: 0 !important;\n  }\n\n  .ynf-protein-context-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n    margin-top: 32px;\n  }\n\n  .ynf-protein-context-card {\n    padding: 32px 32px 30px;\n    background: #ffffff;\n    border: 1px solid rgba(0, 0, 0, 0.11);\n    border-radius: 12px;\n  }\n\n  .ynf-protein-context-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 46px;\n    height: 29px;\n    margin-bottom: 19px;\n    padding: 0 11px;\n    color: #2e7d32;\n    background: rgba(46, 125, 50, 0.08);\n    border-radius: 999px;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n  }\n\n  .ynf-protein-context-card p {\n    margin-bottom: 15px;\n    font-size: 17px;\n    line-height: 1.72;\n  }\n\n  .ynf-protein-context-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-protein-context-meta {\n    padding-top: 16px;\n    border-top: 1px solid rgba(0, 0, 0, 0.09);\n    font-size: 14.5px !important;\n    line-height: 1.55 !important;\n    font-weight: 600;\n  }\n\n  \/* =========================================================\n     WARUM YNF ANDERS IST\n     ========================================================= *\/\n\n  .ynf-protein-special {\n    margin-top: 54px;\n    padding: 42px 44px;\n    background: rgba(0, 0, 0, 0.035);\n    border-radius: 14px;\n  }\n\n  .ynf-protein-special-content {\n    max-width: 970px;\n    margin: 0 auto;\n  }\n\n  .ynf-protein-special h2,\n  .ynf-protein-special .ynf-protein-eyebrow {\n    text-align: center;\n  }\n\n  .ynf-protein-special p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-protein-story {\n    margin-top: 31px;\n    padding: 27px 29px;\n    background: #ffffff;\n    border-left: 4px solid #2e7d32;\n    border-radius: 0 10px 10px 0;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.035);\n  }\n\n  .ynf-protein-story p {\n    margin: 0;\n    font-size: clamp(17.5px, 1.25vw, 19px);\n    line-height: 1.75;\n  }\n\n  \/* =========================================================\n     PRODUKTÜBERSICHT\n     ========================================================= *\/\n\n  .ynf-protein-products {\n    margin-top: 60px;\n  }\n\n  .ynf-protein-products \u003e h2,\n  .ynf-protein-products \u003e .ynf-protein-products-intro {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: center;\n  }\n\n  .ynf-protein-products-intro {\n    margin-bottom: 0 !important;\n  }\n\n  .ynf-protein-product-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n    margin-top: 32px;\n  }\n\n  .ynf-protein-product {\n    display: flex;\n    flex-direction: column;\n    min-height: 100%;\n    padding: 31px 31px 29px;\n    background: #ffffff;\n    border: 1px solid rgba(0, 0, 0, 0.12);\n    border-radius: 12px;\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .ynf-protein-product:hover {\n    transform: translateY(-2px);\n    border-color: rgba(46, 125, 50, 0.3);\n    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);\n  }\n\n  .ynf-protein-product-topline {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 18px;\n  }\n\n  .ynf-protein-product-number {\n    color: #2e7d32;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n  }\n\n  .ynf-protein-product-category {\n    padding: 6px 10px;\n    color: rgba(0, 0, 0, 0.68);\n    background: rgba(0, 0, 0, 0.045);\n    border-radius: 999px;\n    font-size: 11px;\n    line-height: 1.2;\n    font-weight: 600;\n    letter-spacing: 0.035em;\n    text-transform: uppercase;\n  }\n\n  .ynf-protein-product p {\n    margin-bottom: 15px;\n    font-size: 17px;\n    line-height: 1.72;\n  }\n\n  .ynf-protein-product-meta {\n    margin-top: auto !important;\n    padding-top: 18px;\n    border-top: 1px solid rgba(0, 0, 0, 0.09);\n    font-size: 14px !important;\n    line-height: 1.55 !important;\n    font-weight: 600;\n  }\n\n  .ynf-protein-product-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    width: fit-content;\n    margin-top: 18px;\n    color: #2e7d32 !important;\n    font-size: 15.5px;\n    line-height: 1.4;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  .ynf-protein-product-link:hover,\n  .ynf-protein-product-link:focus {\n    color: #2e7d32 !important;\n    text-decoration: underline;\n    text-underline-offset: 4px;\n  }\n\n  \/* =========================================================\n     SELECTION \/ BUNDLE-STYLE BLOCK\n     ========================================================= *\/\n\n  .ynf-protein-bundle {\n    display: grid;\n    grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.75fr);\n    align-items: center;\n    gap: 34px;\n    margin-top: 24px;\n    padding: 31px 33px;\n    background: rgba(46, 125, 50, 0.055);\n    border: 1px solid rgba(46, 125, 50, 0.17);\n    border-radius: 12px;\n  }\n\n  .ynf-protein-bundle h3 {\n    margin-bottom: 10px;\n  }\n\n  .ynf-protein-bundle p {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .ynf-protein-bundle-action {\n    text-align: right;\n  }\n\n  .ynf-protein-bundle-link {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 14px 20px;\n    color: #2e7d32 !important;\n    background: #ffffff;\n    border: 1px solid rgba(46, 125, 50, 0.3);\n    border-radius: 8px;\n    font-size: 15px;\n    line-height: 1.3;\n    font-weight: 700;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .ynf-protein-bundle-link:hover,\n  .ynf-protein-bundle-link:focus {\n    color: #2e7d32 !important;\n    transform: translateY(-1px);\n    box-shadow: 0 7px 18px rgba(46, 125, 50, 0.1);\n  }\n\n  \/* =========================================================\n     TRANSPARENZ\n     ========================================================= *\/\n\n  .ynf-protein-transparency {\n    display: grid;\n    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);\n    gap: 34px;\n    margin-top: 50px;\n    padding: 32px 34px;\n    background: rgba(46, 125, 50, 0.05);\n    border-left: 4px solid #2e7d32;\n    border-radius: 0 11px 11px 0;\n  }\n\n  .ynf-protein-transparency h2 {\n    margin-bottom: 15px;\n    font-size: clamp(29px, 2.2vw, 36px);\n  }\n\n  .ynf-protein-transparency p {\n    margin-bottom: 14px;\n    font-size: 17px;\n    line-height: 1.72;\n  }\n\n  .ynf-protein-transparency p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-protein-transparency-list {\n    margin: 3px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ynf-protein-transparency-list li {\n    position: relative;\n    margin-bottom: 14px;\n    padding-left: 28px;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .ynf-protein-transparency-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-protein-transparency-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: #2e7d32;\n    font-weight: 700;\n  }\n\n  \/* =========================================================\n     HINWEISE\n     ========================================================= *\/\n\n  .ynf-protein-warning {\n    max-width: 980px;\n    margin: 22px auto 0;\n    padding: 16px 18px;\n    background: rgba(255, 193, 7, 0.065);\n    border: 1px solid rgba(180, 115, 0, 0.18);\n    border-radius: 8px;\n  }\n\n  .ynf-protein-warning p {\n    margin: 0;\n    font-size: 13.5px;\n    line-height: 1.58;\n  }\n\n  .ynf-protein-legal {\n    max-width: 940px;\n    margin: 24px auto 0;\n    text-align: center;\n  }\n\n  .ynf-protein-legal p {\n    margin: 0 0 8px;\n    font-size: 12.5px;\n    line-height: 1.55;\n    opacity: 0.72;\n  }\n\n  .ynf-protein-legal p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* =========================================================\n     ACCESSIBILITY\n     ========================================================= *\/\n\n  .ynf-protein-page a:focus-visible {\n    outline: 3px solid rgba(46, 125, 50, 0.35);\n    outline-offset: 4px;\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    html {\n      scroll-behavior: auto;\n    }\n\n    .ynf-protein-page *,\n    .ynf-protein-page *::before,\n    .ynf-protein-page *::after {\n      transition: none !important;\n    }\n  }\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media screen and (max-width: 900px) {\n    .ynf-protein-benefits {\n      grid-template-columns: 1fr;\n      max-width: 760px;\n    }\n\n    .ynf-protein-benefit {\n      min-height: 0;\n    }\n\n    .ynf-protein-bundle,\n    .ynf-protein-transparency {\n      grid-template-columns: 1fr;\n      gap: 22px;\n    }\n\n    .ynf-protein-bundle-action {\n      text-align: left;\n    }\n  }\n\n  \/* =========================================================\n     MOBILE\n     ========================================================= *\/\n\n  @media screen and (max-width: 749px) {\n    body.template-collection #product-grid {\n      scroll-margin-top: 85px;\n    }\n\n    .ynf-protein-page {\n      padding: 10px 16px 40px;\n    }\n\n    .ynf-protein-main-title {\n      margin-bottom: 18px !important;\n      font-size: clamp(36px, 11vw, 46px) !important;\n      line-height: 1.08 !important;\n      letter-spacing: -0.032em !important;\n    }\n\n    .ynf-protein-page h2 {\n      margin-bottom: 18px;\n      font-size: 28px;\n      line-height: 1.22;\n    }\n\n    .ynf-protein-page h3 {\n      font-size: 21px;\n    }\n\n    .ynf-protein-page p {\n      font-size: 17px;\n      line-height: 1.7;\n    }\n\n    .ynf-protein-eyebrow {\n      margin-bottom: 10px !important;\n      font-size: 11px !important;\n      letter-spacing: 0.11em;\n    }\n\n    .ynf-protein-slogan {\n      margin-bottom: 18px !important;\n      font-size: 17px !important;\n    }\n\n    .ynf-protein-lead p {\n      font-size: 18px;\n      line-height: 1.72;\n    }\n\n    .ynf-protein-cta {\n      width: 100%;\n      max-width: 390px;\n      padding: 15px 20px;\n      font-size: 16px;\n    }\n\n    .ynf-protein-benefits {\n      gap: 13px;\n      margin-top: 35px;\n    }\n\n    .ynf-protein-benefit {\n      grid-template-columns: 42px 1fr;\n      gap: 13px;\n      padding: 17px 18px;\n    }\n\n    .ynf-protein-benefit-icon {\n      width: 42px;\n      height: 42px;\n    }\n\n    .ynf-protein-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n    }\n\n    .ynf-protein-benefit-copy strong {\n      font-size: 16px;\n    }\n\n    .ynf-protein-benefit-copy p {\n      font-size: 15px;\n    }\n\n    .ynf-protein-context {\n      margin-top: 44px;\n    }\n\n    .ynf-protein-context-grid {\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .ynf-protein-context-card {\n      padding: 24px 20px;\n    }\n\n    .ynf-protein-context-card p {\n      font-size: 16.5px;\n    }\n\n    .ynf-protein-special {\n      margin-top: 42px;\n      padding: 29px 20px;\n    }\n\n    .ynf-protein-story {\n      margin-top: 24px;\n      padding: 21px 20px;\n    }\n\n    .ynf-protein-story p {\n      font-size: 16.5px;\n    }\n\n    .ynf-protein-products {\n      margin-top: 45px;\n    }\n\n    .ynf-protein-product-grid {\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .ynf-protein-product {\n      padding: 24px 20px;\n    }\n\n    .ynf-protein-product p {\n      font-size: 16.5px;\n    }\n\n    .ynf-protein-product-category {\n      font-size: 10px;\n    }\n\n    .ynf-protein-product-meta {\n      font-size: 13.5px !important;\n    }\n\n    .ynf-protein-bundle {\n      margin-top: 18px;\n      padding: 24px 20px;\n    }\n\n    .ynf-protein-bundle p {\n      font-size: 16.5px;\n    }\n\n    .ynf-protein-bundle-link {\n      width: 100%;\n    }\n\n    .ynf-protein-transparency {\n      margin-top: 38px;\n      padding: 24px 20px;\n    }\n\n    .ynf-protein-transparency h2 {\n      font-size: 27px;\n    }\n\n    .ynf-protein-transparency p {\n      font-size: 16.5px;\n    }\n\n    .ynf-protein-transparency-list li {\n      font-size: 15.5px;\n    }\n\n    .ynf-protein-warning {\n      margin-top: 18px;\n      padding: 13px 14px;\n    }\n\n    .ynf-protein-warning p {\n      font-size: 13px;\n    }\n\n    .ynf-protein-legal {\n      margin-top: 20px;\n    }\n\n    .ynf-protein-legal p {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-protein-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"ynf-protein-hero\"\u003e\n\n    \u003ch1 class=\"ynf-protein-main-title\"\u003e\n      Veganes Proteinpulver\n    \u003c\/h1\u003e\n\n    \u003cp class=\"ynf-protein-slogan\"\u003e\n      Smart Nutrition. Zero Sacrifice. Zero Compromise.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ynf-protein-lead\"\u003e\n      \u003cp\u003e\n        Veganes Protein ohne geschmackliche Kompromisse: cremige Shakes,\n        erfrischendes Clear Protein und ausgewählte pflanzliche Zutaten –\n        entwickelt für Training, Muskelaufbau und einen proteinreichen Alltag.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca class=\"ynf-protein-cta\" href=\"#product-grid\"\u003e\n      Vegane Proteinprodukte entdecken\n      \u003cspan class=\"ynf-protein-cta-arrow\" aria-hidden=\"true\"\u003e↓\u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003csection class=\"ynf-protein-benefits\" aria-label=\"Vorteile der YNF Proteinprodukte\"\u003e\n\n    \u003carticle class=\"ynf-protein-benefit\"\u003e\n\n      \u003cspan class=\"ynf-protein-benefit-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M19 4c-6.5.2-11.2 2.8-13.5 7.5-1.2 2.5-.7 5.2 1.3 6.7 2 1.5 4.8 1.1 6.7-.8C17.2 13.7 18.7 9.2 19 4Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5.5 19c2.2-4 5.2-7 9-9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cdiv class=\"ynf-protein-benefit-copy\"\u003e\n        \u003cstrong\u003e100 % vegan\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Pflanzliche Proteinprodukte ohne tierische Bestandteile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-protein-benefit\"\u003e\n\n      \u003cspan class=\"ynf-protein-benefit-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M7 10v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 10v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9v6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M20 9v6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 12h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cdiv class=\"ynf-protein-benefit-copy\"\u003e\n        \u003cstrong\u003eFür Muskelaufbau und Muskelerhalt\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Protein trägt zur Zunahme und zur Erhaltung von Muskelmasse bei.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-protein-benefit\"\u003e\n\n      \u003cspan class=\"ynf-protein-benefit-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 10v6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 7h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cdiv class=\"ynf-protein-benefit-copy\"\u003e\n        \u003cstrong\u003eTransparent deklariert\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Zutaten, Nährwerte, Zubereitung und Hinweise sind klar angegeben.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- CREAMY ODER CLEAR --\u003e\n\n  \u003csection class=\"ynf-protein-context\"\u003e\n\n    \u003ch2\u003e\n      Cremig oder klar: Welches vegane Protein passt zu dir?\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ynf-protein-section-intro\"\u003e\n      Protein muss nicht jeden Tag gleich schmecken. Deshalb findest du bei YNF\n      sowohl vollmundige Creamy Proteins als auch ein leichtes, fruchtiges\n      Clear Protein für die Zubereitung mit Wasser.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ynf-protein-context-grid\"\u003e\n\n      \u003carticle class=\"ynf-protein-context-card\"\u003e\n\n        \u003cspan class=\"ynf-protein-context-number\" aria-hidden=\"true\"\u003e\n          01\n        \u003c\/span\u003e\n\n        \u003ch3\u003eCreamy Protein\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Cremig, vollmundig und vielseitig: Die Creamy-Protein-Sorten basieren\n          auf Favabohnen-Protein-Isolat und werden mit einer gezielt\n          zusammengestellten Aminosäurenmischung kombiniert.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Du kannst sie klassisch als Shake trinken oder für Porridge, Bowls,\n          Smoothies und proteinreiche Rezeptideen verwenden.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-protein-context-meta\"\u003e\n          Zubereitung: 30 g Pulver mit 300 ml Wasser oder Pflanzendrink\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-protein-context-card\"\u003e\n\n        \u003cspan class=\"ynf-protein-context-number\" aria-hidden=\"true\"\u003e\n          02\n        \u003c\/span\u003e\n\n        \u003ch3\u003eClearPea® Protein\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Leicht, fruchtig und erfrischend: ClearPea® basiert auf hydrolysiertem\n          Erbsenprotein und wird mit Wasser zu einem klaren Proteingetränk\n          zubereitet.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Eine passende Alternative für alle, die zwischendurch keinen\n          cremigen Shake möchten und ihr Protein lieber kalt und fruchtig\n          genießen.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-protein-context-meta\"\u003e\n          Zubereitung: 30 g Pulver mit 500 ml kaltem Wasser\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- WARUM YNF ANDERS IST --\u003e\n\n  \u003csection class=\"ynf-protein-special\"\u003e\n\n    \u003cdiv class=\"ynf-protein-special-content\"\u003e\n\n      \u003cp class=\"ynf-protein-eyebrow\"\u003e\n        Geschmack trifft Transparenz\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Warum unser veganes Protein anders ist\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Unsere \u003cstrong\u003eCreamy-Protein-Sorten\u003c\/strong\u003e basieren auf\n        Favabohnen-Protein-Isolat. Je nach Sorte wird die Rezeptur mit\n        ausgewählten Aminosäuren sowie geschmacksgebenden Zutaten kombiniert.\n        So entstehen cremige Proteinshakes mit eigenständigen\n        Geschmacksprofilen – von fruchtig bis klassisch und nussig.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Das \u003cstrong\u003eClearPea® Protein\u003c\/strong\u003e verfolgt bewusst ein anderes\n        Konzept: Es wird mit Wasser zubereitet und erinnert geschmacklich eher\n        an einen erfrischenden Eistee als an einen klassischen Proteinshake.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Wir versprechen keine Wunder und verstecken keine Rezepturen hinter\n        allgemeinen Marketingbegriffen. Die vollständige Zusammensetzung,\n        Nährwerte, Verzehrempfehlung und Hinweise findest du transparent auf der\n        jeweiligen Produktseite.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ynf-protein-story\"\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eWarum wir YNF gegründet haben: Wir wollten selbst kein veganes Protein mehr trinken, bei dem man zwischen guten Inhaltsstoffen und gutem Geschmack wählen muss. Deshalb wählen wir für YNF nur Produkte aus, deren Rezepturen wir nachvollziehen können und die wir selbst regelmäßig verwenden würden – ehrlich deklariert, sinnvoll zusammengesetzt und ohne unnötige Kompromisse.\n        \u003c\/strong\u003e\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUKTÜBERSICHT --\u003e\n\n  \u003csection class=\"ynf-protein-products\"\u003e\n\n    \u003ch2\u003e\n      Unsere veganen Proteinprodukte im Überblick\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ynf-protein-products-intro\"\u003e\n      Drei cremige Geschmacksrichtungen und ein fruchtiges Clear Protein:\n      Wähle die Textur und den Geschmack, die am besten zu deinem Alltag\n      passen. Alle Produkte liefern pro Portion mehr als 23 g Protein.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ynf-protein-product-grid\"\u003e\n\n      \u003c!-- KIBA SMOOTHIE --\u003e\n\n      \u003carticle class=\"ynf-protein-product\"\u003e\n\n        \u003cdiv class=\"ynf-protein-product-topline\"\u003e\n          \u003cspan class=\"ynf-protein-product-number\"\u003e01\u003c\/span\u003e\n          \u003cspan class=\"ynf-protein-product-category\"\u003eCreamy Protein\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eKiba Smoothie\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fruchtig und cremig: Kirsche trifft auf die milde Note von Banane.\n          Eine abwechslungsreiche Sorte für Shakes, Smoothies, Porridge oder\n          Bowls.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Die Rezeptur basiert auf Favabohnen-Protein-Isolat und einer\n          ausgewählten Aminosäurenmischung.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-protein-product-meta\"\u003e\n          24,3 g Protein pro Portion · 908 g · ca. 30 Portionen\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-protein-product-link\" href=\"\/products\/vegan-protein-kiba-smoothie\"\u003e\n          Kiba Smoothie ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n      \u003c!-- GOLDEN PRALINE --\u003e\n\n      \u003carticle class=\"ynf-protein-product\"\u003e\n\n        \u003cdiv class=\"ynf-protein-product-topline\"\u003e\n          \u003cspan class=\"ynf-protein-product-number\"\u003e02\u003c\/span\u003e\n          \u003cspan class=\"ynf-protein-product-category\"\u003eCreamy Protein\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eGolden Praline\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Cremig, nussig und mit feinherber Kakaonote. Eine vollmundige Sorte\n          für alle, die ihr veganes Protein etwas dessertartiger genießen\n          möchten.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Auch Golden Praline kombiniert Favabohnen-Protein-Isolat mit einer\n          gezielt zusammengestellten Aminosäurenmischung.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-protein-product-meta\"\u003e\n          24,2 g Protein pro Portion · 908 g · ca. 30 Portionen\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-protein-product-link\" href=\"\/products\/vegan-protein-golden-praline\"\u003e\n          Golden Praline ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n      \u003c!-- VELVET VANILLA --\u003e\n\n      \u003carticle class=\"ynf-protein-product\"\u003e\n\n        \u003cdiv class=\"ynf-protein-product-topline\"\u003e\n          \u003cspan class=\"ynf-protein-product-number\"\u003e03\u003c\/span\u003e\n          \u003cspan class=\"ynf-protein-product-category\"\u003eCreamy Protein\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eVelvet Vanilla\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Sanft, klassisch und vielseitig. Die Vanillesorte eignet sich als\n          Shake ebenso wie als dezente Proteinbasis für Porridge, Bowls und\n          eigene Rezeptideen.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Die cremige Rezeptur basiert auf Favabohnen-Protein-Isolat und einer\n          ausgewählten Aminosäurenmischung.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-protein-product-meta\"\u003e\n          24,9 g Protein pro Portion · 908 g · ca. 30 Portionen\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-protein-product-link\" href=\"\/products\/vegan-protein-velvet-vanilla\"\u003e\n          Velvet Vanilla ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n      \u003c!-- CLEARPEA --\u003e\n\n      \u003carticle class=\"ynf-protein-product\"\u003e\n\n        \u003cdiv class=\"ynf-protein-product-topline\"\u003e\n          \u003cspan class=\"ynf-protein-product-number\"\u003e04\u003c\/span\u003e\n          \u003cspan class=\"ynf-protein-product-category\"\u003eClear Protein\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003ePeach Icetea\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Leicht, fruchtig und erfrischend: ClearPea® wird mit kaltem Wasser\n          zubereitet und erinnert geschmacklich an einen Pfirsich-Eistee.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Die Rezeptur basiert auf hydrolysiertem Erbsenprotein und wird mit\n          ausgewählten Aminosäuren ergänzt.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-protein-product-meta\"\u003e\n          23,5 g Protein pro Portion · 700 g · ca. 23 Portionen\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-protein-product-link\" href=\"\/products\/vegan-clearpea%C2%AE-protein-peach-icetea\"\u003e\n          Peach Icetea ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- SELECTION \/ BUNDLE-STYLE BLOCK --\u003e\n\n    \u003caside class=\"ynf-protein-bundle\"\u003e\n\n      \u003cdiv class=\"ynf-protein-bundle-copy\"\u003e\n\n        \u003cp class=\"ynf-protein-eyebrow\"\u003e\n          Deine Protein Selection\n        \u003c\/p\u003e\n\n        \u003ch3\u003eCreamy, Clear oder beides?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Kombiniere deine bevorzugten Sorten direkt im Produktraster.\n          Wähle zwischen drei cremigen Geschmacksrichtungen und dem fruchtigen\n          ClearPea® Protein – für mehr Abwechslung in deinem proteinreichen\n          Alltag.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-protein-bundle-action\"\u003e\n\n        \u003ca class=\"ynf-protein-bundle-link\" href=\"#product-grid\"\u003e\n          Protein Selection zusammenstellen\n          \u003cspan aria-hidden=\"true\"\u003e↓\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/aside\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- TRANSPARENZ --\u003e\n\n  \u003csection class=\"ynf-protein-transparency\"\u003e\n\n    \u003cdiv class=\"ynf-protein-transparency-copy\"\u003e\n\n      \u003ch2\u003e\n        Transparenz statt unnötiger Versprechen\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Die genaue Rezeptur unterscheidet sich je nach Produkt und\n        Geschmacksrichtung. Neben der jeweiligen Proteinquelle können unter\n        anderem Aminosäuren, Aromen, pflanzliche Fette, färbende Lebensmittel,\n        Süßungsmittel und weitere geschmacksgebende Zutaten enthalten sein.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Die vollständige Zutatenliste, Nährwertangaben, Allergiehinweise,\n        Zubereitungsempfehlungen und produktspezifischen Hinweise findest du\n        direkt auf der jeweiligen Produktseite sowie auf der Verpackung.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cul class=\"ynf-protein-transparency-list\" aria-label=\"Transparenzmerkmale\"\u003e\n      \u003cli\u003eVollständige Zutatenlisten\u003c\/li\u003e\n      \u003cli\u003eKonkrete Nährwerte pro Portion\u003c\/li\u003e\n      \u003cli\u003eNachvollziehbare Zubereitung\u003c\/li\u003e\n      \u003cli\u003eProduktspezifische Allergiehinweise\u003c\/li\u003e\n      \u003cli\u003eKeine pauschalen Wunderversprechen\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- HINWEIS --\u003e\n\n  \u003caside class=\"ynf-protein-warning\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eHinweis für Tierhalter:innen:\u003c\/strong\u003e\n      Die Creamy-Protein-Sorten enthalten Xylit. Xylit ist für Hunde giftig.\n      Bewahre die Produkte deshalb sicher und außerhalb der Reichweite von\n      Haustieren auf.\n    \u003c\/p\u003e\n\n  \u003c\/aside\u003e\n\n  \u003c!-- RECHTLICHER HINWEIS --\u003e\n\n  \u003cdiv class=\"ynf-protein-legal\"\u003e\n\n    \u003cp\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n      Eine abwechslungsreiche und ausgewogene Ernährung sowie eine gesunde\n      Lebensweise bleiben wichtig.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Bitte beachte die vollständigen Zutatenlisten, Allergiehinweise,\n      Verzehrempfehlungen und Lagerhinweise auf den jeweiligen Produktseiten\n      und Verpackungen.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"vegan-protein-velvet-vanilla","title":"Veganes Proteinpulver – Velvet Vanilla | 24,9 g Protein","description":"\u003cstyle\u003e\n  .ynf-vanilla {\n    --ynf-text: #1f211f;\n    --ynf-muted: #6d716d;\n    --ynf-border: #dedfda;\n    --ynf-surface: #f7f7f4;\n    --ynf-radius: 14px;\n    color: var(--ynf-text);\n    font-family: inherit;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .ynf-vanilla,\n  .ynf-vanilla * {\n    box-sizing: border-box;\n  }\n\n  .ynf-vanilla h2,\n  .ynf-vanilla h3,\n  .ynf-vanilla p {\n    margin-top: 0;\n  }\n\n  .ynf-vanilla__trust {\n    overflow: hidden;\n    margin-bottom: 28px;\n    border: 1px solid var(--ynf-border);\n    border-radius: var(--ynf-radius);\n    background: #fff;\n  }\n\n  .ynf-vanilla__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-vanilla__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-vanilla__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-vanilla__fact-value,\n  .ynf-vanilla__fact-label {\n    display: block;\n  }\n\n  .ynf-vanilla__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-vanilla__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-vanilla__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-vanilla__service-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-vanilla__service-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 50%;\n    color: var(--ynf-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ynf-vanilla__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-vanilla__eyebrow {\n    margin-bottom: 7px;\n    color: var(--ynf-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ynf-vanilla__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-vanilla__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-vanilla__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-vanilla__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-vanilla__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-vanilla__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-vanilla__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-vanilla__benefit-number {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n  }\n\n  .ynf-vanilla__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-vanilla__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-vanilla__claim {\n    margin: 14px 0 0;\n    padding-left: 12px;\n    border-left: 2px solid var(--ynf-text);\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ynf-vanilla__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-vanilla__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-vanilla__accordion summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .ynf-vanilla__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-vanilla__accordion summary::before,\n  .ynf-vanilla__accordion summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 2px;\n    width: 14px;\n    height: 1.5px;\n    background: var(--ynf-text);\n    transform: translateY(-50%);\n  }\n\n  .ynf-vanilla__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-vanilla__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-vanilla__accordion-content {\n    padding: 0 0 20px;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ynf-vanilla__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-vanilla__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-vanilla__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-vanilla__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-vanilla__note {\n    margin-top: 14px;\n    padding: 12px;\n    border-radius: 9px;\n    background: var(--ynf-surface);\n    color: var(--ynf-text);\n    font-size: 12px;\n  }\n\n  .ynf-vanilla__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-vanilla__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-vanilla__table {\n    width: 100%;\n    min-width: 620px;\n    border-spacing: 0;\n    border-collapse: collapse;\n    color: var(--ynf-text);\n    font-size: 12px;\n    line-height: 1.4;\n    text-align: left;\n  }\n\n  .ynf-vanilla__table--amino {\n    min-width: 480px;\n  }\n\n  .ynf-vanilla__table th,\n  .ynf-vanilla__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-vanilla__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-vanilla__table tbody th {\n    width: 38%;\n    font-weight: 600;\n  }\n\n  .ynf-vanilla__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-vanilla__table tbody tr:last-child th,\n  .ynf-vanilla__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-vanilla__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-vanilla__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-vanilla__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-vanilla__brand-note p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .ynf-vanilla__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-vanilla__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-vanilla__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-vanilla__fact,\n    .ynf-vanilla__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-vanilla__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-vanilla__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-vanilla\"\u003e\n\n  \u003csection class=\"ynf-vanilla__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-vanilla__facts\"\u003e\n      \u003cdiv class=\"ynf-vanilla__fact\"\u003e\n        \u003cspan class=\"ynf-vanilla__fact-value\"\u003e24,9 g\u003c\/span\u003e\n        \u003cspan class=\"ynf-vanilla__fact-label\"\u003eProtein pro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-vanilla__fact\"\u003e\n        \u003cspan class=\"ynf-vanilla__fact-value\"\u003eca. 30\u003c\/span\u003e\n        \u003cspan class=\"ynf-vanilla__fact-label\"\u003ePortionen pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-vanilla__fact\"\u003e\n        \u003cspan class=\"ynf-vanilla__fact-value\"\u003eca. 1,00 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-vanilla__fact-label\"\u003epro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-vanilla__fact\"\u003e\n        \u003cspan class=\"ynf-vanilla__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-vanilla__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-vanilla__service\"\u003e\n      \u003cdiv class=\"ynf-vanilla__service-item\"\u003e\n        \u003cspan class=\"ynf-vanilla__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e2–4 Werktage Lieferzeit\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-vanilla__service-item\"\u003e\n        \u003cspan class=\"ynf-vanilla__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSichere Zahlungsmöglichkeiten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-vanilla__service-item\"\u003e\n        \u003cspan class=\"ynf-vanilla__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Deutschland\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-vanilla__intro\"\u003e\n    \u003cp class=\"ynf-vanilla__eyebrow\"\u003eVegan Creamy Protein\u003c\/p\u003e\n    \u003ch2 class=\"ynf-vanilla__title\"\u003eSanfter Vanillegenuss\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-vanilla__lead\"\u003e\n      Cremiges veganes Proteinpulver mit sanftem Vanillegeschmack,\n      angenehmer Süße und 24,9 g Protein pro Portion.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-vanilla__body\"\u003e\n      Velvet Vanilla ist mild, ausgewogen und besonders vielseitig. Die Rezeptur\n      basiert auf Favabohnen-Proteinisolat und wird gezielt um ausgewählte\n      Aminosäuren ergänzt. Das Ergebnis ist ein angenehm cremiger und leicht\n      trinkbarer Shake – pur ebenso passend wie als Basis für Porridge, Bowls\n      oder Desserts.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-vanilla__benefits\" aria-labelledby=\"ynf-vanilla-benefits\"\u003e\n    \u003cp class=\"ynf-vanilla__eyebrow\"\u003eDurchdacht formuliert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-vanilla-benefits\" class=\"ynf-vanilla__section-title\"\u003e\n      Darum YNF Creamy Protein\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-vanilla__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-vanilla__benefit\"\u003e\n        \u003cspan class=\"ynf-vanilla__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eCremig und angenehm trinkbar\u003c\/h3\u003e\n        \u003cp\u003e\n          Vollmundige Konsistenz, ohne übermäßig dick oder schwer zu wirken.\n          Mit 300 ml Wasser bleibt der Shake angenehm leicht trinkbar.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-vanilla__benefit\"\u003e\n        \u003cspan class=\"ynf-vanilla__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003ePflanzliche Proteinbasis\u003c\/h3\u003e\n        \u003cp\u003e\n          Auf Basis von Favabohnen-Proteinisolat und vollständig ohne\n          tierische Bestandteile.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-vanilla__benefit\"\u003e\n        \u003cspan class=\"ynf-vanilla__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eAbgestimmte Aminosäuren\u003c\/h3\u003e\n        \u003cp\u003e\n          Die Proteinbasis wird gezielt mit ausgewählten Aminosäuren wie\n          Leucin, Isoleucin und Valin ergänzt.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-vanilla__benefit\"\u003e\n        \u003cspan class=\"ynf-vanilla__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003eVielseitig im Alltag\u003c\/h3\u003e\n        \u003cp\u003e\n          Als Shake mit Wasser oder Pflanzendrink, im Porridge, in Bowls,\n          Desserts oder als Basis für selbstgemachtes Protein-Eis.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-vanilla__claim\"\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-vanilla__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-vanilla__accordion\"\u003e\n      \u003csummary\u003eGeschmack \u0026amp; Konsistenz\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-vanilla__accordion-content\"\u003e\n        \u003cp\u003e\n          Velvet Vanilla bietet einen sanften, klassischen Vanillegeschmack mit\n          angenehmer Süße. Die Konsistenz ist cremig, bleibt bei der empfohlenen\n          Zubereitung mit 300 ml Flüssigkeit aber angenehm leicht trinkbar.\n        \u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003esanfter Vanillegeschmack\u003c\/li\u003e\n          \u003cli\u003eangenehm ausgewogene Süße\u003c\/li\u003e\n          \u003cli\u003ecremig, aber nicht übermäßig dickflüssig\u003c\/li\u003e\n          \u003cli\u003emit Xylit und Sucralose gesüßt\u003c\/li\u003e\n          \u003cli\u003eohne Zuckerzusatz\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-vanilla__accordion\"\u003e\n      \u003csummary\u003eZubereitung \u0026amp; Verwendung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-vanilla__accordion-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e30 g Pulver\u003c\/strong\u003e – etwa ein gehäufter Messlöffel – mit\n          \u003cstrong\u003e300 ml kaltem Wasser\u003c\/strong\u003e oder Pflanzendrink in einem\n          Shaker gründlich mischen.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Für eine dickere Konsistenz etwas weniger, für einen leichteren Shake\n          etwas mehr Flüssigkeit verwenden. Velvet Vanilla eignet sich außerdem\n          für Smoothies, Porridge, Bowls, Desserts und als Basis für\n          selbstgemachtes Protein-Eis.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePackungsinhalt:\u003c\/strong\u003e 908 g, ca. 30 Portionen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-vanilla__accordion\"\u003e\n      \u003csummary\u003eZutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-vanilla__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Favabohnen-Proteinisolat 65 %, Aminosäurenmischung 23 %\n          (L-Leucin, L-Isoleucin, L-Valin, L-Glutamin, L-Threonin,\n          L-Methionin), pflanzliches Fettpulver (Sonnenblume),\n          Verdickungsmittel (Xanthan), Aroma, Meersalz, färbendes Lebensmittel\n          (Kurkuma), Süßungsmittel (Xylit, Sucralose), Emulgator\n          (Sonnenblumenlecithin).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-vanilla__note\"\u003e\n          Enthält Xylit. Ein übermäßiger Verzehr kann abführend wirken.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-vanilla__accordion\"\u003e\n      \u003csummary\u003eNährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-vanilla__accordion-content\"\u003e\n        \u003cp class=\"ynf-vanilla__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-vanilla__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-vanilla__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n                \u003ctd\u003e1.615 kJ \/ 386 kcal\u003c\/td\u003e\n                \u003ctd\u003e485 kJ \/ 116 kcal\u003c\/td\u003e\n                \u003ctd\u003e6 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n                \u003ctd\u003e5,09 g\u003c\/td\u003e\n                \u003ctd\u003e1,53 g\u003c\/td\u003e\n                \u003ctd\u003e2 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n                \u003ctd\u003e0,36 g\u003c\/td\u003e\n                \u003ctd\u003e0,11 g\u003c\/td\u003e\n                \u003ctd\u003e1 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n                \u003ctd\u003e1,50 g\u003c\/td\u003e\n                \u003ctd\u003e0,45 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n                \u003ctd\u003e0,36 g\u003c\/td\u003e\n                \u003ctd\u003e0,11 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n                \u003ctd\u003e1,03 g\u003c\/td\u003e\n                \u003ctd\u003e0,31 g\u003c\/td\u003e\n                \u003ctd\u003e–\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n                \u003ctd\u003e83,01 g\u003c\/td\u003e\n                \u003ctd\u003e24,90 g\u003c\/td\u003e\n                \u003ctd\u003e50 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n                \u003ctd\u003e2,44 g\u003c\/td\u003e\n                \u003ctd\u003e0,73 g\u003c\/td\u003e\n                \u003ctd\u003e12 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-vanilla__footnote\"\u003e\n          * Referenzmenge für einen durchschnittlichen Erwachsenen\n          (8.400 kJ \/ 2.000 kcal). Nährwerte kalkulatorisch ermittelt und den\n          bei Naturprodukten üblichen Schwankungen unterworfen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-vanilla__accordion\"\u003e\n      \u003csummary\u003eAminosäureprofil\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-vanilla__accordion-content\"\u003e\n        \u003cp class=\"ynf-vanilla__table-intro\"\u003e\n          Durchschnittliche Werte des enthaltenen Aminosäureprofils.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-vanilla__table-wrap\" role=\"region\" aria-label=\"Aminosäureprofil\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-vanilla__table ynf-vanilla__table--amino\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eAminosäure\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Isoleucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e6.753 mg\u003c\/td\u003e\n\u003ctd\u003e2.026 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Leucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e12.568 mg\u003c\/td\u003e\n\u003ctd\u003e3.770 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Valin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e7.188 mg\u003c\/td\u003e\n\u003ctd\u003e2.156 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Histidin\u003c\/th\u003e\n\u003ctd\u003e1.736 mg\u003c\/td\u003e\n\u003ctd\u003e521 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Lysin\u003c\/th\u003e\n\u003ctd\u003e4.486 mg\u003c\/td\u003e\n\u003ctd\u003e1.346 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Methionin\u003c\/th\u003e\n\u003ctd\u003e2.835 mg\u003c\/td\u003e\n\u003ctd\u003e851 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Phenylalanin\u003c\/th\u003e\n\u003ctd\u003e3.256 mg\u003c\/td\u003e\n\u003ctd\u003e977 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Threonin\u003c\/th\u003e\n\u003ctd\u003e5.652 mg\u003c\/td\u003e\n\u003ctd\u003e1.696 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tryptophan\u003c\/th\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003ctd\u003e217 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Alanin\u003c\/th\u003e\n\u003ctd\u003e2.605 mg\u003c\/td\u003e\n\u003ctd\u003e782 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Arginin\u003c\/th\u003e\n\u003ctd\u003e5.571 mg\u003c\/td\u003e\n\u003ctd\u003e1.671 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Asparaginsäure\u003c\/th\u003e\n\u003ctd\u003e7.018 mg\u003c\/td\u003e\n\u003ctd\u003e2.105 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Cystein\u003c\/th\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003ctd\u003e217 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glutamin\u003c\/th\u003e\n\u003ctd\u003e16.386 mg\u003c\/td\u003e\n\u003ctd\u003e4.916 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glycin\u003c\/th\u003e\n\u003ctd\u003e2.532 mg\u003c\/td\u003e\n\u003ctd\u003e760 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Prolin\u003c\/th\u003e\n\u003ctd\u003e2.894 mg\u003c\/td\u003e\n\u003ctd\u003e868 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Serin\u003c\/th\u003e\n\u003ctd\u003e2.966 mg\u003c\/td\u003e\n\u003ctd\u003e890 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tyrosin\u003c\/th\u003e\n\u003ctd\u003e2.170 mg\u003c\/td\u003e\n\u003ctd\u003e651 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-vanilla__accordion\"\u003e\n      \u003csummary\u003eHinweise \u0026amp; Lagerung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-vanilla__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eKühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\u003c\/li\u003e\n          \u003cli\u003eNach dem Öffnen sorgfältig verschließen.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eÄnderungen und Irrtümer vorbehalten.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\n          Alle Angaben unterliegen den bei Naturprodukten üblichen Schwankungen.\n          Maßgeblich sind die Angaben auf der Produktverpackung.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-vanilla__brand-note\"\u003e\n    \u003cstrong\u003eTransparent formuliert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Wir zeigen dir, was enthalten ist, wie das Produkt zusammengesetzt ist\n      und wie du es verwendest – ohne künstliche Verknappung und ohne\n      übertriebene Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":54806495428943,"sku":"","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/vanilla_825b73b5-dd67-4868-bb38-d088de4fa9a0.png?v=1782311684"},{"product_id":"vegan-protein-golden-praline","title":"Veganes Proteinpulver – Golden Praline | 24,2 g Protein","description":"\u003cstyle\u003e\n  .ynf-golden {\n    --ynf-text: #1f211f;\n    --ynf-muted: #6d716d;\n    --ynf-border: #dedfda;\n    --ynf-surface: #f7f7f4;\n    --ynf-radius: 14px;\n    color: var(--ynf-text);\n    font-family: inherit;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .ynf-golden,\n  .ynf-golden * {\n    box-sizing: border-box;\n  }\n\n  .ynf-golden h2,\n  .ynf-golden h3,\n  .ynf-golden p {\n    margin-top: 0;\n  }\n\n  .ynf-golden__trust {\n    overflow: hidden;\n    margin-bottom: 28px;\n    border: 1px solid var(--ynf-border);\n    border-radius: var(--ynf-radius);\n    background: #fff;\n  }\n\n  .ynf-golden__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-golden__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-golden__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-golden__fact-value,\n  .ynf-golden__fact-label {\n    display: block;\n  }\n\n  .ynf-golden__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-golden__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-golden__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-golden__service-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-golden__service-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 50%;\n    color: var(--ynf-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ynf-golden__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-golden__eyebrow {\n    margin-bottom: 7px;\n    color: var(--ynf-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ynf-golden__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-golden__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-golden__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-golden__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-golden__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-golden__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-golden__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-golden__benefit-number {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n  }\n\n  .ynf-golden__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-golden__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-golden__claim {\n    margin: 14px 0 0;\n    padding-left: 12px;\n    border-left: 2px solid var(--ynf-text);\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ynf-golden__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-golden__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-golden__accordion summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .ynf-golden__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-golden__accordion summary::before,\n  .ynf-golden__accordion summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 2px;\n    width: 14px;\n    height: 1.5px;\n    background: var(--ynf-text);\n    transform: translateY(-50%);\n  }\n\n  .ynf-golden__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-golden__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-golden__accordion-content {\n    padding: 0 0 20px;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ynf-golden__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-golden__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-golden__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-golden__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-golden__note {\n    margin-top: 14px;\n    padding: 12px;\n    border-radius: 9px;\n    background: var(--ynf-surface);\n    color: var(--ynf-text);\n    font-size: 12px;\n  }\n\n  .ynf-golden__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-golden__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-golden__table {\n    width: 100%;\n    min-width: 620px;\n    border-spacing: 0;\n    border-collapse: collapse;\n    color: var(--ynf-text);\n    font-size: 12px;\n    line-height: 1.4;\n    text-align: left;\n  }\n\n  .ynf-golden__table--amino {\n    min-width: 480px;\n  }\n\n  .ynf-golden__table th,\n  .ynf-golden__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-golden__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-golden__table tbody th {\n    width: 38%;\n    font-weight: 600;\n  }\n\n  .ynf-golden__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-golden__table tbody tr:last-child th,\n  .ynf-golden__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-golden__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-golden__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-golden__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-golden__brand-note p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .ynf-golden__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-golden__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-golden__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-golden__fact,\n    .ynf-golden__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-golden__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-golden__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-golden\"\u003e\n\n  \u003csection class=\"ynf-golden__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-golden__facts\"\u003e\n      \u003cdiv class=\"ynf-golden__fact\"\u003e\n        \u003cspan class=\"ynf-golden__fact-value\"\u003e24,2 g\u003c\/span\u003e\n        \u003cspan class=\"ynf-golden__fact-label\"\u003eProtein pro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-golden__fact\"\u003e\n        \u003cspan class=\"ynf-golden__fact-value\"\u003eca. 30\u003c\/span\u003e\n        \u003cspan class=\"ynf-golden__fact-label\"\u003ePortionen pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-golden__fact\"\u003e\n        \u003cspan class=\"ynf-golden__fact-value\"\u003eca. 1,00 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-golden__fact-label\"\u003epro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-golden__fact\"\u003e\n        \u003cspan class=\"ynf-golden__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-golden__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-golden__service\"\u003e\n      \u003cdiv class=\"ynf-golden__service-item\"\u003e\n        \u003cspan class=\"ynf-golden__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e2–4 Werktage Lieferzeit\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-golden__service-item\"\u003e\n        \u003cspan class=\"ynf-golden__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSichere Zahlungsmöglichkeiten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-golden__service-item\"\u003e\n        \u003cspan class=\"ynf-golden__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Deutschland\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-golden__intro\"\u003e\n    \u003cp class=\"ynf-golden__eyebrow\"\u003eVegan Creamy Protein\u003c\/p\u003e\n    \u003ch2 class=\"ynf-golden__title\"\u003eNussig-cremiger Pralinengenuss\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-golden__lead\"\u003e\n      Cremiges veganes Proteinpulver mit angenehm nussigem Geschmack,\n      feinherber Kakaonote und 24,2 g Protein pro Portion.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-golden__body\"\u003e\n      Golden Praline verbindet einen weichen, nussigen Geschmack mit einer\n      dezenten Kakaonote. Die Rezeptur basiert auf Favabohnen-Proteinisolat\n      und wird gezielt um ausgewählte Aminosäuren ergänzt. Das Ergebnis ist\n      ein ausgewogener, angenehm trinkbarer Shake – pflanzlich, unkompliziert\n      und ohne Zuckerzusatz.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-golden__benefits\" aria-labelledby=\"ynf-golden-benefits\"\u003e\n    \u003cp class=\"ynf-golden__eyebrow\"\u003eDurchdacht formuliert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-golden-benefits\" class=\"ynf-golden__section-title\"\u003e\n      Darum YNF Creamy Protein\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-golden__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-golden__benefit\"\u003e\n        \u003cspan class=\"ynf-golden__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eCremig und angenehm trinkbar\u003c\/h3\u003e\n        \u003cp\u003e\n          Vollmundige Konsistenz, ohne übermäßig dick oder schwer zu wirken.\n          Mit 300 ml Wasser bleibt der Shake angenehm leicht trinkbar.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-golden__benefit\"\u003e\n        \u003cspan class=\"ynf-golden__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003ePflanzliche Proteinbasis\u003c\/h3\u003e\n        \u003cp\u003e\n          Auf Basis von Favabohnen-Proteinisolat und vollständig ohne\n          tierische Bestandteile.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-golden__benefit\"\u003e\n        \u003cspan class=\"ynf-golden__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eAbgestimmte Aminosäuren\u003c\/h3\u003e\n        \u003cp\u003e\n          Die Proteinbasis wird gezielt mit ausgewählten Aminosäuren wie\n          Leucin, Isoleucin und Valin ergänzt.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-golden__benefit\"\u003e\n        \u003cspan class=\"ynf-golden__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003eVielseitig im Alltag\u003c\/h3\u003e\n        \u003cp\u003e\n          Als Shake mit Wasser oder Pflanzendrink, im Smoothie, im Porridge\n          oder als Basis für selbstgemachtes Protein-Eis.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-golden__claim\"\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-golden__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-golden__accordion\"\u003e\n      \u003csummary\u003eGeschmack \u0026amp; Konsistenz\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-golden__accordion-content\"\u003e\n        \u003cp\u003e\n          Golden Praline kombiniert einen angenehm nussigen Geschmack mit\n          einer feinherben Kakaonote. Die Konsistenz ist cremig, bleibt bei\n          der empfohlenen Zubereitung mit 300 ml Flüssigkeit aber angenehm\n          leicht trinkbar.\n        \u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eangenehm nussiger Geschmack\u003c\/li\u003e\n          \u003cli\u003efeinherbe Kakaonote\u003c\/li\u003e\n          \u003cli\u003ecremig, aber nicht übermäßig dickflüssig\u003c\/li\u003e\n          \u003cli\u003emit Xylit und Sucralose gesüßt\u003c\/li\u003e\n          \u003cli\u003eohne Zuckerzusatz\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-golden__accordion\"\u003e\n      \u003csummary\u003eZubereitung \u0026amp; Verwendung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-golden__accordion-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e30 g Pulver\u003c\/strong\u003e – etwa ein gehäufter Messlöffel – mit\n          \u003cstrong\u003e300 ml kaltem Wasser\u003c\/strong\u003e oder Pflanzendrink in einem\n          Shaker gründlich mischen.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Für eine dickere Konsistenz etwas weniger, für einen leichteren Shake\n          etwas mehr Flüssigkeit verwenden. Das Pulver eignet sich außerdem\n          für Smoothies, Porridge und als Basis für selbstgemachtes Protein-Eis.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePackungsinhalt:\u003c\/strong\u003e 908 g, ca. 30 Portionen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-golden__accordion\"\u003e\n      \u003csummary\u003eZutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-golden__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Favabohnen-Proteinisolat 64 %, Aminosäurenmischung 23 %\n          (L-Leucin, L-Isoleucin, L-Valin, L-Glutamin, L-Threonin,\n          L-Methionin), stark entöltes Kakaopulver, pflanzliches Fettpulver\n          (Sonnenblume), Verdickungsmittel (Xanthan), Aroma, Meersalz,\n          Süßungsmittel (Xylit, Sucralose), Emulgator (Sonnenblumenlecithin).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-golden__note\"\u003e\n          Enthält Xylit. Ein übermäßiger Verzehr kann abführend wirken.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-golden__accordion\"\u003e\n      \u003csummary\u003eNährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-golden__accordion-content\"\u003e\n        \u003cp class=\"ynf-golden__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-golden__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-golden__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n                \u003ctd\u003e1.602 kJ \/ 383 kcal\u003c\/td\u003e\n                \u003ctd\u003e481 kJ \/ 115 kcal\u003c\/td\u003e\n                \u003ctd\u003e6 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n                \u003ctd\u003e5,34 g\u003c\/td\u003e\n                \u003ctd\u003e1,60 g\u003c\/td\u003e\n                \u003ctd\u003e2 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n                \u003ctd\u003e0,58 g\u003c\/td\u003e\n                \u003ctd\u003e0,17 g\u003c\/td\u003e\n                \u003ctd\u003e1 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n                \u003ctd\u003e2,14 g\u003c\/td\u003e\n                \u003ctd\u003e0,64 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n                \u003ctd\u003e0,34 g\u003c\/td\u003e\n                \u003ctd\u003e0,10 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n                \u003ctd\u003e2,00 g\u003c\/td\u003e\n                \u003ctd\u003e0,60 g\u003c\/td\u003e\n                \u003ctd\u003e–\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n                \u003ctd\u003e80,68 g\u003c\/td\u003e\n                \u003ctd\u003e24,20 g\u003c\/td\u003e\n                \u003ctd\u003e48 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n                \u003ctd\u003e2,03 g\u003c\/td\u003e\n                \u003ctd\u003e0,61 g\u003c\/td\u003e\n                \u003ctd\u003e10 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-golden__footnote\"\u003e\n          * Referenzmenge für einen durchschnittlichen Erwachsenen\n          (8.400 kJ \/ 2.000 kcal). Nährwerte kalkulatorisch ermittelt und den\n          bei Naturprodukten üblichen Schwankungen unterworfen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-golden__accordion\"\u003e\n      \u003csummary\u003eAminosäureprofil\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-golden__accordion-content\"\u003e\n        \u003cp class=\"ynf-golden__table-intro\"\u003e\n          Durchschnittliche Werte des enthaltenen Aminosäureprofils.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-golden__table-wrap\" role=\"region\" aria-label=\"Aminosäureprofil\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-golden__table ynf-golden__table--amino\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eAminosäure\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Isoleucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e6.753 mg\u003c\/td\u003e\n\u003ctd\u003e2.026 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Leucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e12.568 mg\u003c\/td\u003e\n\u003ctd\u003e3.770 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Valin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e7.188 mg\u003c\/td\u003e\n\u003ctd\u003e2.156 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Histidin\u003c\/th\u003e\n\u003ctd\u003e1.736 mg\u003c\/td\u003e\n\u003ctd\u003e521 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Lysin\u003c\/th\u003e\n\u003ctd\u003e4.486 mg\u003c\/td\u003e\n\u003ctd\u003e1.346 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Methionin\u003c\/th\u003e\n\u003ctd\u003e2.835 mg\u003c\/td\u003e\n\u003ctd\u003e851 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Phenylalanin\u003c\/th\u003e\n\u003ctd\u003e3.256 mg\u003c\/td\u003e\n\u003ctd\u003e977 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Threonin\u003c\/th\u003e\n\u003ctd\u003e5.652 mg\u003c\/td\u003e\n\u003ctd\u003e1.696 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tryptophan\u003c\/th\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003ctd\u003e217 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Alanin\u003c\/th\u003e\n\u003ctd\u003e2.605 mg\u003c\/td\u003e\n\u003ctd\u003e782 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Arginin\u003c\/th\u003e\n\u003ctd\u003e5.571 mg\u003c\/td\u003e\n\u003ctd\u003e1.671 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Asparaginsäure\u003c\/th\u003e\n\u003ctd\u003e7.018 mg\u003c\/td\u003e\n\u003ctd\u003e2.105 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Cystein\u003c\/th\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003ctd\u003e217 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glutamin\u003c\/th\u003e\n\u003ctd\u003e16.386 mg\u003c\/td\u003e\n\u003ctd\u003e4.916 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glycin\u003c\/th\u003e\n\u003ctd\u003e2.532 mg\u003c\/td\u003e\n\u003ctd\u003e760 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Prolin\u003c\/th\u003e\n\u003ctd\u003e2.894 mg\u003c\/td\u003e\n\u003ctd\u003e868 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Serin\u003c\/th\u003e\n\u003ctd\u003e2.966 mg\u003c\/td\u003e\n\u003ctd\u003e890 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tyrosin\u003c\/th\u003e\n\u003ctd\u003e2.170 mg\u003c\/td\u003e\n\u003ctd\u003e651 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-golden__accordion\"\u003e\n      \u003csummary\u003eHinweise \u0026amp; Lagerung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-golden__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eKühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\u003c\/li\u003e\n          \u003cli\u003eNach dem Öffnen sorgfältig verschließen.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eÄnderungen und Irrtümer vorbehalten.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\n          Alle Angaben unterliegen den bei Naturprodukten üblichen Schwankungen.\n          Maßgeblich sind die Angaben auf der Produktverpackung.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-golden__brand-note\"\u003e\n    \u003cstrong\u003eTransparent formuliert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Wir zeigen dir, was enthalten ist, wie das Produkt zusammengesetzt ist\n      und wie du es verwendest – ohne künstliche Verknappung und ohne\n      übertriebene Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":54806498345295,"sku":"","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/golden_praline_fbab7b93-44b2-49fe-9d59-ecdcf971214d.png?v=1782311910"},{"product_id":"vegan-protein-kiba-smoothie","title":"Veganes Proteinpulver – Kiba | 24,3 g Protein","description":"\u003cstyle\u003e\n  .ynf-kiba {\n    --ynf-text: #1f211f;\n    --ynf-muted: #6d716d;\n    --ynf-border: #dedfda;\n    --ynf-surface: #f7f7f4;\n    --ynf-radius: 14px;\n    color: var(--ynf-text);\n    font-family: inherit;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .ynf-kiba,\n  .ynf-kiba * {\n    box-sizing: border-box;\n  }\n\n  .ynf-kiba h2,\n  .ynf-kiba h3,\n  .ynf-kiba p {\n    margin-top: 0;\n  }\n\n  .ynf-kiba__trust {\n    overflow: hidden;\n    margin-bottom: 28px;\n    border: 1px solid var(--ynf-border);\n    border-radius: var(--ynf-radius);\n    background: #fff;\n  }\n\n  .ynf-kiba__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-kiba__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-kiba__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-kiba__fact-value,\n  .ynf-kiba__fact-label {\n    display: block;\n  }\n\n  .ynf-kiba__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-kiba__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-kiba__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-kiba__service-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-kiba__service-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 50%;\n    color: var(--ynf-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ynf-kiba__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-kiba__eyebrow {\n    margin-bottom: 7px;\n    color: var(--ynf-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ynf-kiba__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-kiba__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-kiba__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-kiba__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-kiba__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-kiba__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-kiba__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-kiba__benefit-number {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n  }\n\n  .ynf-kiba__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-kiba__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-kiba__claim {\n    margin: 14px 0 0;\n    padding-left: 12px;\n    border-left: 2px solid var(--ynf-text);\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ynf-kiba__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-kiba__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-kiba__accordion summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .ynf-kiba__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-kiba__accordion summary::before,\n  .ynf-kiba__accordion summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 2px;\n    width: 14px;\n    height: 1.5px;\n    background: var(--ynf-text);\n    transform: translateY(-50%);\n  }\n\n  .ynf-kiba__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-kiba__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-kiba__accordion-content {\n    padding: 0 0 20px;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ynf-kiba__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-kiba__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-kiba__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-kiba__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-kiba__note {\n    margin-top: 14px;\n    padding: 12px;\n    border-radius: 9px;\n    background: var(--ynf-surface);\n    color: var(--ynf-text);\n    font-size: 12px;\n  }\n\n  .ynf-kiba__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-kiba__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-kiba__table {\n    width: 100%;\n    min-width: 620px;\n    border-spacing: 0;\n    border-collapse: collapse;\n    color: var(--ynf-text);\n    font-size: 12px;\n    line-height: 1.4;\n    text-align: left;\n  }\n\n  .ynf-kiba__table--amino {\n    min-width: 480px;\n  }\n\n  .ynf-kiba__table th,\n  .ynf-kiba__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-kiba__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-kiba__table tbody th {\n    width: 38%;\n    font-weight: 600;\n  }\n\n  .ynf-kiba__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-kiba__table tbody tr:last-child th,\n  .ynf-kiba__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-kiba__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-kiba__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-kiba__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-kiba__brand-note p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .ynf-kiba__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-kiba__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-kiba__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-kiba__fact,\n    .ynf-kiba__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-kiba__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-kiba__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-kiba\"\u003e\n\n  \u003csection class=\"ynf-kiba__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-kiba__facts\"\u003e\n      \u003cdiv class=\"ynf-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-kiba__fact-value\"\u003e24,3 g\u003c\/span\u003e\n        \u003cspan class=\"ynf-kiba__fact-label\"\u003eProtein pro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-kiba__fact-value\"\u003eca. 30\u003c\/span\u003e\n        \u003cspan class=\"ynf-kiba__fact-label\"\u003ePortionen pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-kiba__fact-value\"\u003eca. 1,00 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-kiba__fact-label\"\u003epro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-kiba__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-kiba__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-kiba__service\"\u003e\n      \u003cdiv class=\"ynf-kiba__service-item\"\u003e\n        \u003cspan class=\"ynf-kiba__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e2–4 Werktage Lieferzeit\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-kiba__service-item\"\u003e\n        \u003cspan class=\"ynf-kiba__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSichere Zahlungsmöglichkeiten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-kiba__service-item\"\u003e\n        \u003cspan class=\"ynf-kiba__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Deutschland\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-kiba__intro\"\u003e\n    \u003cp class=\"ynf-kiba__eyebrow\"\u003eVegan Creamy Protein\u003c\/p\u003e\n    \u003ch2 class=\"ynf-kiba__title\"\u003eCremiger Kirsch-Bananen-Genuss\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-kiba__lead\"\u003e\n      Cremiges veganes Proteinpulver mit fruchtigem Kirsch-Bananen-Geschmack\n      und 24,3 g Protein pro Portion.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-kiba__body\"\u003e\n      KIBA Smoothie verbindet die saftig-fruchtige Note von Kirsche mit milder\n      Banane. Die Rezeptur basiert auf Favabohnen-Proteinisolat und wird gezielt\n      um ausgewählte Aminosäuren ergänzt. Das Ergebnis ist ein angenehm\n      cremiger Shake – pflanzlich, unkompliziert und ohne Zuckerzusatz.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-kiba__benefits\" aria-labelledby=\"ynf-kiba-benefits\"\u003e\n    \u003cp class=\"ynf-kiba__eyebrow\"\u003eDurchdacht formuliert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-kiba-benefits\" class=\"ynf-kiba__section-title\"\u003e\n      Darum YNF Creamy Protein\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-kiba__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-kiba__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eCremige Konsistenz\u003c\/h3\u003e\n       \u003ch3\u003eCremig und angenehm trinkbar\u003c\/h3\u003e\n\u003cp\u003e\n  Vollmundige Konsistenz, ohne übermäßig dick oder schwer zu wirken.\n  Mit 300 ml Wasser bleibt der Shake angenehm leicht trinkbar.\n\u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-kiba__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003ePflanzliche Proteinbasis\u003c\/h3\u003e\n        \u003cp\u003e\n          Auf Basis von Favabohnen-Proteinisolat und vollständig ohne\n          tierische Bestandteile.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-kiba__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eAbgestimmte Aminosäuren\u003c\/h3\u003e\n        \u003cp\u003e\n          Die Proteinbasis wird gezielt mit ausgewählten Aminosäuren wie\n          Leucin, Isoleucin und Valin ergänzt.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-kiba__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003eFlexibel im Alltag\u003c\/h3\u003e\n        \u003cp\u003e\n          Mit Wasser oder Pflanzendrink zubereiten oder in Smoothies und\n          Porridge verwenden.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-kiba__claim\"\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-kiba__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-kiba__accordion\"\u003e\n      \u003csummary\u003eGeschmack \u0026amp; Konsistenz\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-kiba__accordion-content\"\u003e\n        \u003cp\u003e\n          KIBA Smoothie kombiniert fruchtige Kirsche mit der milden, weichen\n          Note von Banane. Die Konsistenz ist cremig und eignet sich sowohl für\n          die Zubereitung mit kaltem Wasser als auch mit einem Pflanzendrink.\n        \u003c\/p\u003e\n        \u003cul\u003e\n  \u003cli\u003ecremig, aber nicht übermäßig dickflüssig\u003c\/li\u003e\n  \u003cli\u003eangenehm leicht trinkbar\u003c\/li\u003e\n  \u003cli\u003emit Wasser oder Pflanzendrink individuell anpassbar\u003c\/li\u003e\n  \u003cli\u003efruchtiger Kirsch-Bananen-Geschmack\u003c\/li\u003e\n\u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-kiba__accordion\"\u003e\n      \u003csummary\u003eZubereitung \u0026amp; Verwendung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-kiba__accordion-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e30 g Pulver\u003c\/strong\u003e – etwa ein gehäufter Messlöffel – mit\n          \u003cstrong\u003e300 ml kaltem Wasser\u003c\/strong\u003e oder Pflanzendrink in einem\n          Shaker gründlich mischen.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Für eine dickere Konsistenz etwas weniger, für einen leichteren Shake\n          etwas mehr Flüssigkeit verwenden. Das Pulver kann außerdem in\n          Smoothies oder Porridge eingerührt werden.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePackungsinhalt:\u003c\/strong\u003e 908 g, ca. 30 Portionen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-kiba__accordion\"\u003e\n      \u003csummary\u003eZutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-kiba__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Favabohnen-Proteinisolat 65 %, Aminosäurenmischung 23 %\n          (L-Leucin, L-Isoleucin, L-Valin, L-Glutamin, L-Threonin,\n          L-Methionin), pflanzliches Fettpulver (Sonnenblume),\n          Verdickungsmittel (Xanthan), Aroma, Meersalz, färbendes Lebensmittel\n          (Rote Bete), Süßungsmittel (Xylit, Sucralose), Emulgator\n          (Sonnenblumenlecithin).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-kiba__note\"\u003e\n          Enthält Xylit. Ein übermäßiger Verzehr kann abführend wirken.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-kiba__accordion\"\u003e\n      \u003csummary\u003eNährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-kiba__accordion-content\"\u003e\n        \u003cp class=\"ynf-kiba__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-kiba__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-kiba__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n                \u003ctd\u003e1.590 kJ \/ 380 kcal\u003c\/td\u003e\n                \u003ctd\u003e477 kJ \/ 114 kcal\u003c\/td\u003e\n                \u003ctd\u003e6 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n                \u003ctd\u003e5,00 g\u003c\/td\u003e\n                \u003ctd\u003e1,50 g\u003c\/td\u003e\n                \u003ctd\u003e2 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n                \u003ctd\u003e0,35 g\u003c\/td\u003e\n                \u003ctd\u003e0,10 g\u003c\/td\u003e\n                \u003ctd\u003e1 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n                \u003ctd\u003e2,19 g\u003c\/td\u003e\n                \u003ctd\u003e0,66 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n                \u003ctd\u003e0,35 g\u003c\/td\u003e\n                \u003ctd\u003e0,10 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n                \u003ctd\u003e1,03 g\u003c\/td\u003e\n                \u003ctd\u003e0,31 g\u003c\/td\u003e\n                \u003ctd\u003e–\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n                \u003ctd\u003e81,02 g\u003c\/td\u003e\n                \u003ctd\u003e24,31 g\u003c\/td\u003e\n                \u003ctd\u003e49 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n                \u003ctd\u003e2,40 g\u003c\/td\u003e\n                \u003ctd\u003e0,72 g\u003c\/td\u003e\n                \u003ctd\u003e12 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-kiba__footnote\"\u003e\n          * Referenzmenge für einen durchschnittlichen Erwachsenen\n          (8.400 kJ \/ 2.000 kcal). Nährwerte kalkulatorisch ermittelt und den\n          bei Naturprodukten üblichen Schwankungen unterworfen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-kiba__accordion\"\u003e\n      \u003csummary\u003eAminosäureprofil\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-kiba__accordion-content\"\u003e\n        \u003cp class=\"ynf-kiba__table-intro\"\u003e\n          Durchschnittliche Werte des enthaltenen Aminosäureprofils.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-kiba__table-wrap\" role=\"region\" aria-label=\"Aminosäureprofil\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-kiba__table ynf-kiba__table--amino\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eAminosäure\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Isoleucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e6.753 mg\u003c\/td\u003e\n\u003ctd\u003e2.026 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Leucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e12.568 mg\u003c\/td\u003e\n\u003ctd\u003e3.770 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Valin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e7.188 mg\u003c\/td\u003e\n\u003ctd\u003e2.156 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Histidin\u003c\/th\u003e\n\u003ctd\u003e1.736 mg\u003c\/td\u003e\n\u003ctd\u003e521 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Lysin\u003c\/th\u003e\n\u003ctd\u003e4.486 mg\u003c\/td\u003e\n\u003ctd\u003e1.346 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Methionin\u003c\/th\u003e\n\u003ctd\u003e2.835 mg\u003c\/td\u003e\n\u003ctd\u003e851 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Phenylalanin\u003c\/th\u003e\n\u003ctd\u003e3.256 mg\u003c\/td\u003e\n\u003ctd\u003e977 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Threonin\u003c\/th\u003e\n\u003ctd\u003e5.652 mg\u003c\/td\u003e\n\u003ctd\u003e1.696 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tryptophan\u003c\/th\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003ctd\u003e217 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Alanin\u003c\/th\u003e\n\u003ctd\u003e2.605 mg\u003c\/td\u003e\n\u003ctd\u003e782 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Arginin\u003c\/th\u003e\n\u003ctd\u003e5.571 mg\u003c\/td\u003e\n\u003ctd\u003e1.671 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Asparaginsäure\u003c\/th\u003e\n\u003ctd\u003e7.018 mg\u003c\/td\u003e\n\u003ctd\u003e2.105 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Cystein\u003c\/th\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003ctd\u003e217 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glutamin\u003c\/th\u003e\n\u003ctd\u003e16.386 mg\u003c\/td\u003e\n\u003ctd\u003e4.916 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glycin\u003c\/th\u003e\n\u003ctd\u003e2.532 mg\u003c\/td\u003e\n\u003ctd\u003e760 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Prolin\u003c\/th\u003e\n\u003ctd\u003e2.894 mg\u003c\/td\u003e\n\u003ctd\u003e868 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Serin\u003c\/th\u003e\n\u003ctd\u003e2.966 mg\u003c\/td\u003e\n\u003ctd\u003e890 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tyrosin\u003c\/th\u003e\n\u003ctd\u003e2.170 mg\u003c\/td\u003e\n\u003ctd\u003e651 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-kiba__accordion\"\u003e\n      \u003csummary\u003eHinweise \u0026amp; Lagerung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-kiba__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eKühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\u003c\/li\u003e\n          \u003cli\u003eNach dem Öffnen sorgfältig verschließen.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eÄnderungen und Irrtümer vorbehalten.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\n          Alle Angaben unterliegen den bei Naturprodukten üblichen Schwankungen.\n          Maßgeblich sind die Angaben auf der Produktverpackung.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-kiba__brand-note\"\u003e\n    \u003cstrong\u003eTransparent formuliert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Wir zeigen dir, was enthalten ist, wie das Produkt zusammengesetzt ist\n      und wie du es verwendest – ohne künstliche Verknappung und ohne\n      übertriebene Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":54806499393871,"sku":"","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/Kiba.png?v=1782239852"},{"product_id":"vegan-clearpea®-protein-peach-icetea","title":"Veganes Clear Protein – Peach Icetea | 23,5 g Protein","description":"\u003cstyle\u003e\n  .ynf-peach {\n    --ynf-text: #1f211f;\n    --ynf-muted: #6d716d;\n    --ynf-border: #dedfda;\n    --ynf-surface: #f7f7f4;\n    --ynf-radius: 14px;\n    color: var(--ynf-text);\n    font-family: inherit;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .ynf-peach,\n  .ynf-peach * {\n    box-sizing: border-box;\n  }\n\n  .ynf-peach h2,\n  .ynf-peach h3,\n  .ynf-peach p {\n    margin-top: 0;\n  }\n\n  .ynf-peach__trust {\n    overflow: hidden;\n    margin-bottom: 28px;\n    border: 1px solid var(--ynf-border);\n    border-radius: var(--ynf-radius);\n    background: #fff;\n  }\n\n  .ynf-peach__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-peach__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-peach__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-peach__fact-value,\n  .ynf-peach__fact-label {\n    display: block;\n  }\n\n  .ynf-peach__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-peach__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-peach__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-peach__service-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-peach__service-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 50%;\n    color: var(--ynf-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ynf-peach__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-peach__eyebrow {\n    margin-bottom: 7px;\n    color: var(--ynf-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ynf-peach__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-peach__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-peach__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-peach__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-peach__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-peach__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-peach__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-peach__benefit-number {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n  }\n\n  .ynf-peach__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-peach__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-peach__claim {\n    margin: 14px 0 0;\n    padding-left: 12px;\n    border-left: 2px solid var(--ynf-text);\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ynf-peach__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-peach__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-peach__accordion summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .ynf-peach__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-peach__accordion summary::before,\n  .ynf-peach__accordion summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 2px;\n    width: 14px;\n    height: 1.5px;\n    background: var(--ynf-text);\n    transform: translateY(-50%);\n  }\n\n  .ynf-peach__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-peach__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-peach__accordion-content {\n    padding: 0 0 20px;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ynf-peach__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-peach__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-peach__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-peach__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-peach__note {\n    margin-top: 14px;\n    padding: 12px;\n    border-radius: 9px;\n    background: var(--ynf-surface);\n    color: var(--ynf-text);\n    font-size: 12px;\n  }\n\n  .ynf-peach__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-peach__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-peach__table {\n    width: 100%;\n    min-width: 620px;\n    border-spacing: 0;\n    border-collapse: collapse;\n    color: var(--ynf-text);\n    font-size: 12px;\n    line-height: 1.4;\n    text-align: left;\n  }\n\n  .ynf-peach__table--amino {\n    min-width: 480px;\n  }\n\n  .ynf-peach__table th,\n  .ynf-peach__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-peach__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-peach__table tbody th {\n    width: 38%;\n    font-weight: 600;\n  }\n\n  .ynf-peach__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-peach__table tbody tr:last-child th,\n  .ynf-peach__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-peach__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-peach__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-peach__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-peach__brand-note p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .ynf-peach__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-peach__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-peach__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-peach__fact,\n    .ynf-peach__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-peach__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-peach__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-peach\"\u003e\n\n  \u003csection class=\"ynf-peach__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-peach__facts\"\u003e\n      \u003cdiv class=\"ynf-peach__fact\"\u003e\n        \u003cspan class=\"ynf-peach__fact-value\"\u003e23,5 g\u003c\/span\u003e\n        \u003cspan class=\"ynf-peach__fact-label\"\u003eProtein pro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-peach__fact\"\u003e\n        \u003cspan class=\"ynf-peach__fact-value\"\u003eca. 23\u003c\/span\u003e\n        \u003cspan class=\"ynf-peach__fact-label\"\u003ePortionen pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-peach__fact\"\u003e\n        \u003cspan class=\"ynf-peach__fact-value\"\u003eca. 1,56 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-peach__fact-label\"\u003epro Portion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-peach__fact\"\u003e\n        \u003cspan class=\"ynf-peach__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-peach__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-peach__service\"\u003e\n      \u003cdiv class=\"ynf-peach__service-item\"\u003e\n        \u003cspan class=\"ynf-peach__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e2–4 Werktage Lieferzeit\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-peach__service-item\"\u003e\n        \u003cspan class=\"ynf-peach__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSichere Zahlungsmöglichkeiten\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-peach__service-item\"\u003e\n        \u003cspan class=\"ynf-peach__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Deutschland\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-peach__intro\"\u003e\n    \u003cp class=\"ynf-peach__eyebrow\"\u003eVegan ClearPea® Protein\u003c\/p\u003e\n    \u003ch2 class=\"ynf-peach__title\"\u003eErfrischender Pfirsich-Eistee\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-peach__lead\"\u003e\n      Klares veganes Proteinpulver mit leichtem Pfirsich-Eistee-Geschmack\n      und 23,5 g Protein pro Portion.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-peach__body\"\u003e\n      Peach Ice Tea verbindet eine sanfte Pfirsichnote mit dem leichten,\n      erfrischenden Charakter eines kalten Eistees. Die Rezeptur basiert auf\n      hydrolysiertem Erbsenprotein und wird gezielt um ausgewählte Aminosäuren\n      ergänzt. Das Ergebnis ist ein klares, leichtes Proteingetränk – ideal\n      für alle, die keinen cremigen Shake möchten.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-peach__benefits\" aria-labelledby=\"ynf-peach-benefits\"\u003e\n    \u003cp class=\"ynf-peach__eyebrow\"\u003eLeicht und funktional\u003c\/p\u003e\n    \u003ch2 id=\"ynf-peach-benefits\" class=\"ynf-peach__section-title\"\u003e\n      Darum YNF ClearPea® Protein\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-peach__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-peach__benefit\"\u003e\n        \u003cspan class=\"ynf-peach__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eKlar und erfrischend\u003c\/h3\u003e\n        \u003cp\u003e\n          Kein cremiger Shake, sondern ein leichtes Proteingetränk mit dem\n          Charakter eines gekühlten Pfirsich-Eistees.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-peach__benefit\"\u003e\n        \u003cspan class=\"ynf-peach__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003ePflanzliche Proteinbasis\u003c\/h3\u003e\n        \u003cp\u003e\n          Auf Basis von hydrolysiertem Erbsenprotein und vollständig ohne\n          tierische Bestandteile.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-peach__benefit\"\u003e\n        \u003cspan class=\"ynf-peach__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eAbgestimmte Aminosäuren\u003c\/h3\u003e\n        \u003cp\u003e\n          Die Proteinbasis wird gezielt mit ausgewählten Aminosäuren wie\n          Leucin, Isoleucin, Valin und Lysin ergänzt.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-peach__benefit\"\u003e\n        \u003cspan class=\"ynf-peach__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003eIdeal kalt und unterwegs\u003c\/h3\u003e\n        \u003cp\u003e\n          Mit kaltem Wasser zubereitet besonders erfrischend – passend nach\n          dem Training, im Alltag oder als leichte Alternative zum Shake.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-peach__claim\"\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-peach__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-peach__accordion\"\u003e\n      \u003csummary\u003eGeschmack \u0026amp; Konsistenz\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-peach__accordion-content\"\u003e\n        \u003cp\u003e\n          Peach Ice Tea schmeckt sanft nach Pfirsich und erinnert an einen\n          gekühlten Eistee. Im Gegensatz zu klassischen Proteinshakes ist das\n          Getränk klar, leicht und nicht cremig.\n        \u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003esanfter Pfirsich-Eistee-Geschmack\u003c\/li\u003e\n          \u003cli\u003eklare und leichte Textur\u003c\/li\u003e\n          \u003cli\u003ekeine cremige oder milchshakeartige Konsistenz\u003c\/li\u003e\n          \u003cli\u003ezuckerfrei\u003c\/li\u003e\n          \u003cli\u003emit Sucralose gesüßt\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-peach__accordion\"\u003e\n      \u003csummary\u003eZubereitung \u0026amp; Verwendung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-peach__accordion-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e30 g Pulver\u003c\/strong\u003e – etwa ein gehäufter Messlöffel – mit\n          \u003cstrong\u003e500 ml kaltem Wasser\u003c\/strong\u003e in einem Shaker gründlich\n          mischen.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Nach dem Schütteln kurz stehen lassen, bis sich entstehender Schaum\n          weitgehend gesetzt hat. Anschließend am besten gut gekühlt genießen.\n          Je nach gewünschter Geschmacksintensität kann die Wassermenge leicht\n          angepasst werden.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Auch als leichte Basis für fruchtige Smoothies oder mit Eiswürfeln\n          als besonders erfrischendes Proteingetränk geeignet.\n        \u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePackungsinhalt:\u003c\/strong\u003e 700 g, ca. 23 Portionen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-peach__accordion\"\u003e\n      \u003csummary\u003eZutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-peach__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          ClearPea® 68 % (hydrolysiertes Erbsenprotein), Aminosäurenmischung\n          (L-Leucin, L-Isoleucin, L-Valin, L-Lysin-HCl, L-Tryptophan,\n          L-Methionin, L-Threonin, L-Phenylalanin, L-Histidin),\n          Säuerungsmittel (Zitronensäure), Aroma, Inulin, Salz,\n          Süßungsmittel (Sucralose), färbendes Lebensmittel (Karamell),\n          Emulgator (Sonnenblumenlecithin), Pyridoxinhydrochlorid\n          (Vitamin B6).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-peach__accordion\"\u003e\n      \u003csummary\u003eNährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-peach__accordion-content\"\u003e\n        \u003cp class=\"ynf-peach__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-peach__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-peach__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n                \u003ctd\u003e1.385 kJ \/ 331 kcal\u003c\/td\u003e\n                \u003ctd\u003e416 kJ \/ 99 kcal\u003c\/td\u003e\n                \u003ctd\u003e5 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n                \u003ctd\u003e0,22 g\u003c\/td\u003e\n                \u003ctd\u003e0,07 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n                \u003ctd\u003e0,00 g\u003c\/td\u003e\n                \u003ctd\u003e0,00 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n                \u003ctd\u003e3,98 g\u003c\/td\u003e\n                \u003ctd\u003e1,19 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n                \u003ctd\u003e0,00 g\u003c\/td\u003e\n                \u003ctd\u003e0,00 g\u003c\/td\u003e\n                \u003ctd\u003e0 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n                \u003ctd\u003e0,00 g\u003c\/td\u003e\n                \u003ctd\u003e0,00 g\u003c\/td\u003e\n                \u003ctd\u003e–\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n                \u003ctd\u003e78,19 g\u003c\/td\u003e\n                \u003ctd\u003e23,46 g\u003c\/td\u003e\n                \u003ctd\u003e47 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n                \u003ctd\u003e1,04 g\u003c\/td\u003e\n                \u003ctd\u003e0,31 g\u003c\/td\u003e\n                \u003ctd\u003e5 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eVitamin B6\u003c\/th\u003e\n                \u003ctd\u003e30 mg\u003c\/td\u003e\n                \u003ctd\u003e10 mg\u003c\/td\u003e\n                \u003ctd\u003e714 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-peach__footnote\"\u003e\n          * Referenzmenge für einen durchschnittlichen Erwachsenen\n          (8.400 kJ \/ 2.000 kcal); bei Vitamin B6 bezieht sich der Prozentwert\n          auf den Nährstoffbezugswert. Nährwerte kalkulatorisch ermittelt und\n          den bei Naturprodukten üblichen Schwankungen unterworfen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-peach__accordion\"\u003e\n      \u003csummary\u003eAminosäureprofil\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-peach__accordion-content\"\u003e\n        \u003cp class=\"ynf-peach__table-intro\"\u003e\n          Durchschnittliche Werte des enthaltenen Aminosäureprofils.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-peach__table-wrap\" role=\"region\" aria-label=\"Aminosäureprofil\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-peach__table ynf-peach__table--amino\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eAminosäure\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Isoleucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e4.767 mg\u003c\/td\u003e\n\u003ctd\u003e1.430 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Leucin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e8.956 mg\u003c\/td\u003e\n\u003ctd\u003e2.686 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Valin (BCAA)\u003c\/th\u003e\n\u003ctd\u003e5.029 mg\u003c\/td\u003e\n\u003ctd\u003e1.508 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Histidin\u003c\/th\u003e\n\u003ctd\u003e1.641 mg\u003c\/td\u003e\n\u003ctd\u003e492 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Lysin\u003c\/th\u003e\n\u003ctd\u003e8.143 mg\u003c\/td\u003e\n\u003ctd\u003e2.442 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Methionin\u003c\/th\u003e\n\u003ctd\u003e1.909 mg\u003c\/td\u003e\n\u003ctd\u003e572 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Phenylalanin\u003c\/th\u003e\n\u003ctd\u003e3.027 mg\u003c\/td\u003e\n\u003ctd\u003e908 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Threonin\u003c\/th\u003e\n\u003ctd\u003e4.511 mg\u003c\/td\u003e\n\u003ctd\u003e1.353 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tryptophan\u003c\/th\u003e\n\u003ctd\u003e2.525 mg\u003c\/td\u003e\n\u003ctd\u003e757 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Alanin\u003c\/th\u003e\n\u003ctd\u003e2.565 mg\u003c\/td\u003e\n\u003ctd\u003e769 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Arginin\u003c\/th\u003e\n\u003ctd\u003e5.251 mg\u003c\/td\u003e\n\u003ctd\u003e1.575 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Asparaginsäure\u003c\/th\u003e\n\u003ctd\u003e6.947 mg\u003c\/td\u003e\n\u003ctd\u003e2.084 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Cystein\u003c\/th\u003e\n\u003ctd\u003e343 mg\u003c\/td\u003e\n\u003ctd\u003e102 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glutamin\u003c\/th\u003e\n\u003ctd\u003e12.084 mg\u003c\/td\u003e\n\u003ctd\u003e3.625 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Glycin\u003c\/th\u003e\n\u003ctd\u003e2.410 mg\u003c\/td\u003e\n\u003ctd\u003e723 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Prolin\u003c\/th\u003e\n\u003ctd\u003e2.424 mg\u003c\/td\u003e\n\u003ctd\u003e727 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Serin\u003c\/th\u003e\n\u003ctd\u003e3.023 mg\u003c\/td\u003e\n\u003ctd\u003e906 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eL-Tyrosin\u003c\/th\u003e\n\u003ctd\u003e1.898 mg\u003c\/td\u003e\n\u003ctd\u003e569 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-peach__accordion\"\u003e\n      \u003csummary\u003eHinweise \u0026amp; Lagerung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-peach__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eKühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\u003c\/li\u003e\n          \u003cli\u003eNach dem Öffnen sorgfältig verschließen.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eÄnderungen und Irrtümer vorbehalten.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\n          Alle Angaben unterliegen den bei Naturprodukten üblichen Schwankungen.\n          Maßgeblich sind die Angaben auf der Produktverpackung.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-peach__brand-note\"\u003e\n    \u003cstrong\u003eTransparent formuliert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Wir zeigen dir, was enthalten ist, wie das Produkt zusammengesetzt ist\n      und wie du es verwendest – ohne künstliche Verknappung und ohne\n      übertriebene Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":55160841175375,"sku":"","price":35.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/peach_icetea_adff5295-910d-4760-acf3-cd8410632df0.png?v=1782311472"},{"product_id":"protein-duo-clear-peach-icetea-creamy-kiba-smoothie","title":"Protein Duo – Peach Icetea \u0026 KIBA Smoothie","description":"\u003cstyle\u003e\n  .ynf-duo-kiba {\n    --ynf-text: #1f211f;\n    --ynf-muted: #6d716d;\n    --ynf-border: #dedfda;\n    --ynf-surface: #f7f7f4;\n    --ynf-radius: 14px;\n    color: var(--ynf-text);\n    font-family: inherit;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .ynf-duo-kiba,\n  .ynf-duo-kiba * {\n    box-sizing: border-box;\n  }\n\n  .ynf-duo-kiba h2,\n  .ynf-duo-kiba h3,\n  .ynf-duo-kiba p {\n    margin-top: 0;\n  }\n\n  .ynf-duo-kiba__trust {\n    overflow: hidden;\n    margin-bottom: 28px;\n    border: 1px solid var(--ynf-border);\n    border-radius: var(--ynf-radius);\n    background: #fff;\n  }\n\n  .ynf-duo-kiba__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-duo-kiba__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo-kiba__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo-kiba__fact-value,\n  .ynf-duo-kiba__fact-label {\n    display: block;\n  }\n\n  .ynf-duo-kiba__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-duo-kiba__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo-kiba__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-duo-kiba__service-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo-kiba__service-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 50%;\n    color: var(--ynf-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ynf-duo-kiba__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-duo-kiba__eyebrow {\n    margin-bottom: 7px;\n    color: var(--ynf-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ynf-duo-kiba__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-duo-kiba__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-duo-kiba__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-duo-kiba__products {\n    display: grid;\n    gap: 10px;\n    margin-bottom: 30px;\n  }\n\n  .ynf-duo-kiba__product {\n    padding: 18px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-duo-kiba__product-tag {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .ynf-duo-kiba__product h3 {\n    margin-bottom: 7px;\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo-kiba__product p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-duo-kiba__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-duo-kiba__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-duo-kiba__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-duo-kiba__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-duo-kiba__benefit-number {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n  }\n\n  .ynf-duo-kiba__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo-kiba__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-duo-kiba__claim {\n    margin: 14px 0 0;\n    padding-left: 12px;\n    border-left: 2px solid var(--ynf-text);\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ynf-duo-kiba__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo-kiba__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo-kiba__accordion summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .ynf-duo-kiba__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-duo-kiba__accordion summary::before,\n  .ynf-duo-kiba__accordion summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 2px;\n    width: 14px;\n    height: 1.5px;\n    background: var(--ynf-text);\n    transform: translateY(-50%);\n  }\n\n  .ynf-duo-kiba__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-duo-kiba__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-duo-kiba__accordion-content {\n    padding: 0 0 20px;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ynf-duo-kiba__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-duo-kiba__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-duo-kiba__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-duo-kiba__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-duo-kiba__note {\n    margin-top: 14px;\n    padding: 12px;\n    border-radius: 9px;\n    background: var(--ynf-surface);\n    color: var(--ynf-text);\n    font-size: 12px;\n  }\n\n  .ynf-duo-kiba__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-duo-kiba__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-bottom: 14px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-duo-kiba__table {\n    width: 100%;\n    min-width: 620px;\n    border-spacing: 0;\n    border-collapse: collapse;\n    color: var(--ynf-text);\n    font-size: 12px;\n    line-height: 1.4;\n    text-align: left;\n  }\n\n  .ynf-duo-kiba__table th,\n  .ynf-duo-kiba__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-duo-kiba__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-duo-kiba__table tbody th {\n    width: 38%;\n    font-weight: 600;\n  }\n\n  .ynf-duo-kiba__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-duo-kiba__table tbody tr:last-child th,\n  .ynf-duo-kiba__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-duo-kiba__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-duo-kiba__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-duo-kiba__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-duo-kiba__brand-note p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .ynf-duo-kiba__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-duo-kiba__products,\n    .ynf-duo-kiba__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-duo-kiba__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-duo-kiba__fact,\n    .ynf-duo-kiba__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-duo-kiba__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-duo-kiba__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-duo-kiba\"\u003e\n\n  \u003csection class=\"ynf-duo-kiba__trust\" aria-label=\"Bundle-Vorteile\"\u003e\n    \u003cdiv class=\"ynf-duo-kiba__facts\"\u003e\n      \u003cdiv class=\"ynf-duo-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-value\"\u003e2 Produkte\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-label\"\u003eClear + Creamy im Set\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-value\"\u003eca. 53\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-label\"\u003ePortionen insgesamt\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-value\"\u003e10,90 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-label\"\u003eErsparnis gegenüber Einzelkauf\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo-kiba__fact\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo-kiba__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-duo-kiba__service\"\u003e\n      \u003cdiv class=\"ynf-duo-kiba__service-item\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eBundlepreis: 54,90 €\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo-kiba__service-item\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEinzelpreis zusammen: 65,80 €\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo-kiba__service-item\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Deutschland\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo-kiba__intro\"\u003e\n    \u003cp class=\"ynf-duo-kiba__eyebrow\"\u003eYNF Protein Duo\u003c\/p\u003e\n    \u003ch2 class=\"ynf-duo-kiba__title\"\u003eFruchtig-erfrischend oder cremig-fruchtig\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-duo-kiba__lead\"\u003e\n      Peach Ice Tea und KIBA Smoothie verbinden zwei unterschiedliche\n      Protein-Erlebnisse in einem veganen Set.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-duo-kiba__body\"\u003e\n      Genieße ClearPea® Peach Ice Tea als klares, leichtes Proteingetränk und\n      KIBA Smoothie als cremigen Kirsch-Bananen-Shake. So hast du je nach\n      Tageszeit und Geschmack die passende Alternative zur Hand – und sparst\n      beim Set 10,90 € gegenüber dem Einzelkauf.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo-kiba__products\" aria-label=\"Enthaltene Produkte\"\u003e\n    \u003carticle class=\"ynf-duo-kiba__product\"\u003e\n      \u003cspan class=\"ynf-duo-kiba__product-tag\"\u003eKlar \u0026amp; erfrischend\u003c\/span\u003e\n      \u003ch3\u003eClearPea® Protein – Peach Ice Tea\u003c\/h3\u003e\n      \u003cp\u003e\n        700 g · ca. 23 Portionen · 23,5 g Protein pro Portion. Leichter\n        Pfirsich-Eistee-Geschmack und eine klare, nicht cremige Textur.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-duo-kiba__product\"\u003e\n      \u003cspan class=\"ynf-duo-kiba__product-tag\"\u003eCremig \u0026amp; fruchtig\u003c\/span\u003e\n      \u003ch3\u003eCreamy Protein – KIBA Smoothie\u003c\/h3\u003e\n      \u003cp\u003e\n        908 g · ca. 30 Portionen · 24,3 g Protein pro Portion. Fruchtige\n        Kirsche trifft auf milde Banane in angenehm cremiger Konsistenz.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo-kiba__benefits\" aria-labelledby=\"ynf-duo-kiba-benefits\"\u003e\n    \u003cp class=\"ynf-duo-kiba__eyebrow\"\u003eZwei Proteinarten, ein Set\u003c\/p\u003e\n    \u003ch2 id=\"ynf-duo-kiba-benefits\" class=\"ynf-duo-kiba__section-title\"\u003e\n      Darum passt das Duo in deinen Alltag\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-duo-kiba__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-duo-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eMehr Abwechslung\u003c\/h3\u003e\n        \u003cp\u003e\n          Wähle zwischen einem klaren Pfirsich-Eistee und einem cremigen\n          Kirsch-Bananen-Shake.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-duo-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eZwei unterschiedliche Texturen\u003c\/h3\u003e\n        \u003cp\u003e\n          Leicht und erfrischend auf der einen, cremig und angenehm trinkbar\n          auf der anderen Seite.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-duo-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003ePflanzliche Proteinbasis\u003c\/h3\u003e\n        \u003cp\u003e\n          Beide Produkte sind vollständig vegan und basieren auf pflanzlichen\n          Proteinquellen.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-duo-kiba__benefit\"\u003e\n        \u003cspan class=\"ynf-duo-kiba__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e10,90 € Preisvorteil\u003c\/h3\u003e\n        \u003cp\u003e\n          Statt 65,80 € beim Einzelkauf zahlst du im Bundle 54,90 € und\n          sparst damit rund 17 %.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-duo-kiba__claim\"\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo-kiba__accordions\" aria-label=\"Ausführliche Bundle-Informationen\"\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003eInhalt des Sets\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e1 × ClearPea® Protein Peach Ice Tea, 700 g\u003c\/li\u003e\n          \u003cli\u003e1 × Creamy Protein KIBA Smoothie, 908 g\u003c\/li\u003e\n          \u003cli\u003eGesamtinhalt: 1.608 g\u003c\/li\u003e\n          \u003cli\u003eInsgesamt ca. 53 Portionen\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003eZubereitung \u0026amp; Verwendung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003ch3\u003ePeach Ice Tea\u003c\/h3\u003e\n        \u003cp\u003e\n          30 g Pulver mit 500 ml kaltem Wasser im Shaker gründlich mischen.\n          Nach dem Schütteln kurz stehen lassen, bis sich entstehender Schaum\n          weitgehend gesetzt hat. Am besten gut gekühlt genießen.\n        \u003c\/p\u003e\n\n        \u003ch3\u003eKIBA Smoothie\u003c\/h3\u003e\n        \u003cp\u003e\n          30 g Pulver mit 300 ml kaltem Wasser oder Pflanzendrink im Shaker\n          gründlich mischen. Auch für Smoothies, Porridge oder\n          selbstgemachtes Protein-Eis geeignet.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003ePeach Ice Tea – Zutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          ClearPea® 68 % (hydrolysiertes Erbsenprotein), Aminosäurenmischung\n          (L-Leucin, L-Isoleucin, L-Valin, L-Lysin-HCl, L-Tryptophan,\n          L-Methionin, L-Threonin, L-Phenylalanin, L-Histidin),\n          Säuerungsmittel (Zitronensäure), Aroma, Inulin, Salz,\n          Süßungsmittel (Sucralose), färbendes Lebensmittel (Karamell),\n          Emulgator (Sonnenblumenlecithin), Pyridoxinhydrochlorid\n          (Vitamin B6).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003ePeach Ice Tea – Nährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003cp class=\"ynf-duo-kiba__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-duo-kiba__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle Peach Ice Tea\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-duo-kiba__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n\u003ctd\u003e1.385 kJ \/ 331 kcal\u003c\/td\u003e\n\u003ctd\u003e416 kJ \/ 99 kcal\u003c\/td\u003e\n\u003ctd\u003e5 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n\u003ctd\u003e0,22 g\u003c\/td\u003e\n\u003ctd\u003e0,07 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n\u003ctd\u003e3,98 g\u003c\/td\u003e\n\u003ctd\u003e1,19 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e–\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n\u003ctd\u003e78,19 g\u003c\/td\u003e\n\u003ctd\u003e23,46 g\u003c\/td\u003e\n\u003ctd\u003e47 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n\u003ctd\u003e1,04 g\u003c\/td\u003e\n\u003ctd\u003e0,31 g\u003c\/td\u003e\n\u003ctd\u003e5 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B6\u003c\/th\u003e\n\u003ctd\u003e30 mg\u003c\/td\u003e\n\u003ctd\u003e10 mg\u003c\/td\u003e\n\u003ctd\u003e714 %\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003eKIBA Smoothie – Zutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Favabohnen-Proteinisolat 65 %, Aminosäurenmischung 23 %\n          (L-Leucin, L-Isoleucin, L-Valin, L-Glutamin, L-Threonin,\n          L-Methionin), pflanzliches Fettpulver (Sonnenblume),\n          Verdickungsmittel (Xanthan), Aroma, Meersalz, färbendes Lebensmittel\n          (Rote Bete), Süßungsmittel (Xylit, Sucralose), Emulgator\n          (Sonnenblumenlecithin).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-duo-kiba__note\"\u003e\n          Enthält Xylit. Ein übermäßiger Verzehr kann abführend wirken.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003eKIBA Smoothie – Nährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003cp class=\"ynf-duo-kiba__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-duo-kiba__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle KIBA Smoothie\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-duo-kiba__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n\u003ctd\u003e1.590 kJ \/ 380 kcal\u003c\/td\u003e\n\u003ctd\u003e477 kJ \/ 114 kcal\u003c\/td\u003e\n\u003ctd\u003e6 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n\u003ctd\u003e5,00 g\u003c\/td\u003e\n\u003ctd\u003e1,50 g\u003c\/td\u003e\n\u003ctd\u003e2 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n\u003ctd\u003e0,35 g\u003c\/td\u003e\n\u003ctd\u003e0,10 g\u003c\/td\u003e\n\u003ctd\u003e1 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n\u003ctd\u003e2,19 g\u003c\/td\u003e\n\u003ctd\u003e0,66 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n\u003ctd\u003e0,35 g\u003c\/td\u003e\n\u003ctd\u003e0,10 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n\u003ctd\u003e1,03 g\u003c\/td\u003e\n\u003ctd\u003e0,31 g\u003c\/td\u003e\n\u003ctd\u003e–\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n\u003ctd\u003e81,02 g\u003c\/td\u003e\n\u003ctd\u003e24,31 g\u003c\/td\u003e\n\u003ctd\u003e49 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n\u003ctd\u003e2,40 g\u003c\/td\u003e\n\u003ctd\u003e0,72 g\u003c\/td\u003e\n\u003ctd\u003e12 %\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-duo-kiba__footnote\"\u003e\n          * Referenzmenge für einen durchschnittlichen Erwachsenen\n          (8.400 kJ \/ 2.000 kcal). Nährwerte kalkulatorisch ermittelt und den\n          bei Naturprodukten üblichen Schwankungen unterworfen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo-kiba__accordion\"\u003e\n      \u003csummary\u003eHinweise \u0026amp; Lagerung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo-kiba__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eBeide Produkte kühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\u003c\/li\u003e\n          \u003cli\u003eNach dem Öffnen sorgfältig verschließen.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eMaßgeblich sind die Angaben auf den jeweiligen Produktverpackungen.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\n          Die vollständigen Aminosäureprofile und weiterführenden\n          produktspezifischen Informationen findest du auf den jeweiligen\n          Einzelproduktseiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo-kiba__brand-note\"\u003e\n    \u003cstrong\u003eZwei Produkte. Zwei Texturen. Mehr Abwechslung.\u003c\/strong\u003e\n    \u003cp\u003e\n      Das Duo verbindet ein klares, erfrischendes Protein mit einer cremigen,\n      fruchtigen Variante – ohne künstliche Verknappung und ohne\n      übertriebene Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":56125325345103,"sku":null,"price":54.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/proteinduo_peach_kiba_ac1675c3-4717-4a81-98d6-c629a1903262.png?v=1782312267"},{"product_id":"protein-duo-clear-peach-icetea-creamy-golden-praline","title":"Protein Duo – Peach Icetea \u0026 Golden Praline","description":"\u003cstyle\u003e\n  .ynf-duo {\n    --ynf-text: #1f211f;\n    --ynf-muted: #6d716d;\n    --ynf-border: #dedfda;\n    --ynf-surface: #f7f7f4;\n    --ynf-radius: 14px;\n    color: var(--ynf-text);\n    font-family: inherit;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .ynf-duo,\n  .ynf-duo * {\n    box-sizing: border-box;\n  }\n\n  .ynf-duo h2,\n  .ynf-duo h3,\n  .ynf-duo p {\n    margin-top: 0;\n  }\n\n  .ynf-duo__trust {\n    overflow: hidden;\n    margin-bottom: 28px;\n    border: 1px solid var(--ynf-border);\n    border-radius: var(--ynf-radius);\n    background: #fff;\n  }\n\n  .ynf-duo__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-duo__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo__fact-value,\n  .ynf-duo__fact-label {\n    display: block;\n  }\n\n  .ynf-duo__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-duo__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-duo__service-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo__service-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 50%;\n    color: var(--ynf-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ynf-duo__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-duo__eyebrow {\n    margin-bottom: 7px;\n    color: var(--ynf-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .ynf-duo__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-duo__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-duo__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-duo__products {\n    display: grid;\n    gap: 10px;\n    margin-bottom: 30px;\n  }\n\n  .ynf-duo__product {\n    padding: 18px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-duo__product-tag {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .ynf-duo__product h3 {\n    margin-bottom: 7px;\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo__product p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-duo__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-duo__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-duo__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-duo__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-duo__benefit-number {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n  }\n\n  .ynf-duo__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-duo__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-duo__claim {\n    margin: 14px 0 0;\n    padding-left: 12px;\n    border-left: 2px solid var(--ynf-text);\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ynf-duo__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-duo__accordion summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .ynf-duo__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-duo__accordion summary::before,\n  .ynf-duo__accordion summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 2px;\n    width: 14px;\n    height: 1.5px;\n    background: var(--ynf-text);\n    transform: translateY(-50%);\n  }\n\n  .ynf-duo__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-duo__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-duo__accordion-content {\n    padding: 0 0 20px;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .ynf-duo__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-duo__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-duo__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-duo__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-duo__note {\n    margin-top: 14px;\n    padding: 12px;\n    border-radius: 9px;\n    background: var(--ynf-surface);\n    color: var(--ynf-text);\n    font-size: 12px;\n  }\n\n  .ynf-duo__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-duo__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-bottom: 14px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-duo__table {\n    width: 100%;\n    min-width: 620px;\n    border-spacing: 0;\n    border-collapse: collapse;\n    color: var(--ynf-text);\n    font-size: 12px;\n    line-height: 1.4;\n    text-align: left;\n  }\n\n  .ynf-duo__table th,\n  .ynf-duo__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-duo__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-duo__table tbody th {\n    width: 38%;\n    font-weight: 600;\n  }\n\n  .ynf-duo__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-duo__table tbody tr:last-child th,\n  .ynf-duo__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-duo__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-duo__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-duo__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-duo__brand-note p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .ynf-duo__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-duo__products,\n    .ynf-duo__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-duo__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-duo__fact,\n    .ynf-duo__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-duo__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-duo__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-duo\"\u003e\n\n  \u003csection class=\"ynf-duo__trust\" aria-label=\"Bundle-Vorteile\"\u003e\n    \u003cdiv class=\"ynf-duo__facts\"\u003e\n      \u003cdiv class=\"ynf-duo__fact\"\u003e\n        \u003cspan class=\"ynf-duo__fact-value\"\u003e2 Produkte\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo__fact-label\"\u003eClear + Creamy im Set\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo__fact\"\u003e\n        \u003cspan class=\"ynf-duo__fact-value\"\u003eca. 53\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo__fact-label\"\u003ePortionen insgesamt\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo__fact\"\u003e\n        \u003cspan class=\"ynf-duo__fact-value\"\u003e10,90 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo__fact-label\"\u003eErsparnis gegenüber Einzelkauf\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo__fact\"\u003e\n        \u003cspan class=\"ynf-duo__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-duo__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-duo__service\"\u003e\n      \u003cdiv class=\"ynf-duo__service-item\"\u003e\n        \u003cspan class=\"ynf-duo__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eBundlepreis: 54,90 €\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo__service-item\"\u003e\n        \u003cspan class=\"ynf-duo__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEinzelpreis zusammen: 65,80 €\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-duo__service-item\"\u003e\n        \u003cspan class=\"ynf-duo__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Deutschland\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo__intro\"\u003e\n    \u003cp class=\"ynf-duo__eyebrow\"\u003eYNF Protein Duo\u003c\/p\u003e\n    \u003ch2 class=\"ynf-duo__title\"\u003eErfrischend oder cremig – du entscheidest\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-duo__lead\"\u003e\n      Peach Ice Tea und Golden Praline vereinen zwei völlig unterschiedliche\n      Protein-Erlebnisse in einem veganen Set.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-duo__body\"\u003e\n      Genieße ClearPea® Peach Ice Tea als klares, leichtes Proteingetränk und\n      Golden Praline als cremig-nussigen Shake. So hast du je nach Tageszeit,\n      Geschmack und Situation die passende Alternative zur Hand – und sparst\n      beim Set 10,90 € gegenüber dem Einzelkauf.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo__products\" aria-label=\"Enthaltene Produkte\"\u003e\n    \u003carticle class=\"ynf-duo__product\"\u003e\n      \u003cspan class=\"ynf-duo__product-tag\"\u003eKlar \u0026amp; erfrischend\u003c\/span\u003e\n      \u003ch3\u003eClearPea® Protein – Peach Ice Tea\u003c\/h3\u003e\n      \u003cp\u003e\n        700 g · ca. 23 Portionen · 23,5 g Protein pro Portion. Leichter\n        Pfirsich-Eistee-Geschmack und eine klare, nicht cremige Textur.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-duo__product\"\u003e\n      \u003cspan class=\"ynf-duo__product-tag\"\u003eCremig \u0026amp; nussig\u003c\/span\u003e\n      \u003ch3\u003eCreamy Protein – Golden Praline\u003c\/h3\u003e\n      \u003cp\u003e\n        908 g · ca. 30 Portionen · 24,2 g Protein pro Portion. Angenehm\n        nussiger Geschmack mit feinherber Kakaonote.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo__benefits\" aria-labelledby=\"ynf-duo-benefits\"\u003e\n    \u003cp class=\"ynf-duo__eyebrow\"\u003eZwei Proteinarten, ein Set\u003c\/p\u003e\n    \u003ch2 id=\"ynf-duo-benefits\" class=\"ynf-duo__section-title\"\u003e\n      Darum passt das Duo in deinen Alltag\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-duo__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-duo__benefit\"\u003e\n        \u003cspan class=\"ynf-duo__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eMehr Abwechslung\u003c\/h3\u003e\n        \u003cp\u003e\n          Wähle je nach Stimmung zwischen einem klaren Pfirsich-Eistee und\n          einem cremig-nussigen Proteinshake.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-duo__benefit\"\u003e\n        \u003cspan class=\"ynf-duo__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eZwei unterschiedliche Texturen\u003c\/h3\u003e\n        \u003cp\u003e\n          Leicht und erfrischend auf der einen, cremig und angenehm trinkbar\n          auf der anderen Seite.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-duo__benefit\"\u003e\n        \u003cspan class=\"ynf-duo__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003ePflanzliche Proteinbasis\u003c\/h3\u003e\n        \u003cp\u003e\n          Beide Produkte sind vollständig vegan und basieren auf pflanzlichen\n          Proteinquellen.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-duo__benefit\"\u003e\n        \u003cspan class=\"ynf-duo__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e10,90 € Preisvorteil\u003c\/h3\u003e\n        \u003cp\u003e\n          Statt 65,80 € beim Einzelkauf zahlst du im Bundle 54,90 € und\n          sparst damit rund 17 %.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-duo__claim\"\u003e\n      Protein trägt zu einer Zunahme und zur Erhaltung von Muskelmasse bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo__accordions\" aria-label=\"Ausführliche Bundle-Informationen\"\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003eInhalt des Sets\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e1 × ClearPea® Protein Peach Ice Tea, 700 g\u003c\/li\u003e\n          \u003cli\u003e1 × Creamy Protein Golden Praline, 908 g\u003c\/li\u003e\n          \u003cli\u003eGesamtinhalt: 1.608 g\u003c\/li\u003e\n          \u003cli\u003eInsgesamt ca. 53 Portionen\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003eZubereitung \u0026amp; Verwendung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003ch3\u003ePeach Ice Tea\u003c\/h3\u003e\n        \u003cp\u003e\n          30 g Pulver mit 500 ml kaltem Wasser im Shaker gründlich mischen.\n          Nach dem Schütteln kurz stehen lassen, bis sich entstehender Schaum\n          weitgehend gesetzt hat. Am besten gut gekühlt genießen.\n        \u003c\/p\u003e\n\n        \u003ch3\u003eGolden Praline\u003c\/h3\u003e\n        \u003cp\u003e\n          30 g Pulver mit 300 ml kaltem Wasser oder Pflanzendrink im Shaker\n          gründlich mischen. Auch für Porridge, Smoothies oder selbstgemachtes\n          Protein-Eis geeignet.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003ePeach Ice Tea – Zutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          ClearPea® 68 % (hydrolysiertes Erbsenprotein), Aminosäurenmischung\n          (L-Leucin, L-Isoleucin, L-Valin, L-Lysin-HCl, L-Tryptophan,\n          L-Methionin, L-Threonin, L-Phenylalanin, L-Histidin),\n          Säuerungsmittel (Zitronensäure), Aroma, Inulin, Salz,\n          Süßungsmittel (Sucralose), färbendes Lebensmittel (Karamell),\n          Emulgator (Sonnenblumenlecithin), Pyridoxinhydrochlorid\n          (Vitamin B6).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003ePeach Ice Tea – Nährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003cp class=\"ynf-duo__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-duo__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle Peach Ice Tea\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-duo__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n\u003ctd\u003e1.385 kJ \/ 331 kcal\u003c\/td\u003e\n\u003ctd\u003e416 kJ \/ 99 kcal\u003c\/td\u003e\n\u003ctd\u003e5 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n\u003ctd\u003e0,22 g\u003c\/td\u003e\n\u003ctd\u003e0,07 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n\u003ctd\u003e3,98 g\u003c\/td\u003e\n\u003ctd\u003e1,19 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e0,00 g\u003c\/td\u003e\n\u003ctd\u003e–\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n\u003ctd\u003e78,19 g\u003c\/td\u003e\n\u003ctd\u003e23,46 g\u003c\/td\u003e\n\u003ctd\u003e47 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n\u003ctd\u003e1,04 g\u003c\/td\u003e\n\u003ctd\u003e0,31 g\u003c\/td\u003e\n\u003ctd\u003e5 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B6\u003c\/th\u003e\n\u003ctd\u003e30 mg\u003c\/td\u003e\n\u003ctd\u003e10 mg\u003c\/td\u003e\n\u003ctd\u003e714 %\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003eGolden Praline – Zutaten \u0026amp; Allergene\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Favabohnen-Proteinisolat 64 %, Aminosäurenmischung 23 %\n          (L-Leucin, L-Isoleucin, L-Valin, L-Glutamin, L-Threonin,\n          L-Methionin), stark entöltes Kakaopulver, pflanzliches Fettpulver\n          (Sonnenblume), Verdickungsmittel (Xanthan), Aroma, Meersalz,\n          Süßungsmittel (Xylit, Sucralose), Emulgator (Sonnenblumenlecithin).\n        \u003c\/p\u003e\n\n        \u003ch3\u003eAllergenhinweis\u003c\/h3\u003e\n        \u003cp\u003e\n          Kann Spuren von Milch einschließlich Laktose, glutenhaltigem\n          Getreide, Soja, Eiern, Schalenfrüchten und Senf enthalten.\n          Produktionsbedingt durch gemeinsam genutzte Anlagen.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-duo__note\"\u003e\n          Enthält Xylit. Ein übermäßiger Verzehr kann abführend wirken.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003eGolden Praline – Nährwerte\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003cp class=\"ynf-duo__table-intro\"\u003e\n          Durchschnittliche Nährwerte. Eine Portion entspricht 30 g Pulver.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-duo__table-wrap\" role=\"region\" aria-label=\"Nährwerttabelle Golden Praline\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-duo__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eNährwerte\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 100 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003epro 30 g\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eReferenzmenge*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEnergie\u003c\/th\u003e\n\u003ctd\u003e1.602 kJ \/ 383 kcal\u003c\/td\u003e\n\u003ctd\u003e481 kJ \/ 115 kcal\u003c\/td\u003e\n\u003ctd\u003e6 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eFett\u003c\/th\u003e\n\u003ctd\u003e5,34 g\u003c\/td\u003e\n\u003ctd\u003e1,60 g\u003c\/td\u003e\n\u003ctd\u003e2 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon gesättigte Fettsäuren\u003c\/th\u003e\n\u003ctd\u003e0,58 g\u003c\/td\u003e\n\u003ctd\u003e0,17 g\u003c\/td\u003e\n\u003ctd\u003e1 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eKohlenhydrate\u003c\/th\u003e\n\u003ctd\u003e2,14 g\u003c\/td\u003e\n\u003ctd\u003e0,64 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003edavon Zucker\u003c\/th\u003e\n\u003ctd\u003e0,34 g\u003c\/td\u003e\n\u003ctd\u003e0,10 g\u003c\/td\u003e\n\u003ctd\u003e0 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBallaststoffe\u003c\/th\u003e\n\u003ctd\u003e2,00 g\u003c\/td\u003e\n\u003ctd\u003e0,60 g\u003c\/td\u003e\n\u003ctd\u003e–\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEiweiß\u003c\/th\u003e\n\u003ctd\u003e80,68 g\u003c\/td\u003e\n\u003ctd\u003e24,20 g\u003c\/td\u003e\n\u003ctd\u003e48 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSalz\u003c\/th\u003e\n\u003ctd\u003e2,03 g\u003c\/td\u003e\n\u003ctd\u003e0,61 g\u003c\/td\u003e\n\u003ctd\u003e10 %\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-duo__footnote\"\u003e\n          * Referenzmenge für einen durchschnittlichen Erwachsenen\n          (8.400 kJ \/ 2.000 kcal). Nährwerte kalkulatorisch ermittelt und den\n          bei Naturprodukten üblichen Schwankungen unterworfen.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-duo__accordion\"\u003e\n      \u003csummary\u003eHinweise \u0026amp; Lagerung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-duo__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eBeide Produkte kühl, trocken und vor direkter Sonneneinstrahlung geschützt lagern.\u003c\/li\u003e\n          \u003cli\u003eNach dem Öffnen sorgfältig verschließen.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eMaßgeblich sind die Angaben auf den jeweiligen Produktverpackungen.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\n          Die vollständigen Aminosäureprofile und weiterführenden\n          produktspezifischen Informationen findest du auf den jeweiligen\n          Einzelproduktseiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-duo__brand-note\"\u003e\n    \u003cstrong\u003eZwei Produkte. Zwei Texturen. Mehr Abwechslung.\u003c\/strong\u003e\n    \u003cp\u003e\n      Das Duo verbindet ein klares, erfrischendes Protein mit einer cremigen\n      Variante – ohne künstliche Verknappung und ohne übertriebene Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":56125343039823,"sku":null,"price":54.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/proteinduo_peach_praline_13054730-4dbc-4c6e-9371-f58feb543f4b.png?v=1782312387"}],"url":"https:\/\/yournutritionsfinest.de\/collections\/veganes-proteinpulver.oembed","provider":"Your Nutritions Finest","version":"1.0","type":"link"}