{"title":"Vitamin C","description":"","products":[{"product_id":"now-foods-vitamin-c-1000-with-100mg-bioflavonoids-100vcaps","title":"NOW Foods - Vitamin C-1000 with 100mg Bioflavonoids - 100vcaps","description":"\u003cstyle\u003e\n  .pachavita-product-info {\n    --pv-green: #075c38;\n    --pv-light-green: #eff8f2;\n    --pv-accent: #72c936;\n    --pv-text: #24332b;\n    --pv-muted: #66726b;\n    --pv-border: #dfe9e2;\n    --pv-warning: #fff9ed;\n    --pv-warning-border: #ead9ac;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 32px auto;\n    color: var(--pv-text);\n    font-family: inherit;\n  }\n\n  .pachavita-product-info * {\n    box-sizing: border-box;\n  }\n\n  .pv-intro {\n    margin-bottom: 22px;\n    padding: 28px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(114, 201, 54, 0.16),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #f8fcf9 0%, #eef8f1 100%);\n    border: 1px solid var(--pv-border);\n    border-radius: 20px;\n  }\n\n  .pv-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin: 0 0 16px;\n    padding: 7px 12px;\n    color: var(--pv-green);\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: 0.04em;\n  }\n\n  .pv-intro p {\n    margin: 0 0 14px;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .pv-intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pv-highlight {\n    color: var(--pv-green);\n    font-weight: 700;\n  }\n\n  .pv-accordion {\n    margin-bottom: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 16px;\n    transition:\n      border-color 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .pv-accordion:hover {\n    border-color: #bfd4c5;\n  }\n\n  .pv-accordion[open] {\n    border-color: #b8d2bf;\n    box-shadow: 0 12px 32px rgba(7, 92, 56, 0.08);\n  }\n\n  .pv-accordion summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    min-height: 72px;\n    padding: 16px 58px 16px 18px;\n    color: var(--pv-green);\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .pv-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pv-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 50%;\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n    transition: transform 0.25s ease;\n  }\n\n  .pv-accordion[open] summary::after {\n    content: \"−\";\n    transform: translateY(-50%) rotate(180deg);\n  }\n\n  .pv-icon {\n    display: grid;\n    flex: 0 0 40px;\n    width: 40px;\n    height: 40px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 12px;\n  }\n\n  .pv-icon svg {\n    width: 21px;\n    height: 21px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .pv-content {\n    padding: 0 22px 24px;\n    border-top: 1px solid var(--pv-border);\n  }\n\n  .pv-content-inner {\n    padding-top: 22px;\n  }\n\n  .pv-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-benefits li {\n    position: relative;\n    min-height: 64px;\n    margin: 0;\n    padding: 17px 16px 17px 48px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pv-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    display: grid;\n    width: 22px;\n    height: 22px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-accent);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pv-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-bottom: 16px;\n  }\n\n  .pv-stat-card {\n    padding: 18px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-stat-label {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .pv-stat-value {\n    display: block;\n    color: var(--pv-green);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  .pv-nutrition-card {\n    overflow: hidden;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-nutrition-heading {\n    padding: 13px 16px;\n    color: #ffffff;\n    background: var(--pv-green);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n  }\n\n  .pv-nutrition-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 15px 16px;\n    background: #ffffff;\n    border-bottom: 1px solid var(--pv-border);\n  }\n\n  .pv-nutrition-row:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-nutrition-name {\n    flex: 1;\n    min-width: 0;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-nutrition-value {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: flex-end;\n    flex-direction: column;\n    gap: 2px;\n    color: var(--pv-green);\n    white-space: nowrap;\n  }\n\n  .pv-nutrition-value strong {\n    font-size: 15px;\n  }\n\n  .pv-nrv {\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .pv-subsection {\n    margin-top: 20px;\n    padding: 17px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-subsection-title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--pv-green);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .pv-content p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .pv-directions {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 18px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n  }\n\n  .pv-step-number {\n    display: grid;\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-green);\n    border-radius: 50%;\n    font-weight: 750;\n  }\n\n  .pv-warning-box {\n    padding: 19px;\n    background: var(--pv-warning);\n    border: 1px solid var(--pv-warning-border);\n    border-radius: 13px;\n  }\n\n  .pv-warning-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-warning-list li {\n    position: relative;\n    margin: 0;\n    padding: 11px 0 11px 28px;\n    border-bottom: 1px solid rgba(184, 151, 72, 0.18);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-warning-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-warning-list li::before {\n    content: \"!\";\n    position: absolute;\n    top: 13px;\n    left: 0;\n    display: grid;\n    width: 18px;\n    height: 18px;\n    place-items: center;\n    color: #7a5b16;\n    border: 1px solid #b89748;\n    border-radius: 50%;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  @media (max-width: 749px) {\n    .pachavita-product-info {\n      margin: 22px auto;\n    }\n\n    .pv-intro {\n      padding: 21px 18px;\n      border-radius: 16px;\n    }\n\n    .pv-intro p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .pv-accordion summary {\n      min-height: 66px;\n      padding: 14px 52px 14px 14px;\n      font-size: 16px;\n    }\n\n    .pv-icon {\n      flex-basis: 36px;\n      width: 36px;\n      height: 36px;\n    }\n\n    .pv-content {\n      padding: 0 16px 18px;\n    }\n\n    .pv-benefits,\n    .pv-stat-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pv-nutrition-row {\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .pv-nutrition-value {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pachavita-product-info\"\u003e\n\n  \u003csection class=\"pv-intro\"\u003e\n    \u003cdiv class=\"pv-eyebrow\"\u003e\n      \u003cspan aria-hidden=\"true\"\u003e✦\u003c\/span\u003e\n      High-Potency Vitamin C | Citrus Bioflavonoids | Rutin\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      NOW Foods Vitamin C-1000 provides\n      \u003cspan class=\"pv-highlight\"\u003e\n        1,000 mg of vitamin C\n      \u003c\/span\u003e\n      together with 100 mg of citrus bioflavonoids and 25 mg of rutin in a\n      convenient vegetarian capsule.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Vitamin C contributes to the normal functioning of the immune system,\n      supports normal collagen formation and helps protect cells from\n      oxidative stress.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The formula is complemented by citrus bioflavonoids and rutin,\n      plant-derived compounds selected to accompany vitamin C in a simple\n      high-potency daily supplement.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdetails class=\"pv-accordion\" open\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M13 2 5 13h6l-1 9 8-12h-6Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Key Benefits\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cul class=\"pv-benefits\"\u003e\n          \u003cli\u003eProvides 1,000 mg of vitamin C per vegetarian capsule\u003c\/li\u003e\n          \u003cli\u003eIncludes 100 mg of citrus bioflavonoid complex\u003c\/li\u003e\n          \u003cli\u003eProvides 25 mg of rutin from Sophora japonica\u003c\/li\u003e\n          \u003cli\u003eSupports normal immune system function\u003c\/li\u003e\n          \u003cli\u003eContributes to collagen formation and antioxidant protection\u003c\/li\u003e\n          \u003cli\u003eVegan, non-GMO and free from common allergens\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 3h14v18H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 11h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 15h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Nutritional Information\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n\n        \u003cdiv class=\"pv-stat-grid\"\u003e\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServing Size\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e1 Capsule\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eFormat\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003eVegetarian Capsule\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-nutrition-card\"\u003e\n          \u003cdiv class=\"pv-nutrition-heading\"\u003eEach Serving Provides:\u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Vitamin C as Ascorbic Acid\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e1,000 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003e1,111% Daily Value\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Citrus Bioflavonoid Complex\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e100 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003eDaily Value not established\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Rutin Powder\n              \u003cbr\u003e\n              \u003csmall\u003eSophora japonica\u003c\/small\u003e\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e25 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003eDaily Value not established\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eImmune System Support:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to the normal functioning of the immune\n            system and supports normal immune function during and after\n            intense physical exercise.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eAntioxidant Protection:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to the protection of cells from oxidative\n            stress and helps regenerate the reduced form of vitamin E.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCollagen Formation:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to normal collagen formation for the normal\n            function of skin, bones, cartilage, teeth, gums and blood vessels.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eEnergy and Fatigue:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to normal energy-yielding metabolism and\n            helps reduce tiredness and fatigue.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eIron Absorption:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C increases iron absorption and can be included as part of\n            a balanced daily nutrition routine.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCitrus Bioflavonoids:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Each capsule provides 100 mg of citrus bioflavonoids, naturally\n            occurring plant compounds that complement the vitamin C formula.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eRutin:\u003c\/span\u003e\n\n          \u003cp\u003e\n            The formula includes 25 mg of rutin powder derived from\n            Sophora japonica.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eDietary Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Suitable for vegans and vegetarians and formulated without\n            genetically modified ingredients.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree From:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Wheat, gluten, soy, milk, egg, fish, shellfish and tree nuts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eManufacturing Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Manufactured in a GMP-certified facility that also processes other\n            ingredients and allergens.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M9 3h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 3v5l-5 9a3 3 0 0 0 2.6 4.5h8.8A3 3 0 0 0 19 17l-5-9V3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Ingredients\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cp\u003e\n          High-potency vitamin C with citrus bioflavonoids and rutin in a\n          vegetarian capsule.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eActive Ingredients:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C as ascorbic acid, citrus bioflavonoid complex and rutin\n            powder derived from Sophora japonica.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eOther Ingredients:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Cellulose capsule, vegetable-sourced stearic acid,\n            vegetable-sourced magnesium stearate and silica.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCapsule Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Supplied in a cellulose-based vegetarian capsule without\n            animal-derived gelatin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eDietary Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Suitable for vegans and vegetarians.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree From:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Wheat, gluten, soy, milk, egg, fish, shellfish and tree nuts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFormula Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            A straightforward high-potency vitamin C formula enhanced with\n            complementary citrus bioflavonoids and rutin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8.5 4.5a4 4 0 0 1 5.7 0l5.3 5.3a4 4 0 0 1-5.7 5.7L8.5 10.2a4 4 0 0 1 0-5.7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m11 7 6 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 19h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Recommended Use\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-directions\"\u003e\n          \u003cspan class=\"pv-step-number\" aria-hidden=\"true\"\u003e1\u003c\/span\u003e\n\n          \u003cdiv\u003e\n            \u003cp\u003e\n              Take one capsule daily with water.\n            \u003c\/p\u003e\n\n            \u003cp style=\"margin-top: 10px;\"\u003e\n              Preferably take with a meal, or use as directed by a qualified\n              healthcare professional.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3 2.8 19a1.4 1.4 0 0 0 1.2 2h16a1.4 1.4 0 0 0 1.2-2Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9v5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 18h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Warnings\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-warning-box\"\u003e\n          \u003cul class=\"pv-warning-list\"\u003e\n            \u003cli\u003e\n              For adults only.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not exceed the recommended daily dose.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Consult a healthcare professional before use if you are pregnant,\n              breastfeeding, taking medication, have a medical condition or\n              are under medical supervision.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Consult a healthcare professional before use if you have kidney\n              disease, a history of kidney stones or an iron-storage disorder.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              High intakes of vitamin C may cause temporary digestive\n              discomfort in sensitive individuals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inform your healthcare professional that you are taking vitamin C\n              if you are undergoing medical testing or treatment.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Natural variations in colour may occur and do not affect product\n              quality.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Food supplements should not be used as a substitute for a varied,\n              balanced diet and healthy lifestyle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep out of reach of children.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Store in a cool, dry place away from heat, light and moisture.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use if the safety seal is broken or missing.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"NOW Foods","offers":[{"title":"Default Title","offer_id":55588827660667,"sku":"VC-00","price":10.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/2758\/0027\/files\/11.3-VC-00.png?v=1751885478"},{"product_id":"now-foods-vitamin-c-1000-complex-buffered-with-250mg-bioflavonoids-90-tablets","title":"NOW Foods - Vitamin C-1000 Complex - Buffered with 250mg Bioflavonoids - 90 tablets","description":"\u003cstyle\u003e\n  .pachavita-product-info {\n    --pv-green: #075c38;\n    --pv-light-green: #eff8f2;\n    --pv-accent: #72c936;\n    --pv-text: #24332b;\n    --pv-muted: #66726b;\n    --pv-border: #dfe9e2;\n    --pv-warning: #fff9ed;\n    --pv-warning-border: #ead9ac;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 32px auto;\n    color: var(--pv-text);\n    font-family: inherit;\n  }\n\n  .pachavita-product-info * {\n    box-sizing: border-box;\n  }\n\n  .pv-intro {\n    margin-bottom: 22px;\n    padding: 28px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(114, 201, 54, 0.16),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #f8fcf9 0%, #eef8f1 100%);\n    border: 1px solid var(--pv-border);\n    border-radius: 20px;\n  }\n\n  .pv-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin: 0 0 16px;\n    padding: 7px 12px;\n    color: var(--pv-green);\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: 0.04em;\n  }\n\n  .pv-intro p {\n    margin: 0 0 14px;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .pv-intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pv-highlight {\n    color: var(--pv-green);\n    font-weight: 700;\n  }\n\n  .pv-accordion {\n    margin-bottom: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 16px;\n    transition:\n      border-color 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .pv-accordion:hover {\n    border-color: #bfd4c5;\n  }\n\n  .pv-accordion[open] {\n    border-color: #b8d2bf;\n    box-shadow: 0 12px 32px rgba(7, 92, 56, 0.08);\n  }\n\n  .pv-accordion summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    min-height: 72px;\n    padding: 16px 58px 16px 18px;\n    color: var(--pv-green);\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .pv-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pv-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 50%;\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n    transition: transform 0.25s ease;\n  }\n\n  .pv-accordion[open] summary::after {\n    content: \"−\";\n    transform: translateY(-50%) rotate(180deg);\n  }\n\n  .pv-icon {\n    display: grid;\n    flex: 0 0 40px;\n    width: 40px;\n    height: 40px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 12px;\n  }\n\n  .pv-icon svg {\n    width: 21px;\n    height: 21px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .pv-content {\n    padding: 0 22px 24px;\n    border-top: 1px solid var(--pv-border);\n  }\n\n  .pv-content-inner {\n    padding-top: 22px;\n  }\n\n  .pv-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-benefits li {\n    position: relative;\n    min-height: 64px;\n    margin: 0;\n    padding: 17px 16px 17px 48px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pv-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    display: grid;\n    width: 22px;\n    height: 22px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-accent);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pv-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-bottom: 16px;\n  }\n\n  .pv-stat-card {\n    padding: 18px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-stat-label {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .pv-stat-value {\n    display: block;\n    color: var(--pv-green);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  .pv-nutrition-card {\n    overflow: hidden;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-nutrition-heading {\n    padding: 13px 16px;\n    color: #ffffff;\n    background: var(--pv-green);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n  }\n\n  .pv-nutrition-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 15px 16px;\n    background: #ffffff;\n    border-bottom: 1px solid var(--pv-border);\n  }\n\n  .pv-nutrition-row:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-nutrition-name {\n    flex: 1;\n    min-width: 0;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-nutrition-value {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: flex-end;\n    flex-direction: column;\n    gap: 2px;\n    color: var(--pv-green);\n    white-space: nowrap;\n  }\n\n  .pv-nutrition-value strong {\n    font-size: 15px;\n  }\n\n  .pv-nrv {\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .pv-subsection {\n    margin-top: 20px;\n    padding: 17px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-subsection-title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--pv-green);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .pv-content p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .pv-directions {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 18px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n  }\n\n  .pv-step-number {\n    display: grid;\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-green);\n    border-radius: 50%;\n    font-weight: 750;\n  }\n\n  .pv-warning-box {\n    padding: 19px;\n    background: var(--pv-warning);\n    border: 1px solid var(--pv-warning-border);\n    border-radius: 13px;\n  }\n\n  .pv-warning-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-warning-list li {\n    position: relative;\n    margin: 0;\n    padding: 11px 0 11px 28px;\n    border-bottom: 1px solid rgba(184, 151, 72, 0.18);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-warning-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-warning-list li::before {\n    content: \"!\";\n    position: absolute;\n    top: 13px;\n    left: 0;\n    display: grid;\n    width: 18px;\n    height: 18px;\n    place-items: center;\n    color: #7a5b16;\n    border: 1px solid #b89748;\n    border-radius: 50%;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  @media (max-width: 749px) {\n    .pachavita-product-info {\n      margin: 22px auto;\n    }\n\n    .pv-intro {\n      padding: 21px 18px;\n      border-radius: 16px;\n    }\n\n    .pv-intro p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .pv-accordion summary {\n      min-height: 66px;\n      padding: 14px 52px 14px 14px;\n      font-size: 16px;\n    }\n\n    .pv-icon {\n      flex-basis: 36px;\n      width: 36px;\n      height: 36px;\n    }\n\n    .pv-content {\n      padding: 0 16px 18px;\n    }\n\n    .pv-benefits,\n    .pv-stat-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pv-nutrition-row {\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .pv-nutrition-value {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pachavita-product-info\"\u003e\n\n  \u003csection class=\"pv-intro\"\u003e\n    \u003cdiv class=\"pv-eyebrow\"\u003e\n      \u003cspan aria-hidden=\"true\"\u003e✦\u003c\/span\u003e\n      Buffered Vitamin C | Calcium Ascorbate | Citrus Bioflavonoids\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      NOW Foods Vitamin C-1000 Complex provides\n      \u003cspan class=\"pv-highlight\"\u003e\n        1,000 mg of buffered vitamin C from calcium ascorbate\n      \u003c\/span\u003e\n      in a non-acidic formula designed to be gentle on the stomach.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The formula is enhanced with citrus bioflavonoids, acerola fruit powder\n      and rutin. Vitamin C contributes to normal immune system function,\n      collagen formation, energy metabolism and the protection of cells from\n      oxidative stress.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Each tablet also provides calcium and complementary plant compounds in a\n      vegan, non-GMO formula suitable for adults seeking high-potency daily\n      vitamin C support.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdetails class=\"pv-accordion\" open\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M13 2 5 13h6l-1 9 8-12h-6Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Key Benefits\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cul class=\"pv-benefits\"\u003e\n          \u003cli\u003eProvides 1,000 mg of buffered vitamin C per tablet\u003c\/li\u003e\n          \u003cli\u003eNon-acidic calcium ascorbate formula\u003c\/li\u003e\n          \u003cli\u003eSupports normal immune system function\u003c\/li\u003e\n          \u003cli\u003eHelps protect cells from oxidative stress\u003c\/li\u003e\n          \u003cli\u003eIncludes citrus bioflavonoids, acerola and rutin\u003c\/li\u003e\n          \u003cli\u003eVegan, non-GMO and free from common allergens\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 3h14v18H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 11h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 15h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Nutritional Information\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n\n        \u003cdiv class=\"pv-stat-grid\"\u003e\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServing Size\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e1 Tablet\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServings per Container\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e90\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-nutrition-card\"\u003e\n          \u003cdiv class=\"pv-nutrition-heading\"\u003eEach Serving Provides:\u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Vitamin C from Calcium Ascorbate\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e1,000 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003e1,111% Daily Value\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Calcium from Calcium Ascorbate\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e100 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003e8% Daily Value\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Citrus Bioflavonoid Complex\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e250 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003eDaily Value not established\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Acerola Powder\n              \u003cbr\u003e\n              \u003csmall\u003eMalpighia punicifolia — Fruit\u003c\/small\u003e\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e50 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003eDaily Value not established\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Rutin Powder\n              \u003cbr\u003e\n              \u003csmall\u003eSophora japonica — Flower Bud\u003c\/small\u003e\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e50 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003eDaily Value not established\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eBuffered Vitamin C:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Calcium ascorbate is a buffered, non-acidic form of vitamin C that\n            also supplies calcium. It is a convenient option for individuals\n            who prefer a gentler alternative to standard ascorbic acid.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eImmune System Support:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to the normal functioning of the immune\n            system and supports normal immune function during and after\n            intense physical exercise.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eAntioxidant Protection:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to the protection of cells from oxidative\n            stress and helps regenerate the reduced form of vitamin E.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCollagen Formation:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to normal collagen formation for the normal\n            function of skin, bones, cartilage, teeth, gums and blood vessels.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eEnergy and Iron Metabolism:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to normal energy-yielding metabolism, helps\n            reduce tiredness and fatigue and increases iron absorption.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCitrus Bioflavonoids:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Each tablet includes 250 mg of citrus bioflavonoids, naturally\n            occurring plant compounds that complement the vitamin C formula.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eAcerola and Rutin:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Acerola fruit powder and rutin from Sophora japonica flower buds\n            provide additional plant-derived compounds within the complex.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eDietary Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Suitable for vegans and formulated without genetically modified\n            ingredients.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree From:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Wheat, gluten, soy, milk, egg, fish, shellfish, tree nuts and\n            genetically modified ingredients.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eManufacturing Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Produced in a GMP facility that also processes other ingredients\n            and allergens.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M9 3h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 3v5l-5 9a3 3 0 0 0 2.6 4.5h8.8A3 3 0 0 0 19 17l-5-9V3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Ingredients\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cp\u003e\n          Buffered vitamin C from calcium ascorbate with citrus bioflavonoids,\n          acerola fruit powder and rutin.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eActive Ingredients:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Calcium ascorbate providing vitamin C and calcium, citrus\n            bioflavonoid complex, acerola powder from Malpighia punicifolia\n            fruit and rutin powder from Sophora japonica flower buds.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eOther Ingredients:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Cellulose, vegetable-sourced stearic acid, vegetable-sourced\n            magnesium stearate, silica and vegetarian coating.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eBuffered Formula:\u003c\/span\u003e\n\n          \u003cp\u003e\n            The vitamin C is supplied as calcium ascorbate, a non-acidic form\n            that is generally gentler on the stomach than standard ascorbic\n            acid.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eTablet Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            The tablet uses a vegetarian coating and vegetable-sourced stearic\n            acid and magnesium stearate.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eDietary Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Suitable for vegans.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree From:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Genetically modified ingredients, wheat, gluten, soy, milk, egg,\n            fish, shellfish and tree nuts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFormula Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            A high-potency buffered vitamin C complex with complementary citrus\n            bioflavonoids, acerola and rutin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8.5 4.5a4 4 0 0 1 5.7 0l5.3 5.3a4 4 0 0 1-5.7 5.7L8.5 10.2a4 4 0 0 1 0-5.7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m11 7 6 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 19h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Recommended Use\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-directions\"\u003e\n          \u003cspan class=\"pv-step-number\" aria-hidden=\"true\"\u003e1\u003c\/span\u003e\n\n          \u003cdiv\u003e\n            \u003cp\u003e\n              Take one tablet daily with water.\n            \u003c\/p\u003e\n\n            \u003cp style=\"margin-top: 10px;\"\u003e\n              Best taken with a meal, or use as directed by a qualified\n              healthcare professional.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3 2.8 19a1.4 1.4 0 0 0 1.2 2h16a1.4 1.4 0 0 0 1.2-2Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9v5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 18h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Warnings\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-warning-box\"\u003e\n          \u003cul class=\"pv-warning-list\"\u003e\n            \u003cli\u003e\n              For adults only.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not exceed the recommended daily dose.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Consult a healthcare professional before use if you are pregnant,\n              breastfeeding, taking medication, have a medical condition or\n              are under medical supervision.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Consult a healthcare professional before use if you have kidney\n              disease, a history of kidney stones or an iron-storage disorder.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              High intakes of vitamin C may cause temporary digestive\n              discomfort in sensitive individuals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inform your healthcare professional that you are taking vitamin C\n              if you are undergoing medical testing or treatment.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Food supplements should not be used as a substitute for a varied,\n              balanced diet and healthy lifestyle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep out of reach of children.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Store in a cool, dry place after opening and keep away from heat,\n              light and moisture.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use if the safety seal is broken or missing.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"NOW Foods","offers":[{"title":"Default Title","offer_id":55588833427835,"sku":"VC-01","price":16.5,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/2758\/0027\/files\/12.2-VC-01.png?v=1751885970"},{"product_id":"doctors-best-high-absorption-vitamin-c-with-pureway-c-500-mg-60-tablets","title":"Doctor's Best - High Absorption Vitamin C with PureWay-C 500 mg – 60 Tablets","description":"\u003cstyle\u003e\n  .pachavita-product-info {\n    --pv-green: #075c38;\n    --pv-light-green: #eff8f2;\n    --pv-accent: #72c936;\n    --pv-text: #24332b;\n    --pv-muted: #66726b;\n    --pv-border: #dfe9e2;\n    --pv-warning: #fff9ed;\n    --pv-warning-border: #ead9ac;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 32px auto;\n    color: var(--pv-text);\n    font-family: inherit;\n  }\n\n  .pachavita-product-info * {\n    box-sizing: border-box;\n  }\n\n  .pv-intro {\n    margin-bottom: 22px;\n    padding: 28px;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(114, 201, 54, 0.16),\n        transparent 34%\n      ),\n      linear-gradient(135deg, #f8fcf9 0%, #eef8f1 100%);\n    border: 1px solid var(--pv-border);\n    border-radius: 20px;\n  }\n\n  .pv-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin: 0 0 16px;\n    padding: 7px 12px;\n    color: var(--pv-green);\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: 0.04em;\n  }\n\n  .pv-intro p {\n    margin: 0 0 14px;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .pv-intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pv-highlight {\n    color: var(--pv-green);\n    font-weight: 700;\n  }\n\n  .pv-accordion {\n    margin-bottom: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 16px;\n    transition:\n      border-color 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .pv-accordion:hover {\n    border-color: #bfd4c5;\n  }\n\n  .pv-accordion[open] {\n    border-color: #b8d2bf;\n    box-shadow: 0 12px 32px rgba(7, 92, 56, 0.08);\n  }\n\n  .pv-accordion summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    min-height: 72px;\n    padding: 16px 58px 16px 18px;\n    color: var(--pv-green);\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .pv-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pv-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 50%;\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n    transition: transform 0.25s ease;\n  }\n\n  .pv-accordion[open] summary::after {\n    content: \"−\";\n    transform: translateY(-50%) rotate(180deg);\n  }\n\n  .pv-icon {\n    display: grid;\n    flex: 0 0 40px;\n    width: 40px;\n    height: 40px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 12px;\n  }\n\n  .pv-icon svg {\n    width: 21px;\n    height: 21px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .pv-content {\n    padding: 0 22px 24px;\n    border-top: 1px solid var(--pv-border);\n  }\n\n  .pv-content-inner {\n    padding-top: 22px;\n  }\n\n  .pv-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-benefits li {\n    position: relative;\n    min-height: 64px;\n    margin: 0;\n    padding: 17px 16px 17px 48px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pv-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    display: grid;\n    width: 22px;\n    height: 22px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-accent);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pv-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-bottom: 16px;\n  }\n\n  .pv-stat-card {\n    padding: 18px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-stat-label {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .pv-stat-value {\n    display: block;\n    color: var(--pv-green);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  .pv-nutrition-card {\n    overflow: hidden;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-nutrition-heading {\n    padding: 13px 16px;\n    color: #ffffff;\n    background: var(--pv-green);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n  }\n\n  .pv-nutrition-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 15px 16px;\n    background: #ffffff;\n    border-bottom: 1px solid var(--pv-border);\n  }\n\n  .pv-nutrition-row:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-nutrition-name {\n    flex: 1;\n    min-width: 0;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-nutrition-value {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: flex-end;\n    flex-direction: column;\n    gap: 2px;\n    color: var(--pv-green);\n    white-space: nowrap;\n  }\n\n  .pv-nutrition-value strong {\n    font-size: 15px;\n  }\n\n  .pv-nrv {\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .pv-subsection {\n    margin-top: 20px;\n    padding: 17px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-subsection-title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--pv-green);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .pv-content p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .pv-directions {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 18px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n  }\n\n  .pv-step-number {\n    display: grid;\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-green);\n    border-radius: 50%;\n    font-weight: 750;\n  }\n\n  .pv-warning-box {\n    padding: 19px;\n    background: var(--pv-warning);\n    border: 1px solid var(--pv-warning-border);\n    border-radius: 13px;\n  }\n\n  .pv-warning-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-warning-list li {\n    position: relative;\n    margin: 0;\n    padding: 11px 0 11px 28px;\n    border-bottom: 1px solid rgba(184, 151, 72, 0.18);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-warning-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-warning-list li::before {\n    content: \"!\";\n    position: absolute;\n    top: 13px;\n    left: 0;\n    display: grid;\n    width: 18px;\n    height: 18px;\n    place-items: center;\n    color: #7a5b16;\n    border: 1px solid #b89748;\n    border-radius: 50%;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  @media (max-width: 749px) {\n    .pachavita-product-info {\n      margin: 22px auto;\n    }\n\n    .pv-intro {\n      padding: 21px 18px;\n      border-radius: 16px;\n    }\n\n    .pv-intro p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .pv-accordion summary {\n      min-height: 66px;\n      padding: 14px 52px 14px 14px;\n      font-size: 16px;\n    }\n\n    .pv-icon {\n      flex-basis: 36px;\n      width: 36px;\n      height: 36px;\n    }\n\n    .pv-content {\n      padding: 0 16px 18px;\n    }\n\n    .pv-benefits,\n    .pv-stat-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pv-nutrition-row {\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .pv-nutrition-value {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pachavita-product-info\"\u003e\n\n  \u003csection class=\"pv-intro\"\u003e\n    \u003cdiv class=\"pv-eyebrow\"\u003e\n      \u003cspan aria-hidden=\"true\"\u003e✦\u003c\/span\u003e\n      PureWay-C® Formula | Citrus Bioflavonoids | Vegan Tablets\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Doctor’s Best High Absorption Vitamin C provides\n      \u003cspan class=\"pv-highlight\"\u003e\n        500 mg of vitamin C from PureWay-C® with lipid metabolites\n      \u003c\/span\u003e\n      plus 50 mg of citrus bioflavonoids in each tablet.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      PureWay-C® combines ascorbic acid with lipid metabolites and ascorbyl\n      palmitate in a specialised vitamin C complex designed to support\n      efficient delivery and retention within the body.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Vitamin C contributes to normal immune system function, collagen\n      formation and the protection of cells from oxidative stress. Citrus\n      bioflavonoids complement the formula with naturally occurring plant\n      compounds.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdetails class=\"pv-accordion\" open\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M13 2 5 13h6l-1 9 8-12h-6Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Key Benefits\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cul class=\"pv-benefits\"\u003e\n          \u003cli\u003eProvides 500 mg of vitamin C per tablet\u003c\/li\u003e\n          \u003cli\u003eFeatures the specialised PureWay-C® vitamin C complex\u003c\/li\u003e\n          \u003cli\u003eSupports normal immune system function\u003c\/li\u003e\n          \u003cli\u003eHelps protect cells from oxidative stress\u003c\/li\u003e\n          \u003cli\u003eIncludes 50 mg of citrus bioflavonoid complex\u003c\/li\u003e\n          \u003cli\u003eVegan, non-GMO, gluten-free and soy-free\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 3h14v18H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 11h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 15h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Nutritional Information\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n\n        \u003cdiv class=\"pv-stat-grid\"\u003e\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServing Size\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e1 Tablet\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServings per Container\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e60\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-nutrition-card\"\u003e\n          \u003cdiv class=\"pv-nutrition-heading\"\u003eEach Serving Provides:\u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Vitamin C from PureWay-C® Ascorbic Acid and Ascorbyl Palmitate\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e500 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003e556% Daily Value\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan class=\"pv-nutrition-name\"\u003e\n              Citrus Bioflavonoids Complex\n              \u003cbr\u003e\n              \u003csmall\u003eStandardised to 50% bioflavonoids\u003c\/small\u003e\n            \u003c\/span\u003e\n\n            \u003cspan class=\"pv-nutrition-value\"\u003e\n              \u003cstrong\u003e50 mg\u003c\/strong\u003e\n              \u003cspan class=\"pv-nrv\"\u003eDaily Value not established\u003c\/span\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003ePureWay-C® Complex:\u003c\/span\u003e\n\n          \u003cp\u003e\n            PureWay-C® is a specialised vitamin C complex combining ascorbic\n            acid, ascorbyl palmitate and lipid metabolites in a convenient\n            once-daily formula.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eImmune System Support:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to the normal functioning of the immune\n            system and supports normal immune function during and after\n            intense physical exercise.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eAntioxidant Protection:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to the protection of cells from oxidative\n            stress and helps regenerate the reduced form of vitamin E.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCollagen Formation:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to normal collagen formation for the normal\n            function of skin, bones, cartilage, teeth, gums and blood vessels.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eEnergy and Fatigue:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C contributes to normal energy-yielding metabolism and\n            helps reduce tiredness and fatigue.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eCitrus Bioflavonoids:\u003c\/span\u003e\n\n          \u003cp\u003e\n            The formula includes a citrus bioflavonoid complex standardised to\n            provide 50% naturally occurring bioflavonoids.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eDietary Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Suitable for vegans and formulated without genetically modified\n            ingredients.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree From:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Gluten, soy, dairy, fish, shellfish, genetically modified\n            ingredients and artificial preservatives.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eManufacturing Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Produced in a facility operating according to Good Manufacturing\n            Practice standards.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M9 3h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 3v5l-5 9a3 3 0 0 0 2.6 4.5h8.8A3 3 0 0 0 19 17l-5-9V3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Ingredients\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cp\u003e\n          PureWay-C® vitamin C complex with lipid metabolites and citrus\n          bioflavonoids.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eActive Ingredients:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Vitamin C supplied from PureWay-C® ascorbic acid and ascorbyl\n            palmitate, together with a citrus bioflavonoid complex standardised\n            to 50% bioflavonoids.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003ePureWay-C® Formula:\u003c\/span\u003e\n\n          \u003cp\u003e\n            A patented vitamin C complex combining ascorbic acid with lipid\n            metabolites and ascorbyl palmitate.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eOther Ingredients:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Hydroxypropyl methylcellulose, stearic acid, vegetable-sourced\n            magnesium stearate and silicon dioxide.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eDietary Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Suitable for vegans and made without animal-derived active\n            ingredients.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree From:\u003c\/span\u003e\n\n          \u003cp\u003e\n            Genetically modified ingredients, gluten, soy, dairy, fish,\n            shellfish and artificial preservatives.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFormula Information:\u003c\/span\u003e\n\n          \u003cp\u003e\n            A high-potency vitamin C formula combining PureWay-C® with citrus\n            bioflavonoids in a convenient vegan tablet.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8.5 4.5a4 4 0 0 1 5.7 0l5.3 5.3a4 4 0 0 1-5.7 5.7L8.5 10.2a4 4 0 0 1 0-5.7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m11 7 6 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 19h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Recommended Use\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-directions\"\u003e\n          \u003cspan class=\"pv-step-number\" aria-hidden=\"true\"\u003e1\u003c\/span\u003e\n\n          \u003cdiv\u003e\n            \u003cp\u003e\n              Take one tablet daily with food.\n            \u003c\/p\u003e\n\n            \u003cp style=\"margin-top: 10px;\"\u003e\n              Alternatively, use as recommended by a qualified healthcare\n              professional.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3 2.8 19a1.4 1.4 0 0 0 1.2 2h16a1.4 1.4 0 0 0 1.2-2Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9v5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 18h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Warnings\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-warning-box\"\u003e\n          \u003cul class=\"pv-warning-list\"\u003e\n            \u003cli\u003e\n              For adults only.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not exceed the recommended daily dose.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Consult a healthcare professional before use if you are\n              pregnant, breastfeeding, taking medication, have a medical\n              condition or are under medical supervision.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Consult a healthcare professional before use if you have a\n              history of kidney stones, kidney disease or iron-storage\n              disorders.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              High intakes of vitamin C may cause temporary digestive\n              discomfort in sensitive individuals.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Inform your healthcare professional that you are taking vitamin\n              C if you are undergoing medical testing or treatment.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Food supplements should not be used as a substitute for a varied,\n              balanced diet and healthy lifestyle.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keep out of reach of children.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Store in a cool, dry place away from heat, light and moisture.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Do not use if the safety seal is broken or missing.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Doctor’s Best","offers":[{"title":"Default Title","offer_id":55589161337211,"sku":"VC-03","price":14.51,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/2758\/0027\/files\/13.1-VC-03.jpg?v=1751894314"}],"url":"https:\/\/www.pachavita.co.uk\/collections\/vitamin-c.oembed","provider":"Pachavita","version":"1.0","type":"link"}