{"product_id":"zephyrcore","title":"ZephyrCore","description":"\u003cstyle\u003e\n  .everwild-product {\n    --ew-bark: #2f3a2c;\n    --ew-moss: #5a7150;\n    --ew-sage: #8fa583;\n    --ew-fern: #41523a;\n    --ew-cream: #f6f3ea;\n    --ew-paper: #fbfaf4;\n    --ew-gold: #b08d4b;\n    --ew-rust: #bb6542;\n    --ew-ink: #2a2c26;\n    --ew-muted: #686b61;\n    --ew-line: #e2ddcd;\n\n    max-width: 980px;\n    margin: 0 auto;\n    color: var(--ew-ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    line-height: 1.65;\n  }\n\n  .everwild-product *,\n  .everwild-product *::before,\n  .everwild-product *::after {\n    box-sizing: border-box;\n  }\n\n  .everwild-product h2,\n  .everwild-product h3,\n  .everwild-product h4,\n  .everwild-product h5,\n  .everwild-product p {\n    margin-top: 0;\n  }\n\n  .everwild-product p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* HERO *\/\n\n  .ew-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 58px 52px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 92% 15%,\n        rgba(187, 101, 66, 0.28),\n        transparent 30%\n      ),\n      linear-gradient(135deg, var(--ew-bark), var(--ew-fern));\n    border-radius: 20px 20px 0 0;\n  }\n\n  .ew-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -65px;\n    bottom: -95px;\n    width: 280px;\n    height: 280px;\n    border: 1px solid rgba(255, 255, 255, 0.11);\n    border-radius: 50%;\n  }\n\n  .ew-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 720px;\n  }\n\n  .ew-brand {\n    margin-bottom: 19px;\n    color: #ffffff;\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  .ew-eyebrow {\n    margin-bottom: 12px;\n    color: #e6d8c3;\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.76rem;\n    font-weight: 700;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .ew-hero h2 {\n    max-width: 700px;\n    margin-bottom: 18px;\n    color: #ffffff;\n    font-size: clamp(2.15rem, 5vw, 4rem);\n    font-weight: 500;\n    line-height: 1.04;\n  }\n\n  .ew-hero-lead {\n    max-width: 680px;\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.88);\n    font-size: 1.08rem;\n    line-height: 1.7;\n  }\n\n  \/* MAIN CONTENT *\/\n\n  .ew-content {\n    padding: 48px 52px 54px;\n    background: var(--ew-paper);\n    border: 1px solid var(--ew-line);\n    border-top: 0;\n    border-radius: 0 0 20px 20px;\n  }\n\n  .ew-section {\n    margin-bottom: 42px;\n  }\n\n  .ew-section:last-child {\n    margin-bottom: 0;\n  }\n\n  .ew-section-heading {\n    margin-bottom: 14px;\n    color: var(--ew-fern);\n    font-size: clamp(1.65rem, 3vw, 2.2rem);\n    font-weight: 500;\n    line-height: 1.2;\n  }\n\n  .ew-section-intro {\n    max-width: 780px;\n    color: var(--ew-muted);\n    font-size: 1rem;\n  }\n\n  \/* SUPPORT CARDS *\/\n\n  .ew-benefit-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 26px;\n  }\n\n  .ew-benefit-card {\n    padding: 24px 22px;\n    background: var(--ew-cream);\n    border: 1px solid var(--ew-line);\n    border-radius: 13px;\n  }\n\n  .ew-benefit-card h3 {\n    margin-bottom: 10px;\n    color: var(--ew-fern);\n    font-size: 1.14rem;\n    font-weight: 600;\n    line-height: 1.25;\n  }\n\n  .ew-benefit-card p {\n    color: var(--ew-muted);\n    font-size: 0.94rem;\n    line-height: 1.55;\n  }\n\n  \/* PRODUCT INTRO *\/\n\n  .ew-product-intro {\n    position: relative;\n    padding: 30px;\n    background: #ffffff;\n    border: 1px solid var(--ew-line);\n    border-left: 5px solid var(--ew-rust);\n    border-radius: 13px;\n  }\n\n  .ew-product-name {\n    margin-bottom: 2px;\n    color: var(--ew-fern);\n    font-size: clamp(1.85rem, 4vw, 2.6rem);\n    font-weight: 500;\n    line-height: 1.1;\n  }\n\n  .ew-product-subtitle {\n    margin-bottom: 16px;\n    color: var(--ew-rust);\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .ew-product-intro p {\n    max-width: 780px;\n    color: var(--ew-muted);\n  }\n\n  \/* ACCORDIONS *\/\n\n  .ew-accordion-group {\n    display: grid;\n    gap: 12px;\n  }\n\n  .ew-accordion {\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--ew-line);\n    border-radius: 12px;\n  }\n\n  .ew-accordion summary {\n    position: relative;\n    padding: 19px 54px 19px 22px;\n    color: var(--ew-fern);\n    background: var(--ew-cream);\n    cursor: pointer;\n    list-style: none;\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.98rem;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .ew-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ew-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 22px;\n    color: var(--ew-rust);\n    font-size: 1.45rem;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .ew-accordion[open] summary {\n    color: #ffffff;\n    background: var(--ew-fern);\n  }\n\n  .ew-accordion[open] summary::after {\n    content: \"-\";\n    color: #ffffff;\n  }\n\n  .ew-accordion-body {\n    padding: 24px 22px 26px;\n  }\n\n  .ew-accordion-body \u003e :last-child {\n    margin-bottom: 0;\n  }\n\n  \/* FORMULA TABLE *\/\n\n  .ew-table-wrap {\n    overflow-x: auto;\n  }\n\n  .ew-formula {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .ew-formula th {\n    padding: 12px 13px;\n    color: #ffffff;\n    background: var(--ew-moss);\n    border: 1px solid var(--ew-moss);\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.76rem;\n    font-weight: 700;\n    letter-spacing: 0.07em;\n    text-align: left;\n    text-transform: uppercase;\n  }\n\n  .ew-formula td {\n    padding: 18px 13px;\n    vertical-align: top;\n    border: 1px solid var(--ew-line);\n  }\n\n  .ew-formula tbody tr:nth-child(even) {\n    background: var(--ew-cream);\n  }\n\n  .ew-ingredient {\n    width: 28%;\n  }\n\n  .ew-ingredient strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--ew-fern);\n    font-size: 1rem;\n    line-height: 1.35;\n  }\n\n  .ew-ingredient span {\n    display: block;\n    color: var(--ew-muted);\n    font-size: 0.86rem;\n    line-height: 1.45;\n  }\n\n  .ew-amount {\n    width: 14%;\n    color: var(--ew-rust);\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ew-benefit {\n    width: 58%;\n    color: var(--ew-muted);\n    font-size: 0.94rem;\n    line-height: 1.55;\n  }\n\n  .ew-source-link {\n    display: inline-block;\n    margin-top: 8px;\n    color: var(--ew-moss);\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.78rem;\n    font-weight: 700;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .ew-source-link:hover {\n    color: var(--ew-rust);\n  }\n\n  .ew-table-note {\n    margin-top: 15px;\n    padding: 14px 16px;\n    color: var(--ew-muted);\n    background: var(--ew-cream);\n    border-left: 3px solid var(--ew-gold);\n    font-size: 0.9rem;\n  }\n\n  \/* ACTIVE INGREDIENT CARDS *\/\n\n  .ew-active-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 15px;\n    margin: 22px 0;\n  }\n\n  .ew-active-card {\n    padding: 22px 20px;\n    background: var(--ew-cream);\n    border: 1px solid var(--ew-line);\n    border-radius: 12px;\n  }\n\n  .ew-active-card h3 {\n    margin-bottom: 4px;\n    color: var(--ew-fern);\n    font-size: 1.1rem;\n    font-weight: 600;\n  }\n\n  .ew-active-card h5 {\n    margin-bottom: 10px;\n    color: var(--ew-rust);\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .ew-active-card p {\n    color: var(--ew-muted);\n    font-size: 0.91rem;\n    line-height: 1.55;\n  }\n\n  \/* LISTS AND WARNINGS *\/\n\n  .ew-clean-list {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ew-clean-list li {\n    margin-bottom: 9px;\n    color: var(--ew-muted);\n  }\n\n  .ew-clean-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .ew-warning {\n    padding: 17px 18px;\n    color: #5b473d;\n    background: #f8efe9;\n    border-left: 4px solid var(--ew-rust);\n  }\n\n  \/* CLOSING *\/\n\n  .ew-closing {\n    padding: 28px;\n    color: #ffffff;\n    background: var(--ew-fern);\n    border-radius: 13px;\n  }\n\n  .ew-closing h3 {\n    margin-bottom: 10px;\n    color: #ffffff;\n    font-size: 1.45rem;\n    font-weight: 500;\n  }\n\n  .ew-closing p {\n    color: rgba(255, 255, 255, 0.84);\n  }\n\n  .ew-signature {\n    margin-top: 30px;\n    color: var(--ew-rust);\n    font-style: italic;\n    text-align: center;\n  }\n\n  .ew-disclaimer {\n    margin-top: 23px;\n    padding-top: 18px;\n    color: #77796f;\n    border-top: 1px solid var(--ew-line);\n    font-family: \"Helvetica Neue\", Arial, sans-serif;\n    font-size: 0.73rem;\n    line-height: 1.55;\n    text-align: center;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 780px) {\n    .ew-hero {\n      padding: 44px 28px;\n    }\n\n    .ew-content {\n      padding: 36px 24px 42px;\n    }\n\n    .ew-benefit-grid,\n    .ew-active-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ew-product-intro {\n      padding: 25px 22px;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .ew-hero {\n      border-radius: 14px 14px 0 0;\n    }\n\n    .ew-content {\n      border-radius: 0 0 14px 14px;\n    }\n\n    .ew-formula thead {\n      position: absolute;\n      width: 1px;\n      height: 1px;\n      overflow: hidden;\n      clip: rect(0 0 0 0);\n    }\n\n    .ew-formula,\n    .ew-formula tbody,\n    .ew-formula tr,\n    .ew-formula td {\n      display: block;\n      width: 100%;\n    }\n\n    .ew-formula tr {\n      padding: 16px;\n      border: 1px solid var(--ew-line);\n      border-bottom: 0;\n    }\n\n    .ew-formula tr:last-child {\n      border-bottom: 1px solid var(--ew-line);\n    }\n\n    .ew-formula td {\n      padding: 4px 0;\n      border: 0;\n    }\n\n    .ew-amount {\n      margin: 8px 0;\n    }\n\n    .ew-amount::before {\n      content: \"Per serving: \";\n      color: var(--ew-muted);\n      font-weight: 600;\n    }\n\n    .ew-benefit::before {\n      content: \"Why it is included\";\n      display: block;\n      margin: 12px 0 4px;\n      color: var(--ew-fern);\n      font-family: \"Helvetica Neue\", Arial, sans-serif;\n      font-size: 0.73rem;\n      font-weight: 700;\n      letter-spacing: 0.07em;\n      text-transform: uppercase;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"everwild-product\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ew-hero\"\u003e\n    \u003cdiv class=\"ew-hero-content\"\u003e\n      \u003cdiv class=\"ew-brand\"\u003eEverwild Apothecary\u003c\/div\u003e\n\n      \u003cp class=\"ew-eyebrow\"\u003e\n        The Antioxidant Layer · Across the Everwild Terrain\n      \u003c\/p\u003e\n\n      \u003ch2\u003eSustain your body's antioxidant network.\u003c\/h2\u003e\n\n      \u003cp class=\"ew-hero-lead\"\u003e\n        ZephyrCore combines three branded, clinically studied ingredients\n        designed to support glutathione status, antioxidant recycling, cellular\n        defense, and long-term metabolic resilience.*\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- MAIN CONTENT --\u003e\n  \u003cdiv class=\"ew-content\"\u003e\n\n    \u003c!-- INTRO --\u003e\n    \u003csection class=\"ew-section\"\u003e\n      \u003ch2 class=\"ew-section-heading\"\u003e\n        Keep your antioxidant network stocked\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ew-section-intro\"\u003e\n        Daily stress, environmental exposure, metabolism, and normal aging can\n        increase the body's demand for antioxidant protection. ZephyrCore\n        provides direct glutathione support alongside complementary nutrients\n        that help maintain the body's broader antioxidant network.*\n      \u003c\/p\u003e\n\n      \u003cp class=\"ew-section-intro\"\u003e\n        The formula is completely iodine-free and can be used on its own or\n        layered with other products in the Everwild system.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ew-benefit-grid\"\u003e\n        \u003carticle class=\"ew-benefit-card\"\u003e\n          \u003ch3\u003eBranded, clinically studied actives\u003c\/h3\u003e\n          \u003cp\u003e\n            Each primary ingredient is supplied in a clearly identified,\n            research-supported form.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ew-benefit-card\"\u003e\n          \u003ch3\u003eCompletely iodine-free\u003c\/h3\u003e\n          \u003cp\u003e\n            A focused antioxidant formula without sea-derived iodine or hidden\n            iodine-containing ingredients.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ew-benefit-card\"\u003e\n          \u003ch3\u003eTransparent sourcing\u003c\/h3\u003e\n          \u003cp\u003e\n            Ingredient forms and trusted educational sources are provided so\n            you can understand what is inside the formula.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- PRODUCT INTRO --\u003e\n    \u003csection class=\"ew-section\"\u003e\n      \u003cdiv class=\"ew-product-intro\"\u003e\n        \u003ch2 class=\"ew-product-name\"\u003eZephyrCore\u003c\/h2\u003e\n\n        \u003cp class=\"ew-product-subtitle\"\u003e\n          Glutathione and Antioxidant Support*\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          ZephyrCore brings together reduced glutathione, stabilized\n          R-alpha-lipoic acid, and a standardized lemon flavonoid extract.\n          Together, these nutrients support antioxidant recycling, cellular\n          protection, metabolic health, and the body's natural response to\n          oxidative stress.*\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ACCORDIONS --\u003e\n    \u003csection class=\"ew-section\"\u003e\n      \u003cdiv class=\"ew-accordion-group\"\u003e\n\n        \u003c!-- FORMULA --\u003e\n        \u003cdetails class=\"ew-accordion\"\u003e\n          \u003csummary\u003eZephyrCore Formula Details\u003c\/summary\u003e\n\n          \u003cdiv class=\"ew-accordion-body\"\u003e\n            \u003cdiv class=\"ew-table-wrap\"\u003e\n              \u003ctable class=\"ew-formula\"\u003e\n                \u003cthead\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eIngredient\u003c\/th\u003e\n                    \u003cth\u003ePer Serving\u003c\/th\u003e\n                    \u003cth\u003eWhy It Is Included\u003c\/th\u003e\n                  \u003c\/tr\u003e\n                \u003c\/thead\u003e\n\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003ctd class=\"ew-ingredient\"\u003e\n                      \u003cstrong\u003eSetria® Reduced L-Glutathione\u003c\/strong\u003e\n                      \u003cspan\u003eFermentation-derived, pre-formed glutathione\u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd class=\"ew-amount\"\u003e250 mg\u003c\/td\u003e\n\n                    \u003ctd class=\"ew-benefit\"\u003e\n                      Provides reduced glutathione directly to support the\n                      body's primary intracellular antioxidant defenses and\n                      healthy glutathione status.*\n\n                      \u003ca class=\"ew-source-link\" href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n                        View supporting research\n                      \u003c\/a\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003ctd class=\"ew-ingredient\"\u003e\n                      \u003cstrong\u003eBio-Enhanced® Na-R-ALA\u003c\/strong\u003e\n                      \u003cspan\u003e\n                        GeroNova sodium R-lipoic acid, stabilized form\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd class=\"ew-amount\"\u003e200 mg\u003c\/td\u003e\n\n                    \u003ctd class=\"ew-benefit\"\u003e\n                      Supports antioxidant recycling, cellular energy\n                      production, and healthy glucose metabolism. The stabilized\n                      sodium R-lipoate form is designed for improved consistency\n                      and absorption.*\n\n                      \u003ca class=\"ew-source-link\" href=\"https:\/\/lpi.oregonstate.edu\/mic\/dietary-factors\/lipoic-acid\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n                        Read the Linus Pauling Institute overview\n                      \u003c\/a\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003ctd class=\"ew-ingredient\"\u003e\n                      \u003cstrong\u003eEriomin® Lemon Flavonoid Extract\u003c\/strong\u003e\n                      \u003cspan\u003e\n                        Citrus limon extract standardized to at least 70%\n                        eriocitrin\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd class=\"ew-amount\"\u003e200 mg\u003c\/td\u003e\n\n                    \u003ctd class=\"ew-benefit\"\u003e\n                      Supplies standardized citrus flavonoids that support\n                      antioxidant activity, healthy inflammatory balance, and\n                      metabolic resilience.*\n\n                      \u003ca class=\"ew-source-link\" href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n                        View supporting research\n                      \u003c\/a\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"ew-table-note\"\u003e\n              ZephyrCore is an iodine-free formula. Refer to the product label\n              for the complete Supplement Facts panel, serving size, and full\n              ingredient list.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- HOW IT WORKS --\u003e\n        \u003cdetails class=\"ew-accordion\"\u003e\n          \u003csummary\u003eHow the Three Actives Work Together\u003c\/summary\u003e\n\n          \u003cdiv class=\"ew-accordion-body\"\u003e\n            \u003cp\u003e\n              ZephyrCore is designed as a coordinated antioxidant formula. Each\n              active contributes through a different but complementary pathway.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"ew-active-grid\"\u003e\n              \u003carticle class=\"ew-active-card\"\u003e\n                \u003ch3\u003eGlutathione\u003c\/h3\u003e\n                \u003ch5\u003eThe Foundation\u003c\/h5\u003e\n                \u003cp\u003e\n                  Supplies pre-formed reduced glutathione to support the body's\n                  central intracellular antioxidant system.*\n                \u003c\/p\u003e\n              \u003c\/article\u003e\n\n              \u003carticle class=\"ew-active-card\"\u003e\n                \u003ch3\u003eR-Alpha-Lipoic Acid\u003c\/h3\u003e\n                \u003ch5\u003eThe Recycler\u003c\/h5\u003e\n                \u003cp\u003e\n                  Supports the recycling of other antioxidants while\n                  contributing to healthy mitochondrial energy production and\n                  glucose metabolism.*\n                \u003c\/p\u003e\n              \u003c\/article\u003e\n\n              \u003carticle class=\"ew-active-card\"\u003e\n                \u003ch3\u003eLemon Flavonoids\u003c\/h3\u003e\n                \u003ch5\u003eThe Reinforcement\u003c\/h5\u003e\n                \u003cp\u003e\n                  Provides standardized citrus compounds that support cellular\n                  defenses, vascular health, and a balanced response to\n                  oxidative stress.*\n                \u003c\/p\u003e\n              \u003c\/article\u003e\n            \u003c\/div\u003e\n\n            \u003cp\u003e\n              Together, these ingredients help maintain antioxidant capacity\n              while supporting the systems involved in cellular energy,\n              metabolic balance, and resilience.*\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- USE --\u003e\n        \u003cdetails class=\"ew-accordion\"\u003e\n          \u003csummary\u003eSuggested Use and Complete Ingredients\u003c\/summary\u003e\n\n          \u003cdiv class=\"ew-accordion-body\"\u003e\n            \u003cp\u003e\n              Take only as directed on the product label or as recommended by a\n              qualified healthcare professional.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Refer to the physical product label for the serving size,\n              complete ingredient list, capsule ingredients, allergen\n              information, and storage instructions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- QUALITY --\u003e\n        \u003cdetails class=\"ew-accordion\"\u003e\n          \u003csummary\u003eQuality Standards\u003c\/summary\u003e\n\n          \u003cdiv class=\"ew-accordion-body\"\u003e\n            \u003cul class=\"ew-clean-list\"\u003e\n              \u003cli\u003eMade with branded, clearly identified active ingredients.\u003c\/li\u003e\n              \u003cli\u003eCompletely iodine-free.\u003c\/li\u003e\n              \u003cli\u003eDesigned without proprietary ingredient blends.\u003c\/li\u003e\n              \u003cli\u003e\n                Ingredient amounts are disclosed on the Supplement Facts panel.\n              \u003c\/li\u003e\n              \u003cli\u003e\n                Produced according to the quality information stated on the\n                product label.\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- WARNINGS --\u003e\n        \u003cdetails class=\"ew-accordion\"\u003e\n          \u003csummary\u003eWarnings and Important Information\u003c\/summary\u003e\n\n          \u003cdiv class=\"ew-accordion-body\"\u003e\n            \u003cdiv class=\"ew-warning\"\u003e\n              Keep out of reach of children. Consult a qualified healthcare\n              professional before use if you are pregnant, nursing, taking\n              medication, managing a medical condition, or preparing for a\n              medical procedure. Do not exceed the suggested use shown on the\n              product label.\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CLOSING --\u003e\n    \u003csection class=\"ew-section\"\u003e\n      \u003cdiv class=\"ew-closing\"\u003e\n        \u003ch3\u003eDesigned to layer with the Everwild system\u003c\/h3\u003e\n\n        \u003cp\u003e\n          ZephyrCore provides the antioxidant foundation of the Everwild\n          terrain. It can be used independently or combined with other\n          Everwild formulas when broader respiratory, immune, or whole-body\n          support is desired.*\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"ew-signature\"\u003e\n        Formulated for steady, everyday cellular resilience.\n      \u003c\/p\u003e\n\n      \u003cp class=\"ew-disclaimer\"\u003e\n        *These statements have not been evaluated by the Food and Drug\n        Administration. This product is not intended to diagnose, treat, cure,\n        or prevent any disease.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Everwild Apothecary","offers":[{"title":"Default Title","offer_id":43194025214046,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8583\/4334\/files\/zephycorefront_13481d00-4ffd-4148-9ed3-238ade6fb211.png?v=1787849463","url":"https:\/\/everwildapothecary.com\/products\/zephyrcore","provider":"Everwild Apothecary","version":"1.0","type":"link"}