{"product_id":"bioptimizers-stress-guardian","title":"BIOptimizers Stress Guardian","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n\/* ── ALL STYLES SCOPED TO .bio-desc — WILL NOT AFFECT REST OF PAGE ── *\/\n\n.bio-desc {\n  --bd-green:       #106b63;\n  --bd-green-light: #e6f5f4;\n  --bd-green-rule:  #b8ddd9;\n  --bd-text:        #1a1a1a;\n  --bd-muted:       #5e6b5e;\n  --bd-border:      #dde3d8;\n  --bd-white:       #ffffff;\n  --bd-gold:        #c8972a;\n  font-family: 'Lato', sans-serif;\n  font-size: 16px;\n  line-height: 1.7;\n  color: var(--bd-text);\n}\n\n.bio-desc *, .bio-desc *::before, .bio-desc *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ── DISCLAIMER BOX ── *\/\n.bio-desc .bd-disclaimer-box {\n  background: #f9f9f6;\n  border: 1px solid var(--bd-border);\n  border-left: 3px solid var(--bd-muted);\n  border-radius: 8px;\n  padding: 14px 18px;\n  margin-bottom: 28px;\n  font-size: 13px;\n  color: var(--bd-muted);\n  line-height: 1.6;\n}\n\n\/* ── BENEFIT BULLETS ── *\/\n.bio-desc .bd-bullets { padding: 8px 0 32px; }\n.bio-desc .bd-bullets ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 0; margin: 0; }\n.bio-desc .bd-bullets li {\n  display: flex; align-items: flex-start; gap: 11px;\n  font-size: 15px; color: var(--bd-text); line-height: 1.55;\n  padding: 0; margin: 0;\n}\n.bio-desc .bd-bullets li::before {\n  content: '✓';\n  color: #fff;\n  background: var(--bd-green);\n  font-weight: 800; font-size: 10px;\n  min-width: 18px; width: 18px; height: 18px;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  margin-top: 2px; flex-shrink: 0;\n}\n\n\/* ── DIVIDER ── *\/\n.bio-desc .bd-rule {\n  border: none;\n  border-top: 1px solid var(--bd-border);\n  margin: 32px 0;\n}\n\n\/* ── SECTION ── *\/\n.bio-desc .bd-section { padding: 0 0 32px; }\n.bio-desc .bd-eyebrow {\n  font-size: 10.5px; font-weight: 700;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  color: var(--bd-green); margin-bottom: 6px;\n  font-family: 'Lato', sans-serif;\n  display: block;\n}\n.bio-desc .bd-h2 {\n  font-family: 'Lato', sans-serif;\n  font-size: clamp(20px, 3vw, 26px);\n  font-weight: 900; color: var(--bd-text);\n  line-height: 1.2; margin-bottom: 24px;\n}\n\n\/* ── BADGE GRID ── *\/\n.bio-desc .bd-badges {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n}\n@media (max-width: 560px) { .bio-desc .bd-badges { grid-template-columns: repeat(2, 1fr); } }\n.bio-desc .bd-badge {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 10px;\n  padding: 18px 12px; text-align: center;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-badge:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.1); }\n.bio-desc .bd-badge .bd-icon { font-size: 26px; margin-bottom: 8px; display: block; }\n.bio-desc .bd-badge p { font-size: 12px; color: var(--bd-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.35; }\n\n\/* ── COMPONENT CARDS ── *\/\n.bio-desc .bd-forms-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 12px;\n}\n@media (max-width: 560px) { .bio-desc .bd-forms-grid { grid-template-columns: 1fr; } }\n\n\/* ── THREE-CARD ENZYME STACK ── *\/\n.bio-desc .bd-enzyme-grid {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  width: 100%;\n  max-width: 100%;\n}\n.bio-desc .bd-form-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 10px;\n  padding: 20px 20px;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-form-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); }\n.bio-desc .bd-form-card .bd-form-name {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-green); margin-bottom: 8px;\n  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;\n}\n.bio-desc .bd-form-card .bd-form-name .bd-tag {\n  font-size: 11px; font-weight: 700;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  background: var(--bd-green-light);\n  color: var(--bd-green);\n  border: 1px solid var(--bd-green-rule);\n  border-radius: 4px; padding: 4px 8px;\n  white-space: normal;\n  word-break: break-word;\n  line-height: 1.7;\n}\n.bio-desc .bd-form-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; }\n\n\/* ── HIGHLIGHT ── *\/\n.bio-desc .bd-highlight {\n  background: var(--bd-green-light);\n  border: 1px solid var(--bd-green-rule);\n  border-left: 4px solid var(--bd-green);\n  border-radius: 10px;\n  padding: 24px 24px;\n  margin-bottom: 20px;\n}\n.bio-desc .bd-highlight h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 900; font-size: 17px;\n  color: var(--bd-text); margin-bottom: 12px; line-height: 1.45;\n}\n.bio-desc .bd-highlight ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }\n.bio-desc .bd-highlight ul li {\n  font-size: 15px; color: var(--bd-text);\n  display: flex; gap: 10px; align-items: baseline;\n  line-height: 1.55; padding: 0; margin: 0;\n}\n.bio-desc .bd-highlight ul li::before {\n  content: '→';\n  color: var(--bd-green); font-weight: 700; flex-shrink: 0; min-width: 14px;\n}\n\n\/* ── HOW TO TAKE ── *\/\n.bio-desc .bd-how-grid {\n  display: grid; grid-template-columns: repeat(2, 1fr);\n  gap: 14px; margin-bottom: 16px;\n}\n@media (max-width: 600px) { .bio-desc .bd-how-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-how-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-top: 3px solid var(--bd-green);\n  border-radius: 10px; padding: 22px 18px;\n}\n.bio-desc .bd-how-card .bd-time {\n  font-size: 10.5px; font-weight: 700;\n  letter-spacing: 0.14em; text-transform: uppercase;\n  color: var(--bd-green); margin-bottom: 10px;\n  display: flex; align-items: center; gap: 6px;\n  font-family: 'Lato', sans-serif;\n}\n.bio-desc .bd-how-card h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-text); margin-bottom: 8px;\n}\n.bio-desc .bd-how-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; }\n\n\/* ── SCIENCE CALLOUT ── *\/\n.bio-desc .bd-callout {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 12px; padding: 26px 26px; margin-bottom: 20px;\n}\n.bio-desc .bd-callout h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 900; font-size: 17px;\n  color: var(--bd-text); margin-bottom: 12px;\n}\n.bio-desc .bd-callout p { font-size: 15px; color: var(--bd-muted); line-height: 1.7; margin-bottom: 10px; }\n.bio-desc .bd-callout p:last-child { margin-bottom: 0; }\n\n\/* ── INGREDIENT CARDS ── *\/\n.bio-desc .bd-ingredient {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-left: 3px solid var(--bd-green);\n  border-radius: 8px; padding: 18px 20px; margin-bottom: 10px;\n}\n.bio-desc .bd-ingredient:last-child { margin-bottom: 0; }\n.bio-desc .bd-ingredient h4 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-green); margin-bottom: 5px;\n}\n.bio-desc .bd-ingredient p { font-size: 14px; color: var(--bd-muted); line-height: 1.7; }\n\n\/* ── REVIEWS ── *\/\n.bio-desc .bd-review {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 10px; padding: 20px 22px; margin-bottom: 12px;\n}\n.bio-desc .bd-review:last-child { margin-bottom: 0; }\n.bio-desc .bd-stars { color: var(--bd-gold); font-size: 14px; margin-bottom: 7px; letter-spacing: 2px; display: block; }\n.bio-desc .bd-review-title {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-text); margin-bottom: 5px; display: block;\n}\n.bio-desc .bd-review p { font-size: 15px; color: var(--bd-muted); line-height: 1.65; }\n.bio-desc .bd-reviewer { font-size: 13px; color: var(--bd-green); font-weight: 600; margin-top: 10px; display: block; }\n\n\/* ── FAQ ── *\/\n.bio-desc .bd-faq-item { border-bottom: 1px solid var(--bd-border); }\n.bio-desc .bd-faq-item:first-child { border-top: 1px solid var(--bd-border); }\n.bio-desc .bd-faq-q {\n  width: 100%; background: none; border: none; text-align: left;\n  padding: 17px 0;\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px; color: var(--bd-text);\n  cursor: pointer;\n  display: flex; justify-content: space-between; align-items: center; gap: 12px;\n  transition: color 0.15s;\n}\n.bio-desc .bd-faq-q:hover { color: var(--bd-green); }\n.bio-desc .bd-faq-q .bd-arrow {\n  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;\n  background: var(--bd-green-light); border: 1.5px solid var(--bd-green-rule);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 14px; color: var(--bd-green); font-weight: 700;\n  transition: transform 0.2s, background 0.2s, color 0.2s;\n}\n.bio-desc .bd-faq-item.bd-open .bd-faq-q .bd-arrow { transform: rotate(45deg); background: var(--bd-green); color: #fff; border-color: var(--bd-green); }\n.bio-desc .bd-faq-item.bd-open .bd-faq-q { color: var(--bd-green); }\n.bio-desc .bd-faq-a { display: none; padding: 0 0 17px; font-size: 15px; color: var(--bd-muted); line-height: 1.7; }\n.bio-desc .bd-faq-item.bd-open .bd-faq-a { display: block; }\n\n\/* ── CAUTION ── *\/\n.bio-desc .bd-caution {\n  background: #fafaf7; border: 1px solid var(--bd-border);\n  border-radius: 8px; padding: 18px 20px; margin-top: 32px;\n}\n.bio-desc .bd-caution .bd-caution-label {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 0.18em; text-transform: uppercase;\n  color: var(--bd-muted); margin-bottom: 7px; display: block;\n}\n.bio-desc .bd-caution p { font-size: 13.5px; color: var(--bd-muted); line-height: 1.7; }\n\n\/* ── MOBILE \u0026 TABLET RESPONSIVE ── *\/\n@media (max-width: 768px) {\n  .bio-desc { font-size: 16px; line-height: 1.7; }\n  .bio-desc .bd-h2 { font-size: clamp(19px, 5vw, 24px); margin-bottom: 18px; }\n  .bio-desc .bd-callout, .bio-desc .bd-highlight { padding: 20px 16px; }\n  .bio-desc .bd-how-card, .bio-desc .bd-form-card { padding: 18px 16px; }\n  .bio-desc .bd-ingredient { padding: 16px 16px; }\n  .bio-desc .bd-review { padding: 18px 16px; }\n  .bio-desc .bd-badge { padding: 14px 10px; }\n  .bio-desc .bd-badge .bd-icon { font-size: 22px; }\n  .bio-desc .bd-badges { grid-template-columns: repeat(2, 1fr); gap: 8px; }\n  .bio-desc .bd-forms-grid { grid-template-columns: 1fr; }\n  .bio-desc .bd-how-grid { grid-template-columns: 1fr; }\n  .bio-desc .bd-faq-q { font-size: 14.5px; padding: 16px 0; }\n  .bio-desc .bd-faq-a { font-size: 14.5px; }\n  .bio-desc .bd-bullets li { font-size: 15px; }\n  .bio-desc .bd-highlight ul li { font-size: 15px; }\n  .bio-desc .bd-callout p { font-size: 15px; }\n}\n\n@media (max-width: 480px) {\n  .bio-desc { font-size: 15.5px; }\n  .bio-desc .bd-disclaimer-box { font-size: 13px; padding: 12px 14px; }\n  .bio-desc .bd-h2 { font-size: clamp(18px, 5.5vw, 22px); }\n  .bio-desc .bd-callout h3, .bio-desc .bd-highlight h3 { font-size: 16px; }\n  .bio-desc .bd-ingredient h4, .bio-desc .bd-form-card .bd-form-name { font-size: 14.5px; }\n  .bio-desc .bd-ingredient p, .bio-desc .bd-form-card p, .bio-desc .bd-how-card p { font-size: 14px; }\n  .bio-desc .bd-review p, .bio-desc .bd-review-title { font-size: 14.5px; }\n  .bio-desc .bd-caution p { font-size: 13px; }\n  .bio-desc .bd-faq-q { font-size: 14px; }\n  .bio-desc .bd-faq-a { font-size: 14px; }\n  .bio-desc .bd-rule { margin: 24px 0; }\n  .bio-desc .bd-section { padding: 0 0 24px; }\n  .bio-desc .bd-badges { gap: 7px; }\n  .bio-desc .bd-badge p { font-size: 11px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bio-desc\"\u003e\n\n\u003c!-- PROMINENT DISCLAIMER --\u003e\n\u003cdiv class=\"bd-disclaimer-box\"\u003e\n  \u003cstrong\u003eImportant:\u003c\/strong\u003e This product is not intended to diagnose, treat, cure, or prevent any disease. Always read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. If you have any medical conditions, are pregnant or breastfeeding, or are taking medications, consult your healthcare professional before use. Individual results may vary.\n\u003c\/div\u003e\n\n\u003c!-- BENEFIT BULLETS --\u003e\n\u003cdiv class=\"bd-bullets\"\u003e\n  \u003cul\u003e\n    \u003cli\u003eMay help support a calmer, more balanced response to everyday stress†\u003c\/li\u003e\n    \u003cli\u003eMay help support mental clarity and focus during demanding periods†\u003c\/li\u003e\n    \u003cli\u003eMay help support the body's resilience to physical and mental stressors†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy energy levels throughout the day†\u003c\/li\u003e\n    \u003cli\u003eMay help support restful sleep and recovery after stressful days†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy immune function during periods of stress†\u003c\/li\u003e\n    \u003cli\u003eMay help support cognitive function and emotional balance†\u003c\/li\u003e\n    \u003cli\u003eMay help support the body's natural stress response mechanisms†\u003c\/li\u003e\n    \u003cli\u003eComprehensive adaptogenic formula — 14 traditional herbal ingredients†\u003c\/li\u003e\n    \u003cli\u003eConvenient capsule format — no mixing required\u003c\/li\u003e\n    \u003cli\u003eVegan, gluten-free, soy-free, sugar-free\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- BADGES --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cdiv class=\"bd-badges\"\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🌱\u003c\/span\u003e\n      \u003cp\u003eVegan\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🌾\u003c\/span\u003e\n      \u003cp\u003eGluten Free\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🫘\u003c\/span\u003e\n      \u003cp\u003eSoy Free\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🍬\u003c\/span\u003e\n      \u003cp\u003eSugar Free\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🌿\u003c\/span\u003e\n      \u003cp\u003eNatural Ingredients\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🏭\u003c\/span\u003e\n      \u003cp\u003eGMP Certified\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🇦🇺\u003c\/span\u003e\n      \u003cp\u003eShips Australia-wide\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cp\u003e90-Day Money Back Guarantee\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- WHY STRESS MATTERS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eStress Support Supplement\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eSupporting Your Body's Response to Modern Stress\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eThe Role of Stress in Overall Wellbeing†\u003c\/h3\u003e\n    \u003cp\u003eStress is a natural part of life, and the body has built-in mechanisms for managing it. However, sustained pressure from work, lifestyle demands, and daily challenges can place ongoing load on the body's stress response systems. Supporting these systems with targeted nutrition may help you feel more composed, focused, and resilient.†\u003c\/p\u003e\n    \u003cp\u003eStress Guardian is formulated with 14 traditionally used botanicals — including adaptogens such as Rhodiola rosea, Panax ginseng, Reishi mushroom, Cordyceps, and Astragalus — combined in a single convenient capsule formula designed to help support a balanced stress response and overall wellbeing.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Stress Guardian is a complementary medicine designed to support general wellbeing and stress resilience. It is not a treatment for any medical condition, mental health condition, or diagnosed stress disorder. Always consult your healthcare professional before starting any new supplement regimen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- ADAPTOGENIC FORMULA HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eAdaptogenic Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003e14 Traditional Botanical Ingredients†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eA Multi-Ingredient Approach to Stress Support†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eCombines 14 traditionally used herbal ingredients in a single daily formula†\u003c\/li\u003e\n      \u003cli\u003eIncludes adaptogens traditionally used to support the body's resilience to physical and mental stress†\u003c\/li\u003e\n      \u003cli\u003eMay help support mental clarity and focus during demanding periods†\u003c\/li\u003e\n      \u003cli\u003eMay help support healthy energy levels without stimulants†\u003c\/li\u003e\n      \u003cli\u003eIncludes mushroom extracts (Reishi, Cordyceps) traditionally used for wellbeing and vitality†\u003c\/li\u003e\n      \u003cli\u003eRhodiola rosea included for its traditional use in supporting stress resilience and mental performance†\u003c\/li\u003e\n      \u003cli\u003eConvenient capsule format — easy to incorporate into a daily routine\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- KEY INGREDIENT GROUPS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eTraditional Botanical Ingredients\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Key Ingredient Categories†\u003c\/div\u003e\n  \u003cdiv class=\"bd-forms-grid\"\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eAdaptogenic Herbs \u003cspan class=\"bd-tag\"\u003eRhodiola · Eleutherococcus · Schisandra\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eRhodiola rosea, Siberian ginseng (Eleutherococcus), and Schisandra berry are traditional adaptogens studied for their role in supporting the body's capacity to handle physical and mental stress. These herbs are traditionally used to support endurance, mental performance, and stress resilience.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eGinseng Complex \u003cspan class=\"bd-tag\"\u003ePanax Ginseng · Tienchi Ginseng\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003ePanax ginseng (Asian ginseng) and Panax notoginseng (Tienchi ginseng) are traditional herbs used for their support of energy, mental clarity, and physical stamina. These botanicals have a long history of use in traditional wellness practices.†\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-form-card\" style=\"border-radius:10px; border: 1px solid var(--bd-border);\"\u003e\n    \u003cdiv class=\"bd-form-name\"\u003eMushroom \u0026amp; Botanical Support \u003cspan class=\"bd-tag\"\u003eReishi · Cordyceps · Astragalus · Goji\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp\u003eReishi mushroom, Cordyceps, Astragalus, and Goji berry are traditional botanical ingredients used to support immune function, vitality, and wellbeing. Reishi is traditionally associated with promoting calm and relaxation, while Cordyceps is traditionally used to support energy and recovery.†\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eHow It May Work\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eSupporting Multiple Aspects of Stress Resilience†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eA Holistic Approach to Stress Support†\u003c\/h3\u003e\n    \u003cp\u003eThe body's response to stress involves multiple systems, including the nervous system, adrenal function, immune pathways, and cognitive processes. Stress Guardian is formulated to support several of these areas simultaneously through a blend of traditionally used botanical ingredients.†\u003c\/p\u003e\n    \u003cp\u003eAdaptogens like Rhodiola rosea and Eleutherococcus have been traditionally used to support the body's capacity to adapt to physical and mental demands. Reishi and Cordyceps mushrooms are traditionally valued for supporting calm, recovery, and vitality. Astragalus is traditionally used to support immune resilience, and Schisandra berry is traditionally associated with supporting mental performance and reducing stress-related fatigue.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Individual responses to herbal supplements vary. Results depend on overall lifestyle, diet, sleep, and individual health factors. This product is a complementary medicine and should be used alongside healthy lifestyle practices.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- HOW TO TAKE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eSuggested Use\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eHow to Take Stress Guardian\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e☀️ During the Day\u003c\/div\u003e\n      \u003ch3\u003eDaily Stress Support\u003c\/h3\u003e\n      \u003cp\u003eTake 3–5 capsules during stressful periods, or as directed on the label. Avoid taking after 6 pm to prevent potential interference with sleep. For best results, take consistently as part of a daily wellness routine.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e💊 Dosage\u003c\/div\u003e\n      \u003ch3\u003eRecommended Serving\u003c\/h3\u003e\n      \u003cp\u003eStart with the recommended dose and assess your individual response. Each bottle contains 90 capsules. Do not exceed the recommended dose on the product label. Consult your healthcare professional if you are unsure about the appropriate dose for your individual needs.†\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: var(--bd-green-light); border: 1px solid var(--bd-green-rule); border-radius: 8px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start;\"\u003e\n    \u003cspan style=\"font-size: 18px; flex-shrink: 0;\"\u003e💡\u003c\/span\u003e\n    \u003cp style=\"font-size: 13.5px; color: var(--bd-text); line-height: 1.6;\"\u003e\u003cstrong\u003eTip:\u003c\/strong\u003e Taking Stress Guardian with 1–2 grams of healthy fats (such as fish oil, krill oil, or MCT oil) may help support absorption of fat-soluble botanical compounds. Avoid taking after 6 pm to minimise potential interference with sleep. Always read the label and follow the directions for use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- WHAT MAKES IT DIFFERENT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eThe BIOptimizers Difference\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhy Choose Stress Guardian\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eComprehensive 14-Ingredient Adaptogenic Formula\u003c\/h4\u003e\n    \u003cp\u003eRather than relying on a single ingredient, Stress Guardian combines 14 traditionally used botanical ingredients — each chosen for its specific traditional role in supporting stress resilience, energy, immune function, or cognitive performance. This multi-ingredient approach is designed to support several aspects of the body's stress response simultaneously.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eTraditional Herbal Wisdom\u003c\/h4\u003e\n    \u003cp\u003eEvery botanical ingredient in Stress Guardian has a documented history of traditional use in herbal medicine. Ingredients such as Reishi mushroom, Rhodiola rosea, Panax ginseng, and Astragalus have been used for centuries across various traditional wellness systems worldwide.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eNo Stimulants\u003c\/h4\u003e\n    \u003cp\u003eStress Guardian is formulated without caffeine or synthetic stimulants. The formula is designed to support healthy energy and mental clarity through adaptogenic botanical ingredients, rather than through stimulation.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eConvenient Capsule Format\u003c\/h4\u003e\n    \u003cp\u003e90 capsules per bottle. The capsule format requires no mixing, is easy to travel with, and integrates easily into a daily supplement routine.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eClean Ingredient Profile\u003c\/h4\u003e\n    \u003cp\u003eVegan, gluten-free, soy-free, and sugar-free. Contains no artificial ingredients or unnecessary fillers. The only non-active ingredient is a hypromellose (vegetable) capsule.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eQuality Manufacturing Standards\u003c\/h4\u003e\n    \u003cp\u003eMade in a GMP-certified facility. Manufactured in the USA with globally-sourced ingredients and backed by a Certificate of Analysis (COA) for quality assurance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- INGREDIENT BREAKDOWN --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eWhat's Inside\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eComplete Ingredient Information\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eRhodiola Rosea (Rhodiola)\u003c\/h4\u003e\n    \u003cp\u003eA well-studied adaptogenic herb traditionally used to support the body's resistance to physical and mental stress. Rhodiola is commonly used to support mental performance, endurance, and stress resilience, and has a long history of use in traditional European and Asian wellness practices.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eEleutherococcus senticosus (Siberian Ginseng)\u003c\/h4\u003e\n    \u003cp\u003eA traditional adaptogen used to support energy, cognitive function, and physical stamina. Siberian ginseng has been widely used to help support the body's capacity to handle demanding conditions.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePanax Ginseng (Asian Ginseng)\u003c\/h4\u003e\n    \u003cp\u003eOne of the most extensively researched traditional herbs, Panax ginseng has been used for centuries to support mental clarity, energy, and resilience. It is traditionally valued for its support of cognitive function and the body's response to stress.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePanax Notoginseng (Tienchi Ginseng)\u003c\/h4\u003e\n    \u003cp\u003eA traditional botanical used in Chinese wellness practices. Tienchi ginseng is traditionally used to support healthy circulation and to help the body respond to physical demands and stressors.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSchisandra chinensis (Schisandra Berry \/ Wu Wei Zi)\u003c\/h4\u003e\n    \u003cp\u003eA traditional adaptogen known as one of the \"five flavour fruits.\" Schisandra is traditionally used to support mental performance, help reduce stress-related fatigue, and support concentration during demanding periods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstragalus membranaceus (Huang Qi)\u003c\/h4\u003e\n    \u003cp\u003eA traditional Chinese herb widely used for its support of immune function. Astragalus is traditionally valued for helping maintain immune resilience during physically demanding periods and times of elevated stress.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGanoderma lucidum (Reishi Mushroom)\u003c\/h4\u003e\n    \u003cp\u003eA revered functional mushroom in traditional East Asian wellness. Reishi is traditionally used to promote relaxation, support a balanced mood, and support overall wellbeing. It may help ease occasional feelings of nervousness.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eCordyceps militaris (Cordyceps Mushroom)\u003c\/h4\u003e\n    \u003cp\u003eA traditional functional mushroom used to support energy, vitality, and physical recovery. Cordyceps has a long history of use in traditional wellness practices for its potential support of stamina and overall wellbeing.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGlycyrrhiza uralensis (Licorice Root)\u003c\/h4\u003e\n    \u003cp\u003eA traditional herbal ingredient traditionally used to support adrenal health and help balance stress hormone levels. Licorice root is widely used in traditional wellness formulas as a synergistic botanical.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eLycium barbarum (Goji Berry)\u003c\/h4\u003e\n    \u003cp\u003eA traditional antioxidant-rich berry used in East Asian wellness practices. Goji berry is traditionally valued for its support of overall wellbeing and its antioxidant properties that may help reduce the effects of oxidative stress on the body.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePueraria lobata (Kudzu Root)\u003c\/h4\u003e\n    \u003cp\u003eA traditional botanical ingredient traditionally used as a nervous system support to promote calmness, a balanced mood, and a balanced stress response.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePolygonum multiflorum (Fo-Ti \/ He Shou Wu)\u003c\/h4\u003e\n    \u003cp\u003eA traditional Chinese botanical used to support healthy ageing and rejuvenation. Fo-Ti is traditionally associated with supporting vitality and the body's overall resilience during stressful periods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSalvia miltiorrhiza (Chinese Salvia \/ Dan Shen)\u003c\/h4\u003e\n    \u003cp\u003eA traditional botanical ingredient used in Chinese wellness practices. Dan Shen is traditionally used to support cardiovascular health and overall physical resilience, which may contribute to the body's ability to cope with stress.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePaeonia lactiflora (Chinese Peony)\u003c\/h4\u003e\n    \u003cp\u003eA traditional botanical ingredient used in East Asian wellness practices. Chinese peony is traditionally used to support calm, emotional balance, and a relaxed disposition.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eHypromellose (vegetable capsule). No artificial colours, flavours, fillers, or preservatives.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eCommunity\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhat Our Customers Say\u003c\/div\u003e\n  \u003cdiv class=\"bd-review\"\u003e\n    \u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e\n    \u003cspan class=\"bd-review-title\"\u003eStress Guardian\u003c\/span\u003e\n    \u003cp\u003eI've recently purchased this product and it seems gentle on the stomach and I think I am starting to notice a little more calm in my day. I need to take it for a few months to really see the benefits but so far so good!\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eAli P. — Sydney, AU — Verified Buyer\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-review\"\u003e\n    \u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e\n    \u003cspan class=\"bd-review-title\"\u003eLevel Headed\u003c\/span\u003e\n    \u003cp\u003eThis definitely helps me deal with the extra stressors. I feel more stable while taking them. Give them a go! You won't be disappointed.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eMichael Webber — Adelaide, AU — Verified Buyer\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eGot Questions?\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eFrequently Asked Questions\u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhen is the best time to take Stress Guardian? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 3–5 capsules during the day, ideally during or before anticipated stressful periods. Avoid taking after 6 pm to minimise potential interference with sleep. Always read the label and follow the directions for use, or take as directed by your healthcare professional.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhat are adaptogens and how might they help with stress? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eAdaptogens are a category of traditionally used botanicals that have a long history of use in herbal medicine for their potential to support the body's resilience to physical and mental stress. Stress Guardian contains several adaptogens — including Rhodiola rosea, Siberian ginseng, Schisandra berry, and Panax ginseng — each traditionally used to support energy, mental performance, and stress resilience. Individual responses vary.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs Stress Guardian safe to take every day? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eStress Guardian is formulated for regular use as part of a daily wellness routine. However, as with all supplements, consult your healthcare professional before use — especially if you are pregnant, breastfeeding, have a medical condition, or take medications. Do not exceed the recommended dose on the label. Individual results vary.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan Stress Guardian be taken with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eStress Guardian may be used alongside other BIOptimizers products as part of a broader wellness routine. However, if you are taking multiple supplements or medications, always consult your healthcare professional to ensure the combination is appropriate for your individual circumstances.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow many servings are in a bottle? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eEach bottle contains 90 capsules. At the suggested serving of 3 capsules per day, each bottle provides approximately 30 servings. At 5 capsules per day, each bottle provides approximately 18 servings.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDoes Stress Guardian contain caffeine or stimulants? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. Stress Guardian does not contain caffeine or synthetic stimulants. The formula is based on traditionally used botanical adaptogen ingredients and is designed to support healthy energy and mental clarity through natural herbal pathways rather than stimulation.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDoes Stress Guardian require refrigeration? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo refrigeration is required. Store in a cool, dry place, away from direct sunlight and out of reach of children. The capsule format makes it convenient for travel and storage.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs Stress Guardian suitable for vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes. Stress Guardian is vegan-friendly. It uses a hypromellose (vegetable-derived) capsule and contains no animal-derived ingredients. It is also gluten-free, soy-free, and sugar-free.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CAUTION --\u003e\n\u003cdiv class=\"bd-caution\"\u003e\n  \u003cspan class=\"bd-caution-label\"\u003e⚠ Important Information\u003c\/span\u003e\n  \u003cp\u003eAlways read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. Keep out of reach of children. Discontinue use if adverse effects occur. Do not use if the imprinted seal under the cap is broken, damaged, or missing.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMedication \u0026amp; Health Conditions:\u003c\/strong\u003e If you are pregnant, breastfeeding, have a medical condition, or take any medications — including blood thinners, immunosuppressants, or medications that affect blood pressure or blood sugar — consult your healthcare professional before use.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDosage:\u003c\/strong\u003e Suggested serving is 3–5 capsules taken during the day. Avoid taking after 6 pm to minimise potential interference with sleep. Do not exceed the recommended dose stated on the product label.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChildren:\u003c\/strong\u003e This product is formulated for adults. Consult a healthcare professional before giving any supplement to children.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e No refrigeration required. Store in a cool, dry place away from direct sunlight. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 14px; font-size: 11.5px; color: var(--bd-muted); line-height: 1.65;\"\u003e† These statements have not been evaluated by the Therapeutic Goods Administration (TGA). This product is a complementary medicine and is not intended to diagnose, treat, cure, or prevent any disease. Individual results may vary.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/.bio-desc --\u003e\n\n\u003cscript\u003e\n(function() {\n  var initialized = false;\n\n  function initFAQs() {\n    if (initialized) return;\n    var buttons = document.querySelectorAll('.bio-desc .bd-faq-q');\n    if (buttons.length === 0) return;\n    initialized = true;\n    buttons.forEach(function(btn) {\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        var item = btn.closest('.bd-faq-item');\n        var isOpen = item.classList.contains('bd-open');\n        document.querySelectorAll('.bio-desc .bd-faq-item').forEach(function(i) {\n          i.classList.remove('bd-open');\n        });\n        if (!isOpen) {\n          item.classList.add('bd-open');\n        }\n      });\n    });\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initFAQs);\n  } else {\n    initFAQs();\n  }\n  window.addEventListener('load', initFAQs);\n  setTimeout(initFAQs, 500);\n  setTimeout(initFAQs, 1000);\n})();\n\u003c\/script\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"BIOptimizers","offers":[{"title":"Default Title","offer_id":44070259064866,"sku":"BIOSTRESSGUARDIAN","price":67.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizers_Australia_Stress_Guardian.webp?v=1755084957","url":"https:\/\/bioptimizers.com.au\/products\/bioptimizers-stress-guardian","provider":"BIOptimizers.com.au","version":"1.0","type":"link"}