{"title":"Vegane Mikronährstoffe","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-micro-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-micro-page *,\n  .ynf-micro-page *::before,\n  .ynf-micro-page *::after {\n    box-sizing: border-box;\n  }\n\n  .ynf-micro-page h1,\n  .ynf-micro-page h2,\n  .ynf-micro-page h3,\n  .ynf-micro-page p {\n    color: rgb(var(--color-foreground));\n  }\n\n  .ynf-micro-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-micro-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-micro-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-micro-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-micro-hero {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .ynf-micro-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-micro-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-micro-lead {\n    max-width: 840px;\n    margin: 0 auto;\n  }\n\n  .ynf-micro-lead p {\n    margin: 0;\n    font-size: clamp(19px, 1.45vw, 22px);\n    line-height: 1.78;\n  }\n\n  .ynf-micro-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-micro-cta:hover,\n  .ynf-micro-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-micro-cta-arrow {\n    font-size: 1.15em;\n    line-height: 1;\n  }\n\n  \/* =========================================================\n     BENEFITS\n     ========================================================= *\/\n\n  .ynf-micro-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-micro-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-micro-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-micro-benefit-icon svg {\n    display: block;\n    width: 22px;\n    height: 22px;\n    stroke: currentColor;\n  }\n\n  .ynf-micro-benefit-copy strong {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .ynf-micro-benefit-copy p {\n    margin: 0;\n    font-size: 15.5px;\n    line-height: 1.55;\n  }\n\n  \/* =========================================================\n     MIKRONÄHRSTOFFE ERKLÄRT\n     ========================================================= *\/\n\n  .ynf-micro-context {\n    margin-top: 60px;\n  }\n\n  .ynf-micro-context \u003e h2,\n  .ynf-micro-context \u003e .ynf-micro-section-intro {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: center;\n  }\n\n  .ynf-micro-section-intro {\n    margin-bottom: 0 !important;\n  }\n\n  .ynf-micro-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-micro-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-micro-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-micro-context-card p {\n    margin-bottom: 0;\n    font-size: 17px;\n    line-height: 1.72;\n  }\n\n  \/* =========================================================\n     WARUM YNF ANDERS IST\n     ========================================================= *\/\n\n  .ynf-micro-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-micro-special-content {\n    max-width: 970px;\n    margin: 0 auto;\n  }\n\n  .ynf-micro-special h2,\n  .ynf-micro-special .ynf-micro-eyebrow {\n    text-align: center;\n  }\n\n  .ynf-micro-special p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-micro-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-micro-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-micro-products {\n    margin-top: 60px;\n  }\n\n  .ynf-micro-products \u003e h2,\n  .ynf-micro-products \u003e .ynf-micro-products-intro {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: center;\n  }\n\n  .ynf-micro-products-intro {\n    margin-bottom: 0 !important;\n  }\n\n  .ynf-micro-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-micro-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-micro-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-micro-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-micro-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-micro-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-micro-product p {\n    margin-bottom: 15px;\n    font-size: 17px;\n    line-height: 1.72;\n  }\n\n  .ynf-micro-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-micro-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-micro-product-link:hover,\n  .ynf-micro-product-link:focus {\n    color: #2e7d32 !important;\n    text-decoration: underline;\n    text-underline-offset: 4px;\n  }\n\n  \/* =========================================================\n     BUNDLE\n     ========================================================= *\/\n\n  .ynf-micro-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-micro-bundle h3 {\n    margin-bottom: 10px;\n  }\n\n  .ynf-micro-bundle p {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .ynf-micro-bundle-action {\n    text-align: right;\n  }\n\n  .ynf-micro-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-micro-bundle-link:hover,\n  .ynf-micro-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-micro-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-micro-transparency h2 {\n    margin-bottom: 15px;\n    font-size: clamp(29px, 2.2vw, 36px);\n  }\n\n  .ynf-micro-transparency p {\n    margin-bottom: 14px;\n    font-size: 17px;\n    line-height: 1.72;\n  }\n\n  .ynf-micro-transparency p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-micro-transparency-list {\n    margin: 3px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ynf-micro-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-micro-transparency-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-micro-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-micro-guidance {\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-micro-guidance p {\n    margin: 0;\n    font-size: 13.5px;\n    line-height: 1.58;\n  }\n\n  .ynf-micro-legal {\n    max-width: 940px;\n    margin: 24px auto 0;\n    text-align: center;\n  }\n\n  .ynf-micro-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-micro-legal p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* =========================================================\n     ACCESSIBILITY\n     ========================================================= *\/\n\n  .ynf-micro-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-micro-page *,\n    .ynf-micro-page *::before,\n    .ynf-micro-page *::after {\n      transition: none !important;\n    }\n  }\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media screen and (max-width: 900px) {\n    .ynf-micro-benefits {\n      grid-template-columns: 1fr;\n      max-width: 760px;\n    }\n\n    .ynf-micro-benefit {\n      min-height: 0;\n    }\n\n    .ynf-micro-bundle,\n    .ynf-micro-transparency {\n      grid-template-columns: 1fr;\n      gap: 22px;\n    }\n\n    .ynf-micro-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-micro-page {\n      padding: 10px 16px 40px;\n    }\n\n    .ynf-micro-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-micro-page h2 {\n      margin-bottom: 18px;\n      font-size: 28px;\n      line-height: 1.22;\n    }\n\n    .ynf-micro-page h3 {\n      font-size: 21px;\n    }\n\n    .ynf-micro-page p {\n      font-size: 17px;\n      line-height: 1.7;\n    }\n\n    .ynf-micro-eyebrow {\n      margin-bottom: 10px !important;\n      font-size: 11px !important;\n      letter-spacing: 0.11em;\n    }\n\n    .ynf-micro-slogan {\n      margin-bottom: 18px !important;\n      font-size: 17px !important;\n    }\n\n    .ynf-micro-lead p {\n      font-size: 18px;\n      line-height: 1.72;\n    }\n\n    .ynf-micro-cta {\n      width: 100%;\n      max-width: 390px;\n      padding: 15px 20px;\n      font-size: 16px;\n    }\n\n    .ynf-micro-benefits {\n      gap: 13px;\n      margin-top: 35px;\n    }\n\n    .ynf-micro-benefit {\n      grid-template-columns: 42px 1fr;\n      gap: 13px;\n      padding: 17px 18px;\n    }\n\n    .ynf-micro-benefit-icon {\n      width: 42px;\n      height: 42px;\n    }\n\n    .ynf-micro-benefit-icon svg {\n      width: 20px;\n      height: 20px;\n    }\n\n    .ynf-micro-benefit-copy strong {\n      font-size: 16px;\n    }\n\n    .ynf-micro-benefit-copy p {\n      font-size: 15px;\n    }\n\n    .ynf-micro-context {\n      margin-top: 44px;\n    }\n\n    .ynf-micro-context-grid {\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .ynf-micro-context-card {\n      padding: 24px 20px;\n    }\n\n    .ynf-micro-context-card p {\n      font-size: 16.5px;\n    }\n\n    .ynf-micro-special {\n      margin-top: 42px;\n      padding: 29px 20px;\n    }\n\n    .ynf-micro-story {\n      margin-top: 24px;\n      padding: 21px 20px;\n    }\n\n    .ynf-micro-story p {\n      font-size: 16.5px;\n    }\n\n    .ynf-micro-products {\n      margin-top: 45px;\n    }\n\n    .ynf-micro-product-grid {\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 25px;\n    }\n\n    .ynf-micro-product {\n      padding: 24px 20px;\n    }\n\n    .ynf-micro-product p {\n      font-size: 16.5px;\n    }\n\n    .ynf-micro-product-category {\n      font-size: 10px;\n    }\n\n    .ynf-micro-product-meta {\n      font-size: 13.5px !important;\n    }\n\n    .ynf-micro-bundle {\n      margin-top: 18px;\n      padding: 24px 20px;\n    }\n\n    .ynf-micro-bundle p {\n      font-size: 16.5px;\n    }\n\n    .ynf-micro-bundle-link {\n      width: 100%;\n    }\n\n    .ynf-micro-transparency {\n      margin-top: 38px;\n      padding: 24px 20px;\n    }\n\n    .ynf-micro-transparency h2 {\n      font-size: 27px;\n    }\n\n    .ynf-micro-transparency p {\n      font-size: 16.5px;\n    }\n\n    .ynf-micro-transparency-list li {\n      font-size: 15.5px;\n    }\n\n    .ynf-micro-guidance {\n      margin-top: 18px;\n      padding: 13px 14px;\n    }\n\n    .ynf-micro-guidance p {\n      font-size: 13px;\n    }\n\n    .ynf-micro-legal {\n      margin-top: 20px;\n    }\n\n    .ynf-micro-legal p {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-micro-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"ynf-micro-hero\"\u003e\n\n    \u003ch1 class=\"ynf-micro-main-title\"\u003e\n      Vegane Mikronährstoffe\n    \u003c\/h1\u003e\n\n    \u003cp class=\"ynf-micro-slogan\"\u003e\n      Smart Nutrition. Zero Sacrifice. Zero Compromise.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ynf-micro-lead\"\u003e\n      \u003cp\u003e\n        Eine bewusste Ernährung beginnt mit guten Lebensmitteln. Dort, wo die\n        persönliche Versorgung besondere Aufmerksamkeit braucht, können\n        ausgewählte \u003cstrong\u003evegane Mikronährstoffe\u003c\/strong\u003e eine sinnvolle\n        Ergänzung sein. Bei YNF findest du Vitamine, Mineralstoffe und\n        Omega-3-Fettsäuren – vegan, klar deklariert und einfach in deinen\n        Alltag integrierbar.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca class=\"ynf-micro-cta\" href=\"#product-grid\"\u003e\n      Mikronährstoffe entdecken\n      \u003cspan class=\"ynf-micro-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-micro-benefits\" aria-label=\"Vorteile der YNF Mikronährstoffprodukte\"\u003e\n\n    \u003carticle class=\"ynf-micro-benefit\"\u003e\n\n      \u003cspan class=\"ynf-micro-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-micro-benefit-copy\"\u003e\n        \u003cstrong\u003e100 % vegan\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Pflanzliche Nahrungsergänzung ohne tierische Bestandteile.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-micro-benefit\"\u003e\n\n      \u003cspan class=\"ynf-micro-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=\"8\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 4V2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n\n      \u003cdiv class=\"ynf-micro-benefit-copy\"\u003e\n        \u003cstrong\u003eGezielt statt wahllos\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Fokussierte Produkte statt eines beliebigen Wirkstoff-Sammelsuriums.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-micro-benefit\"\u003e\n\n      \u003cspan class=\"ynf-micro-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-micro-benefit-copy\"\u003e\n        \u003cstrong\u003eTransparent deklariert\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Mengen, Zutaten, Einnahme und Hinweise sind nachvollziehbar angegeben.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- EINORDNUNG --\u003e\n\n  \u003csection class=\"ynf-micro-context\"\u003e\n\n    \u003ch2\u003e\n      Mikronährstoffe: kleine Mengen, wichtige Funktionen\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ynf-micro-section-intro\"\u003e\n      Mikronährstoffe liefern keine Energie wie Kohlenhydrate, Fette oder\n      Protein. Vitamine und Mineralstoffe sind dennoch an zahlreichen normalen\n      Körperfunktionen beteiligt. Wie gut die Versorgung ist, hängt unter\n      anderem von Ernährung, Lebensphase, Jahreszeit und individuellem Bedarf\n      ab.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ynf-micro-context-grid\"\u003e\n\n      \u003carticle class=\"ynf-micro-context-card\"\u003e\n\n        \u003cspan class=\"ynf-micro-context-number\" aria-hidden=\"true\"\u003e\n          01\n        \u003c\/span\u003e\n\n        \u003ch3\u003eVitamine und Mineralstoffe\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Eine abwechslungsreiche Ernährung kann viele Mikronährstoffe liefern.\n          Einzelne Nährstoffe verdienen jedoch besondere Aufmerksamkeit. Bei\n          einer rein veganen Ernährung gilt das insbesondere für Vitamin B12.\n          Auch die Versorgung mit Vitamin D, Eisen oder langkettigen\n          Omega-3-Fettsäuren kann je nach Ernährung und Lebenssituation\n          relevant sein.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-micro-context-card\"\u003e\n\n        \u003cspan class=\"ynf-micro-context-number\" aria-hidden=\"true\"\u003e\n          02\n        \u003c\/span\u003e\n\n        \u003ch3\u003eVersorgung mit Augenmaß\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Nahrungsergänzung sollte nicht bedeuten, möglichst viele Stoffe in\n          möglichst hoher Menge einzunehmen. Sinnvoller ist ein bewusster Blick\n          auf die eigene Ernährung, die verwendeten Dosierungen und – wenn\n          angezeigt – auf ärztlich bestimmte Blutwerte.\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-micro-special\"\u003e\n\n    \u003cdiv class=\"ynf-micro-special-content\"\u003e\n\n      \u003cp class=\"ynf-micro-eyebrow\"\u003e\n        Versorgung ohne Marketingnebel\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Warum YNF bei Mikronährstoffen anders denkt\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Ein Nahrungsergänzungsmittel wird nicht automatisch besser, nur weil\n        seine Zutatenliste besonders lang oder seine Dosierung besonders hoch\n        ist. Deshalb konzentrieren wir uns auf nachvollziehbare Produkte mit\n        einem klar erkennbaren Zweck.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Unser Sortiment umfasst gezielt ausgewählte\n        \u003cstrong\u003evegane Nahrungsergänzung\u003c\/strong\u003e: einen Vitamin-B-Komplex,\n        Omega-3 mit DHA und EPA aus Algenöl, Eisen in Kombination mit Vitamin C\n        sowie veganes Vitamin D3 mit Vitamin K2.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Welche Zusammensetzung zu dir passt, ist individuell. Wir versprechen\n        deshalb keine pauschale Optimierung und keine Wunderwirkung. Stattdessen\n        zeigen wir transparent, welche Nährstoffe enthalten sind, wie hoch sie\n        dosiert sind und was bei der Einnahme zu beachten ist.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ynf-micro-story\"\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eWarum wir YNF gegründet haben:\u003c\/strong\u003e\n          Wir wollten Nahrungsergänzung nicht länger zwischen überladenen\n          Rezepturen, unklaren Versprechen und tierischen Inhaltsstoffen\n          auswählen müssen. Deshalb steht YNF für vegane Produkte, die wir\n          selbst nachvollziehen und guten Gewissens verwenden würden – klar\n          deklariert, undogmatisch und mit Respekt vor einer ausgewogenen\n          Ernährung.\n        \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-micro-products\"\u003e\n\n    \u003ch2\u003e\n      Unsere veganen Mikronährstoffe im Überblick\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ynf-micro-products-intro\"\u003e\n      Vier fokussierte Produkte für unterschiedliche Bereiche der Versorgung.\n      Die vollständigen Zutatenlisten, Nährstoffmengen, Verzehrempfehlungen und\n      produktspezifischen Hinweise findest du auf den jeweiligen Produktseiten.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ynf-micro-product-grid\"\u003e\n\n      \u003carticle class=\"ynf-micro-product\"\u003e\n\n        \u003cdiv class=\"ynf-micro-product-topline\"\u003e\n          \u003cspan class=\"ynf-micro-product-number\"\u003e01\u003c\/span\u003e\n          \u003cspan class=\"ynf-micro-product-category\"\u003eVitamine\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eVitamin-B-Komplex\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Eine vegane Kombination aller acht B-Vitamine, darunter Vitamin B12\n          als Methylcobalamin. Eine Kapsel enthält 500 µg Vitamin B12.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Vitamin B12 trägt zu einem normalen Energiestoffwechsel, einer\n          normalen Funktion des Nervensystems und zur normalen Bildung roter\n          Blutkörperchen bei.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-micro-product-meta\"\u003e\n          60 Kapseln · empfohlene Einnahme: 1 Kapsel täglich\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-micro-product-link\" href=\"\/products\/vitamin-b-komplex\"\u003e\n          Vitamin-B-Komplex ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-micro-product\"\u003e\n\n        \u003cdiv class=\"ynf-micro-product-topline\"\u003e\n          \u003cspan class=\"ynf-micro-product-number\"\u003e02\u003c\/span\u003e\n          \u003cspan class=\"ynf-micro-product-category\"\u003eAlgenöl\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eOmega-3 DHA\/EPA\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Veganes Omega-3 aus der Mikroalge\n          \u003cem\u003eSchizochytrium\u003c\/em\u003e – ohne Fischöl. Die Tagesportion liefert\n          500 mg DHA und 100 mg EPA.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          DHA trägt zur Erhaltung einer normalen Gehirnfunktion und Sehkraft\n          bei. EPA und DHA tragen gemeinsam zu einer normalen Herzfunktion bei.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-micro-product-meta\"\u003e\n          120 Kapseln · empfohlene Einnahme: 2 Kapseln täglich\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-micro-product-link\" href=\"\/products\/omega-3-vegan-epa-dha-1\"\u003e\n          Omega-3 ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-micro-product\"\u003e\n\n        \u003cdiv class=\"ynf-micro-product-topline\"\u003e\n          \u003cspan class=\"ynf-micro-product-number\"\u003e03\u003c\/span\u003e\n          \u003cspan class=\"ynf-micro-product-category\"\u003eMineralstoff\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eEisen + Vitamin C\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Eine Kapsel kombiniert 15 mg Eisen in Form von Eisengluconat mit\n          100 mg Vitamin C. Vitamin C erhöht die Eisenaufnahme.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Eisen trägt zur normalen Bildung roter Blutkörperchen und von\n          Hämoglobin, zu einem normalen Sauerstofftransport und zur\n          Verringerung von Müdigkeit und Ermüdung bei.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-micro-product-meta\"\u003e\n          60 Kapseln · empfohlene Einnahme: 1 Kapsel täglich\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-micro-product-link\" href=\"\/products\/eisen-vitamin-c\"\u003e\n          Eisen + Vitamin C ansehen\n          \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-micro-product\"\u003e\n\n        \u003cdiv class=\"ynf-micro-product-topline\"\u003e\n          \u003cspan class=\"ynf-micro-product-number\"\u003e04\u003c\/span\u003e\n          \u003cspan class=\"ynf-micro-product-category\"\u003eVitamine\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eVitamin D3 + K2\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Veganes Vitamin D3 kombiniert mit Vitamin K2 als MK-7. Eine Kapsel\n          enthält 125 µg Vitamin D3 und 100 µg Vitamin K2 und wird\n          gemäß Verzehrempfehlung alle fünf Tage eingenommen.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Vitamin D trägt zur Erhaltung normaler Knochen und einer normalen\n          Muskelfunktion sowie zu einer normalen Funktion des Immunsystems bei.\n          Vitamin K trägt zur Erhaltung normaler Knochen bei.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-micro-product-meta\"\u003e\n          30 Kapseln · Reichweite bei empfohlener Einnahme: 150 Tage\n        \u003c\/p\u003e\n\n        \u003ca class=\"ynf-micro-product-link\" href=\"\/products\/vitamin-d3-k2\"\u003e\n          Vitamin D3 + K2 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!-- BUNDLE --\u003e\n\n    \u003caside class=\"ynf-micro-bundle\"\u003e\n\n      \u003cdiv class=\"ynf-micro-bundle-copy\"\u003e\n\n        \u003cp class=\"ynf-micro-eyebrow\"\u003e\n          Als Set erhältlich\n        \u003c\/p\u003e\n\n        \u003ch3\u003eVegan Essentials\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Das Set verbindet Omega-3 DHA\/EPA, den Vitamin-B-Komplex und Eisen\n          mit Vitamin C zu einem Vorrat für etwa 60 Tage. Eine praktische\n          Auswahl für Menschen, bei denen genau diese Kombination zum\n          persönlichen Bedarf passt.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-micro-bundle-action\"\u003e\n\n        \u003ca class=\"ynf-micro-bundle-link\" href=\"\/products\/vegan-essentials-omega-3-vitamin-b-komplex-eisen-vitamin-c\"\u003e\n          Vegan Essentials ansehen\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-micro-transparency\"\u003e\n\n    \u003cdiv class=\"ynf-micro-transparency-copy\"\u003e\n\n      \u003ch2\u003e\n        Transparenz statt pauschaler Versprechen\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Nicht jede Person benötigt dieselben Vitamine, Mineralstoffe oder\n        Nahrungsergänzungsmittel. Bedarf und geeignete Dosierung können sich\n        unter anderem durch Ernährungsweise, Lebensphase, Jahreszeit,\n        Vorerkrankungen und Medikamente unterscheiden.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Deshalb findest du bei YNF keine anonyme Rezeptur-Blackbox. Wir geben\n        die enthaltenen Nährstoffmengen, Zutaten, Nährstoffbezugswerte,\n        Einnahmeempfehlungen und relevanten Hinweise direkt auf der jeweiligen\n        Produktseite und auf der Verpackung an.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cul class=\"ynf-micro-transparency-list\" aria-label=\"Transparenzmerkmale\"\u003e\n      \u003cli\u003eVollständige Zutatenlisten\u003c\/li\u003e\n      \u003cli\u003eKonkrete Mengen pro Tagesportion\u003c\/li\u003e\n      \u003cli\u003eNachvollziehbare Einnahmeempfehlungen\u003c\/li\u003e\n      \u003cli\u003eProduktspezifische Warnhinweise\u003c\/li\u003e\n      \u003cli\u003eKeine pauschalen Wirkversprechen\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- HINWEIS --\u003e\n\n  \u003caside class=\"ynf-micro-guidance\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eBitte beachte:\u003c\/strong\u003e\n      Eisen sollte bedarfsorientiert und bei Verdacht auf einen Mangel nach\n      entsprechender Abklärung eingenommen werden. Bei Schwangerschaft,\n      Stillzeit, bestehenden Erkrankungen oder der Einnahme von Medikamenten\n      sollte die Verwendung von Nahrungsergänzungsmitteln vorab ärztlich\n      abgestimmt werden. Das gilt insbesondere bei gerinnungshemmenden\n      Medikamenten und Produkten mit Vitamin K.\n    \u003c\/p\u003e\n\n  \u003c\/aside\u003e\n\n  \u003c!-- RECHTLICHER HINWEIS --\u003e\n\n  \u003cdiv class=\"ynf-micro-legal\"\u003e\n\n    \u003cp\u003e\n      Nahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und\n      abwechslungsreiche Ernährung sowie eine gesunde Lebensweise. Die\n      empfohlene Verzehrmenge darf nicht überschritten werden. Außerhalb der\n      Reichweite von kleinen Kindern aufbewahren.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Die positiven Wirkungen von DHA auf Gehirnfunktion und Sehkraft stellen\n      sich bei einer täglichen Aufnahme von 250 mg DHA ein. Die positive\n      Wirkung von EPA und DHA auf die Herzfunktion stellt sich bei einer\n      täglichen Aufnahme von 250 mg EPA und DHA ein.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"vitamin-d3-k2","title":"Vitamin D3 + K2 vegan | 125 µg D3 \u0026 100 µg K2 MK-7","description":"\u003cstyle\u003e\n  .ynf-d3k2 {\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-d3k2,\n  .ynf-d3k2 * {\n    box-sizing: border-box;\n  }\n\n  .ynf-d3k2 h2,\n  .ynf-d3k2 h3,\n  .ynf-d3k2 p {\n    margin-top: 0;\n  }\n\n  .ynf-d3k2__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-d3k2__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-d3k2__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-d3k2__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-d3k2__fact-value,\n  .ynf-d3k2__fact-label {\n    display: block;\n  }\n\n  .ynf-d3k2__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-d3k2__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-d3k2__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-d3k2__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-d3k2__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-d3k2__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-d3k2__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-d3k2__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-d3k2__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-d3k2__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-d3k2__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-d3k2__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-d3k2__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-d3k2__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-d3k2__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-d3k2__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-d3k2__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-d3k2__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-d3k2__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-d3k2__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-d3k2__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-d3k2__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-d3k2__accordion summary::before,\n  .ynf-d3k2__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-d3k2__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-d3k2__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-d3k2__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-d3k2__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-d3k2__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-d3k2__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-d3k2__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-d3k2__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-d3k2__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-d3k2__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-d3k2__table {\n    width: 100%;\n    min-width: 460px;\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-d3k2__table th,\n  .ynf-d3k2__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-d3k2__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-d3k2__table tbody th {\n    width: 48%;\n    font-weight: 600;\n  }\n\n  .ynf-d3k2__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-d3k2__table tbody tr:last-child th,\n  .ynf-d3k2__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-d3k2__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-d3k2__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-d3k2__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-d3k2__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-d3k2__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-d3k2__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-d3k2__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-d3k2__fact,\n    .ynf-d3k2__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-d3k2__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-d3k2__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-d3k2\"\u003e\n\n  \u003csection class=\"ynf-d3k2__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-d3k2__facts\"\u003e\n      \u003cdiv class=\"ynf-d3k2__fact\"\u003e\n        \u003cspan class=\"ynf-d3k2__fact-value\"\u003e125 µg\u003c\/span\u003e\n        \u003cspan class=\"ynf-d3k2__fact-label\"\u003eVitamin D3 pro Kapsel\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-d3k2__fact\"\u003e\n        \u003cspan class=\"ynf-d3k2__fact-value\"\u003e100 µg\u003c\/span\u003e\n        \u003cspan class=\"ynf-d3k2__fact-label\"\u003eVitamin K2 (MK-7) pro Kapsel\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-d3k2__fact\"\u003e\n        \u003cspan class=\"ynf-d3k2__fact-value\"\u003e150 Tage\u003c\/span\u003e\n        \u003cspan class=\"ynf-d3k2__fact-label\"\u003eReichweite pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-d3k2__fact\"\u003e\n        \u003cspan class=\"ynf-d3k2__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-d3k2__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-d3k2__service\"\u003e\n      \u003cdiv class=\"ynf-d3k2__service-item\"\u003e\n        \u003cspan class=\"ynf-d3k2__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e1 Kapsel alle 5 Tage\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-d3k2__service-item\"\u003e\n        \u003cspan class=\"ynf-d3k2__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eVitamin K2 als MK-7\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-d3k2__service-item\"\u003e\n        \u003cspan class=\"ynf-d3k2__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eVegane Kapselhülle\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-d3k2__intro\"\u003e\n    \u003cp class=\"ynf-d3k2__eyebrow\"\u003eVitamin D3 + K2\u003c\/p\u003e\n    \u003ch2 class=\"ynf-d3k2__title\"\u003eGezielt kombiniert und langfristig dosiert\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-d3k2__lead\"\u003e\n      125 µg Vitamin D3 und 100 µg Vitamin K2 als MK-7 pro Kapsel –\n      vollständig vegan und nur alle fünf Tage einzunehmen.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-d3k2__body\"\u003e\n      Vitamin D trägt zur Erhaltung normaler Knochen, Zähne und Muskelfunktion\n      sowie zu einer normalen Funktion des Immunsystems bei. Vitamin K trägt\n      zur Erhaltung normaler Knochen und zu einer normalen Blutgerinnung bei.\n      Eine Dose enthält 30 Kapseln und reicht bei empfohlener Einnahme für\n      150 Tage.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-d3k2__benefits\" aria-labelledby=\"ynf-d3k2-benefits\"\u003e\n    \u003cp class=\"ynf-d3k2__eyebrow\"\u003eKlar dosiert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-d3k2-benefits\" class=\"ynf-d3k2__section-title\"\u003e\n      Darum YNF Vitamin D3 + K2\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-d3k2__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-d3k2__benefit\"\u003e\n        \u003cspan class=\"ynf-d3k2__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003e125 µg Vitamin D3\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Kapsel liefert 125 µg Vitamin D3 und damit 2.500 %\n          des Nährstoffbezugswerts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-d3k2__benefit\"\u003e\n        \u003cspan class=\"ynf-d3k2__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003e100 µg Vitamin K2\u003c\/h3\u003e\n        \u003cp\u003e\n          Enthält Vitamin K2 in der Form MK-7 mit 100 µg pro Kapsel.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-d3k2__benefit\"\u003e\n        \u003cspan class=\"ynf-d3k2__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eKnochen, Muskeln \u0026amp; Immunsystem\u003c\/h3\u003e\n        \u003cp\u003e\n          Vitamin D trägt zur Erhaltung normaler Knochen und Muskelfunktion\n          sowie zu einer normalen Funktion des Immunsystems bei.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-d3k2__benefit\"\u003e\n        \u003cspan class=\"ynf-d3k2__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e150 Tage Reichweite\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Dose enthält 30 vegane Kapseln und reicht bei einer Kapsel\n          alle fünf Tage für 150 Tage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-d3k2__claim\"\u003e\n      Vitamin D und Vitamin K tragen zur Erhaltung normaler Knochen bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-d3k2__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-d3k2__accordion\"\u003e\n      \u003csummary\u003eInhaltsstoffe \u0026amp; Dosierung\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-d3k2__accordion-content\"\u003e\n        \u003cp class=\"ynf-d3k2__table-intro\"\u003e\n          Angaben pro Kapsel. Empfohlene Einnahme: 1 Kapsel alle 5 Tage.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-d3k2__table-wrap\" role=\"region\" aria-label=\"Inhaltsstoffe pro Kapsel\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-d3k2__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eInhaltsstoff\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eMenge\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eNRV*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eVitamin D3\u003c\/th\u003e\n                \u003ctd\u003e125 µg\u003c\/td\u003e\n                \u003ctd\u003e2.500 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eVitamin K2 (MK-7)\u003c\/th\u003e\n                \u003ctd\u003e100 µg\u003c\/td\u003e\n                \u003ctd\u003e133 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-d3k2__footnote\"\u003e\n          * NRV = Nährstoffbezugswert für Erwachsene. Die Prozentwerte beziehen\n          sich auf die Menge pro Kapsel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-d3k2__accordion\"\u003e\n      \u003csummary\u003eFunktionen von Vitamin D \u0026amp; K\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-d3k2__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eVitamin D trägt zur Erhaltung normaler Knochen und Zähne bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin D trägt zur Erhaltung einer normalen Muskelfunktion bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin D trägt zu einer normalen Funktion des Immunsystems bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin D trägt zu einer normalen Aufnahme und Verwertung von Calcium und Phosphor bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin K trägt zur Erhaltung normaler Knochen bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin K trägt zu einer normalen Blutgerinnung bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-d3k2__accordion\"\u003e\n      \u003csummary\u003eEinnahme\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-d3k2__accordion-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003e1 Kapsel alle 5 Tage\u003c\/strong\u003e mit ausreichend Flüssigkeit\n          einnehmen, vorzugsweise zusammen mit einer Mahlzeit.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Zur besseren Übersicht kann ein fester Einnahmetag beziehungsweise\n          eine Erinnerung im Kalender hilfreich sein.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Die empfohlene Verzehrmenge nicht überschreiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-d3k2__accordion\"\u003e\n      \u003csummary\u003eZutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-d3k2__accordion-content\"\u003e\n        \u003cp\u003e\n          Reismehl, Hydroxypropylmethylcellulose (Kapselhülle),\n          Vitamin K2 (MK-7), Vitamin D3 (Cholecalciferol).\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-d3k2__note\"\u003e\n          Mit veganer Kapselhülle aus Hydroxypropylmethylcellulose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-d3k2__accordion\"\u003e\n      \u003csummary\u003eHinweise\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-d3k2__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eNahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung sowie eine gesunde Lebensweise.\u003c\/li\u003e\n          \u003cli\u003eDie empfohlene Verzehrmenge nicht überschreiten.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eWeitere Vitamin-D-haltige Präparate sollten nicht ohne Berücksichtigung der Gesamtzufuhr kombiniert werden.\u003c\/li\u003e\n          \u003cli\u003eBei Schwangerschaft, Stillzeit, bestehenden Erkrankungen oder der Einnahme von Medikamenten vor der Verwendung ärztlichen Rat einholen.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"ynf-d3k2__note\"\u003e\n          Bei Einnahme gerinnungshemmender Medikamente sollte die Verwendung\n          wegen des enthaltenen Vitamin K vorab ärztlich abgestimmt werden.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-d3k2__accordion\"\u003e\n      \u003csummary\u003eLagerung \u0026amp; Produktangaben\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-d3k2__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\u003eInhalt: 30 Kapseln.\u003c\/li\u003e\n          \u003cli\u003eNettofüllmenge: 25 g.\u003c\/li\u003e\n          \u003cli\u003e150 Tage Reichweite bei 1 Kapsel alle 5 Tage.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eVerantwortlicher Lebensmittelunternehmer:\u003c\/strong\u003e\u003cbr\u003e\n          Your Nutritions Finest, Raiffeisenstr. 12, Deutschland\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-d3k2__brand-note\"\u003e\n    \u003cstrong\u003eTransparent dosiert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Klare Mengenangaben, eine nachvollziehbare Einnahmefrequenz und\n      zugelassene Funktionsaussagen – 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":55229015359823,"sku":null,"price":10.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/vitD3_9fbf666b-df7e-4ad9-87dc-4f9932baa832.png?v=1782237927"},{"product_id":"eisen-vitamin-c","title":"Eisen + Vitamin C vegan | 15 mg Eisen \u0026 100 mg Vitamin C","description":"\u003cstyle\u003e\n  .ynf-iron {\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-iron,\n  .ynf-iron * {\n    box-sizing: border-box;\n  }\n\n  .ynf-iron h2,\n  .ynf-iron h3,\n  .ynf-iron p {\n    margin-top: 0;\n  }\n\n  .ynf-iron__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-iron__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-iron__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-iron__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-iron__fact-value,\n  .ynf-iron__fact-label {\n    display: block;\n  }\n\n  .ynf-iron__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-iron__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-iron__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-iron__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-iron__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-iron__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-iron__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-iron__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-iron__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-iron__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-iron__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-iron__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-iron__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-iron__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-iron__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-iron__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-iron__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-iron__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-iron__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-iron__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-iron__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-iron__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-iron__accordion summary::before,\n  .ynf-iron__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-iron__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-iron__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-iron__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-iron__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-iron__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-iron__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-iron__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-iron__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-iron__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-iron__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-iron__table {\n    width: 100%;\n    min-width: 460px;\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-iron__table th,\n  .ynf-iron__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-iron__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-iron__table tbody th {\n    width: 48%;\n    font-weight: 600;\n  }\n\n  .ynf-iron__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-iron__table tbody tr:last-child th,\n  .ynf-iron__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-iron__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-iron__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-iron__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-iron__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-iron__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-iron__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-iron__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-iron__fact,\n    .ynf-iron__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-iron__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-iron__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-iron\"\u003e\n\n  \u003csection class=\"ynf-iron__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-iron__facts\"\u003e\n      \u003cdiv class=\"ynf-iron__fact\"\u003e\n        \u003cspan class=\"ynf-iron__fact-value\"\u003e15 mg\u003c\/span\u003e\n        \u003cspan class=\"ynf-iron__fact-label\"\u003eEisen pro Tagesportion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-iron__fact\"\u003e\n        \u003cspan class=\"ynf-iron__fact-value\"\u003e100 mg\u003c\/span\u003e\n        \u003cspan class=\"ynf-iron__fact-label\"\u003eVitamin C pro Kapsel\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-iron__fact\"\u003e\n        \u003cspan class=\"ynf-iron__fact-value\"\u003e60 Tage\u003c\/span\u003e\n        \u003cspan class=\"ynf-iron__fact-label\"\u003eReichweite pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-iron__fact\"\u003e\n        \u003cspan class=\"ynf-iron__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-iron__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-iron__service\"\u003e\n      \u003cdiv class=\"ynf-iron__service-item\"\u003e\n        \u003cspan class=\"ynf-iron__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e1 Kapsel täglich\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-iron__service-item\"\u003e\n        \u003cspan class=\"ynf-iron__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMit Eisengluconat\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-iron__service-item\"\u003e\n        \u003cspan class=\"ynf-iron__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eVegane Kapselhülle\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-iron__intro\"\u003e\n    \u003cp class=\"ynf-iron__eyebrow\"\u003eEisen + Vitamin C\u003c\/p\u003e\n    \u003ch2 class=\"ynf-iron__title\"\u003eGezielte Kombination für die tägliche Versorgung\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-iron__lead\"\u003e\n      15 mg Eisen und 100 mg Vitamin C pro Kapsel – vegan, klar dosiert\n      und einfach täglich einzunehmen.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-iron__body\"\u003e\n      Eisen trägt zur normalen Bildung roter Blutkörperchen und von Hämoglobin\n      sowie zu einem normalen Sauerstofftransport im Körper bei. Vitamin C\n      erhöht die Eisenaufnahme und trägt zu einer normalen Funktion des\n      Immunsystems bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-iron__benefits\" aria-labelledby=\"ynf-iron-benefits\"\u003e\n    \u003cp class=\"ynf-iron__eyebrow\"\u003eSinnvoll kombiniert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-iron-benefits\" class=\"ynf-iron__section-title\"\u003e\n      Darum YNF Eisen + Vitamin C\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-iron__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-iron__benefit\"\u003e\n        \u003cspan class=\"ynf-iron__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003e15 mg Eisen\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Kapsel liefert 15 mg Eisen in Form von Eisengluconat\n          und damit 107 % des Nährstoffbezugswerts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-iron__benefit\"\u003e\n        \u003cspan class=\"ynf-iron__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eMit 100 mg Vitamin C\u003c\/h3\u003e\n        \u003cp\u003e\n          Vitamin C erhöht die Eisenaufnahme und ergänzt die Formulierung\n          mit 125 % des Nährstoffbezugswerts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-iron__benefit\"\u003e\n        \u003cspan class=\"ynf-iron__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eBlutbildung \u0026amp; Sauerstofftransport\u003c\/h3\u003e\n        \u003cp\u003e\n          Eisen trägt zur normalen Bildung roter Blutkörperchen und von\n          Hämoglobin sowie zum normalen Sauerstofftransport bei.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-iron__benefit\"\u003e\n        \u003cspan class=\"ynf-iron__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e60 Tagesportionen\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Dose enthält 60 vegane Kapseln und reicht bei empfohlener\n          Einnahme für 60 Tage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-iron__claim\"\u003e\n      Eisen und Vitamin C tragen zur Verringerung von Müdigkeit und Ermüdung bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-iron__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-iron__accordion\"\u003e\n      \u003csummary\u003eInhaltsstoffe \u0026amp; Tagesdosis\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-iron__accordion-content\"\u003e\n        \u003cp class=\"ynf-iron__table-intro\"\u003e\n          Angaben pro Tagesportion von 1 Kapsel.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-iron__table-wrap\" role=\"region\" aria-label=\"Inhaltsstoffe pro Tagesportion\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-iron__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eInhaltsstoff\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eMenge\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eNRV*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eEisen\u003c\/th\u003e\n                \u003ctd\u003e15 mg\u003c\/td\u003e\n                \u003ctd\u003e107 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eVitamin C\u003c\/th\u003e\n                \u003ctd\u003e100 mg\u003c\/td\u003e\n                \u003ctd\u003e125 %\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-iron__footnote\"\u003e\n          * NRV = Nährstoffbezugswert für Erwachsene.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-iron__accordion\"\u003e\n      \u003csummary\u003eFunktionen von Eisen \u0026amp; Vitamin C\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-iron__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eEisen trägt zur normalen Bildung roter Blutkörperchen und von Hämoglobin bei.\u003c\/li\u003e\n          \u003cli\u003eEisen trägt zu einem normalen Sauerstofftransport im Körper bei.\u003c\/li\u003e\n          \u003cli\u003eEisen trägt zu einem normalen Energiestoffwechsel bei.\u003c\/li\u003e\n          \u003cli\u003eEisen trägt zur Verringerung von Müdigkeit und Ermüdung bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin C erhöht die Eisenaufnahme.\u003c\/li\u003e\n          \u003cli\u003eVitamin C trägt zu einer normalen Funktion des Immunsystems bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-iron__accordion\"\u003e\n      \u003csummary\u003eEinnahme\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-iron__accordion-content\"\u003e\n        \u003cp\u003e\n          Täglich \u003cstrong\u003e1 Kapsel\u003c\/strong\u003e mit ausreichend Flüssigkeit einnehmen.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Kaffee, Schwarztee, Grüntee sowie größere Mengen calciumreicher\n          Lebensmittel können die Eisenaufnahme beeinflussen. Daher kann ein\n          zeitlicher Abstand zur Einnahme sinnvoll sein.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Die empfohlene tägliche Verzehrmenge nicht überschreiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-iron__accordion\"\u003e\n      \u003csummary\u003eZutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-iron__accordion-content\"\u003e\n        \u003cp\u003e\n          Reismehl, Eisengluconat, Hydroxypropylmethylcellulose\n          (Kapselhülle), L-Ascorbinsäure.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-iron__note\"\u003e\n          Mit veganer Kapselhülle aus Hydroxypropylmethylcellulose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-iron__accordion\"\u003e\n      \u003csummary\u003eHinweise\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-iron__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eNahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung sowie eine gesunde Lebensweise.\u003c\/li\u003e\n          \u003cli\u003eDie empfohlene tägliche Verzehrmenge nicht überschreiten.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eEisenhaltige Nahrungsergänzungsmittel sollten gezielt und nicht dauerhaft ohne geklärten Bedarf eingenommen werden.\u003c\/li\u003e\n          \u003cli\u003eBei Schwangerschaft, Stillzeit, bestehenden Erkrankungen oder der Einnahme von Medikamenten vor der Verwendung ärztlichen Rat einholen.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"ynf-iron__note\"\u003e\n          Bei Verdacht auf Eisenmangel ist eine ärztliche Abklärung der\n          Eisenwerte sinnvoll. Eine eigenständige Einnahme ersetzt keine Diagnose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-iron__accordion\"\u003e\n      \u003csummary\u003eLagerung \u0026amp; Produktangaben\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-iron__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\u003eInhalt: 60 Kapseln.\u003c\/li\u003e\n          \u003cli\u003eNettofüllmenge: 48 g.\u003c\/li\u003e\n          \u003cli\u003e60 Tagesportionen bei 1 Kapsel täglich.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eVerantwortlicher Lebensmittelunternehmer:\u003c\/strong\u003e\u003cbr\u003e\n          Your Nutritions Finest, Raiffeisenstr. 12, Deutschland\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-iron__brand-note\"\u003e\n    \u003cstrong\u003eGezielt statt pauschal.\u003c\/strong\u003e\n    \u003cp\u003e\n      Klare Mengenangaben, nachvollziehbare Inhaltsstoffe und eine einfache\n      Tagesdosis – 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":55229017981263,"sku":null,"price":14.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/eisenviC.png?v=1782237893"},{"product_id":"omega-3-vegan-epa-dha-1","title":"Veganes Omega 3 aus Algenöl | 500 mg DHA + 100 mg EPA","description":"\u003cstyle\u003e\n  .ynf-omega3 {\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-omega3,\n  .ynf-omega3 * {\n    box-sizing: border-box;\n  }\n\n  .ynf-omega3 h2,\n  .ynf-omega3 h3,\n  .ynf-omega3 p {\n    margin-top: 0;\n  }\n\n  .ynf-omega3__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-omega3__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-omega3__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-omega3__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-omega3__fact-value,\n  .ynf-omega3__fact-label {\n    display: block;\n  }\n\n  .ynf-omega3__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-omega3__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-omega3__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-omega3__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-omega3__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-omega3__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-omega3__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-omega3__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-omega3__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-omega3__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-omega3__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-omega3__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-omega3__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-omega3__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-omega3__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-omega3__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-omega3__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-omega3__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-omega3__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-omega3__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-omega3__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-omega3__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-omega3__accordion summary::before,\n  .ynf-omega3__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-omega3__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-omega3__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-omega3__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-omega3__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-omega3__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-omega3__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-omega3__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-omega3__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-omega3__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-omega3__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-omega3__table {\n    width: 100%;\n    min-width: 420px;\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-omega3__table th,\n  .ynf-omega3__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-omega3__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-omega3__table tbody th {\n    width: 58%;\n    font-weight: 600;\n  }\n\n  .ynf-omega3__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-omega3__table tbody tr:last-child th,\n  .ynf-omega3__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-omega3__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-omega3__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-omega3__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-omega3__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-omega3__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-omega3__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-omega3__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-omega3__fact,\n    .ynf-omega3__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-omega3__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-omega3__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-omega3\"\u003e\n\n  \u003csection class=\"ynf-omega3__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-omega3__facts\"\u003e\n      \u003cdiv class=\"ynf-omega3__fact\"\u003e\n        \u003cspan class=\"ynf-omega3__fact-value\"\u003e600 mg\u003c\/span\u003e\n        \u003cspan class=\"ynf-omega3__fact-label\"\u003eDHA + EPA pro Tagesportion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-omega3__fact\"\u003e\n        \u003cspan class=\"ynf-omega3__fact-value\"\u003e120\u003c\/span\u003e\n        \u003cspan class=\"ynf-omega3__fact-label\"\u003evegane Softgel-Kapseln\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-omega3__fact\"\u003e\n        \u003cspan class=\"ynf-omega3__fact-value\"\u003e60 Tage\u003c\/span\u003e\n        \u003cspan class=\"ynf-omega3__fact-label\"\u003eReichweite pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-omega3__fact\"\u003e\n        \u003cspan class=\"ynf-omega3__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-omega3__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-omega3__service\"\u003e\n      \u003cdiv class=\"ynf-omega3__service-item\"\u003e\n        \u003cspan class=\"ynf-omega3__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e2 Kapseln täglich\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-omega3__service-item\"\u003e\n        \u003cspan class=\"ynf-omega3__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eAlgenöl statt Fischöl\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-omega3__service-item\"\u003e\n        \u003cspan class=\"ynf-omega3__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eOhne tierische Bestandteile\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-omega3__intro\"\u003e\n    \u003cp class=\"ynf-omega3__eyebrow\"\u003eVeganes Omega 3\u003c\/p\u003e\n    \u003ch2 class=\"ynf-omega3__title\"\u003eDHA und EPA aus Mikroalgen\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-omega3__lead\"\u003e\n      Pflanzliche Omega-3-Fettsäuren aus Algenöl – mit 500 mg DHA und\n      100 mg EPA pro Tagesportion.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-omega3__body\"\u003e\n      Unser veganes Omega 3 wird aus der Mikroalge \u003cem\u003eSchizochytrium\u003c\/em\u003e sp.\n      gewonnen und kommt vollständig ohne Fischöl aus. Zwei Softgel-Kapseln\n      liefern täglich 1.000 mg Algenöl mit insgesamt 600 mg DHA und EPA –\n      passend für eine pflanzlich orientierte Ernährung.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-omega3__benefits\" aria-labelledby=\"ynf-omega3-benefits\"\u003e\n    \u003cp class=\"ynf-omega3__eyebrow\"\u003eGezielt dosiert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-omega3-benefits\" class=\"ynf-omega3__section-title\"\u003e\n      Darum YNF Omega 3\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-omega3__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-omega3__benefit\"\u003e\n        \u003cspan class=\"ynf-omega3__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eDHA und EPA aus Algenöl\u003c\/h3\u003e\n        \u003cp\u003e\n          Pflanzliche Omega-3-Quelle aus Mikroalgen – fischfrei und vollständig vegan.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-omega3__benefit\"\u003e\n        \u003cspan class=\"ynf-omega3__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003e600 mg DHA + EPA\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Tagesportion liefert 500 mg DHA und 100 mg EPA aus 1.000 mg Algenöl.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-omega3__benefit\"\u003e\n        \u003cspan class=\"ynf-omega3__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eEinfach einzunehmen\u003c\/h3\u003e\n        \u003cp\u003e\n          Zwei vegane Softgel-Kapseln täglich, idealerweise zusammen mit einer Mahlzeit.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-omega3__benefit\"\u003e\n        \u003cspan class=\"ynf-omega3__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e60 Tagesportionen\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Dose enthält 120 Kapseln und reicht bei empfohlener Einnahme für 60 Tage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-omega3__claim\"\u003e\n      DHA trägt zur Erhaltung einer normalen Gehirnfunktion und normaler Sehkraft bei.\n      EPA und DHA tragen zu einer normalen Herzfunktion bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-omega3__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-omega3__accordion\"\u003e\n      \u003csummary\u003eInhaltsstoffe \u0026amp; Tagesdosis\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-omega3__accordion-content\"\u003e\n        \u003cp class=\"ynf-omega3__table-intro\"\u003e\n          Angaben pro Tagesportion von 2 Kapseln.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-omega3__table-wrap\" role=\"region\" aria-label=\"Inhaltsstoffe pro Tagesportion\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-omega3__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eInhaltsstoff\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eMenge\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eAlgenöl gesamt\u003c\/th\u003e\n                \u003ctd\u003e1.000 mg\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon DHA\u003c\/th\u003e\n                \u003ctd\u003e500 mg\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003edavon EPA\u003c\/th\u003e\n                \u003ctd\u003e100 mg\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-omega3__footnote\"\u003e\n          Für DHA und EPA ist kein Nährstoffbezugswert festgelegt.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-omega3__accordion\"\u003e\n      \u003csummary\u003eFunktionen von DHA \u0026amp; EPA\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-omega3__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eDHA trägt zur Erhaltung einer normalen Gehirnfunktion bei.\u003c\/li\u003e\n          \u003cli\u003eDHA trägt zur Erhaltung normaler Sehkraft bei.\u003c\/li\u003e\n          \u003cli\u003eEPA und DHA tragen zu einer normalen Herzfunktion bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"ynf-omega3__note\"\u003e\n          Die positive Wirkung auf Gehirnfunktion und Sehkraft stellt sich bei\n          einer täglichen Aufnahme von 250 mg DHA ein. Die positive Wirkung auf\n          die Herzfunktion stellt sich bei einer täglichen Aufnahme von insgesamt\n          250 mg EPA und DHA ein.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-omega3__accordion\"\u003e\n      \u003csummary\u003eEinnahme\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-omega3__accordion-content\"\u003e\n        \u003cp\u003e\n          Täglich \u003cstrong\u003e2 Softgel-Kapseln\u003c\/strong\u003e mit ausreichend Flüssigkeit\n          einnehmen, idealerweise zusammen mit einer Mahlzeit.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Die empfohlene tägliche Verzehrmenge nicht überschreiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-omega3__accordion\"\u003e\n      \u003csummary\u003eZutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-omega3__accordion-content\"\u003e\n        \u003cp\u003e\n          Algenöl, reich an DHA und EPA aus der Mikroalge\n          \u003cem\u003eSchizochytrium\u003c\/em\u003e sp.; Kapselhülle: modifizierte Stärke;\n          Feuchthaltemittel: Glycerin; gereinigtes Wasser;\n          Antioxidationsmittel: Rosmarinextrakt, stark tocopherolhaltige Extrakte.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-omega3__note\"\u003e\n          Vegane Softgel-Kapseln und vollständig ohne Fischöl.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-omega3__accordion\"\u003e\n      \u003csummary\u003eHinweise\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-omega3__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eNahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung sowie eine gesunde Lebensweise.\u003c\/li\u003e\n          \u003cli\u003eDie empfohlene tägliche Verzehrmenge nicht überschreiten.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eBei bestehenden Erkrankungen, in der Schwangerschaft oder Stillzeit sowie bei der Einnahme von Medikamenten vor der Verwendung ärztlichen Rat einholen.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-omega3__accordion\"\u003e\n      \u003csummary\u003eLagerung \u0026amp; Produktangaben\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-omega3__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\u003eInhalt: 120 Kapseln.\u003c\/li\u003e\n          \u003cli\u003eNettofüllmenge: 82 g.\u003c\/li\u003e\n          \u003cli\u003e60 Tagesportionen bei 2 Kapseln täglich.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n  \u003cstrong\u003eVerantwortlicher Lebensmittelunternehmer:\u003c\/strong\u003e\u003cbr\u003e\n  Your Nutritions Finest, Raiffeisenstr. 12, Deutschland\n\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-omega3__brand-note\"\u003e\n    \u003cstrong\u003eTransparent formuliert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Klare Mengenangaben, nachvollziehbare Rohstoffquelle und eine einfache\n      Tagesdosierung – 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":55229018243407,"sku":null,"price":34.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/Omega3_de3af1d0-eda3-463c-9c9f-f9c709f2b1cf.png?v=1782237851"},{"product_id":"vitamin-b-komplex","title":"Vitamin B-Komplex vegan | 8 B-Vitamine \u0026 500 µg B12","description":"\u003cstyle\u003e\n  .ynf-bcomplex {\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-bcomplex,\n  .ynf-bcomplex * {\n    box-sizing: border-box;\n  }\n\n  .ynf-bcomplex h2,\n  .ynf-bcomplex h3,\n  .ynf-bcomplex p {\n    margin-top: 0;\n  }\n\n  .ynf-bcomplex__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-bcomplex__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-bcomplex__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-bcomplex__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-bcomplex__fact-value,\n  .ynf-bcomplex__fact-label {\n    display: block;\n  }\n\n  .ynf-bcomplex__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-bcomplex__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-bcomplex__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-bcomplex__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-bcomplex__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-bcomplex__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-bcomplex__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-bcomplex__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-bcomplex__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-bcomplex__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-bcomplex__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-bcomplex__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-bcomplex__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-bcomplex__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-bcomplex__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-bcomplex__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-bcomplex__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-bcomplex__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-bcomplex__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-bcomplex__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-bcomplex__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-bcomplex__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-bcomplex__accordion summary::before,\n  .ynf-bcomplex__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-bcomplex__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-bcomplex__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-bcomplex__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-bcomplex__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-bcomplex__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-bcomplex__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-bcomplex__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-bcomplex__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-bcomplex__table-intro {\n    margin-bottom: 12px;\n  }\n\n  .ynf-bcomplex__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-bcomplex__table {\n    width: 100%;\n    min-width: 520px;\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-bcomplex__table th,\n  .ynf-bcomplex__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-bcomplex__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-bcomplex__table tbody th {\n    width: 46%;\n    font-weight: 600;\n  }\n\n  .ynf-bcomplex__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-bcomplex__table tbody tr:last-child th,\n  .ynf-bcomplex__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-bcomplex__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-bcomplex__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-bcomplex__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-bcomplex__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-bcomplex__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-bcomplex__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-bcomplex__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-bcomplex__fact,\n    .ynf-bcomplex__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-bcomplex__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-bcomplex__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-bcomplex\"\u003e\n\n  \u003csection class=\"ynf-bcomplex__trust\" aria-label=\"Produktvorteile\"\u003e\n    \u003cdiv class=\"ynf-bcomplex__facts\"\u003e\n      \u003cdiv class=\"ynf-bcomplex__fact\"\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-value\"\u003e8 Vitamine\u003c\/span\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-label\"\u003evollständiger Vitamin-B-Komplex\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-bcomplex__fact\"\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-value\"\u003e500 µg\u003c\/span\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-label\"\u003eVitamin B12 pro Kapsel\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-bcomplex__fact\"\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-value\"\u003e60 Tage\u003c\/span\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-label\"\u003eReichweite pro Dose\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-bcomplex__fact\"\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-bcomplex__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-bcomplex__service\"\u003e\n      \u003cdiv class=\"ynf-bcomplex__service-item\"\u003e\n        \u003cspan class=\"ynf-bcomplex__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e1 Kapsel täglich\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-bcomplex__service-item\"\u003e\n        \u003cspan class=\"ynf-bcomplex__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMit Methylcobalamin\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-bcomplex__service-item\"\u003e\n        \u003cspan class=\"ynf-bcomplex__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eVegane Kapselhülle\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-bcomplex__intro\"\u003e\n    \u003cp class=\"ynf-bcomplex__eyebrow\"\u003eVeganer Vitamin-B-Komplex\u003c\/p\u003e\n    \u003ch2 class=\"ynf-bcomplex__title\"\u003eAlle acht B-Vitamine in einer Kapsel\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-bcomplex__lead\"\u003e\n      Abgestimmter Vitamin-B-Komplex mit allen acht B-Vitaminen,\n      500 µg Vitamin B12 und 150 mg Sonnenblumenlecithin pro Tagesportion.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-bcomplex__body\"\u003e\n      Eine Kapsel täglich liefert Vitamin B1, B2, B3, B5, B6, Biotin,\n      Folsäure und Vitamin B12. Die Formulierung ist vollständig vegan und\n      kombiniert die B-Vitamine mit Sonnenblumenlecithin – übersichtlich\n      dosiert für eine einfache tägliche Einnahme.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-bcomplex__benefits\" aria-labelledby=\"ynf-bcomplex-benefits\"\u003e\n    \u003cp class=\"ynf-bcomplex__eyebrow\"\u003eUmfassend formuliert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-bcomplex-benefits\" class=\"ynf-bcomplex__section-title\"\u003e\n      Darum YNF Vitamin B-Komplex\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-bcomplex__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-bcomplex__benefit\"\u003e\n        \u003cspan class=\"ynf-bcomplex__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eAlle acht B-Vitamine\u003c\/h3\u003e\n        \u003cp\u003e\n          Von Thiamin bis Vitamin B12 – der vollständige B-Komplex in nur\n          einer täglichen Kapsel.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-bcomplex__benefit\"\u003e\n        \u003cspan class=\"ynf-bcomplex__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003e500 µg Vitamin B12\u003c\/h3\u003e\n        \u003cp\u003e\n          Hoch dosiertes Vitamin B12 in Form von Methylcobalamin mit\n          20.000 % des Nährstoffbezugswerts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-bcomplex__benefit\"\u003e\n        \u003cspan class=\"ynf-bcomplex__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eEnergie \u0026amp; Nervensystem\u003c\/h3\u003e\n        \u003cp\u003e\n          Ausgewählte B-Vitamine tragen zu einem normalen Energiestoffwechsel\n          und zu einer normalen Funktion des Nervensystems bei.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-bcomplex__benefit\"\u003e\n        \u003cspan class=\"ynf-bcomplex__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e60 Tagesportionen\u003c\/h3\u003e\n        \u003cp\u003e\n          Eine Dose enthält 60 vegane Kapseln und reicht bei empfohlener\n          Einnahme für 60 Tage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-bcomplex__claim\"\u003e\n      Die Vitamine B2, B3, B5, B6, B9 und B12 tragen zur Verringerung von\n      Müdigkeit und Ermüdung bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-bcomplex__accordions\" aria-label=\"Ausführliche Produktinformationen\"\u003e\n\n    \u003cdetails class=\"ynf-bcomplex__accordion\"\u003e\n      \u003csummary\u003eInhaltsstoffe \u0026amp; Tagesdosis\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-bcomplex__accordion-content\"\u003e\n        \u003cp class=\"ynf-bcomplex__table-intro\"\u003e\n          Angaben pro Tagesportion von 1 Kapsel.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-bcomplex__table-wrap\" role=\"region\" aria-label=\"Inhaltsstoffe pro Tagesportion\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-bcomplex__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eInhaltsstoff\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eMenge\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eNRV*\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B1 (Thiamin)\u003c\/th\u003e\n\u003ctd\u003e4,4 mg\u003c\/td\u003e\n\u003ctd\u003e400 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B2 (Riboflavin)\u003c\/th\u003e\n\u003ctd\u003e5,6 mg\u003c\/td\u003e\n\u003ctd\u003e400 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B3 (Niacin)\u003c\/th\u003e\n\u003ctd\u003e32 mg\u003c\/td\u003e\n\u003ctd\u003e200 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B5 (Pantothensäure)\u003c\/th\u003e\n\u003ctd\u003e40 mg\u003c\/td\u003e\n\u003ctd\u003e667 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B6\u003c\/th\u003e\n\u003ctd\u003e5,6 mg\u003c\/td\u003e\n\u003ctd\u003e400 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B7 (Biotin)\u003c\/th\u003e\n\u003ctd\u003e150 µg\u003c\/td\u003e\n\u003ctd\u003e300 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B9 (Folsäure)\u003c\/th\u003e\n\u003ctd\u003e700 µg\u003c\/td\u003e\n\u003ctd\u003e350 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eVitamin B12\u003c\/th\u003e\n\u003ctd\u003e500 µg\u003c\/td\u003e\n\u003ctd\u003e20.000 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSonnenblumenlecithin\u003c\/th\u003e\n\u003ctd\u003e150 mg\u003c\/td\u003e\n\u003ctd\u003e–\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ynf-bcomplex__footnote\"\u003e\n          * NRV = Nährstoffbezugswert für Erwachsene. Für Sonnenblumenlecithin\n          ist kein Nährstoffbezugswert festgelegt.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-bcomplex__accordion\"\u003e\n      \u003csummary\u003eFunktionen der B-Vitamine\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-bcomplex__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eVitamin B1, B2, B3, B6, Biotin und B12 tragen zu einer normalen Funktion des Nervensystems bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin B1, B2, B3, B5, B6, Biotin und B12 tragen zu einem normalen Energiestoffwechsel bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin B2, B3, B5, B6, Folsäure und B12 tragen zur Verringerung von Müdigkeit und Ermüdung bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin B1, B3, B6, Folsäure, Biotin und B12 tragen zu einer normalen psychischen Funktion bei.\u003c\/li\u003e\n          \u003cli\u003ePantothensäure trägt zu einer normalen geistigen Leistung bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-bcomplex__accordion\"\u003e\n      \u003csummary\u003eEinnahme\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-bcomplex__accordion-content\"\u003e\n        \u003cp\u003e\n          Täglich \u003cstrong\u003e1 Kapsel\u003c\/strong\u003e mit ausreichend Flüssigkeit\n          einnehmen, idealerweise zusammen mit einer Mahlzeit.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Die empfohlene tägliche Verzehrmenge nicht überschreiten.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-bcomplex__accordion\"\u003e\n      \u003csummary\u003eZutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-bcomplex__accordion-content\"\u003e\n        \u003cp\u003e\n          Reismehl, Sonnenblumenlecithin, Hydroxypropylmethylcellulose\n          (Kapselhülle), Calcium-D-Pantothenat, Niacinamid,\n          Pyridoxinhydrochlorid, Riboflavin, Thiaminhydrochlorid,\n          Pteroylmonoglutaminsäure, Methylcobalamin, D-Biotin.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-bcomplex__note\"\u003e\n          Mit veganer Kapselhülle aus Hydroxypropylmethylcellulose.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-bcomplex__accordion\"\u003e\n      \u003csummary\u003eHinweise\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-bcomplex__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eNahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung sowie eine gesunde Lebensweise.\u003c\/li\u003e\n          \u003cli\u003eDie empfohlene tägliche Verzehrmenge nicht überschreiten.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eBei Schwangerschaft, Stillzeit, bestehenden Erkrankungen oder der Einnahme von Medikamenten vor der Verwendung ärztlichen Rat einholen.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"ynf-bcomplex__note\"\u003e\n          Biotin kann bestimmte Laboruntersuchungen beeinflussen. Informiere\n          medizinisches Fachpersonal vor einer Blutuntersuchung über die Einnahme\n          biotinhaltiger Nahrungsergänzungsmittel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-bcomplex__accordion\"\u003e\n      \u003csummary\u003eLagerung \u0026amp; Produktangaben\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-bcomplex__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\u003eInhalt: 60 Kapseln.\u003c\/li\u003e\n          \u003cli\u003eNettofüllmenge: 41 g.\u003c\/li\u003e\n          \u003cli\u003e60 Tagesportionen bei 1 Kapsel täglich.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eVerantwortlicher Lebensmittelunternehmer:\u003c\/strong\u003e\u003cbr\u003e\n          Your Nutritions Finest, Raiffeisenstr. 12, Deutschland\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-bcomplex__brand-note\"\u003e\n    \u003cstrong\u003eTransparent dosiert.\u003c\/strong\u003e\n    \u003cp\u003e\n      Alle acht B-Vitamine, klare Mengenangaben und eine einfache Tagesdosis –\n      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":55229018767695,"sku":null,"price":20.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/VitB_7b5705df-5bbd-4b21-abdf-08281c6bf18a.png?v=1782237786"},{"product_id":"vegan-essentials-omega-3-vitamin-b-komplex-eisen-vitamin-c","title":"VEGAN ESSENTIALS – Dein 2-Monate-Vorrat an pflanzlichen Nährstoffen","description":"\u003cstyle\u003e\n  .ynf-essentials {\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-essentials,\n  .ynf-essentials * {\n    box-sizing: border-box;\n  }\n\n  .ynf-essentials h2,\n  .ynf-essentials h3,\n  .ynf-essentials p {\n    margin-top: 0;\n  }\n\n  .ynf-essentials__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-essentials__facts {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ynf-essentials__fact {\n    min-width: 0;\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-essentials__fact:nth-child(odd) {\n    border-right: 1px solid var(--ynf-border);\n  }\n\n  .ynf-essentials__fact-value,\n  .ynf-essentials__fact-label {\n    display: block;\n  }\n\n  .ynf-essentials__fact-value {\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .ynf-essentials__fact-label {\n    margin-top: 4px;\n    color: var(--ynf-muted);\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ynf-essentials__service {\n    display: grid;\n    gap: 8px;\n    padding: 14px;\n    background: var(--ynf-surface);\n  }\n\n  .ynf-essentials__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-essentials__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-essentials__intro {\n    margin-bottom: 30px;\n  }\n\n  .ynf-essentials__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-essentials__title {\n    margin-bottom: 12px;\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .ynf-essentials__lead {\n    margin-bottom: 12px;\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ynf-essentials__body {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 14px;\n  }\n\n  .ynf-essentials__products {\n    display: grid;\n    gap: 10px;\n    margin-bottom: 30px;\n  }\n\n  .ynf-essentials__product {\n    padding: 18px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-essentials__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-essentials__product h3 {\n    margin-bottom: 7px;\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .ynf-essentials__product p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-essentials__benefits {\n    margin-bottom: 30px;\n  }\n\n  .ynf-essentials__section-title {\n    margin-bottom: 15px;\n    font-size: 23px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .ynf-essentials__benefit-grid {\n    display: grid;\n    gap: 10px;\n  }\n\n  .ynf-essentials__benefit {\n    padding: 16px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .ynf-essentials__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-essentials__benefit h3 {\n    margin-bottom: 6px;\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .ynf-essentials__benefit p {\n    margin-bottom: 0;\n    color: var(--ynf-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .ynf-essentials__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-essentials__accordions {\n    border-top: 1px solid var(--ynf-border);\n  }\n\n  .ynf-essentials__accordion {\n    margin: 0;\n    border-bottom: 1px solid var(--ynf-border);\n  }\n\n  .ynf-essentials__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-essentials__accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ynf-essentials__accordion summary::before,\n  .ynf-essentials__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-essentials__accordion summary::after {\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform 0.18s ease;\n  }\n\n  .ynf-essentials__accordion[open] summary::after {\n    transform: translateY(-50%) rotate(0);\n  }\n\n  .ynf-essentials__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-essentials__accordion-content \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  .ynf-essentials__accordion-content h3 {\n    margin: 18px 0 6px;\n    color: var(--ynf-text);\n    font-size: 14px;\n  }\n\n  .ynf-essentials__accordion-content ul {\n    margin: 10px 0 0;\n    padding-left: 20px;\n  }\n\n  .ynf-essentials__accordion-content li + li {\n    margin-top: 4px;\n  }\n\n  .ynf-essentials__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-essentials__table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin: 12px 0 14px;\n    border: 1px solid var(--ynf-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ynf-essentials__table {\n    width: 100%;\n    min-width: 500px;\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-essentials__table th,\n  .ynf-essentials__table td {\n    padding: 10px 11px;\n    border-bottom: 1px solid var(--ynf-border);\n    vertical-align: top;\n  }\n\n  .ynf-essentials__table thead th {\n    background: var(--ynf-surface);\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ynf-essentials__table tbody th {\n    width: 48%;\n    font-weight: 600;\n  }\n\n  .ynf-essentials__table td {\n    white-space: nowrap;\n  }\n\n  .ynf-essentials__table tbody tr:last-child th,\n  .ynf-essentials__table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ynf-essentials__footnote {\n    margin-top: 11px;\n    color: var(--ynf-muted);\n    font-size: 10px;\n    line-height: 1.5;\n  }\n\n  .ynf-essentials__brand-note {\n    margin-top: 28px;\n    padding: 18px;\n    border-radius: var(--ynf-radius);\n    background: var(--ynf-surface);\n  }\n\n  .ynf-essentials__brand-note strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .ynf-essentials__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-essentials__service {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-essentials__products {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ynf-essentials__benefit-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    .ynf-essentials__facts {\n      grid-template-columns: 1fr;\n    }\n\n    .ynf-essentials__fact,\n    .ynf-essentials__fact:nth-child(odd) {\n      border-right: 0;\n    }\n\n    .ynf-essentials__fact:last-child {\n      border-bottom: 0;\n    }\n\n    .ynf-essentials__service {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ynf-essentials\"\u003e\n\n  \u003csection class=\"ynf-essentials__trust\" aria-label=\"Bundle-Vorteile\"\u003e\n    \u003cdiv class=\"ynf-essentials__facts\"\u003e\n      \u003cdiv class=\"ynf-essentials__fact\"\u003e\n        \u003cspan class=\"ynf-essentials__fact-value\"\u003e3 Produkte\u003c\/span\u003e\n        \u003cspan class=\"ynf-essentials__fact-label\"\u003eOmega 3 + B-Komplex + Eisen \u0026amp; C\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-essentials__fact\"\u003e\n        \u003cspan class=\"ynf-essentials__fact-value\"\u003eca. 60 Tage\u003c\/span\u003e\n        \u003cspan class=\"ynf-essentials__fact-label\"\u003eVersorgung pro Set\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-essentials__fact\"\u003e\n        \u003cspan class=\"ynf-essentials__fact-value\"\u003e10,80 €\u003c\/span\u003e\n        \u003cspan class=\"ynf-essentials__fact-label\"\u003eErsparnis gegenüber Einzelkauf\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-essentials__fact\"\u003e\n        \u003cspan class=\"ynf-essentials__fact-value\"\u003e100 %\u003c\/span\u003e\n        \u003cspan class=\"ynf-essentials__fact-label\"\u003evegan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ynf-essentials__service\"\u003e\n      \u003cdiv class=\"ynf-essentials__service-item\"\u003e\n        \u003cspan class=\"ynf-essentials__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eBundlepreis: 59,90 €\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-essentials__service-item\"\u003e\n        \u003cspan class=\"ynf-essentials__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eEinzelpreise zusammen: 70,70 €\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ynf-essentials__service-item\"\u003e\n        \u003cspan class=\"ynf-essentials__service-icon\" aria-hidden=\"true\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHergestellt in Österreich\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-essentials__intro\"\u003e\n    \u003cp class=\"ynf-essentials__eyebrow\"\u003eYNF Vegan Essentials\u003c\/p\u003e\n    \u003ch2 class=\"ynf-essentials__title\"\u003eDrei vegane Mikronährstoffprodukte im Set\u003c\/h2\u003e\n\n    \u003cp class=\"ynf-essentials__lead\"\u003e\n      Omega 3 aus Algenöl, alle acht B-Vitamine sowie Eisen mit Vitamin C –\n      kompakt kombiniert für rund 60 Tage.\n    \u003c\/p\u003e\n\n    \u003cp class=\"ynf-essentials__body\"\u003e\n      Das Vegan-Essentials-Bundle verbindet drei unterschiedlich formulierte\n      Nahrungsergänzungsmittel für eine pflanzlich orientierte Ernährung.\n      Statt 70,70 € beim Einzelkauf zahlst du im Set 59,90 € und sparst\n      dadurch 10,80 € beziehungsweise rund 15 %.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-essentials__products\" aria-label=\"Enthaltene Produkte\"\u003e\n    \u003carticle class=\"ynf-essentials__product\"\u003e\n      \u003cspan class=\"ynf-essentials__product-tag\"\u003eOmega-3-Fettsäuren\u003c\/span\u003e\n      \u003ch3\u003eOmega 3 aus Algenöl\u003c\/h3\u003e\n      \u003cp\u003e\n        120 Kapseln · 60 Tagesportionen · 500 mg DHA und 100 mg EPA\n        pro Tagesportion. Vegan und vollständig ohne Fischöl.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-essentials__product\"\u003e\n      \u003cspan class=\"ynf-essentials__product-tag\"\u003eAlle acht B-Vitamine\u003c\/span\u003e\n      \u003ch3\u003eVitamin-B-Komplex\u003c\/h3\u003e\n      \u003cp\u003e\n        60 Kapseln · 60 Tagesportionen · vollständiger B-Komplex mit\n        500 µg Vitamin B12 und 150 mg Sonnenblumenlecithin pro Kapsel.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ynf-essentials__product\"\u003e\n      \u003cspan class=\"ynf-essentials__product-tag\"\u003eMineralstoff + Vitamin\u003c\/span\u003e\n      \u003ch3\u003eEisen + Vitamin C\u003c\/h3\u003e\n      \u003cp\u003e\n        60 Kapseln · 60 Tagesportionen · 15 mg Eisen und 100 mg\n        Vitamin C pro Kapsel.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-essentials__benefits\" aria-labelledby=\"ynf-essentials-benefits\"\u003e\n    \u003cp class=\"ynf-essentials__eyebrow\"\u003eÜbersichtlich kombiniert\u003c\/p\u003e\n    \u003ch2 id=\"ynf-essentials-benefits\" class=\"ynf-essentials__section-title\"\u003e\n      Darum passt das Set in deinen Alltag\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ynf-essentials__benefit-grid\"\u003e\n      \u003carticle class=\"ynf-essentials__benefit\"\u003e\n        \u003cspan class=\"ynf-essentials__benefit-number\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eDrei gezielte Formulierungen\u003c\/h3\u003e\n        \u003cp\u003e\n          Omega-3-Fettsäuren, alle acht B-Vitamine sowie Eisen und\n          Vitamin C in getrennt dosierbaren Produkten.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-essentials__benefit\"\u003e\n        \u003cspan class=\"ynf-essentials__benefit-number\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eRund 60 Tage Reichweite\u003c\/h3\u003e\n        \u003cp\u003e\n          Jedes enthaltene Produkt reicht bei empfohlener Einnahme\n          für 60 Tage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-essentials__benefit\"\u003e\n        \u003cspan class=\"ynf-essentials__benefit-number\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eVollständig vegan\u003c\/h3\u003e\n        \u003cp\u003e\n          Alle drei Produkte sind frei von tierischen Bestandteilen und\n          werden in Österreich hergestellt.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ynf-essentials__benefit\"\u003e\n        \u003cspan class=\"ynf-essentials__benefit-number\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003e10,80 € Preisvorteil\u003c\/h3\u003e\n        \u003cp\u003e\n          Statt 70,70 € beim Einzelkauf zahlst du 59,90 € und sparst\n          damit rund 15 %.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ynf-essentials__claim\"\u003e\n      Vitamin B2, B3, B5, B6, Folsäure, Vitamin B12, Eisen und Vitamin C\n      tragen zur Verringerung von Müdigkeit und Ermüdung bei.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-essentials__accordions\" aria-label=\"Ausführliche Bundle-Informationen\"\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eInhalt des Sets\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e1 × Omega 3 aus Algenöl, 120 Kapseln \/ 82 g\u003c\/li\u003e\n          \u003cli\u003e1 × Vitamin-B-Komplex, 60 Kapseln \/ 41 g\u003c\/li\u003e\n          \u003cli\u003e1 × Eisen + Vitamin C, 60 Kapseln \/ 48 g\u003c\/li\u003e\n          \u003cli\u003eGesamt: 240 Kapseln\u003c\/li\u003e\n          \u003cli\u003eReichweite: jeweils 60 Tage bei empfohlener Einnahme\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eEinnahmeplan\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003ch3\u003eOmega 3\u003c\/h3\u003e\n        \u003cp\u003e\n          Täglich 2 Softgel-Kapseln mit ausreichend Flüssigkeit,\n          idealerweise zusammen mit einer Mahlzeit.\n        \u003c\/p\u003e\n\n        \u003ch3\u003eVitamin-B-Komplex\u003c\/h3\u003e\n        \u003cp\u003e\n          Täglich 1 Kapsel mit ausreichend Flüssigkeit,\n          idealerweise zusammen mit einer Mahlzeit.\n        \u003c\/p\u003e\n\n        \u003ch3\u003eEisen + Vitamin C\u003c\/h3\u003e\n        \u003cp\u003e\n          Täglich 1 Kapsel mit ausreichend Flüssigkeit einnehmen.\n          Kaffee, Schwarztee, Grüntee und größere Mengen calciumreicher\n          Lebensmittel können die Eisenaufnahme beeinflussen. Ein zeitlicher\n          Abstand kann daher sinnvoll sein.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-essentials__note\"\u003e\n          Die Einnahmezeiten können individuell verteilt werden. Die jeweils\n          empfohlene Verzehrmenge darf nicht überschritten werden.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eOmega 3 – Inhaltsstoffe \u0026amp; Zutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003cp\u003eAngaben pro Tagesportion von 2 Kapseln.\u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-essentials__table-wrap\" role=\"region\" aria-label=\"Omega 3 Inhaltsstoffe\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-essentials__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n\u003cth\u003eInhaltsstoff\u003c\/th\u003e\n\u003cth\u003eMenge\u003c\/th\u003e\n\u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth\u003eAlgenöl gesamt\u003c\/th\u003e\n\u003ctd\u003e1.000 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003edavon DHA\u003c\/th\u003e\n\u003ctd\u003e500 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003edavon EPA\u003c\/th\u003e\n\u003ctd\u003e100 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Algenöl, reich an DHA und EPA aus der Mikroalge\n          \u003cem\u003eSchizochytrium\u003c\/em\u003e sp.; Kapselhülle: modifizierte Stärke;\n          Feuchthaltemittel: Glycerin; gereinigtes Wasser;\n          Antioxidationsmittel: Rosmarinextrakt, stark tocopherolhaltige Extrakte.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eVitamin-B-Komplex – Inhaltsstoffe \u0026amp; Zutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003cp\u003eAngaben pro Tagesportion von 1 Kapsel.\u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-essentials__table-wrap\" role=\"region\" aria-label=\"Vitamin-B-Komplex Inhaltsstoffe\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-essentials__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n\u003cth\u003eInhaltsstoff\u003c\/th\u003e\n\u003cth\u003eMenge\u003c\/th\u003e\n\u003cth\u003eNRV*\u003c\/th\u003e\n\u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin B1\u003c\/th\u003e\n\u003ctd\u003e4,4 mg\u003c\/td\u003e\n\u003ctd\u003e400 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin B2\u003c\/th\u003e\n\u003ctd\u003e5,6 mg\u003c\/td\u003e\n\u003ctd\u003e400 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin B3\u003c\/th\u003e\n\u003ctd\u003e32 mg\u003c\/td\u003e\n\u003ctd\u003e200 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin B5\u003c\/th\u003e\n\u003ctd\u003e40 mg\u003c\/td\u003e\n\u003ctd\u003e667 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin B6\u003c\/th\u003e\n\u003ctd\u003e5,6 mg\u003c\/td\u003e\n\u003ctd\u003e400 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eBiotin\u003c\/th\u003e\n\u003ctd\u003e150 µg\u003c\/td\u003e\n\u003ctd\u003e300 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eFolsäure\u003c\/th\u003e\n\u003ctd\u003e700 µg\u003c\/td\u003e\n\u003ctd\u003e350 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin B12\u003c\/th\u003e\n\u003ctd\u003e500 µg\u003c\/td\u003e\n\u003ctd\u003e20.000 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eSonnenblumenlecithin\u003c\/th\u003e\n\u003ctd\u003e150 mg\u003c\/td\u003e\n\u003ctd\u003e–\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Reismehl, Sonnenblumenlecithin, Hydroxypropylmethylcellulose\n          (Kapselhülle), Calcium-D-Pantothenat, Niacinamid,\n          Pyridoxinhydrochlorid, Riboflavin, Thiaminhydrochlorid,\n          Pteroylmonoglutaminsäure, Methylcobalamin, D-Biotin.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-essentials__footnote\"\u003e\n          * NRV = Nährstoffbezugswert für Erwachsene.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eEisen + Vitamin C – Inhaltsstoffe \u0026amp; Zutaten\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003cp\u003eAngaben pro Tagesportion von 1 Kapsel.\u003c\/p\u003e\n\n        \u003cdiv class=\"ynf-essentials__table-wrap\" role=\"region\" aria-label=\"Eisen und Vitamin C Inhaltsstoffe\" tabindex=\"0\"\u003e\n          \u003ctable class=\"ynf-essentials__table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n\u003cth\u003eInhaltsstoff\u003c\/th\u003e\n\u003cth\u003eMenge\u003c\/th\u003e\n\u003cth\u003eNRV*\u003c\/th\u003e\n\u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003cth\u003eEisen\u003c\/th\u003e\n\u003ctd\u003e15 mg\u003c\/td\u003e\n\u003ctd\u003e107 %\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003cth\u003eVitamin C\u003c\/th\u003e\n\u003ctd\u003e100 mg\u003c\/td\u003e\n\u003ctd\u003e125 %\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eZutaten\u003c\/h3\u003e\n        \u003cp\u003e\n          Reismehl, Eisengluconat, Hydroxypropylmethylcellulose\n          (Kapselhülle), L-Ascorbinsäure.\n        \u003c\/p\u003e\n\n        \u003cp class=\"ynf-essentials__footnote\"\u003e\n          * NRV = Nährstoffbezugswert für Erwachsene.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eFunktionen der Inhaltsstoffe\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003ch3\u003eOmega 3\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eDHA trägt zur Erhaltung einer normalen Gehirnfunktion bei.\u003c\/li\u003e\n          \u003cli\u003eDHA trägt zur Erhaltung normaler Sehkraft bei.\u003c\/li\u003e\n          \u003cli\u003eEPA und DHA tragen zu einer normalen Herzfunktion bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"ynf-essentials__note\"\u003e\n          Die positive Wirkung auf die normale Gehirnfunktion und normale\n          Sehkraft stellt sich bei einer täglichen Aufnahme von 250 mg DHA ein.\n          Die positive Wirkung auf die normale Herzfunktion stellt sich bei\n          einer täglichen Aufnahme von insgesamt 250 mg EPA und DHA ein.\n        \u003c\/p\u003e\n\n        \u003ch3\u003eVitamin-B-Komplex\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eAusgewählte B-Vitamine tragen zu einem normalen Energiestoffwechsel bei.\u003c\/li\u003e\n          \u003cli\u003eAusgewählte B-Vitamine tragen zu einer normalen Funktion des Nervensystems bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin B2, B3, B5, B6, Folsäure und B12 tragen zur Verringerung von Müdigkeit und Ermüdung bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3\u003eEisen + Vitamin C\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eEisen trägt zur normalen Bildung roter Blutkörperchen und von Hämoglobin bei.\u003c\/li\u003e\n          \u003cli\u003eEisen trägt zu einem normalen Sauerstofftransport im Körper bei.\u003c\/li\u003e\n          \u003cli\u003eVitamin C erhöht die Eisenaufnahme.\u003c\/li\u003e\n          \u003cli\u003eVitamin C trägt zu einer normalen Funktion des Immunsystems bei.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eHinweise\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__accordion-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eNahrungsergänzungsmittel sind kein Ersatz für eine ausgewogene und abwechslungsreiche Ernährung sowie eine gesunde Lebensweise.\u003c\/li\u003e\n          \u003cli\u003eDie jeweils empfohlene Verzehrmenge nicht überschreiten.\u003c\/li\u003e\n          \u003cli\u003eAußerhalb der Reichweite von kleinen Kindern aufbewahren.\u003c\/li\u003e\n          \u003cli\u003eBei Schwangerschaft, Stillzeit, bestehenden Erkrankungen oder der Einnahme von Medikamenten vor der Verwendung ärztlichen Rat einholen.\u003c\/li\u003e\n          \u003cli\u003eEisenhaltige Nahrungsergänzungsmittel sollten gezielt und nicht dauerhaft ohne geklärten Bedarf eingenommen werden.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp class=\"ynf-essentials__note\"\u003e\n          Biotin kann bestimmte Laboruntersuchungen beeinflussen. Informiere\n          medizinisches Fachpersonal vor einer Blutuntersuchung über die\n          Einnahme biotinhaltiger Nahrungsergänzungsmittel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ynf-essentials__accordion\"\u003e\n      \u003csummary\u003eLagerung \u0026amp; Produktangaben\u003c\/summary\u003e\n      \u003cdiv class=\"ynf-essentials__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\u003eAlle drei Produkte werden in Österreich hergestellt.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eVerantwortlicher Lebensmittelunternehmer:\u003c\/strong\u003e\u003cbr\u003e\n          Your Nutritions Finest, Raiffeisenstr. 12, Deutschland\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"ynf-essentials__brand-note\"\u003e\n    \u003cstrong\u003eDrei Produkte. Klare Dosierung. Rund 60 Tage.\u003c\/strong\u003e\n    \u003cp\u003e\n      Das Bundle kombiniert pflanzliches Omega 3, alle acht B-Vitamine sowie\n      Eisen mit Vitamin C – transparent formuliert und ohne übertriebene\n      Versprechen.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Your Nutritions Finest","offers":[{"title":"Default Title","offer_id":56125009854799,"sku":null,"price":59.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0895\/9875\/5151\/files\/eisenomega3vitBbundle.png?v=1782238586"}],"url":"https:\/\/yournutritionsfinest.de\/collections\/vegane-mikronahrstoffe.oembed","provider":"Your Nutritions Finest","version":"1.0","type":"link"}