{"title":"All Products","description":"","products":[{"product_id":"bioptimized-brain-bundle","title":"BiOptimized Brain Bundle","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 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; line-height: 1.45;\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; line-height: 1.45;\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\/* ── 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\/* ── THREE-COLUMN HOW GRID ── *\/\n.bio-desc .bd-how-grid-3 {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 14px; margin-bottom: 16px;\n}\n@media (max-width: 700px) { .bio-desc .bd-how-grid-3 { grid-template-columns: 1fr; } }\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-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-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 (including antidepressants or blood pressure 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 cognitive function, mental clarity, and focus as part of a daily wellness routine†\u003c\/li\u003e\n    \u003cli\u003eMay help support a positive mood and emotional wellbeing through the gut-brain-microbiome axis†\u003c\/li\u003e\n    \u003cli\u003eMay help support a balanced stress response and healthy stress resilience†\u003c\/li\u003e\n    \u003cli\u003eMay help support sustained energy production via fat metabolism and mitochondrial function†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy neurotransmitter balance, including serotonin and dopamine pathways†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy magnesium levels, which play a role in normal muscle and nervous system function†\u003c\/li\u003e\n    \u003cli\u003eMay help support restful sleep and recovery as part of an evening routine†\u003c\/li\u003e\n    \u003cli\u003eCognibiotics — 10 probiotic strains, 30 billion CFU, and 17 traditional Chinese herbs (60 capsules per bottle)†\u003c\/li\u003e\n    \u003cli\u003ekApex — full-spectrum enzyme and metabolic support formula designed for fat and protein digestion (120 capsules per bottle)†\u003c\/li\u003e\n    \u003cli\u003eMagnesium Breakthrough — seven distinct forms of magnesium in a single capsule (60 capsules per bottle)†\u003c\/li\u003e\n    \u003cli\u003eVegan, gluten-free, dairy-free, and free from artificial sweeteners and preservatives\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\u003eDairy 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\u003eNo Artificial Sweeteners\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🌿\u003c\/span\u003e\n      \u003cp\u003e100% Plant-Based Enzymes\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!-- WHAT IS THE STACK --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eComprehensive Brain Wellness Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Products. One Daily Ritual.†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eA Multi-Targeted Stack Designed for Brain, Mood, and Energy Support†\u003c\/h3\u003e\n    \u003cp\u003eThe BIOptimized Brain Bundle combines three complementary products, each targeting a distinct aspect of cognitive and metabolic wellbeing — the gut-brain axis, energy production, and full-spectrum mineral support.†\u003c\/p\u003e\n    \u003cul style=\"list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 10px;\"\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n        \u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-cognibiotics\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eCognibiotics\u003c\/strong\u003e\u003c\/a\u003e (60 capsules) — a psychobiotic formula combining 10 probiotic strains (30 billion CFU), a prebiotic complex, and 17 traditional Chinese herbs drawn from two 2,200-year-old herbal formulas, traditionally used to support mood, stress resilience, and the gut-brain-microbiome connection.†\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n        \u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-kapex-120-capsules\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003ekApex\u003c\/strong\u003e\u003c\/a\u003e (120 capsules) — a 100% plant-based digestive enzyme and metabolic support formula featuring Tri-Phase Protease, Lipa4 Lipase, L-Carnitine, CoQ10, Innoslim®, and AstraZyme™, designed to support fat digestion, energy production, and mitochondrial function.†\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n        \u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-magnesium-breakthrough-60-capsules\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e\u003c\/a\u003e (60 capsules) — a full-spectrum magnesium capsule providing seven distinct forms of magnesium to help support healthy magnesium levels and normal muscle and nervous system function.†\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The BIOptimized Brain Bundle is a complementary medicine designed to support general wellbeing. It is not a treatment for any medical condition, mental health condition, or diagnosed health concern. 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!-- FORMULA HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eFull-Spectrum Formulation\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eKey Features of the BIOptimized Brain Bundle†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eA Three-Product Daily Wellness Routine†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eCognibiotics — 10 probiotic strains (30 billion CFU) plus 17 traditional Chinese herbs targeting the gut-brain-microbiome axis (60 capsules per bottle)†\u003c\/li\u003e\n      \u003cli\u003ekApex — full-spectrum digestive enzymes plus metabolic support ingredients including L-Carnitine, CoQ10, and Innoslim® (120 capsules per bottle)†\u003c\/li\u003e\n      \u003cli\u003eMagnesium Breakthrough — seven distinct forms of magnesium plus vitamin B6 (as pyridoxal-5-phosphate) in a single capsule (60 capsules per bottle)†\u003c\/li\u003e\n      \u003cli\u003eAll three products are vegan-friendly, gluten-free, and free from artificial sweeteners and preservatives\u003c\/li\u003e\n      \u003cli\u003eGMP-certified manufacturing with quality-tested, globally sourced ingredients\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!-- 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 the BIOptimized Brain Bundle\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid-3\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🧠 Cognibiotics\u003c\/div\u003e\n      \u003ch3\u003eMorning — Empty Stomach\u003c\/h3\u003e\n      \u003cp\u003eTake 2 capsules first thing in the morning on an empty stomach for optimal probiotic delivery. If stomach upset occurs, take with meals instead. One 60-capsule bottle provides 30 servings.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e⚡ kApex\u003c\/div\u003e\n      \u003ch3\u003eMorning \u0026amp; Daytime Meals\u003c\/h3\u003e\n      \u003cp\u003eTake 2 capsules on an empty stomach upon waking, and 2 capsules with breakfast and\/or lunch for digestive support. Do not take after 5 PM as energising ingredients may affect sleep. One 120-capsule bottle provides 30–60 servings.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e💊 Magnesium Breakthrough\u003c\/div\u003e\n      \u003ch3\u003eDaily Magnesium Support\u003c\/h3\u003e\n      \u003cp\u003eTake as directed on the product label. Do not exceed the recommended dose. Consult your healthcare professional if unsure about the appropriate serving for your individual needs. One 60-capsule bottle provides 30 servings.†\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\u003eTiming Note:\u003c\/strong\u003e Take \u003cstrong\u003ekApex\u003c\/strong\u003e no later than 5 PM, as its energising ingredients may interfere with sleep if taken in the evening. 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\"\u003eWhy Choose This Bundle\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhat Makes the BIOptimized Brain Bundle Different\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eThree Complementary Products, Three Distinct Targets†\u003c\/h4\u003e\n    \u003cp\u003eCognibiotics supports the gut-brain-microbiome axis through probiotics and traditional herbs. kApex supports energy production and fat digestion through enzymes and metabolic compounds. Magnesium Breakthrough provides full-spectrum magnesium as an essential mineral for nervous system and muscle function. Together they address three distinct aspects of daily cognitive and metabolic wellbeing in a single routine.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePsychobiotic Formula in Cognibiotics†\u003c\/h4\u003e\n    \u003cp\u003eContains 10 probiotic strains specifically selected for their potential to support mood, stress resilience, and neurotransmitter balance via the gut-brain axis. The 30 billion CFU formula is paired with a prebiotic complex (organic inulin and xylooligosaccharides) to support probiotic survival and beneficial gut bacteria.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAncient Herbal Wisdom in Cognibiotics†\u003c\/h4\u003e\n    \u003cp\u003eFeatures two 2,200-year-old Traditional Chinese Medicine formulas — Chaihu-Shugan-San and An Shen Bu Xin San — traditionally used to support mood harmony and cognitive calm. The 17-herb blend includes adaptogenic herbs such as Schisandra chinensis and Chinese licorice (Glycyrrhiza uralensis).†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eFull-Spectrum Enzyme and Metabolic Support in kApex†\u003c\/h4\u003e\n    \u003cp\u003eCombines Tri-Phase Protease (three proteases working at different pH levels), Lipa4 Lipase (four fungal lipase sources for comprehensive fat breakdown), L-Carnitine for fatty acid transport into mitochondria, CoQ10 for mitochondrial function, Innoslim® for metabolic support, and AstraZyme™ for absorption enhancement. Suitable for standard, low-carb, keto, and paleo dietary approaches.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSeven Forms of Magnesium in Magnesium Breakthrough†\u003c\/h4\u003e\n    \u003cp\u003eFormulated with magnesium bisglycinate, malate, orotate, taurate, citrate, chelate, and sucrosomial forms, plus a humic\/fulvic monatomic blend and vitamin B6 (as pyridoxal-5-phosphate). Different forms may have varying absorption profiles — the full-spectrum approach is designed to support multiple biological pathways.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eQuality Manufacturing Standards\u003c\/h4\u003e\n    \u003cp\u003eAll three products are manufactured in GMP-certified facilities with premium, globally sourced ingredients, backed by a Certificate of Analysis (COA). Sold with a 90-Day Money Back Guarantee through BIOptimizers Australia.\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\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eCognibiotics — Proprietary Probiotic Blend (30 billion CFU)\u003c\/h4\u003e\n    \u003cp\u003eL. casei, L. rhamnosus, B. animalis, B. breve, B. longum, L. reuteri, L. helveticus, L. plantarum, B. infantis, L. fermentum. Ten strains selected for their potential to support mood, stress resilience, and cognitive function via the gut-brain-microbiome axis.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eCognibiotics — Prebiotic Complex\u003c\/h4\u003e\n    \u003cp\u003eOrganic inulin and xylooligosaccharides (XOS) included to support probiotic survival and help feed beneficial gut bacteria.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eCognibiotics — Chinese Herbal Blend (17 Herbs)\u003c\/h4\u003e\n    \u003cp\u003eBupleurum chinense (Chai Hu), Paeonia lactiflora (White Peony), Ligusticum chuanxiong (Chuan Xiong), Cyperus rotundus (Nut Grass), Citrus aurantium (Bitter Orange), Glycyrrhiza uralensis (Chinese Licorice), Reynoutria multiflora (Fo-Ti), Salvia miltiorrhiza (Red Sage), Rehmannia glutinosa (Chinese Foxglove), Schisandra chinensis (Five Flavour Berry), Albizia julibrissin (Mimosa Tree bark), Acorus tatarinowii (Grass-Leaf Sweetflag), Ligustrum lucidum (Glossy Privet), Eclipta prostrata (False Daisy), Cuscuta chinensis (Chinese Dodder), Cristaria plicata (Cockscomb Pearl Oyster shell), Citrus reticulata (Tangerine Peel).†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ekApex — Tri-Phase Protease Blend\u003c\/h4\u003e\n    \u003cp\u003eProtease 6.0, Protease 4.5, and Protease 3.0 — three protein-digesting enzymes that work at different pH levels to support protein breakdown throughout the digestive tract.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ekApex — Lipa4 Lipase Blend\u003c\/h4\u003e\n    \u003cp\u003eFour fungal lipase sources (Lipase Fungal — Japan, China, Mucor javanicus, Aspergillus niger) that work across varying pH ranges for comprehensive fat digestion support. May help reduce digestive discomfort from high-fat meals.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ekApex — L-Carnitine\u003c\/h4\u003e\n    \u003cp\u003eAn amino acid derivative that may help transport fatty acids into mitochondria, where they can be used for energy production.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ekApex — Innoslim®\u003c\/h4\u003e\n    \u003cp\u003eA proprietary blend of Astragalus and Panax notoginseng extracts designed to support metabolic function and energy production. Research suggests it may support AMPK enzyme activity, adiponectin levels, and GLUT4 activity.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ekApex — AstraZyme™\u003c\/h4\u003e\n    \u003cp\u003eA proprietary blend of plant-based enzymes, extracts of astragalus and notoginseng, and trace minerals included to support absorption and digestive comfort.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ekApex — CoQ10 (Ubiquinone), Betaine HCl, Dandelion Root, Trace Minerals\u003c\/h4\u003e\n    \u003cp\u003eCoQ10 may help support mitochondrial function and reduce oxidative stress. Betaine HCl may help support healthy stomach acid levels. Dandelion root is a traditional herb used to support bile production and flow. Trace minerals provide cofactors for metabolism and digestion.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMagnesium Breakthrough — Seven Forms of Magnesium\u003c\/h4\u003e\n    \u003cp\u003eMagnesium Chelate, Magnesium Bisglycinate, Sucrosomial Magnesium (as Magnesium Oxide), Magnesium Malate, Magnesium Orotate, Magnesium Taurate, Magnesium Citrate, Humic\/Fulvic Monatomic Blend, Manganese (as Manganese Citrate). Each form has a distinct absorption profile, providing comprehensive magnesium support across multiple biological pathways.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eVitamin B6 (as Pyridoxal-5-Phosphate) — Magnesium Breakthrough\u003c\/h4\u003e\n    \u003cp\u003eThe active, bioavailable form of vitamin B6 — an essential nutrient for normal nervous system function and amino acid metabolism. Included in Magnesium Breakthrough alongside the seven magnesium forms.†\u003c\/p\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\"\u003eWhat is included in the BIOptimized Brain Bundle? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThe bundle includes one bottle of \u003cstrong\u003eCognibiotics\u003c\/strong\u003e (60 capsules), one bottle of \u003cstrong\u003ekApex\u003c\/strong\u003e (120 capsules), and one bottle of \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e (60 capsules) — three products in a single order.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow many servings does each product provide? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003e\n\u003cstrong\u003eCognibiotics\u003c\/strong\u003e (60 capsules) provides 30 servings at 2 capsules per day. \u003cstrong\u003ekApex\u003c\/strong\u003e (120 capsules) provides 30–60 servings depending on individual use (2–4 capsules per day). \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e (60 capsules) provides 30 servings at the standard serving size on the label.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhen should I take each product? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake \u003cstrong\u003eCognibiotics\u003c\/strong\u003e first thing in the morning on an empty stomach (or with meals if stomach upset occurs). Take \u003cstrong\u003ekApex\u003c\/strong\u003e on an empty stomach upon waking and with breakfast and\/or lunch — do not take after 5 PM as energising ingredients may affect sleep. Take \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e as directed on the product label. Always read the label and follow the directions for use.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDo I need to follow a specific diet to take kApex? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. While \u003cstrong\u003ekApex\u003c\/strong\u003e is specifically formulated to support keto, low-carb, and paleo dietary approaches, it can be taken alongside a standard diet. Anyone who wants to support fat and protein digestion, energy production, or mitochondrial function may benefit from it regardless of their dietary choices.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow is Cognibiotics different from a standard probiotic? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003e\n\u003cstrong\u003eCognibiotics\u003c\/strong\u003e is specifically formulated to support the gut-brain-microbiome axis. It combines 10 probiotic strains selected for their potential mood and cognitive benefits, a prebiotic complex, and 17 traditional Chinese herbs. Standard probiotics typically focus on digestive health without the brain-supportive herbal component.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhy are there seven forms of magnesium in Magnesium Breakthrough? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eDifferent forms of magnesium have varying absorption profiles and biological roles. By including seven distinct forms — bisglycinate, malate, orotate, taurate, citrate, chelate, and sucrosomial — \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e is designed to support multiple biological pathways rather than relying on a single form.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs the BIOptimized Brain Bundle suitable for vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes. All three products — \u003cstrong\u003eCognibiotics\u003c\/strong\u003e, \u003cstrong\u003ekApex\u003c\/strong\u003e, and \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e — are vegan-friendly, gluten-free, and free from artificial sweeteners and preservatives. kApex is 100% plant-based.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take the BIOptimized Brain Bundle alongside other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, all three products may be used alongside other BIOptimizers products. If combining supplements or taking medications, consult your healthcare professional to confirm 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\"\u003eCan I take the bundle every day? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eAll three products are formulated for regular daily use. Consult your healthcare professional before use — especially if you have a medical condition, are pregnant or breastfeeding, or are taking medications. Do not exceed the recommended doses shown on each product label.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDo the products in this bundle require refrigeration? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. Store all three products in a cool, dry place away from direct sunlight and out of reach of children.\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\u003eContraindications:\u003c\/strong\u003e If you are pregnant, breastfeeding, have a medical condition, or take any medications — including antidepressants, anti-anxiety medications, sedatives, blood pressure medications, or blood thinners — consult your healthcare professional before use. Do not use if you have known hypersensitivity to any ingredient. Do not use \u003cstrong\u003ekApex\u003c\/strong\u003e if you have active ulcers or gastritis.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eCognibiotics:\u003c\/strong\u003e Not intended to treat depression, anxiety, or any mental health condition. If you are experiencing mental health concerns, seek professional medical advice. Take 2 capsules daily, preferably on an empty stomach in the morning.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003ekApex:\u003c\/strong\u003e Do not take after 5 PM. Contains ingredients that may be prohibited by WADA — competitive athletes should verify eligibility before use. Suggested use: 2 capsules on empty stomach upon waking; 2 capsules with breakfast and\/or lunch.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMagnesium Breakthrough:\u003c\/strong\u003e Take as directed on the product label. Do not exceed the recommended dose.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChildren:\u003c\/strong\u003e 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.\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":44070258049058,"sku":"BIOBRAINBUNDLE","price":179.91,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaBIOptimizedBrainBundle.png?v=1755084929"},{"product_id":"bioptimizers-cognibiotics","title":"BIOptimizers Cognibiotics - 60 capsules","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\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.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.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.bio-desc .bd-rule {\n  border: none;\n  border-top: 1px solid var(--bd-border);\n  margin: 32px 0;\n}\n\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.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.bio-desc .bd-strains-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-strains-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-strain-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-strain-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); }\n.bio-desc .bd-strain-card .bd-strain-name {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-green); margin-bottom: 6px;\n  display: block;\n  font-style: italic;\n}\n.bio-desc .bd-strain-card p { font-size: 15px; color: var(--bd-muted); line-height: 1.65; }\n\n.bio-desc .bd-herbs-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  margin-bottom: 12px;\n}\n@media (max-width: 680px) { .bio-desc .bd-herbs-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .bio-desc .bd-herbs-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-herb-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 8px;\n  padding: 14px 14px;\n  text-align: center;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-herb-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); }\n.bio-desc .bd-herb-card .bd-herb-name {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-green); margin-bottom: 4px;\n  display: block;\n  font-style: italic;\n}\n.bio-desc .bd-herb-card .bd-herb-common {\n  font-size: 15px; color: var(--bd-muted);\n  line-height: 1.4;\n}\n\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.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; line-height: 1.45;\n}\n.bio-desc .bd-how-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; }\n\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; line-height: 1.45;\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.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.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\/* ── CSS-ONLY FAQ ACCORDION ── *\/\n.bio-desc .bd-faq-input { display: none; }\n\n.bio-desc .bd-faq-item { border-bottom: 1px solid var(--bd-border); }\n.bio-desc .bd-faq-item:first-of-type { border-top: 1px solid var(--bd-border); }\n\n.bio-desc .bd-faq-q {\n  width: 100%;\n  display: flex; justify-content: space-between; align-items: center; gap: 12px;\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  transition: color 0.15s;\n  user-select: none;\n}\n.bio-desc .bd-faq-q:hover { color: var(--bd-green); }\n\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  pointer-events: none;\n}\n\n.bio-desc .bd-faq-a {\n  display: none;\n  padding: 0 0 17px;\n  font-size: 15px; color: var(--bd-muted); line-height: 1.7;\n}\n\n.bio-desc .bd-faq-input:checked ~ .bd-faq-q { color: var(--bd-green); }\n.bio-desc .bd-faq-input:checked ~ .bd-faq-q .bd-arrow {\n  transform: rotate(45deg);\n  background: var(--bd-green);\n  color: #fff;\n  border-color: var(--bd-green);\n}\n.bio-desc .bd-faq-input:checked ~ .bd-faq-a { display: block; }\n\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@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-strain-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-strains-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-strain-card .bd-strain-name { font-size: 14.5px; }\n  .bio-desc .bd-ingredient p, .bio-desc .bd-strain-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\u003cdiv class=\"bio-desc\"\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, including depression, anxiety, or other mental health conditions. Always read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. If you have a medical condition, are taking medications (especially antidepressants, anti-anxiety medications, or blood thinners), or are pregnant\/breastfeeding, consult your healthcare professional before use. Individual results may vary.\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\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\u003eDairy 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\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\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\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\u003eMedical-Grade 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\u003e90-Day Money Back Guarantee\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eThe Gut-Brain Connection\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhy the Gut-Brain-Microbiome Axis Matters\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eYour Gut and Brain Are Constantly Communicating\u003c\/h3\u003e\n\u003cp\u003eRecent research has shown that gut health and the gut microbiome may significantly influence brain health, mood, and cognitive function. Your gut bacteria can influence neurotransmitter production, and many people with mood or cognitive concerns also experience digestive issues.†\u003c\/p\u003e\n\u003cp\u003eCognibiotics is formulated to support the entire gut-brain-microbiome axis with a unique combination of probiotic strains and traditional Chinese herbs that have been used for both digestive and mental wellness for over 2,000 years.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eTraditional Chinese Medicine Formulas\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003e2,200 Years of Herbal Wisdom\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eTwo Time-Tested Chinese Herbal Formulas†\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eChaihu-Shugan-San Formula — Traditionally used to support mood, stress resilience, and harmony between the brain and gut\u003c\/li\u003e\n\u003cli\u003eAn Shen Bu Xin San Formula — Traditionally used to calm the spirit and support cognitive performance\u003c\/li\u003e\n\u003cli\u003eModern research suggests these herbs may support neurotransmitter balance†\u003c\/li\u003e\n\u003cli\u003eMay help support the gut microbiome composition†\u003c\/li\u003e\n\u003cli\u003eContains adaptogenic herbs like Schisandra and Chinese licorice†\u003c\/li\u003e\n\u003cli\u003eFormulated by expert Chinese herbal scientists\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003ePsychobiotic Formula\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003e10 Brain-Friendly Probiotic Strains†\u003c\/div\u003e\n\u003cdiv class=\"bd-strains-grid\"\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eLactobacillus casei\u003c\/span\u003e\n\u003cp\u003eMay help support mood balance and neurotransmitter production.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eLactobacillus rhamnosus\u003c\/span\u003e\n\u003cp\u003eResearch suggests it may support stress resilience and GABA levels.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eBifidobacterium animalis\u003c\/span\u003e\n\u003cp\u003eMay help support digestive health and immune function.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eBifidobacterium breve\u003c\/span\u003e\n\u003cp\u003eMay support healthy gut barrier function and cognitive wellbeing.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eBifidobacterium longum\u003c\/span\u003e\n\u003cp\u003eStudies suggest it may support stress response and mood.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eLactobacillus reuteri\u003c\/span\u003e\n\u003cp\u003eMay help support social behavior and oxytocin levels.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eLactobacillus helveticus\u003c\/span\u003e\n\u003cp\u003eMay support emotional wellbeing and stress management.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eLactobacillus plantarum\u003c\/span\u003e\n\u003cp\u003eMay help support serotonin and dopamine balance.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eBifidobacterium infantis\u003c\/span\u003e\n\u003cp\u003eMay support neurotransmitter balance and reduce inflammation.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-strain-card\"\u003e\n\u003cspan class=\"bd-strain-name\"\u003eLactobacillus fermentum\u003c\/span\u003e\n\u003cp\u003eMay help support cognitive function and gut health.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003e17-Herb Traditional Formula\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eComplete Chinese Herbal Blend\u003c\/div\u003e\n\u003cdiv class=\"bd-herbs-grid\"\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eBupleurum chinense\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eChai Hu\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003ePaeonia lactiflora\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eWhite Peony\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eLigusticum chuanxiong\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eChuan Xiong\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eCyperus rotundus\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eNut Grass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eCitrus aurantium\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eBitter Orange\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eGlycyrrhiza uralensis\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eChinese Licorice\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eReynoutria multiflora\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eFo-Ti\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eSalvia miltiorrhiza\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eRed Sage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eRehmannia glutinosa\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eChinese Foxglove\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eSchisandra chinensis\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eFive Flavor Berry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eAlbizia julibrissin\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eMimosa Tree\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eAcorus tatarinowii\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eGrass-Leaf Sweetflag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eLigustrum lucidum\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eGlossy Privet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eEclipta prostrata\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eFalse Daisy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eCuscuta chinensis\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eChinese Dodder\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eCristaria plicata\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eCockscomb Pearl Oyster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-herb-card\"\u003e\n\u003cspan class=\"bd-herb-name\"\u003eCitrus reticulata\u003c\/span\u003e\u003cspan class=\"bd-herb-common\"\u003eTangerine Peel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\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 Cognibiotics\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🌅 Morning (Recommended)\u003c\/div\u003e\n\u003ch3\u003eOn an Empty Stomach\u003c\/h3\u003e\n\u003cp\u003eTake 2 capsules first thing in the morning on an empty stomach for optimal probiotic delivery to the large intestine.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🍽️ With Meals (Alternative)\u003c\/div\u003e\n\u003ch3\u003eIf Stomach Upset Occurs\u003c\/h3\u003e\n\u003cp\u003eIf you experience stomach upset on an empty stomach, taking Cognibiotics with meals is still beneficial and well-tolerated.†\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\u003eImportant:\u003c\/strong\u003e Take at least 1 hour away from antibiotics or supplements with antibacterial properties. Store in a cool, dry place. Suggested serving: 2 capsules daily. One 60-capsule bottle provides 30 servings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\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 Cognibiotics\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eComplete Gut-Brain-Microbiome Support\u003c\/h4\u003e\n\u003cp\u003eThe only probiotic-nootropic blend that addresses the entire gut-brain-microbiome axis — not just the brain alone.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePsychobiotic Formula\u003c\/h4\u003e\n\u003cp\u003eContains 10 research-based probiotic strains specifically selected for their potential to support mood and cognitive function.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAncient Herbal Wisdom\u003c\/h4\u003e\n\u003cp\u003eFeatures two 2,200-year-old Traditional Chinese Medicine formulas (Chaihu-Shugan-San and An Shen Bu Xin San) traditionally used for mental and digestive wellness.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAdaptogenic and Nootropic\u003c\/h4\u003e\n\u003cp\u003eCombines adaptogenic herbs (promote stress resilience) with nootropic compounds (support cognitive function and memory).†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePrebiotic Complex Included\u003c\/h4\u003e\n\u003cp\u003eContains organic inulin and xylooligosaccharides to support probiotic survival and feed beneficial gut bacteria.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\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\u003eProprietary Probiotic Blend (30 billion CFU)\u003c\/h4\u003e\n\u003cp\u003eL. casei, L. rhamnosus, B. animalis, B. breve, B. longum, L. reuteri, L. helveticus, L. plantarum, B. infantis, L. fermentum.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePrebiotic Complex\u003c\/h4\u003e\n\u003cp\u003eOrganic inulin and xylooligosaccharides to support probiotic survival and feed beneficial bacteria.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eChinese Herbal Blend\u003c\/h4\u003e\n\u003cp\u003eCristaria plicata, Reynoutria multiflora, Ligustrum lucidum, Salvia miltiorrhiza, Eclipta prostrata, Cuscuta chinensis, Albizia julibrissin, Rehmannia glutinosa, Schisandra chinensis, Acorus tatarinowii, Bupleurum chinense, Paeonia lactiflora, Cyperus rotundus, Citrus aurantium, Ligusticum chuanxiong, Glycyrrhiza uralensis, Citrus reticulata.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eL-leucine, silica, hypromellose (vegetable capsule).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\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 \u003cspan class=\"bd-review-title\"\u003eCalm, clarity and stabilised mood\u003c\/span\u003e\n\u003cp\u003eThe first time I took Cognibiotics I noticed a calming effect an hour later. I use it regularly now as a full-time student to help me focus and stabilise moods for increased resilience to stress. Highly recommend.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eLinda T. — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-review\"\u003e\n\u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"bd-review-title\"\u003eBy far the best bacteria\u003c\/span\u003e\n\u003cp\u003eBy far the best bacteria based supplement I've used.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eBen M. — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-review\"\u003e\n\u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"bd-review-title\"\u003eI love the product I've been using\u003c\/span\u003e\n\u003cp\u003eI love the product I've been using, Cognibiotics. I can definitely tell a difference in my mood and mind. I feel more balanced and clear since taking this product. I definitely recommend it.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eTori H. — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\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\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq1\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq1\"\u003eWhen is the best time to take Cognibiotics? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eThe recommended approach is to take 2 capsules first thing in the morning on an empty stomach. This helps deliver the probiotics to your large intestine with minimal exposure to stomach acid. However, if you experience stomach upset, taking it with meals is still beneficial.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq2\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq2\"\u003eCan I take Cognibiotics with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes, Cognibiotics can generally be taken alongside other BIOptimizers products. However, always consult your healthcare professional before combining supplements, especially if you're taking medications or have a medical condition.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq3\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq3\"\u003eIs Cognibiotics suitable for vegetarians and vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes, Cognibiotics is 100% vegan and suitable for both vegetarians and vegans. It contains no animal-derived ingredients.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq4\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq4\"\u003eHow is Cognibiotics different from regular probiotics? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eCognibiotics is specifically formulated to support the gut-brain-microbiome axis. It contains 10 probiotic strains selected for their potential mood and cognitive benefits, plus 17 traditional Chinese herbs. Regular probiotics typically focus only on digestive health without the brain-supportive herbs.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq5\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq5\"\u003eCan Cognibiotics replace P3-OM? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eNo, they serve different purposes. Cognibiotics is designed to support mood and brain function through the gut-brain axis, while P3-OM focuses on protein digestion and immune function. They contain different bacterial strains and can be used together.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq6\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq6\"\u003eHow soon might I notice a difference? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eIndividual responses vary significantly. Some people report noticing changes in mood or mental clarity within a few days to weeks, while others may require longer consistent use. This product supports general brain health and is not intended to treat medical conditions. If you have concerns about mood or cognitive function, consult your healthcare professional.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cinput type=\"checkbox\" class=\"bd-faq-input\" id=\"faq7\"\u003e \u003clabel class=\"bd-faq-q\" for=\"faq7\"\u003eCan children take Cognibiotics? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eAlways consult a healthcare professional before giving any supplement to children. If recommended by your healthcare provider, they can advise on appropriate serving sizes based on the child's age and weight.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDo not use if:\u003c\/strong\u003e You are taking antidepressants, anti-anxiety medications, or other psychiatric medications without medical supervision. Not recommended during pregnancy or breastfeeding without medical advice. If you have a medical condition (particularly depression, anxiety, or other mental health conditions), are taking medications (especially blood thinners or psychiatric medications), or have concerns about mood or mental health, consult your healthcare professional before use.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eThis product is NOT intended to treat depression, anxiety, or any mental health condition.\u003c\/strong\u003e If you are experiencing symptoms of depression, anxiety, or other mental health concerns, please seek professional medical help.\u003c\/p\u003e\n\u003c\/div\u003e\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\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"BIOptimizers","offers":[{"title":"Default Title","offer_id":44070258114594,"sku":"BIOCOGNIBIOTICS","price":69.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaCognibiotics_1addd78b-6cdb-4124-8302-8805bb86fb85.png?v=1755084932"},{"product_id":"bioptimizers-gluten-guardian-90-capsules","title":"BIOptimizers Gluten Guardian - 90 capsules","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\/* ── ENZYME TYPES GRID ── *\/\n.bio-desc .bd-enzymes-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-enzymes-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-enzyme-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-enzyme-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); }\n.bio-desc .bd-enzyme-card .bd-enzyme-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-enzyme-card .bd-enzyme-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-enzyme-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; line-height: 1.45;\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; line-height: 1.45;\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-enzyme-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-enzymes-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-enzyme-card .bd-enzyme-name { font-size: 14.5px; }\n  .bio-desc .bd-ingredient p, .bio-desc .bd-enzyme-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, including coeliac disease or gluten intolerance. Always read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. If you have coeliac disease, gluten sensitivity, wheat allergy, or active ulcers\/gastritis, consult your healthcare professional before use. This product is not a substitute for a gluten-free diet if medically required. 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 the digestion of gluten from wheat†\u003c\/li\u003e\n    \u003cli\u003eFeatures Peptidase DPP-IV enzyme for gluten protein breakdown†\u003c\/li\u003e\n    \u003cli\u003eMay help support digestive comfort from high-carbohydrate meals†\u003c\/li\u003e\n    \u003cli\u003eMay help support occasional bloating and gas from carb-rich foods†\u003c\/li\u003e\n    \u003cli\u003eContains 6 plant-based proteolytic enzymes working across pH levels†\u003c\/li\u003e\n    \u003cli\u003eIncludes amylase enzymes for starch and sugar breakdown†\u003c\/li\u003e\n    \u003cli\u003eFeatures AstraZyme™ for enhanced enzyme delivery†\u003c\/li\u003e\n    \u003cli\u003e100% plant-based, vegan, dairy-free, and non-GMO\u003c\/li\u003e\n    \u003cli\u003eSuitable for occasional dietary gluten exposure†\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\u003e100% Plant-Based\u003c\/p\u003e\n    \u003c\/div\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\u003eDairy 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\u003eNon-GMO\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 GLUTEN ENZYMES MATTER --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eGluten Digestion Support\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhy Gluten Can Be Difficult to Digest\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eGluten Proteins Are Uniquely Challenging\u003c\/h3\u003e\n    \u003cp\u003eGluten is a family of proteins found in wheat that can be particularly difficult to digest. These proteins are high in the amino acids proline and glutamine, which our body's natural digestive enzymes don't recognize as easily as other proteins.†\u003c\/p\u003e\n    \u003cp\u003eEven if you follow a gluten-free diet, cross-contamination is common when eating out, as most restaurant kitchens don't separate gluten-containing foods. Gluten Guardian is formulated to provide targeted enzyme support for occasional gluten exposure.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This product is not intended to treat coeliac disease or allow those with coeliac disease to consume gluten. If you have coeliac disease, continue following a strict gluten-free diet as advised by your healthcare professional.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- DPP-IV HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eKey Enzyme Technology\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003ePeptidase DPP-IV — The Gluten-Targeting Enzyme\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eSpecialised Gluten Protein Breakdown†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePeptidase DPP-IV is specifically formulated to target gluten protein structures\u003c\/li\u003e\n      \u003cli\u003eMay help break down the proline-rich sequences found in gluten peptides†\u003c\/li\u003e\n      \u003cli\u003eWorks synergistically with other proteases for comprehensive protein digestion†\u003c\/li\u003e\n      \u003cli\u003eMost standard digestive enzymes don't contain this specialised enzyme\u003c\/li\u003e\n      \u003cli\u003eFormulated to support digestion of difficult-to-break-down gluten proteins†\u003c\/li\u003e\n      \u003cli\u003eMay help support digestive comfort after gluten-containing meals†\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!-- ENZYME BLEND --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eComplete Enzyme Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003e6-Enzyme Digestive Support Blend†\u003c\/div\u003e\n  \u003cdiv class=\"bd-enzymes-grid\"\u003e\n    \u003cdiv class=\"bd-enzyme-card\"\u003e\n      \u003cdiv class=\"bd-enzyme-name\"\u003ePeptidase DPP-IV \u003cspan class=\"bd-tag\"\u003eGluten Support\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eThe key gluten-targeting enzyme specifically formulated to support breakdown of gluten protein structures.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-enzyme-card\"\u003e\n      \u003cdiv class=\"bd-enzyme-name\"\u003eProtease Blend \u003cspan class=\"bd-tag\"\u003eProtein Digestion\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMultiple protease enzymes (neutral bacterial, alkaline, acid-stable) working across different pH levels for comprehensive protein breakdown.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-enzyme-card\"\u003e\n      \u003cdiv class=\"bd-enzyme-name\"\u003eAmylase \u003cspan class=\"bd-tag\"\u003eStarch Breakdown\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMay help support the breakdown of complex carbohydrates and starches into simpler sugars.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-enzyme-card\"\u003e\n      \u003cdiv class=\"bd-enzyme-name\"\u003eBacterial Amylase \u003cspan class=\"bd-tag\"\u003eCarb Support\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eAdditional amylase enzyme for enhanced carbohydrate digestion support from high-carb meals.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-enzyme-card\"\u003e\n      \u003cdiv class=\"bd-enzyme-name\"\u003eLactase \u003cspan class=\"bd-tag\"\u003eDairy Support\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMay help support the digestion of lactose (milk sugar) for those with lactose sensitivity.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-enzyme-card\"\u003e\n      \u003cdiv class=\"bd-enzyme-name\"\u003eGlucoamylase \u003cspan class=\"bd-tag\"\u003eSugar Breakdown\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMay help support the breakdown of sugars and complex carbohydrates into glucose.†\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!-- ASTRAZYME SECTION --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eEnhanced Delivery System\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eAstraZyme™ for Improved Effectiveness\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003ePlant-Derived Bioavailability Support†\u003c\/h3\u003e\n    \u003cp\u003eGluten Guardian features AstraZyme™, a proprietary blend of extracts from Panax ginseng and Astragalus membranaceus. Research suggests this plant-derived compound may help enhance the absorption and effectiveness of digestive enzymes.†\u003c\/p\u003e\n    \u003cp\u003eAstraZyme™ is formulated to support the overall effectiveness of the enzyme blend, potentially helping to optimise nutrient absorption and digestive comfort.†\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 Gluten Guardian\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🍽️ With Meals\u003c\/div\u003e\n      \u003ch3\u003eHigh-Carb or Gluten-Containing Meals\u003c\/h3\u003e\n      \u003cp\u003eTake 3 capsules with water at the beginning of meals that contain gluten or are high in carbohydrates for optimal digestive support.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🍕 Dining Out\u003c\/div\u003e\n      \u003ch3\u003eCross-Contamination Protection\u003c\/h3\u003e\n      \u003cp\u003eUse when eating at restaurants where gluten cross-contamination is likely, even if ordering gluten-free options.†\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\u003eImportant:\u003c\/strong\u003e Do not exceed 9 capsules per day. Store in a cool, dry place. Suggested serving: 3 capsules with each gluten or high-carb meal. One 90-capsule bottle provides 30 servings.\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 Gluten Guardian\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSpecialised Gluten-Targeting Formula\u003c\/h4\u003e\n    \u003cp\u003eContains Peptidase DPP-IV, the key enzyme specifically formulated to support gluten protein breakdown — not found in most standard digestive enzymes.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eFull pH Spectrum Activity\u003c\/h4\u003e\n    \u003cp\u003eFeatures multiple protease enzymes (neutral bacterial, alkaline, acid-stable) that work across different acidity levels throughout the digestive tract.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eComprehensive Carbohydrate Support\u003c\/h4\u003e\n    \u003cp\u003eIncludes three different amylase enzymes to support the breakdown of starches, sugars, and complex carbohydrates.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstraZyme™ Enhanced\u003c\/h4\u003e\n    \u003cp\u003eFeatures this proprietary plant-derived compound for enhanced enzyme delivery and effectiveness.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eClean, Plant-Based Formula\u003c\/h4\u003e\n    \u003cp\u003e100% plant-based and vegan-friendly. Free from fillers, artificial colours, flavours, and preservatives. Non-GMO, soy-free, and dairy-free.\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\u003eEnzyme Blend\u003c\/h4\u003e\n    \u003cp\u003ePeptidase DPP-IV, Protease, Neutral Bacterial Protease, Alkaline Protease, Acid Stable Protease, Amylase, Bacterial Amylase, Lactase, Glucoamylase.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstraZyme™\u003c\/h4\u003e\n    \u003cp\u003eProprietary blend of extracts from Panax ginseng and Astragalus membranaceus formulated to support enzyme effectiveness.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice extract, vegetable cellulose (capsule), water.\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\"\u003eMy FAVOURITE product during the holidays!!\u003c\/span\u003e\n    \u003cp\u003eDuring the holidays there are a lot of foods we have that definitely have gluten in them. But when I take Gluten Guardian I know I am protected. I LOVE this product so much that I take it all year round just to be on the safe side.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eKeith — 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\"\u003eEmergency Relief\u003c\/span\u003e\n    \u003cp\u003eWhen you eat out, or when you discover there is hidden gluten in something, taking a couple of Gluten Guardian caps can save the day, or three days for that matter!\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eMary M. — 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\"\u003eThis has been essential in my daily eating habits!\u003c\/span\u003e\n    \u003cp\u003eThis has been essential in my daily eating habits! I can now eat carbs without digestive issues.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eRuth W. — 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 should I take Gluten Guardian? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 3 capsules with water at the beginning of meals that contain gluten or are high in carbohydrates. This is particularly helpful when dining out where cross-contamination is likely, or when enjoying occasional treats containing gluten.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take Gluten Guardian if I have coeliac disease? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThis product is NOT intended to treat coeliac disease or allow those with coeliac disease to consume gluten. If you have coeliac disease, you must continue following a strict gluten-free diet as advised by your healthcare professional. Always consult your doctor before using any supplement if you have coeliac disease.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow is Gluten Guardian different from other digestive enzymes? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eGluten Guardian contains Peptidase DPP-IV, a specialised enzyme specifically formulated to target gluten protein structures. Most standard digestive enzymes don't contain this enzyme. Gluten Guardian also includes multiple proteases working across different pH levels, plus three amylase enzymes for comprehensive carbohydrate support.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take Gluten Guardian with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, Gluten Guardian can generally be taken alongside other BIOptimizers products such as MassZymes or HCL Breakthrough. However, always consult your healthcare professional before combining supplements, especially if you're taking medications or have a medical condition.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs Gluten Guardian suitable for vegetarians and vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, Gluten Guardian is 100% plant-based and suitable for both vegetarians and vegans. It contains no animal-derived ingredients and uses vegetable cellulose capsules.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eI eat a clean diet. Why would I need Gluten Guardian? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eGluten Guardian is ideal for occasions when you want to enjoy gluten-containing foods or eat out, especially if you have some sensitivity to gluten. Even with a clean diet, cross-contamination can occur at restaurants. This product provides digestive support for those occasional exposures.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan children take Gluten Guardian? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eAlways consult a healthcare professional before giving any supplement to children. If recommended by your healthcare provider, they can advise on appropriate serving sizes based on the child's age and weight.\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.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDo not use if:\u003c\/strong\u003e You have active ulcers or gastritis. Not recommended during pregnancy or breastfeeding without medical advice. If you have coeliac disease, wheat allergy, gluten sensitivity, or any digestive condition, consult your healthcare professional before use.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eThis product is NOT a cure or treatment for coeliac disease.\u003c\/strong\u003e If you have coeliac disease, continue following a strict gluten-free diet as medically advised. This product is intended only for occasional, minor dietary gluten exposure in healthy individuals.\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":44070258180130,"sku":"BIOGLUTEN-GUARDIAN","price":64.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimziersAustraliaGlutenGuardian.png?v=1755084935"},{"product_id":"bioptimizers-hcl-breakthrough","title":"BIOptimizers HCL Breakthrough - 90 capsules","description":"\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\/* ── 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\/* ── ENZYME \/ DESCRIPTOR GRID ── *\/\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.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 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\/* ── 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; line-height: 1.45;\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\/* ── 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-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-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-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-caution p { font-size: 13px; }\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\u003cdiv class=\"bio-desc\"\u003e\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\u003e100% Plant-Based\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🥬\u003c\/span\u003e\n\u003cp\u003eBeet-Derived Betaine HCl\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🚫\u003c\/span\u003e\n\u003cp\u003ePepsin 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\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\u003eDairy 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\u003eVegan \u0026amp; Vegetarian\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 Manufactured\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 Capsules · 90 Serves\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHCL Breakthrough — Plant-Based Betaine HCl With Digestive Enzymes\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eA Betaine HCl Capsule Formulated Without Pepsin\u003c\/h3\u003e\n\u003cp\u003eHCL Breakthrough is a dietary supplement containing 500 mg of beet-derived betaine hydrochloride per capsule, combined with a five-enzyme digestive blend and a trace mineral component. The formula is 100% plant-based and contains no pepsin — which is the key difference from most betaine HCl products on the market, which typically include pepsin sourced from animal stomach lining.\u003c\/p\u003e\n\u003cp\u003eDesigned to be taken alongside meals. Available in a 90-capsule bottle (90 single-capsule servings). Manufactured in a GMP-compliant facility with third-party ingredient testing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ABOUT BETAINE HCl --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eAbout the Active Ingredient\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat Betaine Hydrochloride Is\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eA Salt of Betaine and Hydrochloric Acid Derived From Beets\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBetaine is a compound found naturally in beets (\u003cem\u003eBeta vulgaris\u003c\/em\u003e), spinach, and several other plant foods\u003c\/li\u003e\n\u003cli\u003eBetaine hydrochloride (Betaine HCl) is the salt form of betaine combined with hydrochloric acid\u003c\/li\u003e\n\u003cli\u003eThe beet-derived form used in this formula is plant-based and suitable for vegetarian and vegan diets\u003c\/li\u003e\n\u003cli\u003e500 mg of betaine HCl per capsule\u003c\/li\u003e\n\u003cli\u003eFree from pepsin, which is commonly added to betaine HCl supplements and is typically sourced from pig stomach lining\u003c\/li\u003e\n\u003cli\u003eThe plant-based, pepsin-free formulation makes this product suitable for those avoiding animal-derived ingredients\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ENZYME BLEND --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eEnzyme Composition\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eFive-Enzyme Digestive Blend\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eProtease 3.0 — 25 SAPU\u003c\/div\u003e\n\u003cp\u003eA protease enzyme with optimal activity at pH 3.0, suited to the acidic stomach environment. Acts on dietary protein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eProtease 4.5 — 2,500 HUT\u003c\/div\u003e\n\u003cp\u003eA protease enzyme with optimal activity at pH 4.5. Acts on dietary protein across a slightly less acidic pH range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eAmylase — 625 SKB\u003c\/div\u003e\n\u003cp\u003eAn enzyme that acts on dietary starches, breaking them down into simpler sugars.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eLipase — 750 FIP\u003c\/div\u003e\n\u003cp\u003eAn enzyme that acts on dietary fats, breaking them down into fatty acids and glycerol.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eCellulase — 750 CU\u003c\/div\u003e\n\u003cp\u003eA plant fibre-acting enzyme that breaks down cellulose. Humans do not produce cellulase on their own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eTrace Mineral Blend — 5 mg\u003c\/div\u003e\n\u003cp\u003eA small-quantity proprietary mineral complex included in the formula alongside the enzyme blend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ACTIVITY UNITS EXPLAINED --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eActivity Units\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow Enzyme Strength Is Measured\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eEnzymes Are Measured in Activity Units, Not Weight\u003c\/h3\u003e\n\u003cp\u003eEnzyme strength is measured using functional units rather than weight, because enzymes are catalysts — their effect depends on activity level, not mass. Each enzyme has its own standard Food Chemicals Codex (FCC) unit of measurement.\u003c\/p\u003e\n\u003cp\u003eHCL Breakthrough lists each enzyme in its appropriate FCC unit: SAPU and HUT for the two proteases, SKB for amylase, FIP for lipase, and CU for cellulase. The complete activity profile is stated on the Supplement Facts panel on the product label.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHY PEPSIN-FREE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003ePepsin-Free Formulation\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhy This Formula Excludes Pepsin\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eWhat Pepsin Is\u003c\/h4\u003e\n\u003cp\u003ePepsin is a digestive enzyme typically sourced from pig stomach lining. It is commonly added to betaine HCl supplements as an animal-derived protein-acting enzyme.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eThe Plant-Based Alternative\u003c\/h4\u003e\n\u003cp\u003eHCL Breakthrough uses plant-derived proteases (Protease 3.0 and Protease 4.5) instead of pepsin. This allows the formula to remain 100% plant-based and suitable for vegetarian and vegan diets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFor Those Avoiding Animal-Derived Ingredients\u003c\/h4\u003e\n\u003cp\u003eThe pepsin-free formulation may also suit individuals who prefer to avoid animal-derived enzymes for dietary, religious, or allergy reasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- DIRECTIONS FOR USE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDirections For Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Take HCL Breakthrough\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🍽️ Standard Use\u003c\/div\u003e\n\u003ch3\u003eOne Capsule Per Meal\u003c\/h3\u003e\n\u003cp\u003eTake 1 capsule with each meal, or within 30 minutes of eating a meal. May be adjusted based on individual tolerance and meal composition, or as directed by your healthcare professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e⏰ Best Timing\u003c\/div\u003e\n\u003ch3\u003eWith Food, Not Before\u003c\/h3\u003e\n\u003cp\u003eThe stomach naturally releases acid approximately 30 minutes into a meal. Taking HCL Breakthrough with food (rather than before) aligns with this natural timing.\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\u003ePack size:\u003c\/strong\u003e 90 capsules per bottle, providing 90 single-capsule servings. Store in a cool, dry place below 25 °C away from direct sunlight. Keep the bottle tightly closed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- INGREDIENT LIST --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFull Ingredient List\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat's Inside Each Capsule\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eBetaine HCl — 500 mg\u003c\/h4\u003e\n\u003cp\u003eBeet-derived betaine hydrochloride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eEnzyme Blend — 21.5 mg\u003c\/h4\u003e\n\u003cp\u003eProtease 3.0 (25 SAPU), Protease 4.5 (2,500 HUT), Amylase (625 SKB), Lipase (750 FIP), Cellulase (750 CU).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eTrace Mineral Blend — 5 mg\u003c\/h4\u003e\n\u003cp\u003eA proprietary trace mineral complex included to provide cofactor minerals for the enzyme blend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eRice extract, vegetable cellulose capsule (hypromellose and water).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFree From\u003c\/h4\u003e\n\u003cp\u003eNo pepsin. No animal-derived ingredients. No gluten. No dairy. No added sugar. No artificial fillers. Suitable for vegetarians and vegans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFormat\u003c\/h4\u003e\n\u003cp\u003eVegetable capsules (hypromellose).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePack Size\u003c\/h4\u003e\n\u003cp\u003e90 capsules per bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eServing Size\u003c\/h4\u003e\n\u003cp\u003e1 capsule taken with each meal, or within 30 minutes of eating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eServings Per Container\u003c\/h4\u003e\n\u003cp\u003e90 single-capsule servings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eBetaine HCl Per Capsule\u003c\/h4\u003e\n\u003cp\u003e500 mg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eDietary Suitability\u003c\/h4\u003e\n\u003cp\u003eVegan · Vegetarian · Gluten-free · Dairy-free · Pepsin-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManufactured\u003c\/h4\u003e\n\u003cp\u003eMade in the USA in a GMP-compliant facility with third-party ingredient testing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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. If symptoms persist, talk to your health professional. Consult your healthcare practitioner before use if you are pregnant, breastfeeding, have a medical condition, or are taking prescription medication.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDo not use if:\u003c\/strong\u003e ulcer or gastritis are present. Discontinue use if any adverse effect occurs.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003ePossible effects:\u003c\/strong\u003e Betaine HCl may cause a warming sensation in the stomach. Reduce or discontinue use if this becomes uncomfortable. Some individuals may experience mild stomach discomfort, particularly if taken on an empty stomach.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eTake with food:\u003c\/strong\u003e Always take this product with a meal containing food. Do not take on an empty stomach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BIOptimizers","offers":[{"title":"Default Title","offer_id":44070258212898,"sku":"BIOHCL-BREAKTHROUGH","price":43.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaHCLBreakthrough.webp?v=1755084936"},{"product_id":"bioptimizers-consticleanse-90-capsules","title":"BIOptimizers Herbal Power Flush - 90 capsules","description":"\u003cp\u003e\u003cbr\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.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; line-height: 1.45;\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; line-height: 1.45;\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\u003cdiv class=\"bio-desc\"\u003e\n\u003chr class=\"bd-rule\"\u003e\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\u003e100% Plant-Based\u003c\/p\u003e\n\u003c\/div\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\u003eDairy 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\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\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\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\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHY REGULARITY MATTERS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDigestive Health Foundation\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhy Regularity and Healthy Transit Time Matter\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eSupport Your Body's Natural Elimination Process†\u003c\/h3\u003e\n\u003cp\u003eHealthy gut regularity is important to your overall health, mood, and quality of life. Ideally, you should experience a bowel movement regularly. The healthy transit time through the large intestine is around 30–40 hours, which allows nutrients to be absorbed while supporting healthy elimination.†\u003c\/p\u003e\n\u003cp\u003eWhen transit time is too long, waste substances may be reabsorbed, and gut content can begin to affect comfort. Herbal Power Flush features a traditional herbal blend designed to support digestive regularity and healthy transit time.†\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This product is not intended to treat chronic constipation or any bowel disease. If you have persistent digestive issues or bowel conditions, consult your healthcare professional for proper evaluation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PSYLLIUM HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eKey Ingredient\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003ePsyllium Seed Husk — Fibre for Gut Health\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eSoluble Fibre That Supports Regularity and Microbiome Health†\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePsyllium is a soluble fibre that helps bulk up the stool naturally†\u003c\/li\u003e\n\u003cli\u003eResearch suggests psyllium may help feed beneficial gut bacteria†\u003c\/li\u003e\n\u003cli\u003eMay help support healthy water content in the stool†\u003c\/li\u003e\n\u003cli\u003eTraditional use for supporting regular bowel movements†\u003c\/li\u003e\n\u003cli\u003ePlant-based fibre source from Plantago ovata seeds\u003c\/li\u003e\n\u003cli\u003eMay help support a feeling of comfortable fullness†\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- HERBAL BLEND --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eTraditional Herbal Formula\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHerbal Blend Plus Digestive Enzymes†\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eCascara Sagrada \u003cspan class=\"bd-tag\"\u003eHerbal Laxative\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eTraditional herbal laxative derived from Rhamnus purshiana bark. May help stimulate gentle cleansing gut movements.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eRed Clover \u003cspan class=\"bd-tag\"\u003eTraditional Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eTrifolium pratense flower traditionally used to support overall wellness and cleansing.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eKelp \u003cspan class=\"bd-tag\"\u003eMineral Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eSeaweed source (Ascophyllum nodosum) that provides natural minerals and trace elements to support overall health.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eDigestive Enzymes \u003cspan class=\"bd-tag\"\u003eNutrient Breakdown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eIncludes Cellulase, Amylase, Phytase, Protease, and Lipase to support healthy digestion and reduce bloating.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- BENEFITS SECTION --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eKey Benefits\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow Herbal Power Flush May Support You\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eSupporting Overall Digestive Wellness†\u003c\/h3\u003e\n\u003cp\u003eHerbal Power Flush features a precise blend of dietary fibre, traditional herbs, and digestive enzymes designed to promote regularity. The psyllium fibre helps bulk up the stool and may feed beneficial gut bacteria, while Cascara Sagrada provides traditional herbal support for gentle cleansing movements.†\u003c\/p\u003e\n\u003cp\u003eBy promoting healthy elimination, this formula may help relieve the \"backed up\" sensation, support comfortable digestion, and reduce occasional bloating. The included digestive enzymes work to support nutrient breakdown throughout the digestive process.†\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Research suggests that longer transit time may allow certain bacterial metabolites to be reabsorbed into the bloodstream. Promoting healthy regularity is an important part of overall wellness.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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 Herbal Power Flush\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🌙 At Bedtime\u003c\/div\u003e\n\u003ch3\u003eFor Morning Results\u003c\/h3\u003e\n\u003cp\u003eBegin with 1 capsule at bedtime with a full glass of water (250 ml). Allow 6–12 hours for the herbal laxative effect to occur.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e💧 With Water\u003c\/div\u003e\n\u003ch3\u003eEmpty Stomach Preferred\u003c\/h3\u003e\n\u003cp\u003eBest taken on an empty stomach. Take 2–3 times per week. If results are not observed, frequency may be increased up to once daily.†\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\u003eImportant:\u003c\/strong\u003e Take a few hours before or after taking other medications or health products. Store in a cool, dry location. One 90-capsule bottle provides 30–90 servings depending on individual use. Ensure adequate hydration (3 litres of water daily recommended).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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 Herbal Power Flush\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eTraditional Herbal Blend\u003c\/h4\u003e\n\u003cp\u003eFeatures Cascara Sagrada bark, a traditional herbal laxative used for generations to support gentle cleansing gut movements.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePsyllium Fibre for Microbiome Support\u003c\/h4\u003e\n\u003cp\u003eContains psyllium seed husk, a soluble fibre that may help feed beneficial gut bacteria and support healthy stool consistency.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eEnhanced with Digestive Enzymes\u003c\/h4\u003e\n\u003cp\u003eIncludes five different digestive enzymes (Cellulase, Amylase, Phytase, Protease, Lipase) to support comprehensive nutrient breakdown and reduce bloating.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003e100% Plant-Based Formula\u003c\/h4\u003e\n\u003cp\u003eSuitable for vegetarians and vegans. Free from animal-derived ingredients.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eClean Formula\u003c\/h4\u003e\n\u003cp\u003eFree from gluten, dairy, soy, sugar, and artificial ingredients. Manufactured in a GMP-certified facility with quality testing. Backed by a 90-Day Money Back Guarantee through BIOptimizers Australia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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\u003ePsyllium (Plantago ovata) Seed Husk\u003c\/h4\u003e\n\u003cp\u003eSoluble fibre that bulks up the stool and may support beneficial gut bacteria growth.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eCascara Sagrada (Rhamnus purshiana) Bark\u003c\/h4\u003e\n\u003cp\u003eTraditional herbal laxative that may help stimulate gentle cleansing gut movements.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eRed Clover (Trifolium pratense) Flower\u003c\/h4\u003e\n\u003cp\u003eTraditional herb used to support overall wellness and cleansing.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eKelp (Ascophyllum nodosum)\u003c\/h4\u003e\n\u003cp\u003eSeaweed source providing natural minerals and trace elements.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eDigestive Enzyme Blend\u003c\/h4\u003e\n\u003cp\u003eCellulase, Amylase, Phytase, Protease, and Lipase — five enzymes to support comprehensive digestion.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eVegetarian capsule (hypromellose, water).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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 \u003cspan class=\"bd-review-title\"\u003eAmazing.\u003c\/span\u003e\n\u003cp\u003eLove these, immediately helped relieve constipation and I 100% notice how much more stool comes out when I take it.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eLucinda Robertson — Brisbane, 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 \u003cspan class=\"bd-review-title\"\u003eSo helpful!\u003c\/span\u003e\n\u003cp\u003eThis is a really gentle yet effective product.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eBryony Carter — Sydney, AU — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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 should I take Herbal Power Flush? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eBegin by taking 1 capsule as a single dose at bedtime with a full glass of water (250 ml). Allow at least 6 to 12 hours for the herbal laxative effect to occur. Best taken on an empty stomach, 2–3 times per week. If results are not observed, the frequency of use may be increased up to once daily.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eHow long will it take before I notice this product working? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eHerbal Power Flush is designed to support healthy, regular elimination within 6–12 hours after taking it (typically the next morning if taken at bedtime). Individual responses may vary. For ongoing support, consistent use over 24–48 hours is recommended.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan I take Herbal Power Flush with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes, Herbal Power Flush may be used alongside other BIOptimizers products such as MassZymes, P3-OM, and HCL Breakthrough as part of a comprehensive gut health protocol. However, take Herbal Power Flush a few hours before or after other medications or health products. Always consult your healthcare professional before combining supplements.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eIs Herbal Power Flush suitable for vegetarians and vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes, Herbal Power Flush is 100% plant-based and suitable for both vegetarians and vegans. It contains no animal-derived ingredients.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan I empty the capsule contents into a beverage? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes, you may empty the contents of the Herbal Power Flush capsule into your beverage of choice. However, be aware that the taste may be unpleasant as it is a herbal blend. Most people find it easier to swallow the capsules whole with water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eWhat are the potential side effects? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eHerbal Power Flush contains Cascara Sagrada, which can cause temporary changes in bowel habits, stomach cramps, or diarrhoea. Do not use if you have a history of or currently have a bowel disease. Individual responses vary. If adverse effects occur, discontinue use and consult your healthcare professional.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan children take Herbal Power Flush? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eHerbal Power Flush is designed for adults 18 years and above. Always consult a healthcare professional before giving any supplement to children.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 immediately if adverse effects occur.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDo not use if:\u003c\/strong\u003e You are pregnant or breastfeeding, or have active ulcers, gastritis, or any bowel disease (including inflammatory bowel disease, Crohn's disease, or ulcerative colitis). Not recommended for long-term daily use without medical supervision. Take a few hours before or after taking other medications or health products.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eThis product is NOT a treatment for chronic constipation or any bowel disease.\u003c\/strong\u003e If you have persistent digestive issues or bowel concerns, consult your healthcare professional for proper medical evaluation and treatment. Cascara Sagrada can cause diarrhoea and stomach cramps.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDosage:\u003c\/strong\u003e Begin with 1 capsule at bedtime with a full glass of water (250 ml). Do not exceed 1 capsule per day.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChildren:\u003c\/strong\u003e Formulated for adults 18 years and above. 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 Store in a cool, dry place away from direct sunlight. No refrigeration required.\u003c\/p\u003e\n\u003c\/div\u003e\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\u003c\/div\u003e\n\u003c!-- \/.bio-desc --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"BIOptimizers","offers":[{"title":"90 capsules","offer_id":44070258245666,"sku":"BIOCONSTICLEANSE","price":59.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaHerbalPowerFlush.webp?v=1755084938"},{"product_id":"bioptimizers-kapex-120-capsules","title":"BIOptimizers kApex® - 120 capsules","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; line-height: 1.45;\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 active ulcers, gastritis, are pregnant\/breastfeeding, or are taking medications, consult your healthcare professional before use. This product contains ingredients that may be banned by certain sports organisations (WADA). 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 improve keto, low-carb, and paleo digestion†\u003c\/li\u003e\n    \u003cli\u003eMay help support fat and protein digestion†\u003c\/li\u003e\n    \u003cli\u003eMay help prevent digestive upset from high-fat meals†\u003c\/li\u003e\n    \u003cli\u003eMay help increase energy and reduce keto flu during keto-adaptation†\u003c\/li\u003e\n    \u003cli\u003eMay help improve exercise performance on low-carb or ketogenic diets†\u003c\/li\u003e\n    \u003cli\u003eMay help support mitochondrial health and fat burning pathways†\u003c\/li\u003e\n    \u003cli\u003eFeatures L-Carnitine and CoQ10 for energy production†\u003c\/li\u003e\n    \u003cli\u003eContains Innoslim® to support metabolism†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy blood sugar hormone sensitivity†\u003c\/li\u003e\n    \u003cli\u003e100% plant-based and vegan-friendly\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\u003e100% Plant-Based\u003c\/p\u003e\n    \u003c\/div\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\u003eDairy 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\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\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\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 KETO SUPPORT MATTERS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eKeto \u0026amp; Low-Carb Support\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhy Digestive Support Matters on Keto\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eOptimizing Your Keto-Adaptation†\u003c\/h3\u003e\n    \u003cp\u003eMany people experience digestive challenges when transitioning to a ketogenic or low-carb diet due to the significant increase in dietary fat intake. This can include digestive upset, bloating, and difficulty fully breaking down high-fat meals.†\u003c\/p\u003e\n    \u003cp\u003eAdditionally, during keto-adaptation, some people experience temporary fatigue, brain fog, and decreased performance — often called \"keto flu.\" kApex is specifically formulated to support both digestive function and energy production during this transition period and beyond.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This product is designed to support dietary transitions and digestive function. It is not a treatment for any metabolic or digestive condition. Always consult your healthcare professional before starting any new diet or supplement regimen.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- INNOSLIM HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eKey Ingredient\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eInnoslim® — Metabolic Support Technology\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eSupporting Energy Production and Metabolism†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eResearch suggests Innoslim® may help boost AMPK enzyme activity in muscle and fat cells†\u003c\/li\u003e\n      \u003cli\u003eMay help support ATP (energy) production in the liver†\u003c\/li\u003e\n      \u003cli\u003eResearch suggests it may support adiponectin levels (a hormone from fat cells)†\u003c\/li\u003e\n      \u003cli\u003eMay help improve glucose transporter (GLUT4) activity in fat and muscle cells†\u003c\/li\u003e\n      \u003cli\u003eContains extracts of Astragalus and Panax notoginseng†\u003c\/li\u003e\n      \u003cli\u003eMay work as energy-boosting adaptogens to support stress response†\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!-- FULL SPECTRUM FORMULA --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eComplete Keto Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eMulti-Targeted Support for Keto Success†\u003c\/div\u003e\n  \u003cdiv class=\"bd-forms-grid\"\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eTri-Phase Protease \u003cspan class=\"bd-tag\"\u003eProtein Digestion\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eFull-spectrum proteases (6.0, 4.5, 3.0) that work across multiple pH levels to support protein breakdown throughout the digestive tract.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eLipa4 Lipase Blend \u003cspan class=\"bd-tag\"\u003eFat Digestion\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eFour different fungal lipase sources that work across varying acidity levels to support comprehensive fat breakdown and prevent digestive upset from high-fat meals.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eL-Carnitine \u003cspan class=\"bd-tag\"\u003eFat Metabolism\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMay help transport fatty acids into mitochondria where they can be used for energy production, supporting fat metabolism.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eCoQ10 (Ubiquinone) \u003cspan class=\"bd-tag\"\u003eEnergy Support\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMay help reduce oxidative stress and support mitochondrial function, which may have anti-aging effects.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eBetaine HCl \u003cspan class=\"bd-tag\"\u003eStomach Acid\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eMay help support healthy stomach acid levels, which is important for overall digestion and gut motility.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eDandelion Root \u003cspan class=\"bd-tag\"\u003eBile Support\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eTraditional herb that may help stimulate healthy bile production and flow, supporting liver health and fat digestion.†\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!-- ASTRAZYME SECTION --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eEnhanced Delivery System\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eAstraZyme™ for Optimal Absorption\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eSupporting Overall Digestive Function†\u003c\/h3\u003e\n    \u003cp\u003ekApex features AstraZyme™, a proprietary blend of enzymes, extracts of astragalus and notoginseng, and trace minerals. This system contains systemic plant-based enzymes and herbal extracts designed to support a balanced immune response and reduce gut discomfort.†\u003c\/p\u003e\n    \u003cp\u003eThe trace minerals in kApex provide important cofactors for metabolism and digestion, while the adaptogenic herbs in both Innoslim® and AstraZyme™ work to support brain function, combat fatigue, and promote performance during stressful situations like keto-adaptation.†\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 kApex\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🌅 Morning Dose\u003c\/div\u003e\n      \u003ch3\u003eOn Empty Stomach\u003c\/h3\u003e\n      \u003cp\u003eTake 2 capsules on an empty stomach upon waking for optimal mitochondrial support and energy production.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🍳 With Meals\u003c\/div\u003e\n      \u003ch3\u003eDigestive Support\u003c\/h3\u003e\n      \u003cp\u003eTake 2 capsules with breakfast and lunch for digestive support. For dinner, consider using MassZymes instead.†\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\u003eImportant:\u003c\/strong\u003e Do not take kApex after 5 PM as it contains energising ingredients that may affect sleep. Store in a cool, dry place. One 120-capsule bottle provides 30-60 servings depending on individual use. Consult your medical practitioner before starting any new supplement.\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 kApex\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSpecifically Designed for Keto \u0026amp; Low-Carb Diets\u003c\/h4\u003e\n    \u003cp\u003eFormulated by Matt Gallant, CEO of BIOptimizers and 26-year keto veteran, based on observing hundreds of people transition to ketogenic diets.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMulti-Targeted Formula\u003c\/h4\u003e\n    \u003cp\u003eAddresses both digestive challenges and energy\/performance issues commonly experienced during keto-adaptation with comprehensive enzyme support and metabolic enhancers.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eFull-Spectrum Lipase for High-Fat Meals\u003c\/h4\u003e\n    \u003cp\u003eContains Lipa4 Lipase — four different fungal lipase sources that work across varying pH levels to ensure comprehensive fat breakdown.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eEnergising Adaptogenic Herbs\u003c\/h4\u003e\n    \u003cp\u003eFeatures Innoslim® and AstraZyme™ with extracts of astragalus and Panax notoginseng to support energy, brain function, and stress response during adaptation.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003e100% Plant-Based Formula\u003c\/h4\u003e\n    \u003cp\u003eSuitable for vegetarians and vegans. Free from gluten, dairy, soy, sugar, and artificial ingredients. Manufactured in a GMP-certified facility with quality testing.\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\u003eTri-Phase Protease Blend\u003c\/h4\u003e\n    \u003cp\u003eProtease 6.0, Protease 4.5, Protease 3.0 — three protein-digesting enzymes that work at different pH levels for full-spectrum protein support.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eLipa4 Lipase Blend\u003c\/h4\u003e\n    \u003cp\u003eFour different fungal lipase sources (Lipase Fungal - Japan, China, Mucor javanicus, Aspergillus niger) for comprehensive fat digestion support.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eL-Carnitine Powder\u003c\/h4\u003e\n    \u003cp\u003eAmino acid derivative that may help transport fatty acids into mitochondria for energy production.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eInnoslim®\u003c\/h4\u003e\n    \u003cp\u003eProprietary blend of Astragalus and Panax notoginseng extracts designed to support metabolic function and energy production.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstraZyme™\u003c\/h4\u003e\n    \u003cp\u003eProprietary blend of enzymes, extracts of astragalus and notoginseng, and trace minerals for enhanced absorption support.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eBetaine HCl\u003c\/h4\u003e\n    \u003cp\u003eMay help support healthy stomach acid levels for optimal digestion.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eDandelion Root Powder\u003c\/h4\u003e\n    \u003cp\u003eTraditional herb that may stimulate bile production and flow to support fat digestion.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eUbiquinone (CoQ10)\u003c\/h4\u003e\n    \u003cp\u003eAntioxidant that may support mitochondrial function and energy production.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eTrace Mineral Blend\u003c\/h4\u003e\n    \u003cp\u003eProprietary mineral complex providing cofactors for metabolism and digestion.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice extract, vegetable cellulose (capsule), water.\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\"\u003eLove this product!\u003c\/span\u003e\n    \u003cp\u003eI have been taking this a couple of weeks now and my energy level has improved and I dropped the last few pounds I was trying to lose. I'm impressed!\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eJennifer C. — 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\"\u003eKapex review\u003c\/span\u003e\n    \u003cp\u003eI am enjoying better digestion when I take this supplement with a meal that has fat and\/or protein. Less bloating, gas, belching and indigestion.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eKaren S. — 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\"\u003eBurning it up\u003c\/span\u003e\n    \u003cp\u003eKapex has been my favourite digestive. I tend to have issues digesting fats but with this I feel all my food gets alchemised in my belly leaving me with a flat tummy as well! So I'm happy with it. 🙏\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eNikolitsa B. — 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 should I take kApex? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eFor optimal performance and mitochondrial support, start with 2 capsules on an empty stomach upon waking in the morning. For digestive support, take 2 capsules with breakfast and lunch. Do not take kApex after 5 PM since the energising ingredients may affect sleep. For dinner digestion support, use MassZymes instead.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDo I have to follow a keto diet to take kApex? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo, you do not have to follow a keto diet to use kApex. While kApex is specifically designed to support keto, low-carb, and paleo diets, anyone can benefit from its digestive support, energy enhancement, and mitochondrial function support regardless of their dietary approach.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take kApex with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, kApex works well alongside other BIOptimizers products. Many people use kApex in the morning and with breakfast\/lunch, then use MassZymes with dinner. It can also be combined with P3-OM, HCL Breakthrough, and other digestive support products. Always consult your healthcare professional before combining supplements.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs kApex suitable for vegetarians and vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, kApex is 100% plant-based and suitable for both vegetarians and vegans. It contains no animal-derived ingredients.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhat is the shelf life for kApex? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThe shelf life for kApex is 2 years from the manufactured date, which can be found on the bottle. Store in a cool, dry place.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan pregnant or breastfeeding mothers take kApex? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003ePregnant or breastfeeding mothers should consult their healthcare practitioner before starting any new supplement, diet, or training programme.\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.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDo not use if:\u003c\/strong\u003e You have active ulcers or gastritis. Not recommended during pregnancy or breastfeeding without medical advice. If you have a medical condition, are taking medications, or are undergoing treatment for any condition, consult your healthcare professional before use.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eImportant for Athletes:\u003c\/strong\u003e This product contains ingredients that may be banned by the World Anti-Doping Association (WADA) and other sports organisations. Professional athletes should not use this product without first consulting with their sports organisation.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eTiming Note:\u003c\/strong\u003e Do not take kApex after 5 PM as the energising ingredients may cause excess energy at night and loss of sleep.\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":44070258311202,"sku":"BIOKAPEX","price":67.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaKapex.webp?v=1755084939"},{"product_id":"bioptimizers-magnesium-breakthrough-60-capsules","title":"BIOptimizers Magnesium Breakthrough - 60 capsules","description":"\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\/* ── 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\/* ── MAGNESIUM FORMS GRID ── *\/\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.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 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\/* ── 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; line-height: 1.45;\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\/* ── 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-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-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-caution p { font-size: 13px; }\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\u003cdiv class=\"bio-desc\"\u003e\n\u003c!-- DISCLAIMER --\u003e\u003chr class=\"bd-rule\"\u003e\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\u003eVegetarian Capsules\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🥛\u003c\/span\u003e\n\u003cp\u003eDairy 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\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\u003eNo Added Sugar\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🧪\u003c\/span\u003e\n\u003cp\u003eHeavy Metals Tested\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 Manufactured\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 from Australia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e💊\u003c\/span\u003e\n\u003cp\u003e60 Capsules · 30 Serves\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eMagnesium Breakthrough — 7-Form Magnesium Capsules\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eA Multi-Form Magnesium Capsule With Seven Bioavailable Compounds\u003c\/h3\u003e\n\u003cp\u003eMagnesium Breakthrough combines seven forms of magnesium in a single capsule format. Each 2-capsule serving provides 500 mg of elemental magnesium, alongside Vitamin B6 and Manganese.\u003c\/p\u003e\n\u003cp\u003eMost magnesium supplements contain only one or two forms — typically oxide or citrate. This formula combines seven different magnesium compounds, so each serve draws from a broader spectrum of magnesium sources. Sixty capsules per bottle provides 30 servings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHAT IS DIFFERENT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFormat Comparison\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eCapsule vs Drink Powder\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eThe Capsule Format Differs From the Drink Powder Version\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eContains 7 forms of magnesium (the drink powder contains 8 — magnesium carbonate is not included in the capsule)\u003c\/li\u003e\n\u003cli\u003eProvides 500 mg of elemental magnesium per 2-capsule serving (compared to 320 mg per scoop in the drink format)\u003c\/li\u003e\n\u003cli\u003eIncludes Manganese (as manganese citrate) — not present in the drink powder\u003c\/li\u003e\n\u003cli\u003eIncludes a Humic\/Fulvic Monoatomic Blend — not present in the drink powder\u003c\/li\u003e\n\u003cli\u003eUnflavoured capsule format — no sweeteners, flavourings, or colourings\u003c\/li\u003e\n\u003cli\u003eConvenient for travel and on-the-go use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- 7 FORMS OF MAGNESIUM --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFormula Composition\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eThe Seven Forms of Magnesium in This Formula\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Bisglycinate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to the amino acid glycine. A chelated form commonly used in supplement formulations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Citrate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to citric acid. One of the most widely used organic salt forms of magnesium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Taurate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to the amino acid taurine. A chelated organic form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Chelate\u003c\/div\u003e\n\u003cp\u003eMagnesium bonded to amino acids in a chelated structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Orotate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to orotic acid, a compound found naturally in the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Malate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to malic acid, a compound found naturally in fruits such as apples.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eSucrosomial® Magnesium\u003c\/div\u003e\n\u003cp\u003eA patented form of magnesium oxide encapsulated within a phospholipid and sucrester matrix.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eHumic\/Fulvic Monoatomic Blend\u003c\/div\u003e\n\u003cp\u003eA naturally-occurring blend included in the capsule formulation alongside the seven magnesium compounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- DIRECTIONS FOR USE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDirections For Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Take Magnesium Breakthrough Capsules\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🥄 Serving Size\u003c\/div\u003e\n\u003ch3\u003e2 Capsules Daily\u003c\/h3\u003e\n\u003cp\u003eTake 2 capsules per day (providing 500 mg of elemental magnesium), or as directed by your healthcare professional. May be taken with or without food.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e⏰ When to Take\u003c\/div\u003e\n\u003ch3\u003eAny Time of Day - Generally at night 1 hour before bed.\u003c\/h3\u003e\n\u003cp\u003eCapsules may be taken at any time of day that suits your routine. Some users prefer to take with food if they find magnesium causes mild digestive discomfort on an empty stomach.\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\u003ePack size:\u003c\/strong\u003e 60 capsules per bottle, providing 30 daily servings. Store in a cool, dry place below 25 °C away from direct light. Keep the lid tightly closed after opening. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- INGREDIENT LIST --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFull Ingredient List\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat's Inside Each Serve\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eElemental Magnesium — 500 mg per 2-capsule serving\u003c\/h4\u003e\n\u003cp\u003eProvided across seven magnesium compounds (listed below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eMagnesium Compounds\u003c\/h4\u003e\n\u003cp\u003eMagnesium Chelate, Magnesium Bisglycinate, Sucrosomial® Magnesium (as Magnesium Oxide), Magnesium Malate, Magnesium Orotate, Magnesium Taurate, Magnesium Citrate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eHumic\/Fulvic Monoatomic Blend\u003c\/h4\u003e\n\u003cp\u003eIncluded in the elemental magnesium blend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eVitamin B6 (as Pyridoxine-5-Phosphate) (2mg)\u003c\/h4\u003e\n\u003cp\u003eIncluded as a cofactor in the formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManganese (as Manganese Citrate)\u003c\/h4\u003e\n\u003cp\u003eIncluded as a trace mineral in the formula.\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), microcrystalline cellulose, ascorbyl palmitate, goMCT®.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFree From\u003c\/h4\u003e\n\u003cp\u003eNo added sugar. No artificial colours. No artificial flavours. No artificial preservatives. Gluten free. Dairy free. Suitable for vegetarians.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- QUALITY TESTING --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eQuality Testing\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eManufacturing and Testing Standards\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eTested for Heavy Metals and Contaminants\u003c\/h3\u003e\n\u003cp\u003eEach batch of Magnesium Breakthrough is tested and has been detected free of mercury, lead, arsenic, and fluoride. Manufactured in a GMP-compliant facility under quality control standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFormat\u003c\/h4\u003e\n\u003cp\u003eVegetarian capsules (hypromellose).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePack Size\u003c\/h4\u003e\n\u003cp\u003e60 capsules per bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eServing Size\u003c\/h4\u003e\n\u003cp\u003e2 capsules daily, providing 500 mg of elemental magnesium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eServings Per Container\u003c\/h4\u003e\n\u003cp\u003e30 servings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eNumber of Magnesium Forms\u003c\/h4\u003e\n\u003cp\u003eSeven forms of magnesium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManufactured\u003c\/h4\u003e\n\u003cp\u003eMade in the USA with globally-sourced ingredients in a GMP-compliant facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-caution\"\u003e\n\u003cspan class=\"bd-caution-label\"\u003e⚠ Important Information\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eAlways read the label and follow the directions for use.\u003c\/strong\u003e Vitamin and mineral supplements should not replace a balanced diet. If symptoms persist, talk to your health professional.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003ePossible effects:\u003c\/strong\u003e High intake of magnesium may cause mild digestive discomfort. Reduce dose if this occurs. Discontinue use if any adverse effect occurs.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e Store in a cool, dry place below 25 °C away from direct light. Keep the lid tightly closed. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BIOptimizers","offers":[{"title":"Single bottle","offer_id":44070258343970,"sku":"BIOMAGNESIUM-BREAKTHROUGH","price":62.0,"currency_code":"AUD","in_stock":true},{"title":"3 bottles","offer_id":44070258376738,"sku":"BIOMAGNESIUM-BREAKTHROUGH-X3","price":167.4,"currency_code":"AUD","in_stock":true},{"title":"6 bottles","offer_id":44070258409506,"sku":"BIOMAGNESIUM-BREAKTHROUGH-X6","price":316.2,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/bioptimizers-australia-magnesium-breakthrough-best-seller.jpg?v=1773172607"},{"product_id":"bioptimizers-magnesium-breakthrough-drink","title":"BIOptimizers Magnesium Breakthrough Drink Powder | 30 Servings| 5 Flavours","description":"\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\/* ── 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\/* ── MAGNESIUM FORMS GRID ── *\/\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.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 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\/* ── 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; line-height: 1.45;\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\/* ── 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-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-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-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-caution p { font-size: 13px; }\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\u003cdiv class=\"bio-desc\"\u003e\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\u003eFormulated Sports Food\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌱\u003c\/span\u003e\n\u003cp\u003eVegetarian\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🥛\u003c\/span\u003e\n\u003cp\u003eDairy 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\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\u003eNo Added Sugar\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 Flavours\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 Manufactured\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 from Australia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eMagnesium Breakthrough Drink — 8-Form Magnesium Powder\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eA Daily Magnesium Drink With Eight Forms in One Serve\u003c\/h3\u003e\n\u003cp\u003eMagnesium Breakthrough Drink is a Formulated Supplementary Sports Food in powder form that combines eight forms of magnesium in a single daily serve. Each scoop provides 320 mg of elemental magnesium, designed to mix into water as a refreshing daily drink.\u003c\/p\u003e\n\u003cp\u003eMost magnesium supplements contain only one or two forms. This formula combines eight, so each serve draws from a fuller spectrum of magnesium sources. The drink also includes Vitamin B6 (as pyridoxine hydrochloride). One jar provides 30 serves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- FLAVOUR \u0026 SWEETENING --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFlavour System\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eNaturally Sweetened With Katemfe Fruit Extract\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eFive Flavour Options, No Added Sugar\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSweetened with Katemfe fruit extract — a natural protein-based sweetener\u003c\/li\u003e\n\u003cli\u003eApproximately 3,000 times sweeter than sucrose, used in very small amounts\u003c\/li\u003e\n\u003cli\u003eNo added sugar and no artificial sweeteners\u003c\/li\u003e\n\u003cli\u003eAvailable in Tart Cherry, Raspberry Lemonade, Fruit Punch, Banana Mango, and Unflavoured\u003c\/li\u003e\n\u003cli\u003eMixes smoothly into cold or room-temperature water\u003c\/li\u003e\n\u003cli\u003eNatural flavours and natural colours used throughout\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- 8 FORMS OF MAGNESIUM --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFormula Composition\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eThe Eight Forms of Magnesium in This Formula\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Bisglycinate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to the amino acid glycine. A chelated form commonly used in supplement formulations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Citrate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to citric acid. One of the most widely used organic salt forms of magnesium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Taurate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to the amino acid taurine. A chelated organic form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Chelate\u003c\/div\u003e\n\u003cp\u003eMagnesium bonded to amino acids in a chelated structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Orotate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to orotic acid, a compound found naturally in the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Malate\u003c\/div\u003e\n\u003cp\u003eMagnesium bound to malic acid, a compound found naturally in fruits such as apples.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eSucrosomial® Magnesium\u003c\/div\u003e\n\u003cp\u003eA patented form of magnesium oxide encapsulated within a phospholipid and sucrester matrix.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eMagnesium Carbonate\u003c\/div\u003e\n\u003cp\u003eAn alkaline inorganic form of magnesium that contributes to the drink's natural fizz when mixed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- DIRECTIONS FOR USE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDirections For Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Prepare Your Daily Drink\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🥄 Serving Size\u003c\/div\u003e\n\u003ch3\u003eOne Scoop, Once Daily\u003c\/h3\u003e\n\u003cp\u003eMix one level scoop (providing 325 mg of elemental magnesium) into a glass of cold or room-temperature water. Stir until dissolved.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e⏰ When to Take\u003c\/div\u003e\n\u003ch3\u003eAny Time of Day\u003c\/h3\u003e\n\u003cp\u003eTake once daily, or as directed by your healthcare professional. The drink can be taken with or without food.\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\u003ePack size:\u003c\/strong\u003e One jar contains 30 serves. Store in a cool, dry place below 25 °C away from direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- INGREDIENT LIST --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFull Ingredient Information\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat's Inside Each Serve\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eElemental Magnesium — 325 mg per scoop\u003c\/h4\u003e\n\u003cp\u003eProvided across eight magnesium compounds (listed below).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eMagnesium Compounds\u003c\/h4\u003e\n\u003cp\u003eMagnesium Bisglycinate, Magnesium Citrate, Magnesium Malate, Magnesium Taurate, Magnesium Orotate, Magnesium Chelate, Magnesium Carbonate, Sucrosomial® Magnesium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eVitamin B6 (as Pyridoxine Hydrochloride)\u003c\/h4\u003e\n\u003cp\u003eIncluded alongside the magnesium compounds in the formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eNatural flavours (organic), natural colours (organic), Katemfe fruit extract (natural sweetener), citric acid, malic acid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFree From\u003c\/h4\u003e\n\u003cp\u003eNo added sugar. No artificial sweeteners. No artificial colours or flavours. Gluten free. Dairy free. Suitable for vegetarians.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eClassification\u003c\/h4\u003e\n\u003cp\u003eFormulated Supplementary Sports Food (FSANZ Standard 2.9.4).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFormat\u003c\/h4\u003e\n\u003cp\u003ePowder for oral solution — mixed with water before consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eServes Per Jar\u003c\/h4\u003e\n\u003cp\u003e30 serves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eElemental Magnesium Per Serve\u003c\/h4\u003e\n\u003cp\u003e325 mg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFlavour Options\u003c\/h4\u003e\n\u003cp\u003eTart Cherry · Raspberry Lemonade · Fruit Punch · Banana Mango · Unflavoured.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManufactured\u003c\/h4\u003e\n\u003cp\u003eProduced in a GMP-compliant facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-caution\"\u003e\n\u003cspan class=\"bd-caution-label\"\u003e⚠ Important Information\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eFormulated Supplementary Sports Food.\u003c\/strong\u003e This product is not a sole source of nutrition and should be consumed in conjunction with a nutritious diet and an appropriate physical training or exercise program.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eNot suitable for children under 15 years of age or pregnant women:\u003c\/strong\u003e should only be used under medical or dietetic supervision.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003ePossible effects:\u003c\/strong\u003e High intake of magnesium may cause mild digestive discomfort. Reduce dose if this occurs. Discontinue use if any adverse effect occurs.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e Store in a cool, dry place below 25 °C away from direct sunlight. Keep the lid tightly closed. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BIOptimizers","offers":[{"title":"Banana Mango","offer_id":44070258442274,"sku":"BIOMAGDRINK-BANANAMANGO","price":62.0,"currency_code":"AUD","in_stock":true},{"title":"Fruit Punch","offer_id":44070258475042,"sku":"BIOMAGDRINK-FRUITPUNCH","price":62.0,"currency_code":"AUD","in_stock":true},{"title":"Tart Cherry","offer_id":44070258507810,"sku":"BIOMAGDRINK-CHERRY","price":62.0,"currency_code":"AUD","in_stock":true},{"title":"Raspberry Lemonade","offer_id":44070258540578,"sku":"BIOMAGDRINK-RASPBERRY","price":62.0,"currency_code":"AUD","in_stock":true},{"title":"Unflavoured","offer_id":44070258573346,"sku":"BIOMAGDRINK","price":62.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaMagnesiumBreakthroughDrinkPowderBananaMango_b2ab686f-3122-4039-8f43-a12676a3e267.webp?v=1774223932"},{"product_id":"masszymes","title":"BIOptimizers MassZymes","description":"\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\/* ── 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\/* ── ENZYME \/ FORMS GRID ── *\/\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.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 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\/* ── 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; line-height: 1.45;\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\/* ── 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-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-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-caution p { font-size: 13px; }\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\u003cdiv class=\"bio-desc\"\u003e\n\u003c!-- DISCLAIMER --\u003e\u003chr class=\"bd-rule\"\u003e\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\u003ePlant-Based Enzymes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌱\u003c\/span\u003e\n\u003cp\u003eVegan \u0026amp; Vegetarian\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🥛\u003c\/span\u003e\n\u003cp\u003eDairy 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\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\u003eGMP Manufactured\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 from Australia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e💊\u003c\/span\u003e\n\u003cp\u003e120 or 250 Capsules\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eMassZymes — Full-Spectrum Digestive Enzyme Capsules\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eA Multi-Enzyme Formulation in Vegan Capsules\u003c\/h3\u003e\n\u003cp\u003eMassZymes is a multi-enzyme dietary formulation containing five different protease enzymes alongside lipase, amylase, lactase, cellulase, and additional digestive enzymes. Each capsule provides 100,000 HUT of protease activity. The formula also includes AstraZyme™, a proprietary blend of \u003cem\u003ePanax ginseng\u003c\/em\u003e and \u003cem\u003eAstragalus membranaceus\u003c\/em\u003e extracts.\u003c\/p\u003e\n\u003cp\u003eDesigned to be taken with meals and protein-containing foods. Available in 120-capsule and 250-capsule pack sizes. Capsules are vegan-friendly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHAT IT IS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eAbout Digestive Enzymes\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat Digestive Enzymes Do\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eEnzymes Are Catalysts That Act on Food Molecules\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDigestive enzymes are proteins that catalyse the breakdown of larger food molecules into smaller absorbable units\u003c\/li\u003e\n\u003cli\u003eThe human digestive system produces its own enzymes in the pancreas, stomach, and small intestine\u003c\/li\u003e\n\u003cli\u003eAdditional enzymes can be obtained from raw or fermented foods and through dietary supplementation\u003c\/li\u003e\n\u003cli\u003eMassZymes contains enzymes that act on the major dietary macronutrient categories — proteins, fats, carbohydrates, and fibre\u003c\/li\u003e\n\u003cli\u003eEnzymes in the formula are selected to be active across different pH ranges, from the acidic stomach environment to the more neutral small intestine\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ENZYME CATEGORIES --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eEnzyme Composition\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eEnzyme Categories in the Formula\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eProtease (5 Types)\u003c\/div\u003e\n\u003cp\u003eFive different protease enzymes, providing 100,000 HUT of protease activity per capsule. Proteases act on dietary protein, breaking it down into peptides and amino acids.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eAmylase\u003c\/div\u003e\n\u003cp\u003eAn enzyme that acts on dietary starches, breaking them down into simpler sugars.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eLipase\u003c\/div\u003e\n\u003cp\u003eAn enzyme that acts on dietary fats, breaking them down into fatty acids and glycerol.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eCellulase\u003c\/div\u003e\n\u003cp\u003eA plant fibre-acting enzyme that breaks down cellulose. Humans do not produce cellulase on their own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eLactase\u003c\/div\u003e\n\u003cp\u003eAn enzyme that acts on lactose (milk sugar), breaking it down into glucose and galactose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eAdditional Enzymes\u003c\/div\u003e\n\u003cp\u003eGlucoamylase, invertase, phytase, alpha-galactosidase, beta-glucanase, hemicellulase, pectinase, and xylanase. See the Supplement Facts panel for the complete activity profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- HUT EXPLAINED --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eActivity Units\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow Enzyme Strength Is Measured\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eEnzymes Are Measured in Activity Units, Not Weight\u003c\/h3\u003e\n\u003cp\u003eEnzyme strength is measured using functional units rather than weight, because enzymes are catalysts — their effect depends on activity level, not mass.\u003c\/p\u003e\n\u003cp\u003eThe protease activity in MassZymes is measured in HUT (Hemoglobin Unit, Tyrosine basis), the standard Food Chemicals Codex unit for protease activity. Other enzymes in the formula are measured in their respective FCC units: FIP for lipase, DU for amylase, ALU for lactase, and CU for cellulase. The complete activity profile is stated on the Supplement Facts panel on the product label.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ASTRAZYME --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eBotanical Ingredient\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAbout AstraZyme™\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eWhat AstraZyme™ Is\u003c\/h4\u003e\n\u003cp\u003eAstraZyme™ is a proprietary plant-derived ingredient blend containing extracts of \u003cem\u003ePanax ginseng\u003c\/em\u003e (Asian ginseng) and \u003cem\u003eAstragalus membranaceus\u003c\/em\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePanax ginseng\u003c\/h4\u003e\n\u003cp\u003eA plant root used for centuries in traditional East Asian herbal traditions. Recognised as a herbal substance regulated by the Therapeutic Goods Administration (TGA) in Australia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAstragalus membranaceus\u003c\/h4\u003e\n\u003cp\u003eA plant root used in traditional Chinese herbal traditions. Recognised as a herbal substance regulated by the TGA in Australia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eQuantity\u003c\/h4\u003e\n\u003cp\u003eThe quantities of each botanical used are as specified by the manufacturer on the Supplement Facts panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- DIRECTIONS FOR USE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDirections For Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Take MassZymes\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🍽️ Standard Use\u003c\/div\u003e\n\u003ch3\u003eWith Meals\u003c\/h3\u003e\n\u003cp\u003eTake three capsules with each meal, or as directed by your healthcare professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🥄 Adjustable Range\u003c\/div\u003e\n\u003ch3\u003e1–3 Capsules Per Meal\u003c\/h3\u003e\n\u003cp\u003eMay take 1–3 capsules with each meal and 1–2 capsules between meals. Adjust based on individual tolerance and meal composition.\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\u003ePack sizes:\u003c\/strong\u003e Available in 120 capsules or 250 capsules. Store in a cool, dry place below 25 °C with the lid tightly closed. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- INGREDIENT LIST --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFull Ingredient Information\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat's Inside\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProtease Blend — 100,000 HUT per capsule\u003c\/h4\u003e\n\u003cp\u003eFive different protease enzymes selected to remain active across the acidic stomach environment and the more neutral pH of the small intestine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAstraZyme™\u003c\/h4\u003e\n\u003cp\u003eProprietary blend of \u003cem\u003ePanax ginseng\u003c\/em\u003e and \u003cem\u003eAstragalus membranaceus\u003c\/em\u003e extracts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAdditional Digestive Enzymes\u003c\/h4\u003e\n\u003cp\u003eAmylase, lipase, cellulase, lactase, glucoamylase, invertase, phytase, alpha-galactosidase, beta-glucanase, hemicellulase, pectinase, and xylanase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eRice bran (used for enzyme stability), hypromellose (vegetable capsule), microcrystalline cellulose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFree From\u003c\/h4\u003e\n\u003cp\u003eNo gluten. No dairy. No soy. No artificial fillers. Suitable for vegetarians and vegans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFormat\u003c\/h4\u003e\n\u003cp\u003eVegan-friendly capsules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePack Sizes\u003c\/h4\u003e\n\u003cp\u003e120 capsules or 250 capsules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProtease Activity\u003c\/h4\u003e\n\u003cp\u003e100,000 HUT per capsule, across five protease types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eEnzyme Sources\u003c\/h4\u003e\n\u003cp\u003eEnzymes are derived from non-animal sources, including microbial fermentation and plant sources.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManufactured\u003c\/h4\u003e\n\u003cp\u003eProduced in a GMP-compliant facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-caution\"\u003e\n\u003cspan class=\"bd-caution-label\"\u003e⚠ Important Information\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eFormulated Supplementary Sports Food.\u003c\/strong\u003e This product is not a sole source of nutrition and should be consumed in conjunction with a nutritious diet and an appropriate physical training or exercise program.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eNot suitable for children under 15 years of age or pregnant women:\u003c\/strong\u003e should only be used under medical or dietetic supervision.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eAlways read the label and follow the directions for use. If symptoms persist, talk to your health professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BIOptimizers","offers":[{"title":"120 caps","offer_id":44070258769954,"sku":"BIOMASSZYMES120","price":44.95,"currency_code":"AUD","in_stock":true},{"title":"250 caps","offer_id":44070258802722,"sku":"BIOMASSZYMES250","price":84.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/bioptimizers-australia-masszymes-best-seller.jpg?v=1774223979"},{"product_id":"bioptimizers-p3om-probiotic","title":"Bioptimizers P3-OM","description":"\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\/* ── 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\/* ── FORMS \/ DESCRIPTOR GRID ── *\/\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.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 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\/* ── 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; line-height: 1.45;\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\/* ── 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-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-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-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-caution p { font-size: 13px; }\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\u003cdiv class=\"bio-desc\"\u003e\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\u003eSingle-Strain Probiotic\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e❄️\u003c\/span\u003e\n\u003cp\u003eFreeze-Dried\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌡️\u003c\/span\u003e\n\u003cp\u003eShelf-Stable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌱\u003c\/span\u003e\n\u003cp\u003eVegetarian Capsule\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\u003eLactose 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\u003eGMP Manufactured\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🧪\u003c\/span\u003e\n\u003cp\u003ePatented Strain\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eP3-OM — Patented Single-Strain Probiotic Capsules\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eA Synbiotic Dietary Supplement Combining a Probiotic Strain With a Prebiotic Fibre\u003c\/h3\u003e\n\u003cp\u003eP3-OM is a dietary supplement containing a patented strain of \u003cem\u003eLactobacillus plantarum\u003c\/em\u003e (designated \"OM\"), combined with fructooligosaccharides (FOS) as a prebiotic fibre. Each capsule provides 2.5 billion CFU (colony-forming units) of the probiotic strain.\u003c\/p\u003e\n\u003cp\u003eThe combination of a probiotic strain with a prebiotic fibre in a single capsule is referred to as a synbiotic formulation. The capsules are vegetarian, lactose-free, and shelf-stable at room temperature — refrigeration is not required.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e P3-OM is sold internationally under the name \u003cem\u003eProbiotic Breakthrough\u003c\/em\u003e. The formulation is identical; only the product name differs by region.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- KEY ATTRIBUTES --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFormulation Characteristics\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow This Probiotic Is Made\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eSingle-Strain, Patented, Freeze-Dried, Shelf-Stable\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eContains a single probiotic strain — \u003cem\u003eLactobacillus plantarum\u003c\/em\u003e OM — rather than a multi-strain blend\u003c\/li\u003e\n\u003cli\u003eThe strain is produced using a patented process (US Patent No. 5,895,758)\u003c\/li\u003e\n\u003cli\u003e2.5 billion CFU (colony-forming units) per capsule, declared on the label\u003c\/li\u003e\n\u003cli\u003eFreeze-dried to keep the bacteria dormant during storage; rehydration occurs in the digestive tract\u003c\/li\u003e\n\u003cli\u003eShelf-stable at room temperature — no refrigeration required during storage\u003c\/li\u003e\n\u003cli\u003eIncludes fructooligosaccharides (FOS) as a prebiotic fibre, making the formula a synbiotic\u003c\/li\u003e\n\u003cli\u003ePlant-based vegetable capsule (hypromellose \/ plant cellulose)\u003c\/li\u003e\n\u003cli\u003eLactose-free, though the probiotic is cultured on a milk-containing medium (see allergen note in cautions)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- COMPONENTS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFormula Composition\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat's in Each Capsule\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eLactobacillus plantarum OM\u003c\/div\u003e\n\u003cp\u003eA patented strain of \u003cem\u003eLactobacillus plantarum\u003c\/em\u003e, one of the most widely studied lactic-acid bacteria species. Provided at 2.5 billion CFU per capsule (10 billion CFU\/g, 250 mg).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eFructooligosaccharides (FOS)\u003c\/div\u003e\n\u003cp\u003eA naturally-occurring short-chain prebiotic fibre derived from plant sources. Acts as a fermentation substrate for the probiotic strain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eStabilized Rice Bran\u003c\/div\u003e\n\u003cp\u003eA plant-derived stabiliser used to maintain the integrity of the freeze-dried probiotic culture during storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eVegetable Capsule\u003c\/div\u003e\n\u003cp\u003ePlant cellulose (hypromellose) and water. Suitable for vegetarian and vegan diets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ABOUT THE STRAIN --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eAbout the Strain\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eLactobacillus plantarum OM\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eSpecies Background\u003c\/h4\u003e\n\u003cp\u003e\u003cem\u003eLactobacillus plantarum\u003c\/em\u003e is a species of lactic-acid-producing bacteria that occurs naturally in fermented foods such as sauerkraut, kimchi, and pickled vegetables. It is one of the most widely characterised probiotic species in the scientific literature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePatented OM Strain\u003c\/h4\u003e\n\u003cp\u003eThe OM designation refers to a specific patented strain developed through a proprietary process (US Patent No. 5,895,758). The patent covers the strain selection and production methodology used by the manufacturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProteolytic Activity\u003c\/h4\u003e\n\u003cp\u003e\u003cem\u003eLactobacillus plantarum\u003c\/em\u003e is described in scientific literature as proteolytic — it produces enzymes that act on proteins. This is a characteristic of the species, not a therapeutic claim about the supplement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eSingle-Strain vs Multi-Strain\u003c\/h4\u003e\n\u003cp\u003eThis formulation uses one bacterial strain rather than a multi-strain blend. Single-strain probiotics provide a defined dose of one organism per capsule.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- DIRECTIONS FOR USE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDirections For Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Take P3-OM\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🥄 Serving Size\u003c\/div\u003e\n\u003ch3\u003e1–2 Capsules Daily\u003c\/h3\u003e\n\u003cp\u003eTake 1–2 capsules per day, or as directed by your healthcare professional. May be taken with food or on an empty stomach according to personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e⏰ Antibiotic Spacing\u003c\/div\u003e\n\u003ch3\u003e2-Hour Gap From Antibiotics\u003c\/h3\u003e\n\u003cp\u003eIf taking antibiotics, leave a minimum 2-hour gap between the antibiotic dose and this probiotic to avoid the antibiotic neutralising the probiotic bacteria.\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\u003ePack sizes:\u003c\/strong\u003e Available in 60 capsules or 120 capsules. Store in a cool, dry place below 25 °C away from direct heat, humidity, and sunlight. Keep the bottle tightly sealed when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- INGREDIENT LIST --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eFull Ingredient List\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat's Inside Each Capsule\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProbiotic Strain\u003c\/h4\u003e\n\u003cp\u003e\u003cem\u003eLactobacillus plantarum\u003c\/em\u003e OM — 2.5 billion CFU per capsule (10 billion CFU\/g, 250 mg).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePrebiotic\u003c\/h4\u003e\n\u003cp\u003eFructooligosaccharides (FOS).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eStabilized rice bran, vegetable capsule (plant cellulose and water).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAllergen Note\u003c\/h4\u003e\n\u003cp\u003eThe finished product is lactose-free. However, the probiotic strain is cultured on a medium that contains milk. Individuals with severe dairy or milk-protein allergies should consult their healthcare practitioner before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFree From\u003c\/h4\u003e\n\u003cp\u003eNo gluten. No added sugar. No artificial colours, flavours, or preservatives. No chemical fillers. Suitable for vegetarians.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- SHELF LIFE \u0026 STORAGE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eShelf Life \u0026amp; Storage\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Store P3-OM\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eShelf-Stable — No Refrigeration Required\u003c\/h3\u003e\n\u003cp\u003eThe freeze-drying process keeps the probiotic bacteria in a dormant state until they are rehydrated. This means the product maintains its declared CFU count at room temperature without requiring refrigeration during storage or shipping.\u003c\/p\u003e\n\u003cp\u003eThe date printed on the bottle is the manufacture date. The product remains within its declared CFU count for two years from this date. For best results, store in a cool, dry place below 25 °C with the bottle tightly closed and away from direct sunlight, heat, and humidity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFormat\u003c\/h4\u003e\n\u003cp\u003eVegetarian capsules (hypromellose \/ plant cellulose).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePack Sizes\u003c\/h4\u003e\n\u003cp\u003e60 capsules or 120 capsules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProbiotic Dose\u003c\/h4\u003e\n\u003cp\u003e2.5 billion CFU per capsule (\u003cem\u003eLactobacillus plantarum\u003c\/em\u003e OM).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProduction Method\u003c\/h4\u003e\n\u003cp\u003eFreeze-dried under patented process (US Patent No. 5,895,758).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eStorage\u003c\/h4\u003e\n\u003cp\u003eShelf-stable. No refrigeration required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eShelf Life\u003c\/h4\u003e\n\u003cp\u003eTwo years from the manufacture date printed on the bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManufactured\u003c\/h4\u003e\n\u003cp\u003eMade in the USA in a GMP-compliant facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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. If symptoms persist, talk to your health professional. Consult your healthcare practitioner before use if you are pregnant, breastfeeding, immunocompromised, or are taking prescription medication.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eAllergen note:\u003c\/strong\u003e The finished product is lactose-free, however the probiotic is cultured on a medium that contains milk. Individuals with severe dairy or milk-protein allergies should consult their healthcare practitioner before use.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BIOptimizers","offers":[{"title":"60 capsules","offer_id":44070258933794,"sku":"BIOP30M-60","price":47.95,"currency_code":"AUD","in_stock":true},{"title":"120 capsules","offer_id":44070258966562,"sku":"BIOP30M-120","price":87.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/bioptimizers-australia-p3-om-best-seller_0f87a7f7-c0b0-4dcf-b356-3401c30f43a0.jpg?v=1774223981"},{"product_id":"bioptimizers-herbal-parasite-cleanse-90-capsules","title":"BIOptimizers Para Guardian - 90 capsules","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; line-height: 1.45;\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; line-height: 1.45;\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, including parasitic infections. Always read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. Do not use if pregnant or breastfeeding. If you suspect a parasitic infection or have symptoms of illness, consult your healthcare professional for proper diagnosis and treatment. If you have any medical conditions 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\u003ePrecise blend of 13 traditional herbs with historical use for digestive support†\u003c\/li\u003e\n    \u003cli\u003eContains 5 digestive enzymes to support digestion†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy gut flora balance†\u003c\/li\u003e\n    \u003cli\u003eMay help support digestive comfort and function†\u003c\/li\u003e\n    \u003cli\u003eMay help support a balanced immune response in the gut†\u003c\/li\u003e\n    \u003cli\u003eFeatures slippery elm and turmeric to soothe the gut lining†\u003c\/li\u003e\n    \u003cli\u003eIncludes enzymes that may help support biofilm breakdown†\u003c\/li\u003e\n    \u003cli\u003eMay help support gut barrier function†\u003c\/li\u003e\n    \u003cli\u003e100% plant-based and vegan-friendly formula\u003c\/li\u003e\n    \u003cli\u003e90 capsules per bottle (30–45 servings)\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\u003eDairy 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\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\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\u003eAll Natural 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 GUT HEALTH SUPPORT MATTERS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eGut Health Support\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhy Comprehensive Gut Support Matters\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eSupporting Your Digestive Wellness†\u003c\/h3\u003e\n    \u003cp\u003eYour gut health is influenced by many factors including diet, lifestyle, and travel. Whether you consume raw foods such as salads and sushi, or travel to tropical regions, maintaining digestive wellness is important for overall health. A balanced gut environment supports nutrient absorption, immune function, and digestive comfort.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003ePara Guardian\u003c\/strong\u003e contains a precise blend of 13 traditional herbs with historical use for supporting digestive health, combined with 5 digestive enzymes. These herbs have traditionally been used to support healthy gut flora balance, while the enzymes may help support digestion and break down biofilms that can harbour unwanted microorganisms.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e \u003cstrong\u003ePara Guardian\u003c\/strong\u003e is a complementary medicine designed to support digestive health and gut flora balance. It is not a treatment for parasitic infections or any medical condition. If you suspect you have a parasitic infection or experience symptoms of illness, consult your healthcare professional for proper diagnosis and treatment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- 13 HERBS HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eHerbal Synergy\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003e13 Traditional Herbs Working Together†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eTime-Tested Botanical Support†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eBlack walnut and wormwood — herbs traditionally used to support digestive wellness†\u003c\/li\u003e\n      \u003cli\u003eGarlic and clove — traditional herbs with broad-spectrum digestive support properties†\u003c\/li\u003e\n      \u003cli\u003eTurmeric and slippery elm — may help soothe the gut lining and support a healthy inflammatory response†\u003c\/li\u003e\n      \u003cli\u003eGoldenseal and barberry — traditional herbs associated with supporting healthy gut flora†\u003c\/li\u003e\n      \u003cli\u003ePumpkin seed — traditional use for digestive support and nutritional content†\u003c\/li\u003e\n      \u003cli\u003eGrapefruit seed extract — may support microbial balance in the digestive tract†\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!-- FORMULA COMPONENTS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eComplete Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eHerbs + Enzymes for Comprehensive Support†\u003c\/div\u003e\n  \u003cdiv class=\"bd-forms-grid\"\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003e\n        13 Synergistic Herbs\n        \u003cspan class=\"bd-tag\"\u003eTraditional Support\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eBlack walnut, walnut leaf, clove, garlic, grapefruit seed, rhubarb, wormwood, pumpkin seed, turmeric, goldenseal, barberry, slippery elm, and fennel seed. Each herb contributes distinct properties for comprehensive digestive support.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003e\n        5 Digestive Enzymes\n        \u003cspan class=\"bd-tag\"\u003eBiofilm Support\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003ePhytase, cellulase, lipase, protease, and amylase. These enzymes support digestion and may help break down biofilms — protective layers that unwanted microorganisms can create to shield themselves.†\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!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eHow It Works\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eMulti-Targeted Digestive Support†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eHerbal and Enzyme Action Working Together†\u003c\/h3\u003e\n    \u003cp\u003eThe herbal components in \u003cstrong\u003ePara Guardian\u003c\/strong\u003e have traditionally been used to support healthy microbial balance in the digestive tract. The combination of herbs may help support the body's natural defences against unwanted microorganisms while promoting beneficial gut flora.†\u003c\/p\u003e\n    \u003cp\u003eThe enzyme blend serves a dual purpose: supporting normal digestion while potentially helping to break down biofilms — protective matrices that microorganisms can form to shield themselves from the body's natural defences and antimicrobial compounds. Supporting biofilm breakdown may help the herbal components work more effectively.†\u003c\/p\u003e\n    \u003cp\u003eAdditionally, slippery elm and turmeric in \u003cstrong\u003ePara Guardian\u003c\/strong\u003e may help soothe the gut lining and support a balanced inflammatory response, which is important for overall digestive comfort and gut barrier function.†\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 Para Guardian\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🌙 Maintenance Support\u003c\/div\u003e\n      \u003ch3\u003eStandard Protocol\u003c\/h3\u003e\n      \u003cp\u003eBegin with 1 capsule at bedtime with a full 250 ml glass of water on an empty stomach, 2–3 times per week. If results are not observed, frequency may be increased to once daily.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e⚡ Intensive Support\u003c\/div\u003e\n      \u003ch3\u003eEnhanced Protocol\u003c\/h3\u003e\n      \u003cp\u003eFor more intensive support, take 3 capsules 3 times daily for up to 30 days, or as directed by your healthcare practitioner. Always take a few hours before or after other medications.†\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 Best taken on an empty stomach before bed, or at any other time of day on an empty stomach. Take a few hours before or after other medications or health products to avoid potential interactions. Do not use if pregnant or breastfeeding. Not suitable for children. Always consult your healthcare practitioner 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!-- 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 Para Guardian\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003e13 Synergistic Herbal Blend†\u003c\/h4\u003e\n    \u003cp\u003eA carefully selected combination of traditional herbs with complementary properties. The synergy of multiple herbs may help deliver comprehensive digestive support across multiple pathways.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eEnzyme-Enhanced Formula†\u003c\/h4\u003e\n    \u003cp\u003eIncludes 5 digestive enzymes to support digestion and may help break down biofilms — protective layers that shield unwanted microorganisms from herbal compounds.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGut-Soothing Botanicals†\u003c\/h4\u003e\n    \u003cp\u003eFeatures slippery elm and turmeric to help soothe the gut lining and support a balanced inflammatory response, promoting overall digestive comfort and gut barrier function.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eImmune and Flora Support†\u003c\/h4\u003e\n    \u003cp\u003eContains herbal antioxidants that may support healthy immune function and gut flora balance, helping maintain the body's natural defences.†\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 with rigorous quality testing. 100% plant-based and vegan-friendly. Free from artificial ingredients, gluten, dairy, and sugar. Each 90-capsule bottle provides 30–45 servings.\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\u003eBlack Walnut Extract 10:1 \u0026amp; Walnut Leaf Powder\u003c\/h4\u003e\n    \u003cp\u003eTraditional herb containing tannins and other compounds. Historically used to support digestive wellness and microbial balance.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eWormwood Herb\u003c\/h4\u003e\n    \u003cp\u003eContains thujone and other active compounds. Traditional use for digestive support and maintaining healthy gut flora.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eClove Stem\u003c\/h4\u003e\n    \u003cp\u003eA traditional herb with broad-spectrum support properties. May help support healthy microbial balance in the digestive tract.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGarlic Root\/Bulb Powder\u003c\/h4\u003e\n    \u003cp\u003eA well-known traditional herb with immune-supporting properties. May support gut flora balance and overall digestive health.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGrapefruit Seed Extract 95%\u003c\/h4\u003e\n    \u003cp\u003eA concentrated botanical extract that may support microbial balance in the digestive tract.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eRhubarb Root\u003c\/h4\u003e\n    \u003cp\u003eA traditional herb that may support healthy gut flora and digestive function.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePumpkin Seed\u003c\/h4\u003e\n    \u003cp\u003eTraditional use for digestive support. A naturally rich source of nutrients including zinc and healthy fatty acids.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eTurmeric Root\u003c\/h4\u003e\n    \u003cp\u003eContains curcumin, which has anti-inflammatory properties. May help soothe the gut lining and support a balanced inflammatory response.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGoldenseal Root \u0026amp; Barberry Root Bark\u003c\/h4\u003e\n    \u003cp\u003eTraditional herbs containing berberine. May support healthy gut flora and immune function.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSlippery Elm Bark\u003c\/h4\u003e\n    \u003cp\u003eA demulcent herb that may help soothe and protect the gut lining by supporting mucus production in the digestive tract.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eFennel Seed\u003c\/h4\u003e\n    \u003cp\u003eA traditional digestive herb that may help reduce bloating and support overall digestive comfort.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eDigestive Enzyme Blend\u003c\/h4\u003e\n    \u003cp\u003ePhytase (50 FTU\/g), Cellulase (150,000 CU\/g), Lipase RO (15,000 FIP\/g), Protease (500,000 HUT\/g), Amylase (100,000 DU\/g) — supports digestion and may help break down biofilms.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eVegetarian capsule (hypromellose, water).\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\"\u003eHigh Quality Ingredients\u003c\/span\u003e\n    \u003cp\u003eI've tried various digestive support formulas over the years, but the ingredients in Para Guardian are truly top notch. I took several bottles on a trip to South East Asia — I'm glad I did. Really impressed with the quality of this product.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eClarity W. — 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\"\u003eNoticeable Digestive Comfort\u003c\/span\u003e\n    \u003cp\u003eI decided to try Para Guardian while dealing with persistent stomach discomfort. I noticed a real difference quickly — my digestion felt lighter and I didn't experience any unpleasant side effects. This is now a regular part of my wellness routine.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eJesus — 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\"\u003eFantastic Product\u003c\/span\u003e\n    \u003cp\u003eEasy to take and well-formulated. I appreciate that it's 100% plant-based and free from artificial ingredients. Will definitely purchase again.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eAnika — 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 Para Guardian? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003ePara Guardian is best taken on an empty stomach before bed. It is equally effective taken on an empty stomach at any other time of day. Take a few hours before or after other medications or health products to avoid potential interactions.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhat is the recommended dosage? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eBegin with 1 capsule at bedtime with a full 250 ml glass of water on an empty stomach, 2–3 times per week. If the desired result is not observed, frequency may be increased to once daily. For more intensive support, some people take 3 capsules 3 times daily for up to 30 days. Always consult your healthcare practitioner before starting any supplement regimen, particularly at higher doses.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs Para Guardian safe for pregnant or breastfeeding women? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. Do not use Para Guardian if pregnant or breastfeeding. Consult your obstetrician or midwife before taking any supplement during pregnancy or while breastfeeding.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan children take Para Guardian? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. Para Guardian is formulated for adults and is not recommended for children. Consult your paediatrician for appropriate digestive support options for children.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I open the capsule and mix the contents into a drink? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, you can open the capsules and mix the contents into a beverage if preferred. Please note that the taste may be quite bitter due to the herbal ingredients. Taking the capsules whole with plenty of water is generally recommended.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow should I store Para Guardian, and what is the shelf life? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eStore Para Guardian in a cool, dry place away from direct sunlight. The shelf life is 2 years from the date of manufacture, which can be found on the bottle.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow many capsules are in each bottle? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eEach bottle contains 90 capsules, providing 30–45 servings depending on your dosage protocol — maintenance use 2–3 times per week, or once daily.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan Para Guardian be taken alongside other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003ePara Guardian may be used alongside other BIOptimizers products. If combining supplements or medications, consult your healthcare professional to confirm the combination is appropriate for your individual circumstances.†\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\u003eContraindications:\u003c\/strong\u003e Do not use if pregnant or breastfeeding. Not suitable for children. If you have any medical conditions or are taking medications, consult your healthcare professional before use.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMedication Interactions:\u003c\/strong\u003e Take Para Guardian a few hours before or after other medications or health products to avoid potential interactions.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eImportant Note:\u003c\/strong\u003e This product is designed to support digestive health and gut flora balance. It is NOT a treatment for diagnosed parasitic infections or any medical condition. If you suspect a parasitic infection or experience symptoms such as severe abdominal pain, persistent diarrhoea, unexplained weight loss, or fever, consult your healthcare professional for proper diagnosis and medical treatment.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDosage:\u003c\/strong\u003e Standard use — 1 capsule at bedtime on an empty stomach, 2–3 times per week. Do not exceed 3 capsules 3 times daily. Always follow the directions on the label.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStorage \u0026amp; Shelf Life:\u003c\/strong\u003e Store in a cool, dry place away from direct sunlight. Shelf life is 2 years from the date of manufacture (found on the bottle).\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":44070258999330,"sku":"BIOPARASITE-CLEANSE","price":74.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaParaGuardian_5d0bf81b-dc6a-499b-b74a-6e5cb2c4fcfa.png?v=1755084954"},{"product_id":"bioptimizers-sleep-breakthrough-60-capsules","title":"BIOptimizers Sleep Breakthrough - 60 capsules","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; line-height: 1.45;\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; line-height: 1.45;\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. This product causes drowsiness — do not drive, operate heavy machinery, or perform tasks requiring alertness after taking this product. 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 healthy sleep onset and the ability to fall asleep more easily†\u003c\/li\u003e\n    \u003cli\u003eMay help promote deeper, more restorative sleep stages†\u003c\/li\u003e\n    \u003cli\u003eMay help support a calmer, more relaxed state before bedtime†\u003c\/li\u003e\n    \u003cli\u003eMay help support the body's natural sleep-wake cycle (circadian rhythm)†\u003c\/li\u003e\n    \u003cli\u003eMay help reduce the frequency of waking during the night†\u003c\/li\u003e\n    \u003cli\u003eMay help support a refreshed feeling upon waking†\u003c\/li\u003e\n    \u003cli\u003eMay help support nervous system relaxation and muscle comfort†\u003c\/li\u003e\n    \u003cli\u003eMelatonin-free formula — supports natural melatonin precursors instead†\u003c\/li\u003e\n    \u003cli\u003eConvenient capsule format — no mixing required\u003c\/li\u003e\n    \u003cli\u003eVegan, gluten-free, dairy-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\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\u003eDairy 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\u003eMelatonin 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\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 SLEEP MATTERS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eSleep Support Supplement\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhy Quality Sleep Is Your Foundation\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eThe Role of Sleep in Wellbeing†\u003c\/h3\u003e\n    \u003cp\u003eSleep plays a fundamental role in physical recovery, cognitive function, mood regulation, metabolic health, and immune support. During deep sleep, the body undergoes essential repair and regeneration processes. Poor sleep quality or difficulty falling and staying asleep can affect how you feel and function the following day.†\u003c\/p\u003e\n    \u003cp\u003eSleep Breakthrough Capsules are formulated with a combination of nutrients — including magnesium, zinc, vitamin B6, amino acids (L-glycine, L-theanine, L-taurine), and magnolia bark extract — that work together to help support relaxation, healthy sleep onset, and sleep quality throughout the night.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Sleep Breakthrough is a complementary medicine designed to support relaxation and sleep quality. It is not a treatment for any sleep disorder or medical condition. 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!-- MELATONIN-FREE HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eMelatonin-Free Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eSupports Natural Sleep Pathways†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eWhy Melatonin-Free Matters†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eProvides nutrients that act as precursors to support the body's own melatonin production, rather than supplying melatonin directly†\u003c\/li\u003e\n      \u003cli\u003eMay help avoid the grogginess sometimes associated with melatonin supplementation†\u003c\/li\u003e\n      \u003cli\u003eSupports multiple pathways for sleep onset and sleep quality, not just one mechanism†\u003c\/li\u003e\n      \u003cli\u003eMay support a more natural, gradual transition into sleep†\u003c\/li\u003e\n      \u003cli\u003eMagnolia bark extract (containing honokiol and magnolol) helps target GABA receptors to promote a calmer state before bed†\u003c\/li\u003e\n      \u003cli\u003eConvenient capsule format makes it easy to incorporate into an evening 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\"\u003eScience-Backed Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Key Ingredient Groups†\u003c\/div\u003e\n  \u003cdiv class=\"bd-forms-grid\"\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003e\n        Foundational Minerals\n        \u003cspan class=\"bd-tag\"\u003eMagnesium · Zinc · B6\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eMagnesium, zinc, and vitamin B6 are essential nutrients involved in nervous system function, neurotransmitter production, and muscle relaxation. These minerals help lay the groundwork for the body to unwind and prepare for sleep.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003e\n        Calming Amino Acids\n        \u003cspan class=\"bd-tag\"\u003eL-Glycine · L-Theanine · L-Taurine\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003eL-glycine, L-theanine, and L-taurine are amino acids that may help promote relaxation and a calm state before bed. L-theanine in particular is widely researched for its role in supporting a relaxed yet alert mental state.†\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-form-card\"\u003e\n    \u003cdiv class=\"bd-form-name\"\u003e\n      Plant-Based Support\n      \u003cspan class=\"bd-tag\"\u003eMagnolia Bark Extract\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eMagnolia bark extract contains honokiol and magnolol — two bioactive compounds studied for their role in supporting relaxation and calm. It may help quieten a busy mind and support restful sleep by acting on GABA receptors without directly supplying GABA.†\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\"\u003eMechanism of Support\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eHow Sleep Breakthrough May Work†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eSupporting Multiple Sleep Pathways†\u003c\/h3\u003e\n    \u003cp\u003eSleep Breakthrough Capsules are formulated to support several aspects of healthy sleep. The mineral and B6 complex helps support the production of sleep-related neurotransmitters and may assist with nervous system and muscle relaxation. The amino acid blend — glycine, taurine, and theanine — may help encourage a calmer mental state before bedtime.†\u003c\/p\u003e\n    \u003cp\u003eMagnolia bark extract targets GABA receptors, which are involved in promoting feelings of calm and relaxation. Together, these ingredients work synergistically to support the body's natural preparation for sleep, potentially helping you fall asleep more easily, stay asleep more comfortably, and wake feeling more rested.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Individual responses to sleep supplements vary. Results depend on overall sleep hygiene, lifestyle factors, and individual physiology. This product is a complementary medicine and should be used alongside good sleep habits.\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 Sleep Breakthrough\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🌙 Before Bed\u003c\/div\u003e\n      \u003ch3\u003eEvening Routine\u003c\/h3\u003e\n      \u003cp\u003eTake 2 capsules approximately 30–60 minutes before your intended bedtime with a glass of water. The formula is designed to help support a calm, relaxed state as part of your nightly wind-down 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\u003eStart with the Recommended Dose\u003c\/h3\u003e\n      \u003cp\u003eBegin with the standard recommended dose of 2 capsules. Do not exceed 8 capsules in a 24-hour period. Individual tolerance varies — adjust within the safe limits as needed after assessing your response.†\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\u003eDrowsiness Warning:\u003c\/strong\u003e This product causes drowsiness. Do not drive, operate heavy machinery, downhill ski, or perform any activity requiring alertness after taking this product. Take only before bed in a safe environment. If you are pregnant, breastfeeding, have a medical condition, or take medications, consult your healthcare professional before 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 Sleep Breakthrough\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMelatonin-Free Formula\u003c\/h4\u003e\n    \u003cp\u003eRather than supplying melatonin directly, Sleep Breakthrough provides the nutritional building blocks and co-factors that support the body's own melatonin production. This approach is designed to work with your natural sleep rhythms.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMulti-Pathway Support\u003c\/h4\u003e\n    \u003cp\u003eThe formula targets several mechanisms simultaneously — mineral support for neurotransmitter function, amino acids for relaxation, and magnolia bark extract for GABA receptor support. This multi-faceted approach may help address more than one aspect of sleep quality.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eConvenient Capsule Format\u003c\/h4\u003e\n    \u003cp\u003eDesigned for those who prefer capsules over powdered drinks. The capsule format requires no mixing, is easy to travel with, and fits seamlessly into an evening supplement routine. 60 capsules per bottle provides 30 servings.\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, dairy-free, and sugar-free. Contains no artificial ingredients, synthetic melatonin, or unnecessary fillers. Every ingredient is included for a specific functional purpose.\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\u003eVitamin B6\u003c\/h4\u003e\n    \u003cp\u003eAn essential B-vitamin that plays a key role in neurotransmitter synthesis, including serotonin and GABA — both of which are involved in regulating mood and sleep. B6 supports the enzymatic processes that help convert tryptophan into serotonin and melatonin precursors.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMagnesium\u003c\/h4\u003e\n    \u003cp\u003eAn essential mineral involved in over 300 enzymatic reactions in the body. Magnesium plays a role in nervous system regulation, muscle relaxation, and the production of sleep-related neurotransmitters. Many adults have insufficient magnesium intake from diet alone.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eZinc\u003c\/h4\u003e\n    \u003cp\u003eAn essential trace mineral involved in numerous aspects of cellular function. Zinc plays a role in supporting immune function, hormone regulation, and may contribute to healthy sleep patterns.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eL-Glycine\u003c\/h4\u003e\n    \u003cp\u003eA naturally occurring amino acid found throughout the body. L-glycine is a precursor to various compounds and has been studied for its potential role in supporting sleep quality, body temperature regulation during sleep, and morning alertness.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eL-Theanine\u003c\/h4\u003e\n    \u003cp\u003eAn amino acid commonly found in tea leaves. L-theanine is widely studied for its ability to support a calm and relaxed mental state without causing drowsiness on its own. It may help quieten a busy mind and support the transition into sleep.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eL-Taurine\u003c\/h4\u003e\n    \u003cp\u003eAn amino acid supplement that may help support a calm nervous system and promote relaxation. Taurine is involved in numerous physiological processes and may work synergistically with other calming ingredients in this formula.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMagnolia Bark Extract (Honokiol \u0026amp; Magnolol)\u003c\/h4\u003e\n    \u003cp\u003eA traditional botanical ingredient containing two key bioactive compounds — honokiol and magnolol. These compounds are studied for their potential to support relaxation, promote calmness, and modulate GABA receptors — pathways involved in supporting restful sleep.†\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), Potassium Gluconate, Calcium Citrate, Rice Extract Blend, Rice Fibre, Microcrystalline Cellulose. These are used as stabilising, flow, and encapsulation agents.\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\"\u003eAmazing Sleep\u003c\/span\u003e\n    \u003cp\u003eI have some issues sleeping, but thanks to BIOptimizers Sleep Breakthrough, my sleep times and quality are increased.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eM. K. — 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\"\u003eSleep Breakthrough\u003c\/span\u003e\n    \u003cp\u003eThis works! I haven't had an issue sleeping since I been taking it.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eNicol L. — 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\"\u003eBetter Sleep Quality\u003c\/span\u003e\n    \u003cp\u003eI've been feeling more rested and not waking up as much during the night. This has been the best sleep support I've tried so far.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eDawson G. — 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 Sleep Breakthrough Capsules? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 2 capsules approximately 30–60 minutes before your intended bedtime with a glass of water. This gives the ingredients time to be absorbed and begin supporting relaxation before you lie down. Because this product causes drowsiness, only take it when you are ready for bed and in a safe environment.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhy is Sleep Breakthrough melatonin-free? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eRather than supplying synthetic melatonin directly, Sleep Breakthrough provides nutrients (including vitamin B6, magnesium, and amino acids) that help support the body's own melatonin production pathways. This approach is designed to work with your natural biology. Individual responses vary and this is not a guarantee of specific outcomes.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow does the capsule formula differ from the powdered drink versions? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThe capsule formula is designed for convenience and ease of travel. Compared to the Blue Berry Dreams and Tropical Dreams powdered drinks, the capsule version contains magnolia bark extract but does not include GABA (PharmaGABA) or the flavouring ingredients used in the powders. It contains a slightly reduced glycine amount. The capsule format is ideal for those who prefer not to mix a drink as part of their evening routine.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs Sleep Breakthrough safe to take every night? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eSleep Breakthrough is formulated for regular use as part of an evening 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 8 capsules in a 24-hour period. Individual results vary.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take Sleep Breakthrough with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eSleep Breakthrough Capsules may be used alongside other BIOptimizers products as part of a broader wellness routine, such as Magnesium Breakthrough. 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 60 capsules. At the recommended serving size of 2 capsules per night, each bottle provides 30 servings — approximately one month's supply at standard dosage.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDoes Sleep Breakthrough 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\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\u003eDrowsiness Warning:\u003c\/strong\u003e This product causes drowsiness. Do not drive, operate heavy machinery, or perform tasks requiring mental alertness after taking this product. Take only when you are ready to sleep.\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 serious medical condition, or take any medications, consult your healthcare professional before use. This is especially important if you take sedatives, anti-anxiety medications, or any substances that affect the central nervous system.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDosage:\u003c\/strong\u003e Recommended serving is 2 capsules taken approximately 30–60 minutes before bed. Do not exceed 8 capsules in a 24-hour period.\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":44070259032098,"sku":"BIOSLEEPCAPS","price":67.65,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaSleepBreakthroughcapsules.png?v=1755084956"},{"product_id":"bioptimizers-stress-guardian","title":"BIOptimizers Stress Guardian","description":"\u003cp\u003e\u003cbr\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\u003cdiv class=\"bio-desc\"\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\u003chr class=\"bd-rule\"\u003e\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\u003chr class=\"bd-rule\"\u003e\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\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\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\u003chr class=\"bd-rule\"\u003e\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\u003chr class=\"bd-rule\"\u003e\n\u003c!-- HOW IT WORKS --\u003e\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\u003chr class=\"bd-rule\"\u003e\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\u003chr class=\"bd-rule\"\u003e\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\u003chr class=\"bd-rule\"\u003e\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\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.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\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\u003c\/div\u003e\n\u003c!-- \/.bio-desc --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cbr\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"},{"product_id":"bioptimizers-vegzymes","title":"BIOptimizers Vegzymes 120 Capsules","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; line-height: 1.45;\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; line-height: 1.45;\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 {\n    font-size: 16px;\n    line-height: 1.7;\n  }\n  .bio-desc .bd-h2 {\n    font-size: clamp(19px, 5vw, 24px);\n    margin-bottom: 18px;\n  }\n  .bio-desc .bd-callout,\n  .bio-desc .bd-highlight {\n    padding: 20px 16px;\n  }\n  .bio-desc .bd-how-card,\n  .bio-desc .bd-form-card {\n    padding: 18px 16px;\n  }\n  .bio-desc .bd-ingredient {\n    padding: 16px 16px;\n  }\n  .bio-desc .bd-review {\n    padding: 18px 16px;\n  }\n  .bio-desc .bd-badge {\n    padding: 14px 10px;\n  }\n  .bio-desc .bd-badge .bd-icon {\n    font-size: 22px;\n  }\n  .bio-desc .bd-badges {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n  }\n  .bio-desc .bd-forms-grid {\n    grid-template-columns: 1fr;\n  }\n  .bio-desc .bd-how-grid {\n    grid-template-columns: 1fr;\n  }\n  .bio-desc .bd-faq-q {\n    font-size: 14.5px;\n    padding: 16px 0;\n  }\n  .bio-desc .bd-faq-a {\n    font-size: 14.5px;\n  }\n  .bio-desc .bd-bullets li {\n    font-size: 15px;\n  }\n  .bio-desc .bd-highlight ul li {\n    font-size: 15px;\n  }\n  .bio-desc .bd-callout p {\n    font-size: 15px;\n  }\n}\n\n@media (max-width: 480px) {\n  .bio-desc {\n    font-size: 15.5px;\n  }\n  .bio-desc .bd-disclaimer-box {\n    font-size: 13px;\n    padding: 12px 14px;\n  }\n  .bio-desc .bd-h2 {\n    font-size: clamp(18px, 5.5vw, 22px);\n  }\n  .bio-desc .bd-callout h3,\n  .bio-desc .bd-highlight h3 {\n    font-size: 16px;\n  }\n  .bio-desc .bd-ingredient h4,\n  .bio-desc .bd-form-card .bd-form-name {\n    font-size: 14.5px;\n  }\n  .bio-desc .bd-ingredient p,\n  .bio-desc .bd-form-card p,\n  .bio-desc .bd-how-card p {\n    font-size: 14px;\n  }\n  .bio-desc .bd-review p,\n  .bio-desc .bd-review-title {\n    font-size: 14.5px;\n  }\n  .bio-desc .bd-caution p {\n    font-size: 13px;\n  }\n  .bio-desc .bd-faq-q {\n    font-size: 14px;\n  }\n  .bio-desc .bd-faq-a {\n    font-size: 14px;\n  }\n  .bio-desc .bd-rule {\n    margin: 24px 0;\n  }\n  .bio-desc .bd-section {\n    padding: 0 0 24px;\n  }\n  .bio-desc .bd-badges {\n    gap: 7px;\n  }\n  .bio-desc .bd-badge p {\n    font-size: 11px;\n  }\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 optimal digestion of plant-rich meals, including legumes, grains, and vegetables†\u003c\/li\u003e\n    \u003cli\u003eMay help reduce occasional bloating and gas associated with high-fibre plant foods†\u003c\/li\u003e\n    \u003cli\u003eMay help support nutrient absorption from plant-based foods†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy energy levels by improving breakdown of plant proteins, fats, and carbohydrates†\u003c\/li\u003e\n    \u003cli\u003eMay help support the breakdown of fibre and complex carbohydrates in plant foods†\u003c\/li\u003e\n    \u003cli\u003eMay help support digestion of legumes, beans, and cruciferous vegetables†\u003c\/li\u003e\n    \u003cli\u003eIncludes AstraZyme® — a patented enzyme absorption-enhancing complex†\u003c\/li\u003e\n    \u003cli\u003eIncludes InnoSlim® — a patented plant extract blend to support metabolic wellness†\u003c\/li\u003e\n    \u003cli\u003e17 potent digestive enzymes per capsule — comprehensive full-spectrum formula†\u003c\/li\u003e\n    \u003cli\u003eSuitable for vegans, vegetarians, plant-based athletes, and anyone eating plant-rich meals\u003c\/li\u003e\n    \u003cli\u003eVegan, gluten-free, dairy-free, sugar-free, chemicals \u0026amp; fillers 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\u003eDairy 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!-- WHAT IS VEGZYMES --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003ePlant-Based Digestive Enzyme Supplement\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eA Raw Food Diet in a Bottle†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eDigestive Enzyme Support for Plant-Rich Eating†\u003c\/h3\u003e\n    \u003cp\u003eRaw, unprocessed plant foods naturally contain enzymes that assist in their own digestion. However, cooking and processing can reduce these naturally occurring enzymes, potentially placing more demand on the body's own digestive system. VegZymes is formulated to help bridge this gap — providing a comprehensive blend of plant-derived digestive enzymes designed to support the digestion of plant-rich meals.†\u003c\/p\u003e\n    \u003cp\u003eVegZymes contains 17 potent digestive enzymes per capsule, specifically chosen to support the breakdown of the carbohydrates, fibres, proteins, and fats commonly found in plant-based foods — including legumes, grains, vegetables, and fruits. The formula also includes AstraZyme®, a patented enzyme complex traditionally associated with enhanced nutrient absorption, and InnoSlim®, a patented plant-extract blend to support metabolic wellness.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e VegZymes is a complementary medicine designed to support general digestive function. It is not a treatment for any medical condition, digestive disorder, or diagnosed gastrointestinal condition. 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!-- FORMULA HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eFull-Spectrum Enzyme Formula\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003e17 Digestive Enzymes Per Capsule†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eComprehensive Digestive Support for Plant-Rich Diets†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e17 potent, plant-derived digestive enzymes in a single capsule†\u003c\/li\u003e\n      \u003cli\u003eBroad-spectrum formula designed to support digestion of proteins, carbohydrates, fats, and fibres†\u003c\/li\u003e\n      \u003cli\u003eIncludes specialised enzymes for breaking down fibrous plant foods — including cellulase, hemicellulase, and alpha galactosidase†\u003c\/li\u003e\n      \u003cli\u003eAlpha galactosidase specifically included to help support digestion of legumes and gas-producing plant foods†\u003c\/li\u003e\n      \u003cli\u003eIncludes phytase to support breakdown of phytic acid found in grains and legumes†\u003c\/li\u003e\n      \u003cli\u003eEnhanced with AstraZyme® — a patented complex designed to help support enzyme absorption and activity†\u003c\/li\u003e\n      \u003cli\u003eEnhanced with InnoSlim® — a patented plant-extract blend to support metabolic and glucose wellness†\u003c\/li\u003e\n      \u003cli\u003eConvenient capsule format — simply take with each plant-rich meal\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 ENZYME GROUPS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eEnzyme Categories\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Key Enzyme Complexes†\u003c\/div\u003e\n  \u003cdiv class=\"bd-enzyme-grid\"\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eCarbohydrate \u0026amp; Fibre Enzymes \u003cspan class=\"bd-tag\"\u003eAmylase · Cellulase · Pectinase · Xylanase · Hemicellulase · Alpha Galactosidase · Phytase · Beta Glucanase\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eThis group of enzymes is designed to help support the breakdown of the complex carbohydrates and dietary fibres found abundantly in plant-based foods. Cellulase and hemicellulase support breakdown of cellulose and hemicellulose, while alpha galactosidase targets the oligosaccharides in legumes and beans that can contribute to occasional gas and bloating.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003eProtein \u0026amp; Fat Enzymes \u003cspan class=\"bd-tag\"\u003eProtease Blend · Lipase Blend · Protease FNP\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eProtease enzymes support the breakdown of plant proteins into amino acids, while the lipase blend supports the digestion of dietary fats. Together, these enzymes may help support more complete nutrient extraction from plant proteins and healthy fats found in whole foods, nuts, and seeds.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-form-card\"\u003e\n      \u003cdiv class=\"bd-form-name\"\u003ePatented Enhancement Complex \u003cspan class=\"bd-tag\"\u003eAstraZyme® · InnoSlim® · Betaine HCL\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eAstraZyme® is a patented, plant-derived compound that combines Astragalus and Notoginseng extracts. It is included to help support enzyme activity and nutrient absorption. InnoSlim® is a patented blend of Astragalus and Panax notoginseng extracts traditionally used to support healthy glucose metabolism and metabolic wellness. Betaine HCL is included to support a healthy gastric environment for optimal enzyme function.†\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!-- 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 Digestion of Plant-Rich Meals†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eA Targeted Approach to Plant Food Digestion†\u003c\/h3\u003e\n    \u003cp\u003ePlant foods contain a wide variety of structural components — including cellulose, hemicellulose, pectin, beta-glucans, and phytic acid — that the body's naturally produced enzymes may struggle to fully break down, particularly when dietary fibre intake is high. VegZymes provides a range of supplemental enzymes specifically designed to help address these digestive challenges.†\u003c\/p\u003e\n    \u003cp\u003eAlpha galactosidase targets the oligosaccharides in legumes and cruciferous vegetables that are commonly associated with gas production. Cellulase and hemicellulase support the breakdown of plant cell walls. Phytase targets phytic acid — a compound found in grains and legumes that may reduce absorption of certain minerals. Together, the 17 enzymes in VegZymes are designed to help support more thorough digestion and nutrient extraction from plant-rich meals.†\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Individual responses to digestive enzyme supplements vary. Results depend on overall diet, lifestyle, and individual digestive health. This product is a complementary medicine and is best used as part of a balanced diet and healthy lifestyle.\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 VegZymes\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🍽️ With Meals\u003c\/div\u003e\n      \u003ch3\u003eTake With Plant-Rich Meals\u003c\/h3\u003e\n      \u003cp\u003eTake 2 capsules with each meal containing plant-based foods. For meals with particularly high fibre or legume content, up to 3 capsules may be taken per meal. VegZymes may also be taken between meals to help support general digestive comfort.†\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\u003eThe suggested serving is 2 capsules per meal, with up to 1–3 capsules per meal or 1–2 capsules between meals, as needed. Each bottle contains 120 capsules. Do not exceed the recommended dose. 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 For best results, take VegZymes at the start of your meal — before or during eating — to allow the enzymes to begin working alongside the food as it enters your digestive system. Consistent daily use is recommended for ongoing digestive support. 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 VegZymes\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003e17-Enzyme Full-Spectrum Formula\u003c\/h4\u003e\n    \u003cp\u003eRather than including just one or two enzymes, VegZymes provides a full spectrum of 17 plant-derived digestive enzymes — each chosen to target a specific component of plant-based foods. This comprehensive approach is designed to support more thorough breakdown of plant proteins, fibres, carbohydrates, and fats in a single convenient capsule.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePatented AstraZyme® Enhancement\u003c\/h4\u003e\n    \u003cp\u003eVegZymes includes AstraZyme®, a patented plant-derived compound combining Astragalus membranaceus and Panax notoginseng root extracts. AstraZyme® is included specifically to help support the activity and absorption of the enzymes in the formula, potentially enhancing the overall effectiveness of the enzyme blend.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePatented InnoSlim® for Metabolic Support\u003c\/h4\u003e\n    \u003cp\u003eInnoSlim® is a patented, clinically studied plant extract blend made from Astragalus and Panax notoginseng. It is included in the VegZymes formula to help support healthy glucose metabolism and metabolic wellness alongside digestive support.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eInformed Sport Certified\u003c\/h4\u003e\n    \u003cp\u003eEvery batch of VegZymes is tested by Informed Sport — a globally recognised supplement quality assurance program. This certification ensures that every batch has been screened for more than 250 substances prohibited in sport, making VegZymes suitable for competitive athletes and active individuals who require third-party tested supplements.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eClean, Plant-Derived Ingredient Profile\u003c\/h4\u003e\n    \u003cp\u003eVegan, gluten-free, dairy-free, and sugar-free. Free from chemicals, unnecessary fillers, and artificial ingredients. The capsule shell is made from vegetable cellulose, keeping the entire formula plant-based and free from animal-derived ingredients.\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\u003eAmylase\u003c\/h4\u003e\n    \u003cp\u003eAn enzyme that supports the breakdown of starches and complex carbohydrates into simple sugars. Amylase is particularly useful for supporting the digestion of starchy plant foods such as grains, root vegetables, and legumes.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eBeta Glucanase\u003c\/h4\u003e\n    \u003cp\u003eSupports the breakdown of beta-glucans — a type of soluble dietary fibre found in oats, barley, and certain mushrooms. Beta-glucanase may help support more comfortable digestion of high-fibre plant foods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePectinase S\u003c\/h4\u003e\n    \u003cp\u003eSupports the breakdown of pectin — a type of soluble fibre found in the cell walls of fruits and vegetables. Pectinase may help support nutrient release from plant cell walls and support more thorough digestion of fruits and cooked vegetables.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eProtease FNP \u0026amp; Protease Blend\u003c\/h4\u003e\n    \u003cp\u003eA combination of protease enzymes designed to support the breakdown of plant proteins into amino acids. Protease enzymes are important for supporting optimal protein digestion and amino acid availability from plant-based protein sources including legumes, grains, and nuts.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eCellulase (Trichoderma longibrachiatum \u0026amp; Aspergillus niger)\u003c\/h4\u003e\n    \u003cp\u003eTwo forms of cellulase enzyme are included to support the breakdown of cellulose — the structural fibre found in plant cell walls. Cellulase is not produced by the human body, making supplemental cellulase particularly relevant for those consuming significant amounts of raw or fibrous plant foods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eXylanase\u003c\/h4\u003e\n    \u003cp\u003eAn enzyme that supports the breakdown of xylan — a type of hemicellulose found in the cell walls of grasses, grains, and vegetables. Xylanase may help support digestion of high-fibre grain-based foods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHemicellulase\u003c\/h4\u003e\n    \u003cp\u003eSupports the breakdown of hemicellulose, a structural polysaccharide found in the cell walls of plants. Together with cellulase and xylanase, hemicellulase helps target the complex fibrous components of plant cell walls.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAlpha Galactosidase\u003c\/h4\u003e\n    \u003cp\u003eSupports the breakdown of alpha-galactosides — the specific oligosaccharides in legumes, beans, and certain vegetables (such as broccoli and cabbage) that are commonly associated with gas and bloating. Alpha galactosidase may help support more comfortable digestion of these foods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePhytase\u003c\/h4\u003e\n    \u003cp\u003eSupports the breakdown of phytic acid — an antinutrient found in grains, seeds, and legumes that can bind to minerals and reduce their absorption. Phytase may help support improved mineral bioavailability from plant foods.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eLipase Blend\u003c\/h4\u003e\n    \u003cp\u003eSupports the breakdown of dietary fats and lipids from plant sources including nuts, seeds, avocado, and oils. The lipase blend helps ensure fats from plant-rich meals are broken down effectively to support nutrient absorption.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstraZyme®\u003c\/h4\u003e\n    \u003cp\u003eA patented plant-derived enzyme enhancement complex combining extracts of Astragalus membranaceus and Panax notoginseng root. AstraZyme® is included to help support the absorption and activity of the digestive enzymes in the VegZymes formula.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eInnoSlim®\u003c\/h4\u003e\n    \u003cp\u003eA patented plant-extract blend derived from Astragalus and Panax notoginseng, traditionally associated with support for healthy glucose metabolism and metabolic wellness. InnoSlim® complements the digestive enzyme complex to support overall nutrient utilisation.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eBetaine HCL\u003c\/h4\u003e\n    \u003cp\u003eBetaine hydrochloride is included to help support a healthy gastric acid environment, which is important for the activation and optimal performance of digestive enzymes. Adequate gastric acid is an important factor in effective protein and nutrient digestion.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice Extract, Capsule (Vegetable Cellulose and Water). 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\"\u003evegzymes\u003c\/span\u003e\n    \u003cp\u003eThese enzymes are high quality and really help digesting all the legumes and veggies I have.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eS. S. M — Brisbane, 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 VegZymes? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 2 capsules with each plant-rich meal. For best results, take VegZymes at the start of your meal — before or during eating — so the enzymes can begin working alongside food as digestion begins. VegZymes may also be taken between meals for additional digestive support. 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\"\u003eIs VegZymes only for vegans and vegetarians? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. While VegZymes is particularly well suited for those following plant-based, vegan, or vegetarian diets, it is beneficial for anyone who regularly consumes plant-rich foods — including salads, legumes, grains, vegetables, and fruits. This includes those following Paleo, Keto, or other dietary approaches that include significant quantities of fibrous plant foods.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan VegZymes help with bloating from legumes and beans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eVegZymes contains alpha galactosidase — an enzyme specifically included to help support the breakdown of the oligosaccharides in legumes, beans, and certain cruciferous vegetables that are commonly associated with gas and bloating. Individual responses vary, and results depend on diet, overall digestive health, and individual factors.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhat is AstraZyme® and why is it included? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eAstraZyme® is a patented, plant-derived compound combining extracts of Astragalus membranaceus and Panax notoginseng root. It is included in the VegZymes formula to help support the absorption and activity of the digestive enzymes. BIOptimizers includes AstraZyme® to help maximise the effectiveness of the enzyme blend.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs VegZymes safe to take every day? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eVegZymes is formulated for regular use as part of a daily wellness and digestive health routine. As with all supplements, consult your healthcare professional before use — especially if you have a medical condition, including gastritis or ulcers, or are pregnant, breastfeeding, or taking medications. Do not exceed the recommended dose on the label.†\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 120 capsules. At the suggested serving of 2 capsules per meal and 3 meals per day, each bottle provides approximately 20 days of use. At 2 capsules per meal and 2 meals per day, each bottle provides approximately 30 days of use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan VegZymes be taken with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eVegZymes may be used alongside other BIOptimizers products as part of a broader digestive health or wellness routine. It is commonly paired with MassZymes (a broader digestive enzyme formula) or P3-OM (a probiotic formula) for comprehensive digestive support. 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\"\u003eDoes VegZymes 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 daily use.\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\u003eContraindications:\u003c\/strong\u003e Do not use if gastritis or active ulcers are present. If you are pregnant, breastfeeding, have a medical condition, or take any medications, consult your healthcare professional before use.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDosage:\u003c\/strong\u003e Suggested serving is 2 capsules with each meal. May take 1–3 capsules with each meal and 1–2 capsules between meals. 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":44070259097634,"sku":"BIOVEGZYMES","price":67.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaVegzymes.webp?v=1755084959"},{"product_id":"breakthrough-sleep-stack","title":"Breakthrough Sleep Stack","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; line-height: 1.45;\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; line-height: 1.45;\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\/* ── FLAVOUR CARDS ── *\/\n.bio-desc .bd-flavour-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-bottom: 16px;\n}\n@media (max-width: 560px) { .bio-desc .bd-flavour-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-flavour-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 12px;\n  padding: 22px 20px;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-flavour-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.1); }\n.bio-desc .bd-flavour-card .bd-flavour-icon { font-size: 30px; margin-bottom: 10px; display: block; }\n.bio-desc .bd-flavour-card h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 800; font-size: 16px;\n  color: var(--bd-text); margin-bottom: 8px;\n}\n.bio-desc .bd-flavour-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; }\n.bio-desc .bd-flavour-card .bd-flavour-tag {\n  display: inline-block;\n  margin-top: 10px;\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 9px;\n}\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-flavour-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  .bio-desc .bd-flavour-card { padding: 18px 16px; }\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 relaxation and a calm state of mind as part of an evening routine†\u003c\/li\u003e\n    \u003cli\u003eMay help support restful, quality sleep throughout the night†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy magnesium levels, which play a role in normal muscle and nervous system function†\u003c\/li\u003e\n    \u003cli\u003eMay help support a balanced stress response and feelings of calm†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy energy levels upon waking†\u003c\/li\u003e\n    \u003cli\u003eSleep Breakthrough — amino acids, minerals, and botanical extracts in a delicious evening drink†\u003c\/li\u003e\n    \u003cli\u003eMagnesium Breakthrough — seven distinct forms of magnesium in a single capsule†\u003c\/li\u003e\n    \u003cli\u003eAvailable in two flavours: Blueberry Dreams and Tropical Dreams\u003c\/li\u003e\n    \u003cli\u003eNon-habit-forming — no melatonin, no artificial sweeteners, no preservatives\u003c\/li\u003e\n    \u003cli\u003eVegan, gluten-free, soy-free, and free from artificial additives\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\u003eNo Artificial Sweeteners\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 Flavours\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!-- WHAT IS THE STACK --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eComprehensive Evening Wellness Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eTwo Products. One Evening Ritual.†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eA Nighttime Stack Designed for Comprehensive Sleep Support†\u003c\/h3\u003e\n    \u003cp\u003eThe Breakthrough Sleep Stack combines two complementary products into a single evening wellness routine, each targeting a different aspect of nighttime wellbeing.†\u003c\/p\u003e\n    \u003cul style=\"list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 10px;\"\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-sleep-breakthrough-60-capsules\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e\u003c\/a\u003e — a powdered evening drink mix with amino acids, botanicals, and calming minerals including glycine, L-theanine, taurine, and magnolia bark extract, traditionally used to support relaxation. Available in two flavours.†\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-magnesium-breakthrough-60-capsules\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e\u003c\/a\u003e (60 capsules) — a full-spectrum magnesium capsule providing seven distinct forms of magnesium to help support healthy magnesium levels and normal muscle and nervous system function.†\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The Breakthrough Sleep Stack is a complementary medicine designed to support general wellbeing and relaxation. It is not a treatment for any medical condition, sleep disorder, or diagnosed health condition. 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!-- FLAVOUR SECTION --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eSleep Breakthrough Flavours\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eChoose Your Flavour — Two Distinct Profiles†\u003c\/div\u003e\n  \u003cdiv class=\"bd-flavour-grid\"\u003e\n    \u003cdiv class=\"bd-flavour-card\"\u003e\n      \u003cspan class=\"bd-flavour-icon\"\u003e🫐\u003c\/span\u003e\n      \u003ch3\u003eBlueberry Dreams\u003c\/h3\u003e\n      \u003cp\u003eIncludes GABA (as PharmaGABA®) alongside bamboo leaf extract and magnolia bark extract. GABA is an amino acid that acts as a neurotransmitter and is traditionally associated with promoting calm and relaxation.\u003c\/p\u003e\n      \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChoose this flavour to include GABA in your evening routine.†\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cspan class=\"bd-flavour-tag\"\u003eIncludes GABA (PharmaGABA®)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-flavour-card\"\u003e\n      \u003cspan class=\"bd-flavour-icon\"\u003e🌴\u003c\/span\u003e\n      \u003ch3\u003eTropical Dreams\u003c\/h3\u003e\n      \u003cp\u003eFeatures a higher concentration of magnolia bark extract (Magnolia officinalis) and does not include GABA. Magnolia bark has a long history of traditional use for supporting nervous system calm and relaxation.\u003c\/p\u003e\n      \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChoose this flavour for a higher magnolia bark profile without GABA.†\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cspan class=\"bd-flavour-tag\"\u003eHigher Magnolia Bark · No GABA\u003c\/span\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; margin-top: 4px;\"\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\u003eBoth flavours\u003c\/strong\u003e share the same core base: glycine, L-theanine, taurine, magnesium bisglycinate, zinc, potassium, vitamin B6, and bamboo leaf extract. The difference is botanical emphasis — GABA in \u003cstrong\u003eBlueberry Dreams\u003c\/strong\u003e, higher magnolia bark in \u003cstrong\u003eTropical Dreams\u003c\/strong\u003e. Consult your healthcare professional if unsure which is right for you.†\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- FORMULA HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eFull-Spectrum Formulation\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eKey Features of the Breakthrough Sleep Stack†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eA Two-Product Evening Wellness Routine†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eSleep Breakthrough — amino acids, minerals, and botanical extracts in a delicious evening drink†\u003c\/li\u003e\n      \u003cli\u003eMagnesium Breakthrough — seven distinct forms of magnesium in a single capsule†\u003c\/li\u003e\n      \u003cli\u003eVitamin B6 (as pyridoxal-5-phosphate) included in both products to support nervous system function†\u003c\/li\u003e\n      \u003cli\u003eNon-habit-forming — no melatonin, no artificial sweeteners, no preservatives\u003c\/li\u003e\n      \u003cli\u003eGluten-free, soy-free, vegan, and made with natural flavours\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!-- 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 the Breakthrough Sleep Stack\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🌙 Sleep Breakthrough\u003c\/div\u003e\n      \u003ch3\u003eEvening Drink Mix\u003c\/h3\u003e\n      \u003cp\u003eMix approximately two scoops (one teaspoon) with water and drink approximately 60 minutes before bedtime. Do not exceed 3 scoops per day. Available in \u003cstrong\u003eBlueberry Dreams\u003c\/strong\u003e and \u003cstrong\u003eTropical Dreams\u003c\/strong\u003e.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e💊 Magnesium Breakthrough\u003c\/div\u003e\n      \u003ch3\u003eDaily Magnesium Capsule\u003c\/h3\u003e\n      \u003cp\u003eTake as directed on the product label. Each bottle contains 60 capsules. Do not exceed the recommended dose. Consult your healthcare professional if unsure about the appropriate dose for your 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 Pair \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e with a consistent wind-down ritual — such as dimming lights and minimising screen time — to help support healthy sleep habits. 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\"\u003eWhy Choose This Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhat Makes the Breakthrough Sleep Stack Different\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eTwo Complementary Products†\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e targets relaxation through amino acids and botanicals. \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e supports daily magnesium intake — an essential mineral for normal muscle and nervous system function. Together they address two distinct aspects of evening wellness in a single routine.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSeven Forms of Magnesium in Magnesium Breakthrough†\u003c\/h4\u003e\n    \u003cp\u003eFormulated with magnesium bisglycinate, malate, orotate, taurate, citrate, chelate, and sucrosomial forms, plus a humic\/fulvic monatomic blend. Different forms may have varying absorption profiles — the full-spectrum approach is designed to support multiple biological pathways.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAmino Acid and Botanical Foundation in Sleep Breakthrough†\u003c\/h4\u003e\n    \u003cp\u003eGlycine, taurine, and L-theanine are traditionally used to support relaxation and nervous system calm. These are complemented by magnolia bark extract (Magnolia officinalis) — used in traditional Chinese medicine for centuries — and bamboo leaf extract (Phyllostachys viridis).†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eNo Melatonin, No Artificial Sweeteners, No Preservatives\u003c\/h4\u003e\n    \u003cp\u003eBoth products are free from melatonin, artificial sweeteners, preservatives, gluten, and soy. \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e uses natural flavours. Both products are vegan-friendly.\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 GMP-certified facilities with premium, globally sourced ingredients, backed by a Certificate of Analysis (COA). Sold with a 90-Day Money Back Guarantee through BIOptimizers Australia.\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\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSleep Breakthrough — Shared Ingredients (Both Flavours)\u003c\/h4\u003e\n    \u003cp\u003eVitamin B6 (as Pyridoxal-5-Phosphate), Magnesium (from Magnesium Bisglycinate Chelate), Zinc (from Zinc Picolinate), Potassium (from Potassium Gluconate), Glycine, Taurine, Bamboo Leaf (Phyllostachys viridis) Extract, L-Theanine, Magnolia (Magnolia officinalis) Bark Extract. Natural flavours, no artificial sweeteners or preservatives.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSleep Breakthrough — Blueberry Dreams\u003c\/h4\u003e\n    \u003cp\u003eIncludes Gamma-Aminobutyric Acid (GABA) from PharmaGABA® in addition to the shared base above. Standard concentration of magnolia bark extract.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eSleep Breakthrough — Tropical Dreams\u003c\/h4\u003e\n    \u003cp\u003eDoes not include GABA. Contains a higher concentration of magnolia bark extract than \u003cstrong\u003eBlueberry Dreams\u003c\/strong\u003e. All other shared ingredients remain the same.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGlycine\u003c\/h4\u003e\n    \u003cp\u003eAn amino acid involved in normal neurotransmitter function, widely used in complementary medicine as part of relaxation formulas. Also contributes to the pleasant, slightly sweet taste of \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eL-Theanine\u003c\/h4\u003e\n    \u003cp\u003eAn amino acid naturally found in green tea (Camellia sinensis), commonly used in complementary medicine to support relaxation and calm without causing drowsiness.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eTaurine\u003c\/h4\u003e\n    \u003cp\u003eA naturally occurring amino acid involved in neurological function, widely used in complementary medicine formulas targeting relaxation and nervous system support.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMagnolia Bark Extract (Magnolia officinalis)\u003c\/h4\u003e\n    \u003cp\u003eTraditionally used in Chinese herbal medicine to support nervous system calm and relaxation. \u003cstrong\u003eTropical Dreams\u003c\/strong\u003e contains a higher concentration; \u003cstrong\u003eBlueberry Dreams\u003c\/strong\u003e contains a standard amount alongside GABA.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eBamboo Leaf Extract (Phyllostachys viridis)\u003c\/h4\u003e\n    \u003cp\u003eA naturally derived botanical ingredient included in both \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e flavours.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eGABA (PharmaGABA®) — Blueberry Dreams Only\u003c\/h4\u003e\n    \u003cp\u003eA naturally derived form of gamma-aminobutyric acid, an inhibitory neurotransmitter in the central nervous system. Included in \u003cstrong\u003eBlueberry Dreams\u003c\/strong\u003e to complement the amino acid and botanical profile.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMagnesium Bisglycinate Chelate\u003c\/h4\u003e\n    \u003cp\u003eA chelated form of magnesium bound to glycine, included in \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e as part of its mineral base. Also present in \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e as one of seven magnesium forms.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eZinc (from Zinc Picolinate)\u003c\/h4\u003e\n    \u003cp\u003eA highly bioavailable form of zinc — an essential mineral involved in normal immune and nervous system function.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePotassium (from Potassium Gluconate)\u003c\/h4\u003e\n    \u003cp\u003eAn essential electrolyte mineral involved in normal muscle and nervous system function.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eVitamin B6 (as Pyridoxal-5-Phosphate)\u003c\/h4\u003e\n    \u003cp\u003eThe active, bioavailable form of vitamin B6 — an essential nutrient for normal nervous system function and amino acid metabolism. Included in both \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e and \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMagnesium Breakthrough — Seven Forms of Magnesium\u003c\/h4\u003e\n    \u003cp\u003eMagnesium Chelate, Magnesium Bisglycinate, Sucrosomial Magnesium (as Magnesium Oxide), Magnesium Malate, Magnesium Orotate, Magnesium Taurate, Magnesium Citrate, Humic\/Fulvic Monatomic Blend, Manganese (as Manganese Citrate). Each form has a distinct absorption profile, providing comprehensive magnesium support across multiple biological pathways.†\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\"\u003eDrastically improved my sleep scores\u003c\/span\u003e\n    \u003cp\u003eThis sleep complex is by far the best on the market — it crushes any others and my sleep scores improved drastically. Won't go to bed without it.\u003c\/p\u003e\n    \u003cspan class=\"bd-reviewer\"\u003eJohn Birrell — Sydney, 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\"\u003eWhat is included in the Breakthrough Sleep Stack? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThe stack includes one jar of \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e (your choice of Blueberry Dreams or Tropical Dreams) and one bottle of \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e (60 capsules). Select your preferred flavour at checkout.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhat is the difference between Blueberry Dreams and Tropical Dreams? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eBoth flavours share the same core base: glycine, L-theanine, taurine, magnesium bisglycinate, zinc, potassium, vitamin B6, and bamboo leaf extract. \u003cstrong\u003eBlueberry Dreams\u003c\/strong\u003e adds GABA (as PharmaGABA®) with a standard magnolia bark concentration. \u003cstrong\u003eTropical Dreams\u003c\/strong\u003e omits GABA and uses a higher concentration of magnolia bark extract. Choose based on whether you want GABA in your formula.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow do I take Sleep Breakthrough? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eMix approximately two scoops (one teaspoon) of \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e with water and drink approximately 60 minutes before bedtime. Do not exceed 3 scoops per day. 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\"\u003eDoes Sleep Breakthrough contain melatonin? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e does not contain melatonin. It is a non-habit-forming complementary medicine based on amino acids, minerals, and botanical extracts designed to support relaxation and calm as part of an evening routine.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhy are there seven forms of magnesium in Magnesium Breakthrough? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eDifferent forms of magnesium have varying absorption profiles and biological roles. By including seven distinct forms — bisglycinate, malate, orotate, taurate, citrate, chelate, and sucrosomial — \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e is designed to support multiple biological pathways rather than relying on a single form.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs the Breakthrough Sleep Stack suitable for vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes. Both \u003cstrong\u003eSleep Breakthrough\u003c\/strong\u003e and \u003cstrong\u003eMagnesium Breakthrough\u003c\/strong\u003e are vegan-friendly, gluten-free, soy-free, and free from artificial sweeteners and preservatives.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take the Breakthrough Sleep Stack every day? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eBoth products are formulated for regular daily use. Consult your healthcare professional before use — especially if you have a medical condition, are pregnant or breastfeeding, or are taking medications. Do not exceed the recommended doses on each label.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan the Breakthrough Sleep Stack be used alongside other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, both products may be used alongside other BIOptimizers products. If combining supplements or medications, consult your healthcare professional to confirm 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\"\u003eDoes Sleep Breakthrough require refrigeration? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. Store both products in a cool, dry place away from direct sunlight and out of reach of children.\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\u003eContraindications:\u003c\/strong\u003e If you are pregnant, breastfeeding, have a medical condition, or take any medications — including sedatives or blood pressure medications — consult your healthcare professional before use. Do not use if you have known hypersensitivity to any ingredient.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eSleep Breakthrough Dosage:\u003c\/strong\u003e Mix approximately 2 scoops with water approximately 60 minutes before bedtime. Do not exceed 3 scoops per day.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMagnesium Breakthrough Dosage:\u003c\/strong\u003e Take as directed on the product label. Do not exceed the recommended dose.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChildren:\u003c\/strong\u003e 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.\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":"Blue Berry Dreams","offer_id":44070259130402,"sku":"BIOSLEEPSTACKBERRY","price":139.0,"currency_code":"AUD","in_stock":true},{"title":"Tropical Dreams","offer_id":44070259163170,"sku":"BIOSLEEPSTACKTROPICAL","price":139.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaBreakthroughSleepStackTropicalDreams.webp?v=1755084961"},{"product_id":"digestive-health-stack","title":"Digestive Health Stack","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.bio-desc .bd-bullets li em,\n.bio-desc .bd-highlight ul li em,\n.bio-desc .bd-callout em,\n.bio-desc .bd-ingredient em,\n.bio-desc .bd-faq-a em {\n  font-style: italic;\n  word-spacing: normal;\n  letter-spacing: normal;\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(3, 1fr);\n  gap: 14px; margin-bottom: 16px;\n}\n@media (max-width: 700px) { .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; line-height: 1.45;\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; line-height: 1.45;\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\/* ── 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-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-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 (including active ulcers or gastritis), 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 healthy digestion and nutrient absorption as part of a daily digestive wellness routine†\u003c\/li\u003e\n    \u003cli\u003eMay help support comfortable digestion and reduce occasional bloating and post-meal heaviness†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy stomach acid levels, which play a role in protein digestion and mineral absorption†\u003c\/li\u003e\n    \u003cli\u003eMay help support a balanced gut microbiome and healthy gut flora†\u003c\/li\u003e\n    \u003cli\u003eMay help support amino acid, vitamin, and mineral absorption from food†\u003c\/li\u003e\n    \u003cli\u003eMay help support energy levels by optimising nutrient availability from meals†\u003c\/li\u003e\n    \u003cli\u003eMay help support muscle recovery when combined with proper nutrition and training†\u003c\/li\u003e\n    \u003cli\u003eMassZymes — full-spectrum digestive enzyme formula with 100,000 HUTs of proteases per capsule (1 bottle · 250 capsules)†\u003c\/li\u003e\n    \u003cli\u003eP3-OM — synbiotic probiotic + prebiotic formula featuring the patented Lactobacillus plantarum OM strain (1 bottle · 120 capsules)†\u003c\/li\u003e\n    \u003cli\u003eHCL Breakthrough — 100% plant-based betaine hydrochloride and enzyme blend for stomach acid support (1 bottle · 90 capsules)†\u003c\/li\u003e\n    \u003cli\u003eAll three products are plant-based, gluten-free, soy-free, and free from artificial additives\u003c\/li\u003e\n\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\u003ePlant-Based\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\u003eVegan Friendly\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e❄️\u003c\/span\u003e\n      \u003cp\u003eNo Refrigeration Needed\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!-- WHAT IS THE STACK --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eComprehensive Digestive Wellness Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Products. One Complete Digestive Routine.†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eA Three-Product Stack Designed for Comprehensive Digestive Support†\u003c\/h3\u003e\n    \u003cp\u003eThe Digestive Health Stack combines three complementary products into a single daily digestive wellness routine, each targeting a distinct aspect of healthy digestion.†\u003c\/p\u003e\n    \u003cul style=\"list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 10px;\"\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/masszymes?variant=44070258802722\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eMassZymes\u003c\/strong\u003e\u003c\/a\u003e (1 bottle · 250 capsules) — a full-spectrum digestive enzyme formula containing 100,000 HUTs of proteases per capsule, plus amylase, lipase, cellulase, lactase, phytase, and more. Features AstraZyme™ for enhanced enzyme delivery. 100% plant-based.†\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-p3om-probiotic?variant=44070258966562\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eP3-OM\u003c\/strong\u003e\u003c\/a\u003e (1 bottle · 120 capsules) — a synbiotic formula combining the patented \u003cem\u003eLactobacillus plantarum\u003c\/em\u003e OM probiotic strain with fructo-oligosaccharides (FOS) prebiotic fibre to help support healthy gut flora balance and protein digestion. No refrigeration required.†\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-hcl-breakthrough\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e\u003c\/a\u003e (1 bottle · 90 capsules) — a 100% plant-based formula featuring betaine hydrochloride sourced from beetroot and a five-enzyme digestive blend to help support healthy stomach acid levels and comprehensive nutrient breakdown.†\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The Digestive Health Stack is a complementary medicine designed to support general digestive wellbeing. It is not a treatment for any digestive disorder or diagnosed health condition. 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!-- STACK SYNERGY --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eWhy This Stack Works Together\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Distinct Products, One Synergistic Routine†\u003c\/div\u003e\n  \u003cdiv class=\"bd-highlight\"\u003e\n    \u003ch3\u003eHow MassZymes, P3-OM, and HCL Breakthrough Complement Each Other†\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eMassZymes and P3-OM are both proteolytic — combining them may help maximise the breakdown and assimilation of protein from food, supporting amino acid availability for recovery and daily function.†\u003c\/li\u003e\n      \u003cli\u003eHCL Breakthrough supports the conditions in which enzymes and probiotics work — by helping maintain healthy stomach acid levels, it assists in breaking down food earlier in digestion, potentially enhancing the effectiveness of both MassZymes and P3-OM.†\u003c\/li\u003e\n      \u003cli\u003eAll three products address different stages of digestion — stomach acid support (HCL Breakthrough), enzyme-driven breakdown of macronutrients (MassZymes), and microbiome balance throughout the gut (P3-OM).†\u003c\/li\u003e\n      \u003cli\u003eTogether, this stack is formulated to provide broad-spectrum digestive support as part of a daily wellness 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!-- 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 the Digestive Health Stack\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🍽️ MassZymes\u003c\/div\u003e\n      \u003ch3\u003eFull-Spectrum Digestive Enzymes\u003c\/h3\u003e\n      \u003cp\u003eTake 1–3 capsules before or with meals to support the breakdown of proteins, carbohydrates, and fats. May also be taken after a heavy meal to help support post-meal digestive comfort. Each bottle contains 250 capsules.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🧬 P3-OM\u003c\/div\u003e\n      \u003ch3\u003eProbiotic + Prebiotic Synbiotic\u003c\/h3\u003e\n      \u003cp\u003eTake 1–2 capsules with meals or before bed. No refrigeration required — store in a cool, dry place. If taking antibiotics, space P3-OM at least one hour apart. Each bottle contains 120 capsules.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🌿 HCL Breakthrough\u003c\/div\u003e\n      \u003ch3\u003eBetaine HCL \u0026amp; Enzyme Blend\u003c\/h3\u003e\n      \u003cp\u003eTake 1 capsule with meals or within 30 minutes of eating. Do not dissolve capsules in beverages. Particularly useful with protein-rich meals. Each bottle contains 90 capsules.†\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 Always read each product label and follow the directions for use. If you have a digestive condition, are taking medications, or are unsure about combining these products, consult your healthcare professional before starting.\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\"\u003eWhy Choose This Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhat Makes the Digestive Health Stack Different\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eThree Products Targeting Different Aspects of Digestion†\u003c\/h4\u003e\n    \u003cp\u003eRather than relying on a single product, this stack addresses stomach acid support (\u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e), enzyme-driven macronutrient breakdown (\u003cstrong\u003eMassZymes\u003c\/strong\u003e), and microbiome balance (\u003cstrong\u003eP3-OM\u003c\/strong\u003e) — each product playing a distinct role in a comprehensive daily digestive routine.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHigh-Potency Enzyme Concentration in MassZymes†\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eMassZymes\u003c\/strong\u003e provides 100,000 HUTs of proteases per capsule — a notably high concentration compared to many standard enzyme supplements. The formula includes over a dozen plant-based enzymes, including amylase, lipase, cellulase, lactase, glucoamylase, phytase, alpha galactosidase, and more, active across multiple pH levels.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePatented Proteolytic Probiotic Strain in P3-OM†\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eP3-OM\u003c\/strong\u003e uses the patented \u003cem\u003eLactobacillus plantarum\u003c\/em\u003e OM strain, which produces proteolytic enzymes to support protein digestion. Unlike many transient probiotic strains, \u003cem\u003eL. plantarum\u003c\/em\u003e OM can multiply inside the gut, and the synbiotic formula pairs it with FOS prebiotic fibre for enhanced effectiveness.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003e100% Plant-Based Betaine HCL in HCL Breakthrough†\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e uses betaine hydrochloride derived from beetroot — a natural B-vitamin source — to help support healthy stomach acidity. Unlike many HCl supplements, it contains no pepsin (an animal-derived enzyme), making it suitable for vegetarians and vegans.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eClean, Allergen-Conscious Formulations\u003c\/h4\u003e\n    \u003cp\u003eAll three products are 100% plant-based, gluten-free, soy-free, dairy-free, and manufactured in GMP-certified facilities. \u003cstrong\u003eP3-OM\u003c\/strong\u003e is cultured on a milk-containing medium during production (the finished product is lactose-free; consult your healthcare professional if you have a severe milk allergy). All three products require no refrigeration and are free from artificial ingredients.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003e90-Day Money Back Guarantee\u003c\/h4\u003e\n    \u003cp\u003eAll three products in the Digestive Health Stack are backed by BIOptimizers Australia's 90-Day Money Back Guarantee. If you are not satisfied with your purchase, contact the customer support team for assistance.\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\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMassZymes — Protease Blend (100,000 HUTs per capsule)\u003c\/h4\u003e\n    \u003cp\u003eMultiple forms of plant-based proteases (including Protease 4.5, 6.0, and 3.0) that work across different pH levels throughout the digestive tract to support the breakdown of dietary protein into amino acids.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMassZymes — AstraZyme™\u003c\/h4\u003e\n    \u003cp\u003eA proprietary plant-derived compound extracted from Panax ginseng and Astragalus membranaceus, formulated to help support enzyme delivery and amino acid absorption.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMassZymes — Additional Digestive Enzymes\u003c\/h4\u003e\n    \u003cp\u003eIncludes Amylase, Lipase, Cellulase, Glucoamylase, Invertase, Lactase, Phytase, Alpha Galactosidase, Beta Glucanase, Hemicellulase, Pectinase, and Xylanase — providing broad-spectrum support for the digestion of carbohydrates, fats, plant fibres, and dairy.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eMassZymes — Other Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice bran (for enzyme stability), hypromellose (vegetable capsule), microcrystalline cellulose. 100% plant-based; no animal-derived ingredients.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eP3-OM — Lactobacillus plantarum OM (Patented Strain)\u003c\/h4\u003e\n    \u003cp\u003eA patented probiotic strain prepared as a freeze-dried culture to help survive stomach acid and support digestive regularity, gut flora balance, and protein breakdown. Can multiply inside the gut, which means fewer colony-forming units (CFUs) may be required compared to other strains.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eP3-OM — Fructo-oligosaccharides (FOS)\u003c\/h4\u003e\n    \u003cp\u003eA plant-based prebiotic fibre that provides a food source for beneficial gut bacteria, supporting their growth and activity. Combined with the probiotic strain to create a synbiotic (2-in-1) formula.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eP3-OM — Other Ingredients\u003c\/h4\u003e\n    \u003cp\u003eStabilised rice bran (hypoallergenic stabilising agent for shelf life), vegetable capsule (plant cellulose and water). Lactose-free; no artificial ingredients, gluten, or sugar. \u003cstrong\u003eNote:\u003c\/strong\u003e the probiotic culture is grown on a milk-containing medium during production — those with severe milk allergies should consult their healthcare professional before use.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHCL Breakthrough — Betaine Hydrochloride (from Beetroot)\u003c\/h4\u003e\n    \u003cp\u003eA plant-derived compound that releases hydrochloric acid in the stomach to help support healthy stomach acidity levels. Betaine is a B-vitamin found in high concentration in beetroot. Contains no pepsin (no animal-derived enzymes).†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHCL Breakthrough — Five-Enzyme Digestive Blend\u003c\/h4\u003e\n    \u003cp\u003eProtease 3.0, Protease 4.5, Amylase, Lipase, and Cellulase — five plant-based enzymes providing complementary digestive support for proteins, carbohydrates, fats, and plant fibres.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHCL Breakthrough — Full-Spectrum Trace Mineral Complex\u003c\/h4\u003e\n    \u003cp\u003eA proprietary blend of trace minerals formulated to provide cofactors for digestive enzyme function and to help support the absorption of nutrients including iron, calcium, magnesium, zinc, copper, and manganese.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHCL Breakthrough — Other Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice extract, vegetable cellulose (capsule), water. 100% plant-based; free from gluten, dairy, soy, sugar, and artificial ingredients.\u003c\/p\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\"\u003eWhat is included in the Digestive Health Stack? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThe stack includes one bottle of \u003cstrong\u003eMassZymes\u003c\/strong\u003e (250 capsules), one bottle of \u003cstrong\u003eP3-OM\u003c\/strong\u003e (120 capsules), and one bottle of \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e (90 capsules). All three products ship together as a single bundle.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow do I take MassZymes? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 1–3 capsules before or with meals to support digestion of proteins, carbohydrates, and fats. \u003cstrong\u003eMassZymes\u003c\/strong\u003e may also be taken after a heavier meal to help support digestive comfort. Always read the label and follow the directions for use.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow do I take P3-OM? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 1–2 capsules with meals or before bed. If taking antibiotics or supplements with antibacterial properties, space \u003cstrong\u003eP3-OM\u003c\/strong\u003e at least one hour apart. No refrigeration is required — store in a cool, dry place. Always consult your healthcare professional before use if you have a medical condition or are taking medications.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow do I take HCL Breakthrough? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eTake 1 capsule with meals or within 30 minutes of eating. Do not dissolve capsules in beverages. \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e is particularly useful alongside protein-rich meals. Do not use if you have active ulcers or gastritis — consult your healthcare professional first.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhy does P3-OM use only one probiotic strain? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003e\n\u003cstrong\u003eP3-OM\u003c\/strong\u003e uses the patented \u003cem\u003eLactobacillus plantarum\u003c\/em\u003e OM strain, which is designed to support protein digestion, natural flora balance, and overall gut wellbeing. Research suggests that multiple probiotic strains can sometimes compete against each other or disrupt microbial balance. The single, well-characterised strain approach means \u003cstrong\u003eP3-OM\u003c\/strong\u003e may be used by a wide range of individuals.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhy doesn't HCL Breakthrough contain pepsin? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003ePepsin is derived from animal sources (typically pig or cow stomach lining). \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e uses plant-based protease enzymes instead, making the formula suitable for vegetarians, vegans, and those with dietary restrictions. Plant-based proteases provide comprehensive protein digestion support without animal-derived ingredients.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs the Digestive Health Stack suitable for vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003e\n\u003cstrong\u003eMassZymes\u003c\/strong\u003e and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e are 100% plant-based and suitable for vegans. \u003cstrong\u003eP3-OM\u003c\/strong\u003e is lactose-free and suitable for vegetarians; however, the probiotic culture is grown on a milk-containing medium during production. Those with severe milk allergies should consult their healthcare professional before use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDoes P3-OM require refrigeration? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. \u003cstrong\u003eP3-OM\u003c\/strong\u003e is prepared as a freeze-dried culture to remain potent at room temperature. Store all three products in a cool, dry place away from direct sunlight and out of reach of children.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan I take all three products together? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, \u003cstrong\u003eMassZymes\u003c\/strong\u003e, \u003cstrong\u003eP3-OM\u003c\/strong\u003e, and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e are designed to complement each other as part of a daily digestive routine. If combining supplements or medications, always consult your healthcare professional to confirm 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\"\u003eCan I use the Digestive Health Stack alongside other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes, these products may be used alongside other BIOptimizers products. Consult your healthcare professional if you are combining multiple supplements or taking any medications.†\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\u003eContraindications:\u003c\/strong\u003e Do not use if you have active ulcers or gastritis. If you are pregnant, breastfeeding, have a medical condition, or take any medications — including antibiotics, blood thinners, or medications for digestive conditions — consult your healthcare professional before use. Do not use if you have known hypersensitivity to any ingredient.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eHCL Breakthrough:\u003c\/strong\u003e Not intended to treat acid reflux, heartburn, GERD, or any digestive disease. Do not dissolve capsules in beverages. If you have any digestive condition, consult your healthcare professional before use.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eP3-OM:\u003c\/strong\u003e Cultured on a milk-containing medium during production. The finished product is lactose-free. Those with severe milk allergies should consult their healthcare professional before use. If taking antibiotics, space P3-OM at least one hour apart.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMassZymes Dosage:\u003c\/strong\u003e Take 1–3 capsules with each meal. Do not exceed the recommended dose.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eP3-OM Dosage:\u003c\/strong\u003e Take 1–2 capsules with meals or before bed. For children, the suggested dose is 1 capsule per 20 kg of body weight — always consult a paediatrician first.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eHCL Breakthrough Dosage:\u003c\/strong\u003e Take 1 capsule with meals or within 30 minutes of eating. Do not exceed the recommended dose.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChildren:\u003c\/strong\u003e \u003cstrong\u003eMassZymes\u003c\/strong\u003e and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e are formulated for adults; consult a healthcare professional before giving these products to children. \u003cstrong\u003eP3-OM\u003c\/strong\u003e may be appropriate for children at a dose of 1 capsule per 20 kg of body weight; always consult a paediatrician first.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e No refrigeration required. Store all three products in a cool, dry place away from direct sunlight.\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). These products are complementary medicines and are 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":"BIOPTIMIZED DIGESTIVE HEALTH STACK","offer_id":44070259228706,"sku":"BIODIGSTACK","price":352.57,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizers-Australia-Digestive-HealthStack.png?v=1755084964"},{"product_id":"bulletproof-keto-paleo-stack","title":"Keto\/Paleo Diet Stack","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 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; line-height: 1.45;\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; line-height: 1.45;\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\/* ── THREE-PRODUCT SYNERGY CARDS ── *\/\n.bio-desc .bd-synergy-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-bottom: 16px;\n}\n@media (max-width: 660px) { .bio-desc .bd-synergy-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-synergy-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 12px;\n  padding: 22px 18px;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-synergy-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.1); }\n.bio-desc .bd-synergy-card .bd-synergy-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n.bio-desc .bd-synergy-card h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 800; font-size: 15px;\n  color: var(--bd-text); margin-bottom: 6px;\n}\n.bio-desc .bd-synergy-card p { font-size: 13.5px; color: var(--bd-muted); line-height: 1.65; }\n.bio-desc .bd-synergy-card .bd-synergy-tag {\n  display: inline-block;\n  margin-top: 10px;\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 9px;\n}\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-synergy-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  .bio-desc .bd-synergy-card { padding: 18px 16px; }\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\u003cdiv class=\"bio-desc\"\u003e\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 active ulcers or gastritis, a medical condition, are pregnant or breastfeeding, or are taking medications (including antibiotics), consult your healthcare professional before use. Individual results may vary.\u003c\/div\u003e\n\u003c!-- BENEFIT BULLETS --\u003e\n\u003cdiv class=\"bd-bullets\"\u003e\n\u003cul\u003e\n\u003cli\u003eMay help support fat and protein digestion on keto, low-carb, and paleo diets†\u003c\/li\u003e\n\u003cli\u003eMay help support digestive comfort and reduce occasional bloating and gas†\u003c\/li\u003e\n\u003cli\u003eMay help support energy levels and reduce feelings of fatigue during dietary transitions†\u003c\/li\u003e\n\u003cli\u003eMay help support healthy stomach acid levels for improved nutrient absorption†\u003c\/li\u003e\n\u003cli\u003eMay help support a balanced gut microbiome and digestive regularity†\u003c\/li\u003e\n\u003cli\u003eMay help support protein assimilation and muscle recovery (when combined with appropriate nutrition and training)†\u003c\/li\u003e\n\u003cli\u003eMay help support healthy bile flow and liver function†\u003c\/li\u003e\n\u003cli\u003eMay help support mitochondrial function and metabolic health†\u003c\/li\u003e\n\u003cli\u003ekApex® — enzymes, L-Carnitine, CoQ10, and Innoslim® in a 120-capsule keto-focused formula†\u003c\/li\u003e\n\u003cli\u003eP3-OM — patented proteolytic probiotic with prebiotic FOS in a 120-capsule synbiotic formula†\u003c\/li\u003e\n\u003cli\u003eHCL Breakthrough — beetroot-derived betaine HCl with a 5-enzyme blend in a 90-capsule formula†\u003c\/li\u003e\n\u003cli\u003e100% plant-based across all three products — no pepsin, vegan-friendly\u003c\/li\u003e\n\u003cli\u003eFree from gluten, dairy, sugar, and artificial ingredients\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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\u003e100% Plant-Based\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\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\u003eDairy 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\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\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHAT IS THE STACK --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eThree-Product Digestive Wellness Stack\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eThree Products. One Powerful Routine.†\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eA Digestive Stack Designed for Keto, Low-Carb, and Paleo Diets†\u003c\/h3\u003e\n\u003cp\u003eThe Keto\/Paleo Diet Stack combines three complementary digestive support products into a single daily routine, each targeting a distinct layer of digestion — from stomach acid production through to gut microbiome balance.†\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 10px;\"\u003e\n\u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color: #fff; background: var(--bd-green); font-weight: 800; font-size: 10px; min-width: 18px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; flex-shrink: 0;\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-kapex-120-capsules\" style=\"color: var(--bd-green); font-weight: bold; text-decoration: underline;\"\u003e\u003cstrong\u003ekApex®\u003c\/strong\u003e\u003c\/a\u003e (1 bottle — 120 capsules) — a keto-specific enzyme formula featuring a Tri-Phase Protease blend, Lipa4 Lipase blend, L-Carnitine, CoQ10 (Ubiquinone), Innoslim®, AstraZyme™, Betaine HCl, and Dandelion Root, designed to support fat and protein digestion, energy production, and metabolic function on high-fat diets.†\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color: #fff; background: var(--bd-green); font-weight: 800; font-size: 10px; min-width: 18px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; flex-shrink: 0;\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-p3om-probiotic?variant=44070258966562\" style=\"color: var(--bd-green); font-weight: bold; text-decoration: underline;\"\u003e\u003cstrong\u003eP3-OM\u003c\/strong\u003e\u003c\/a\u003e (1 bottle — 120 capsules) — a synbiotic formula (probiotic + prebiotic) featuring the patented Lactobacillus plantarum OM strain with Fructo-oligosaccharides (FOS), traditionally used to support gut flora balance, protein digestion, and digestive regularity. Freeze-dried; no refrigeration required.†\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n\u003cspan style=\"color: #fff; background: var(--bd-green); font-weight: 800; font-size: 10px; min-width: 18px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; flex-shrink: 0;\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-hcl-breakthrough\" style=\"color: var(--bd-green); font-weight: bold; text-decoration: underline;\"\u003e\u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e\u003c\/a\u003e (1 bottle — 90 capsules) — a plant-based digestive support formula featuring beetroot-derived Betaine HCl alongside a 5-enzyme blend (Protease 3.0, Protease 4.5, Amylase, Lipase, and Cellulase) and a full-spectrum trace mineral complex, designed to support healthy stomach acid levels and comprehensive nutrient breakdown.†\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The Keto\/Paleo Diet Stack is a complementary medicine designed to support digestive wellbeing. It is not a treatment for any digestive disorder, metabolic condition, or diagnosed medical condition. Always consult your healthcare professional before starting any new supplement regimen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- HOW THE THREE PRODUCTS WORK TOGETHER --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eThe Synergy Approach\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow the Three Products Work Together†\u003c\/div\u003e\n\u003cdiv class=\"bd-synergy-grid\"\u003e\n\u003cdiv class=\"bd-synergy-card\"\u003e\n\u003cspan class=\"bd-synergy-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3\u003ekApex® — Fat \u0026amp; Energy Support\u003c\/h3\u003e\n\u003cp\u003ekApex® is formulated to tackle the digestive and energy challenges of high-fat diets. Its Lipa4 Lipase blend supports fat breakdown across varying acidity levels, while L-Carnitine may help transport fatty acids into mitochondria for energy use. Innoslim® provides adaptogenic support for metabolic function during dietary transitions.†\u003c\/p\u003e\n\u003cspan class=\"bd-synergy-tag\"\u003eEnzymes + Metabolic Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-synergy-card\"\u003e\n\u003cspan class=\"bd-synergy-icon\"\u003e🦠\u003c\/span\u003e\n\u003ch3\u003eP3-OM — Gut Microbiome Support\u003c\/h3\u003e\n\u003cp\u003eP3-OM's patented proteolytic Lactobacillus plantarum OM strain complements kApex® by supporting protein digestion and gut flora balance. Its ability to multiply within the gut means it may provide ongoing microbiome support, while the prebiotic FOS feeds beneficial bacteria for a synbiotic effect.†\u003c\/p\u003e\n\u003cspan class=\"bd-synergy-tag\"\u003eProbiotic + Prebiotic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-synergy-card\"\u003e\n\u003cspan class=\"bd-synergy-icon\"\u003e🔬\u003c\/span\u003e\n\u003ch3\u003eHCL Breakthrough — Stomach Acid Foundation\u003c\/h3\u003e\n\u003cp\u003eHCL Breakthrough addresses digestion at the stomach level, supporting the acid environment that activates digestive enzymes and promotes nutrient absorption. By supporting healthy stomach acid levels, it creates conditions that may enhance the effectiveness of both kApex® and P3-OM throughout the digestive process.†\u003c\/p\u003e\n\u003cspan class=\"bd-synergy-tag\"\u003eBetaine HCl + Enzymes\u003c\/span\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; margin-top: 4px;\"\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\u003eAll three products are 100% plant-based\u003c\/strong\u003e and free from gluten, dairy, sugar, and artificial ingredients. They are formulated to be used together as part of a structured daily wellness routine. Consult your healthcare professional if unsure which timing or dosing approach is appropriate for your individual needs.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- FORMULA HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eStack Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eKey Features of the Keto\/Paleo Diet Stack†\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eA Three-Product Digestive Wellness Routine†\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ekApex® (120 capsules) — enzyme and metabolic support formula specifically designed for high-fat, low-carb diets†\u003c\/li\u003e\n\u003cli\u003eP3-OM (120 capsules) — patented proteolytic probiotic and prebiotic synbiotic formula†\u003c\/li\u003e\n\u003cli\u003eHCL Breakthrough (90 capsules) — beetroot-derived betaine HCl with a 5-enzyme blend and trace mineral complex†\u003c\/li\u003e\n\u003cli\u003eAll three products are 100% plant-based, vegan-friendly, and free from pepsin\u003c\/li\u003e\n\u003cli\u003eNo refrigeration required for any product in the stack\u003c\/li\u003e\n\u003cli\u003eGluten-free, dairy-free, sugar-free, and manufactured in GMP-certified facilities\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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 the Keto\/Paleo Diet Stack\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🌅 Upon Waking — kApex®\u003c\/div\u003e\n\u003ch3\u003eMorning Energy Dose\u003c\/h3\u003e\n\u003cp\u003eTake 2–3 capsules of \u003cstrong\u003ekApex®\u003c\/strong\u003e on an empty stomach upon waking to support mitochondrial function and all-day energy production. Do not take kApex® after 5 PM as it contains energising ingredients that may affect sleep.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🍽️ With Each Meal\u003c\/div\u003e\n\u003ch3\u003eMealtime Support\u003c\/h3\u003e\n\u003cp\u003eWith breakfast and lunch, take 1–2 capsules of \u003cstrong\u003ekApex®\u003c\/strong\u003e, 2 capsules of \u003cstrong\u003eP3-OM\u003c\/strong\u003e, and 1 capsule of \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e. These three work together to support fat and protein digestion, stomach acid levels, and gut flora balance at each meal.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🌙 Before Bed — P3-OM\u003c\/div\u003e\n\u003ch3\u003eOvernight Microbiome Support\u003c\/h3\u003e\n\u003cp\u003eTake 1–2 capsules of \u003cstrong\u003eP3-OM\u003c\/strong\u003e before bed to support your gut microbiome's natural overnight activity and promote digestive regularity. P3-OM does not require refrigeration and is convenient for daily use.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e⚠️ Timing Note — kApex®\u003c\/div\u003e\n\u003ch3\u003eDo Not Take After 5 PM\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ekApex®\u003c\/strong\u003e contains energising ingredients including Innoslim® and AstraZyme™ that may affect sleep if taken in the evening. For dinner-time digestive support, use \u003cstrong\u003eP3-OM\u003c\/strong\u003e and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e only. Always read the label and follow the directions for use.\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 If taking antibiotics or supplements with antibacterial properties, space \u003cstrong\u003eP3-OM\u003c\/strong\u003e at least one hour away to avoid interference with probiotic effectiveness. Always consult your healthcare professional before combining supplements or medications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHAT MAKES IT DIFFERENT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eWhy Choose This Stack\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat Makes the Keto\/Paleo Diet Stack Different\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eThree Distinct Layers of Digestive Support†\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003ekApex®\u003c\/strong\u003e targets fat and protein digestion at the enzyme and metabolic level. \u003cstrong\u003eP3-OM\u003c\/strong\u003e supports the gut microbiome and proteolytic activity. \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e addresses the foundational role of stomach acid in activating enzymes and supporting nutrient absorption. Together they address three distinct digestive layers in a single routine.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eSpecifically Designed for High-Fat, Low-Carb Eating†\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003ekApex®\u003c\/strong\u003e was formulated specifically for people eating ketogenic, paleo, and low-carb diets, where fat intake is significantly higher than on a standard diet. The Lipa4 Lipase blend uses four different fungal lipase sources that work across varying pH levels to support comprehensive fat breakdown — an area many general-purpose digestive enzyme supplements do not address.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePatented Proteolytic Probiotic Strain in P3-OM†\u003c\/h4\u003e\n\u003cp\u003eP3-OM features Lactobacillus plantarum OM, a patented probiotic strain with proteolytic activity — meaning it produces enzymes to support protein digestion in addition to standard probiotic benefits. Combined with FOS prebiotic fibre, it forms a synbiotic formula that may provide greater support than either a probiotic or prebiotic alone.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003e100% Plant-Based Across the Entire Stack\u003c\/h4\u003e\n\u003cp\u003eAll three products are entirely plant-based and contain no pepsin (an animal-derived enzyme found in many HCl supplements). This makes the full stack suitable for vegetarians and vegans. All products are free from gluten, dairy, sugar, and artificial ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eQuality Manufacturing Standards\u003c\/h4\u003e\n\u003cp\u003eAll three products are manufactured in GMP-certified facilities with rigorous quality testing. P3-OM is prepared as a freeze-dried culture for stability without refrigeration. The Keto\/Paleo Diet Stack is backed by a 90-Day Money Back Guarantee through BIOptimizers Australia.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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\u003ekApex® — Key Ingredients\u003c\/h4\u003e\n\u003cp\u003eTri-Phase Protease Blend (Protease 6.0, Protease 4.5, Protease 3.0), Lipa4 Lipase Blend (Lipase Fungal — Japan, China, Mucor javanicus, Aspergillus niger), L-Carnitine Powder, Innoslim® (Astragalus and Panax notoginseng extracts), AstraZyme™ (proprietary blend of enzymes, astragalus and notoginseng extracts, and trace minerals), Betaine HCl, Dandelion Root Powder, Ubiquinone (CoQ10), Trace Mineral Blend. Other ingredients: Rice extract, vegetable cellulose (capsule), water. 100% plant-based; no gluten, dairy, sugar, or artificial additives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eTri-Phase Protease Blend (kApex®)\u003c\/h4\u003e\n\u003cp\u003eThree protein-digesting enzymes — Protease 6.0, 4.5, and 3.0 — that work at different pH levels throughout the digestive tract to support full-spectrum protein breakdown, which is particularly relevant on high-protein, high-fat diets.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eLipa4 Lipase Blend (kApex®)\u003c\/h4\u003e\n\u003cp\u003eFour different fungal lipase sources that operate across varying levels of acidity, designed to support comprehensive fat digestion from the stomach through the small intestine. May help reduce digestive discomfort from high-fat meals.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eL-Carnitine (kApex®)\u003c\/h4\u003e\n\u003cp\u003eAn amino acid derivative that may help transport long-chain fatty acids into mitochondria, where they can be used as a source of energy. Particularly relevant on ketogenic and low-carb diets where fat is the primary fuel source.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eInnoslim® (kApex®)\u003c\/h4\u003e\n\u003cp\u003eA proprietary blend of Astragalus and Panax notoginseng extracts that may help support AMPK enzyme activity in muscle and fat cells, ATP production in the liver, and GLUT4 glucose transporter activity. May also support adiponectin levels, a hormone involved in fat metabolism and healthy blood lipid balance.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eCoQ10 — Ubiquinone (kApex®)\u003c\/h4\u003e\n\u003cp\u003eAn antioxidant compound involved in the mitochondrial energy production pathway. May help support mitochondrial function and reduce oxidative stress. Particularly relevant for those seeking energy support on low-carb dietary approaches.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAstraZyme™ (kApex®)\u003c\/h4\u003e\n\u003cp\u003eA proprietary blend of plant-based enzymes, extracts of astragalus and notoginseng, and trace minerals. Included in kApex® to support absorption and provide adaptogenic support for digestive and immune function.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eDandelion Root Powder (kApex®)\u003c\/h4\u003e\n\u003cp\u003eA traditionally used herb that may help stimulate healthy bile production and flow, supporting liver function and fat digestion — an important consideration on high-fat dietary approaches.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eP3-OM — Key Ingredients\u003c\/h4\u003e\n\u003cp\u003eLactobacillus plantarum OM (Patented Strain), Fructo-oligosaccharides (FOS — Prebiotic Fibre), Stabilised Rice Bran, Vegetable Capsule (plant cellulose and water). Freeze-dried; no refrigeration required. Lactose-free, though cultured on a milk-containing medium during production — those with severe milk allergies should consult their healthcare professional before use. 100% plant-based; free from gluten, sugar, and artificial additives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eLactobacillus plantarum OM — Patented Probiotic Strain (P3-OM)\u003c\/h4\u003e\n\u003cp\u003eA single, patented proteolytic probiotic strain designed to survive stomach acid and multiply within the gut. Unlike many transient strains, L. plantarum OM produces proteolytic enzymes to support protein digestion, and may help support gut barrier function, immune balance, and microbiome diversity.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFructo-oligosaccharides — FOS Prebiotic Fibre (P3-OM)\u003c\/h4\u003e\n\u003cp\u003eA plant-derived prebiotic fibre that serves as food for beneficial gut bacteria. Combined with L. plantarum OM, FOS creates a synbiotic effect — the prebiotic supports the growth and activity of the probiotic, potentially enhancing outcomes compared to either alone.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eHCL Breakthrough — Key Ingredients\u003c\/h4\u003e\n\u003cp\u003eBetaine Hydrochloride (from Beetroot), Enzyme Blend (Protease 3.0, Protease 4.5, Amylase, Lipase, Cellulase), Full-Spectrum Trace Mineral Complex. Other ingredients: Rice extract, vegetable cellulose (capsule), water. Contains NO pepsin. 100% plant-based; free from gluten, dairy, sugar, and artificial additives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eBetaine Hydrochloride — From Beetroot (HCL Breakthrough)\u003c\/h4\u003e\n\u003cp\u003eA naturally occurring compound derived from beetroot that releases hydrochloric acid in the stomach to support healthy acidity levels. Works to support the same type of acid the stomach produces naturally, which plays a key role in activating digestive enzymes, supporting mineral absorption, and maintaining proper valve function between the oesophagus and stomach.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003e5-Enzyme Digestive Blend (HCL Breakthrough)\u003c\/h4\u003e\n\u003cp\u003eA comprehensive plant-based enzyme blend: Protease 3.0 and 4.5 for protein digestion at varying pH levels; Amylase for carbohydrate and starch breakdown; Lipase for dietary fat breakdown; and Cellulase for plant fibre digestion. Contains no animal-derived enzymes such as pepsin.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFull-Spectrum Trace Mineral Complex (HCL Breakthrough)\u003c\/h4\u003e\n\u003cp\u003eA proprietary mineral blend that provides cofactors for digestive enzyme function and may help support the absorption of iron, calcium, magnesium, zinc, copper, and manganese. Adequate stomach acid is important for mineral absorption, making this combination particularly relevant.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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 \u003cspan class=\"bd-review-title\"\u003eLove this brand\u003c\/span\u003e\n\u003cp\u003eI've had gut issues for most of my life and I am truly happy with this brand and will keep buying them. I'm working on fixing my diet and lifestyle but have found so much relief and help digesting my food. Love them.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eMarissa — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\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\"\u003eWhat is included in the Keto\/Paleo Diet Stack? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eThe stack includes one bottle of \u003cstrong\u003ekApex®\u003c\/strong\u003e (120 capsules), one bottle of \u003cstrong\u003eP3-OM\u003c\/strong\u003e (120 capsules), and one bottle of \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e (90 capsules) — three distinct complementary medicine products designed to work together as a structured digestive support routine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eDo I need to follow a keto or paleo diet to use this stack? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eNo. While the stack is specifically formulated to support the digestive challenges of keto, low-carb, and paleo diets, the three products may be used by anyone seeking digestive support. \u003cstrong\u003ekApex®\u003c\/strong\u003e is particularly relevant for high-fat eating patterns, but all three products offer broader digestive benefits. Consult your healthcare professional if unsure whether this stack is appropriate for your dietary approach.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eHow do I take the three products together? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eUpon waking, take 2–3 capsules of \u003cstrong\u003ekApex®\u003c\/strong\u003e on an empty stomach. With breakfast and lunch, take 1–2 capsules of \u003cstrong\u003ekApex®\u003c\/strong\u003e, 2 capsules of \u003cstrong\u003eP3-OM\u003c\/strong\u003e, and 1 capsule of \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e. For dinner, use only \u003cstrong\u003eP3-OM\u003c\/strong\u003e and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e — do not take \u003cstrong\u003ekApex®\u003c\/strong\u003e after 5 PM due to its energising ingredients. Before bed, take 1–2 capsules of \u003cstrong\u003eP3-OM\u003c\/strong\u003e for overnight microbiome support. Always read each label and follow the directions for use.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eWhy should kApex® not be taken after 5 PM? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003e\n\u003cstrong\u003ekApex®\u003c\/strong\u003e contains energising ingredients — including Innoslim® and AstraZyme™ with adaptogenic herbs — that may cause increased energy and difficulty sleeping if taken in the evening. For dinner-time digestive support, \u003cstrong\u003eP3-OM\u003c\/strong\u003e and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e are the appropriate products from this stack to use instead.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eDoes HCL Breakthrough contain pepsin? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eNo. \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e is 100% plant-based and contains no pepsin, which is an animal-derived enzyme found in many HCl supplements. Plant-based protease enzymes (Protease 3.0 and 4.5) are used instead, making it suitable for vegetarians and vegans.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eDoes P3-OM require refrigeration? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eNo. \u003cstrong\u003eP3-OM\u003c\/strong\u003e is specifically prepared as a freeze-dried culture to remain potent without refrigeration. Store in a cool, dry place away from direct sunlight. This makes it convenient for daily use and travel. The date on the bottle is the manufacturing date (MFD) — \u003cstrong\u003eP3-OM\u003c\/strong\u003e expires two years after this date.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eIs the stack suitable for vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes. All three products — \u003cstrong\u003ekApex®\u003c\/strong\u003e, \u003cstrong\u003eP3-OM\u003c\/strong\u003e, and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e — are 100% plant-based and suitable for vegetarians and vegans. Please note that \u003cstrong\u003eP3-OM\u003c\/strong\u003e is cultured on a milk-containing medium during production, though the product itself is lactose-free. Those with severe milk allergies should consult their healthcare professional before use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan I take this stack if I am taking antibiotics? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eIf taking antibiotics or supplements with antibacterial properties, take \u003cstrong\u003eP3-OM\u003c\/strong\u003e at least one hour away from these substances to avoid interference with its probiotic effectiveness. Always consult your healthcare professional before combining supplements with any prescribed medication.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan this stack be taken alongside other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes. The three products in this stack may be used alongside other BIOptimizers products. Many people choose to use MassZymes with dinner in place of \u003cstrong\u003ekApex®\u003c\/strong\u003e (which should not be taken after 5 PM). If combining multiple supplements or medications, always consult your healthcare professional to confirm the combination is appropriate for your individual needs.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003eContraindications:\u003c\/strong\u003e Do not use if you have active ulcers or gastritis. If you are pregnant, breastfeeding, have a medical condition, or take any medications (including antibiotics, sedatives, or blood pressure medications), consult your healthcare professional before use. Do not use if you have known hypersensitivity to any ingredient.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003ekApex® Note for Athletes:\u003c\/strong\u003e This product contains ingredients that may be prohibited by the World Anti-Doping Agency (WADA). Professional athletes should not use this product without first consulting with their sports organisation.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003ekApex® Timing:\u003c\/strong\u003e Do not take kApex® after 5 PM. The energising ingredients may cause excess energy and disturb sleep if taken in the evening.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eHCL Breakthrough:\u003c\/strong\u003e Do not dissolve capsules in beverages as HCl can be corrosive to tooth enamel. Not intended to treat acid reflux, heartburn, GERD, or any digestive condition. If you have persistent digestive symptoms, consult your healthcare professional.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eP3-OM:\u003c\/strong\u003e Cultured on a milk-containing medium (product is lactose-free). Those with severe milk allergies should consult their healthcare professional. If taking antibiotics, space P3-OM at least one hour away.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eChildren:\u003c\/strong\u003e These products are 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 for any product in this stack. Store all products in a cool, dry place away from direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\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). These products are complementary medicines and are not intended to diagnose, treat, cure, or prevent any disease. Individual results may vary.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/.bio-desc --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"BIOptimizers","offers":[{"title":"Bulletproof-Keto-Paleo Stack","offer_id":44070259261474,"sku":"BIOKETOSTACK","price":167.26,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaKetoPaleoDietStack.webp?v=1755084966"},{"product_id":"muscle-building-stack","title":"MUSCLE BUILDING STACK","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(3, 1fr);\n  gap: 14px; margin-bottom: 16px;\n}\n@media (max-width: 700px) { .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; line-height: 1.45;\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; line-height: 1.45;\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\/* ── 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-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-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. Do not use if you have active ulcers or gastritis. If you have any medical conditions, are pregnant or breastfeeding, or are taking medications (including antibiotics), 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 healthy digestion and nutrient absorption from each meal†\u003c\/li\u003e\n    \u003cli\u003eMay help support protein breakdown and amino acid availability†\u003c\/li\u003e\n    \u003cli\u003eMay help support digestive comfort and reduce occasional bloating†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy gut flora balance and microbiome diversity†\u003c\/li\u003e\n    \u003cli\u003eMay help support healthy stomach acid levels for optimal protein digestion†\u003c\/li\u003e\n    \u003cli\u003eMay help support mineral absorption, including iron, calcium, zinc, and magnesium†\u003c\/li\u003e\n    \u003cli\u003eMay help support muscle-building efforts when combined with adequate protein and resistance training†\u003c\/li\u003e\n    \u003cli\u003eMassZymes — full-spectrum digestive enzyme formula with 100,000 HUTs of proteases per capsule†\u003c\/li\u003e\n    \u003cli\u003eP3-OM — patented proteolytic probiotic and prebiotic synbiotic formula†\u003c\/li\u003e\n    \u003cli\u003eHCL Breakthrough — plant-based betaine hydrochloride with a 5-enzyme digestive blend†\u003c\/li\u003e\n    \u003cli\u003e100% plant-based, vegan, gluten-free, soy-free, and free from artificial additives\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\u003e100% Plant-Based\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-badge\"\u003e\n      \u003cspan class=\"bd-icon\"\u003e🥛\u003c\/span\u003e\n      \u003cp\u003eDairy 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\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!-- WHAT IS THE STACK --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eThree-Product Digestive Performance Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eThree Products. One Mealtime Protocol.†\u003c\/div\u003e\n  \u003cdiv class=\"bd-callout\"\u003e\n    \u003ch3\u003eA Digestive Stack Designed for Amino Acid Absorption, Recovery, and Muscle Growth†\u003c\/h3\u003e\n    \u003cp\u003eThe Muscle Building Stack combines three complementary digestive support products into a single mealtime protocol, each targeting a distinct aspect of nutrient breakdown and absorption.†\u003c\/p\u003e\n    \u003cul style=\"list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 10px;\"\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n        \u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/masszymes?variant=44070258802722\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eMassZymes\u003c\/strong\u003e\u003c\/a\u003e (3 bottles × 250 caps) — a full-spectrum digestive enzyme formula featuring 100,000 HUTs of protein-digesting proteases per capsule, plus amylase, lipase, cellulase, lactase, phytase, and more, with AstraZyme™ for enhanced enzyme delivery. 100% plant-based.†\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n        \u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-p3om-probiotic?variant=44070258966562\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eP3-OM\u003c\/strong\u003e\u003c\/a\u003e (1 bottle × 120 caps) — a patented probiotic and prebiotic synbiotic formula featuring Lactobacillus plantarum OM, a proteolytic strain designed to support gut flora balance, protein digestion, and digestive comfort. No refrigeration required.†\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli style=\"display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--bd-text); line-height: 1.55;\"\u003e\n        \u003cspan style=\"color:#fff; background:var(--bd-green); font-weight:800; font-size:10px; min-width:18px; width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003e\u003ca href=\"https:\/\/bioptimizers.com.au\/products\/bioptimizers-hcl-breakthrough\" style=\"color: var(--bd-green); font-weight: 700; text-decoration: underline;\"\u003e\u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e\u003c\/a\u003e (1 bottle × 90 caps) — a plant-based betaine hydrochloride formula derived from beetroot, combined with a 5-enzyme digestive blend and a full-spectrum trace mineral complex to help support healthy stomach acid levels and mineral absorption.†\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The Muscle Building Stack is a complementary medicine designed to support general digestive wellbeing and nutrient absorption. It is not a treatment for any medical condition, digestive disorder, or diagnosed health condition. 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!-- SUGGESTED USE --\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 the Muscle Building Stack\u003c\/div\u003e\n  \u003cdiv class=\"bd-how-grid\"\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e💊 MassZymes\u003c\/div\u003e\n      \u003ch3\u003eFull-Spectrum Digestive Enzymes\u003c\/h3\u003e\n      \u003cp\u003eTake 5–10 capsules with each meal (based on meal size and calorie content) to support the breakdown of proteins, carbohydrates, and fats. May also be taken between meals for different purposes — consult your healthcare professional.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🧬 P3-OM\u003c\/div\u003e\n      \u003ch3\u003eProteolytic Probiotic\u003c\/h3\u003e\n      \u003cp\u003eTake 3 capsules with each meal to support microbial balance and protein digestion. No refrigeration required. If taking antibiotics or antibacterial supplements, space P3-OM at least one hour away.†\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bd-how-card\"\u003e\n      \u003cdiv class=\"bd-time\"\u003e🔬 HCL Breakthrough\u003c\/div\u003e\n      \u003ch3\u003eStomach Acid Support\u003c\/h3\u003e\n      \u003cp\u003eTake 2–4 capsules with each meal (based on meal size and calorie content), during or within 30 minutes of eating. Start with 1 capsule and adjust based on individual response. Do not dissolve capsules in beverages.†\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\u003eProtocol tip:\u003c\/strong\u003e Take all three products together with each meal for comprehensive digestive support. Always read the label and follow the directions for use, or take as directed by your healthcare professional.†\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\"\u003eWhy Choose This Stack\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eWhat Makes the Muscle Building Stack Different\u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eThree Complementary Digestive Products†\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eMassZymes\u003c\/strong\u003e targets enzyme-level protein breakdown. \u003cstrong\u003eP3-OM\u003c\/strong\u003e supports gut flora balance and proteolytic activity through a patented probiotic strain. \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e addresses the first stage of digestion by helping support healthy stomach acid levels. Together they target three distinct steps in the nutrient absorption process.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eHigh-Potency Protease Concentration in MassZymes†\u003c\/h4\u003e\n    \u003cp\u003eMassZymes contains 100,000 HUTs (Hemoglobin Units on the Tyrosine basis) of protein-digesting enzymes per capsule — a notably high concentration compared to many standard enzyme supplements. Formulated with multiple protease forms active across different pH levels throughout the digestive tract.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePatented Proteolytic Probiotic Strain in P3-OM†\u003c\/h4\u003e\n    \u003cp\u003eP3-OM features Lactobacillus plantarum OM, a unique patented strain that produces proteases to support protein digestion and assimilation. Unlike many transient strains, L. plantarum OM can multiply inside the gut — meaning you may not require as many colony-forming units as other probiotic supplements. Combined with fructo-oligosaccharides (FOS) prebiotic fibre for a synbiotic effect.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003ePlant-Based Betaine HCl — No Pepsin in HCL Breakthrough†\u003c\/h4\u003e\n    \u003cp\u003eHCL Breakthrough uses betaine hydrochloride derived from beetroot to help support stomach acidity levels, alongside a 5-enzyme blend (Protease 3.0, Protease 4.5, Amylase, Lipase, Cellulase) and a proprietary trace mineral complex. Unlike many HCl supplements, it contains no pepsin (an animal-derived enzyme), making it suitable for vegans and vegetarians.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstraZyme™ Enhanced Delivery in MassZymes†\u003c\/h4\u003e\n    \u003cp\u003eMassZymes features AstraZyme™ — a proprietary plant-derived compound extracted from Panax ginseng and Astragalus membranaceus — formulated to support enzyme effectiveness and nutrient absorption.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eQuality Manufacturing Standards\u003c\/h4\u003e\n    \u003cp\u003eAll three products are made in GMP-certified facilities using premium, globally sourced ingredients. 100% plant-based, vegan-friendly, gluten-free, soy-free, dairy-free, and free from artificial additives. Backed by a 90-Day Money Back Guarantee through BIOptimizers Australia.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- MASSZYMES INGREDIENT BREAKDOWN --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eWhat's Inside — MassZymes\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eMassZymes: Complete Ingredient Information\u003c\/div\u003e\n\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eProtease Blend (100,000 HUTs per capsule)\u003c\/h4\u003e\n    \u003cp\u003eMultiple protease forms — including Protease 4.5, Protease 6.0, and Protease 3.0 — that work at different pH levels throughout the digestive tract to support protein breakdown into amino acids.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAstraZyme™\u003c\/h4\u003e\n    \u003cp\u003eProprietary blend of extracts from Panax ginseng and Astragalus membranaceus, formulated to support enzyme effectiveness and nutrient absorption.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eAdditional Digestive Enzymes\u003c\/h4\u003e\n    \u003cp\u003eAmylase (carbohydrate breakdown), Lipase (fat breakdown), Cellulase (plant fibre breakdown), Glucoamylase, Invertase, Lactase (dairy support), Phytase (mineral release from grains and legumes), Alpha Galactosidase, Beta Glucanase, Hemicellulase, Pectinase, and Xylanase.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice bran (enzyme stability), hypromellose (vegetable capsule), microcrystalline cellulose. Free from gluten, dairy, soy, and artificial fillers.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- P3-OM INGREDIENT BREAKDOWN --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eWhat's Inside — P3-OM\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eP3-OM: Complete Ingredient Information\u003c\/div\u003e\n\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eLactobacillus plantarum OM (Patented Strain)\u003c\/h4\u003e\n    \u003cp\u003eA carefully selected, freeze-dried proteolytic probiotic strain designed to survive stomach acid, support protein digestion, and promote gut flora balance. Can multiply inside the gut, providing ongoing support beyond the initial dose.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eFructo-oligosaccharides (FOS)\u003c\/h4\u003e\n    \u003cp\u003eA plant-based prebiotic fibre that feeds and supports the growth of beneficial gut bacteria. Works synergistically with L. plantarum OM to create a probiotic + prebiotic synbiotic effect.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eStabilised Rice Bran\u003c\/h4\u003e\n    \u003cp\u003eA hypoallergenic stabilising agent that helps extend shelf life and prevent premature activation by moisture, supporting potency without refrigeration.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eVegetable Capsule\u003c\/h4\u003e\n    \u003cp\u003ePlant cellulose and water. Vegetarian-friendly and free from animal products, gluten, and common allergens.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eImportant Note: Cultured on Milk-Containing Medium\u003c\/h4\u003e\n    \u003cp\u003eWhile P3-OM is lactose-free, the probiotic culture is grown on a milk-containing medium during production. Those with severe milk allergies should consult their healthcare professional before use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"bd-rule\"\u003e\n\n\u003c!-- HCL BREAKTHROUGH INGREDIENT BREAKDOWN --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n  \u003cspan class=\"bd-eyebrow\"\u003eWhat's Inside — HCL Breakthrough\u003c\/span\u003e\n  \u003cdiv class=\"bd-h2\"\u003eHCL Breakthrough: Complete Ingredient Information\u003c\/div\u003e\n\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eBetaine Hydrochloride (from Beetroot)\u003c\/h4\u003e\n    \u003cp\u003eBeetroot-derived betaine HCl releases hydrochloric acid in the stomach to help support healthy stomach acidity levels. Provides the same type of acid the stomach produces naturally. 100% plant-based — contains no pepsin.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003e5-Enzyme Digestive Blend\u003c\/h4\u003e\n    \u003cp\u003eProtease 3.0, Protease 4.5 (protein digestion at multiple pH levels), Amylase (carbohydrate support), Lipase (fat breakdown), and Cellulase (plant fibre support) — five plant-based enzymes for comprehensive digestive support across macronutrient categories.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eFull-Spectrum Trace Mineral Complex\u003c\/h4\u003e\n    \u003cp\u003eA proprietary trace mineral blend providing cofactors for enzyme function. May help support the absorption of iron, calcium, magnesium, zinc, copper, and manganese.†\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-ingredient\"\u003e\n    \u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n    \u003cp\u003eRice extract, vegetable cellulose (capsule), water. Free from gluten, dairy, soy, sugar, and artificial ingredients.\u003c\/p\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\"\u003eWhat is included in the Muscle Building Stack? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThe stack includes: 3 bottles of \u003cstrong\u003eMassZymes\u003c\/strong\u003e (250 capsules each), 1 bottle of \u003cstrong\u003eP3-OM\u003c\/strong\u003e (120 capsules), and 1 bottle of \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e (90 capsules) — a total of five bottles across three products.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eHow do I take all three products together? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eWith each meal, take 5–10 \u003cstrong\u003eMassZymes\u003c\/strong\u003e capsules (based on meal size), 3 \u003cstrong\u003eP3-OM\u003c\/strong\u003e capsules, and 2–4 \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e capsules (based on meal size). Always read the label and follow the directions for use on each product, 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 is the difference between MassZymes and HCL Breakthrough? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003e\n\u003cstrong\u003eMassZymes\u003c\/strong\u003e is a full-spectrum digestive enzyme formula designed to support the breakdown of proteins, carbohydrates, and fats throughout the digestive tract. \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e focuses on supporting healthy stomach acid levels using betaine hydrochloride derived from beetroot, combined with a 5-enzyme blend. They address different stages and mechanisms of digestion and are designed to complement each other.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eWhy does P3-OM use a single probiotic strain? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eP3-OM uses the patented Lactobacillus plantarum OM strain — a single, targeted proteolytic strain. Multiple strains can sometimes compete against one another or disrupt microbial balance. L. plantarum OM is specifically selected to support protein digestion and gut flora balance, and can multiply inside the gut for ongoing benefit. Consult your healthcare professional if you have questions about probiotics for your individual situation.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDoes HCL Breakthrough contain pepsin? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e is 100% plant-based and contains no pepsin (an animal-derived enzyme). Plant-based protease enzymes are used instead, making it suitable for vegans, vegetarians, and those with dietary restrictions.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs the Muscle Building Stack suitable for vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eYes. All three products — \u003cstrong\u003eMassZymes\u003c\/strong\u003e, \u003cstrong\u003eP3-OM\u003c\/strong\u003e, and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e — are 100% plant-based and free from animal-derived ingredients. Please note that P3-OM is cultured on a milk-containing medium during production (the product itself is lactose-free). Those with severe milk allergies should consult their healthcare professional before use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eCan the Muscle Building Stack be taken with other BIOptimizers products? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eAll three products may be used alongside other BIOptimizers products. If combining supplements or medications, consult your healthcare professional to confirm the combination is appropriate for your individual circumstances. Note: if taking antibiotics, space P3-OM at least one hour away from antibacterial substances.†\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eIs the Muscle Building Stack suitable for children? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eThese products are formulated for adults. HCL Breakthrough is not recommended for children. For P3-OM and MassZymes, always consult a paediatrician or healthcare professional before giving any supplement to children. For P3-OM, the suggested dose for children is 1 capsule per 20kg of body weight, but healthcare professional guidance is required first.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"bd-faq-item\"\u003e\n    \u003cbutton class=\"bd-faq-q\"\u003eDo any of these products require refrigeration? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n    \u003cdiv class=\"bd-faq-a\"\u003eNo. All three products — \u003cstrong\u003eMassZymes\u003c\/strong\u003e, \u003cstrong\u003eP3-OM\u003c\/strong\u003e, and \u003cstrong\u003eHCL Breakthrough\u003c\/strong\u003e — can be stored at room temperature. Store in a cool, dry place away from direct sunlight and out of reach of children.\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\u003eContraindications:\u003c\/strong\u003e Do not use any product in this stack if you have active ulcers or gastritis. If you are pregnant, breastfeeding, have a medical condition, or take any medications (including antibiotics or blood thinners), consult your healthcare professional before use. Do not use if you have known hypersensitivity to any ingredient.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eHCL Breakthrough:\u003c\/strong\u003e This product is not a treatment for GERD, acid reflux, heartburn, or any digestive disease. Do not dissolve capsules in beverages. Not recommended for children.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eP3-OM:\u003c\/strong\u003e Cultured on a milk-containing medium (product is lactose-free). Those with severe milk allergies should consult their healthcare professional. If taking antibiotics or antibacterial supplements, space P3-OM at least one hour away. The date on the bottle is the manufacturing date (MFD) — expires 2 years after MFD.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMassZymes:\u003c\/strong\u003e Not recommended for those with active ulcers or gastritis without medical advice.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eMassZymes Dosage:\u003c\/strong\u003e 5–10 capsules per meal depending on calorie content. Do not exceed the recommended dose.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eP3-OM Dosage:\u003c\/strong\u003e 3 capsules per meal. If taking antibiotics, space at least one hour apart.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eHCL Breakthrough Dosage:\u003c\/strong\u003e 2–4 capsules per meal depending on calorie content. Start with 1 capsule and adjust based on individual response.\u003c\/p\u003e\n  \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e No refrigeration required. Store all products in a cool, dry place away from direct sunlight.\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). These products are complementary medicines and are 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":"Muscle Building Stack","offer_id":44070259294242,"sku":"BIOMUSCLESTACK","price":352.57,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BiOptimizersAustraliaMuscleBuildingStack_efe398cf-7a33-487b-8bb4-58237792c908.png?v=1755084967"},{"product_id":"bioptimizers-sleep-breakthrough-powder","title":"Bioptimizers Sleep Breakthrough Drink Powder","description":"\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\/* ── DROWSINESS WARNING (amber variant of disclaimer) ── *\/\n.bio-desc .bd-warning-box {\n  background: #fef8e7;\n  border: 1px solid #f3d27a;\n  border-left: 3px solid #c8972a;\n  border-radius: 8px;\n  padding: 14px 18px;\n  margin-bottom: 28px;\n  font-size: 13px;\n  color: #6b5219;\n  line-height: 1.6;\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\/* ── FORMS \/ NUTRIENTS GRID ── *\/\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.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 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\/* ── 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; line-height: 1.45;\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\/* ── 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-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-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, .bio-desc .bd-warning-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-caution p { font-size: 13px; }\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\u003cdiv class=\"bio-desc\"\u003e\n\u003c!-- DISCLAIMER --\u003e\u003chr class=\"bd-rule\"\u003e\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\u003eEvening Drink Powder\u003c\/p\u003e\n\u003c\/div\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\u003eNon-GMO\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\u003eNo Melatonin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🍯\u003c\/span\u003e\n\u003cp\u003eMonk Fruit Sweetened\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 Manufactured\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 from Australia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eSleep Breakthrough Drink Powder — Two Flavour Variants\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eAn Evening Drink Powder Formulated for the Wind-Down Routine\u003c\/h3\u003e\n\u003cp\u003eSleep Breakthrough is a flavoured drink powder designed as part of an evening wind-down routine. It combines vitamins and minerals (including Vitamin B6, magnesium, zinc, and potassium) with amino acids and traditional botanical extracts.\u003c\/p\u003e\n\u003cp\u003eAvailable in two distinct flavour variants. Vegan-friendly, non-GMO, and made without artificial colours, artificial preservatives, or melatonin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- TWO VARIANTS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eVariant Comparison\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eTwo Flavour Variants Available\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eBlue Berry Dreams\u003c\/div\u003e\n\u003cp\u003eA blueberry-flavoured drink powder containing the broader nutrient and amino acid profile, including GABA and a moderate level of magnolia bark extract. A common starting point for those new to the product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eTropical Dreams\u003c\/div\u003e\n\u003cp\u003eA tropical-fruit-flavoured drink powder with a more concentrated botanical profile (approximately 250% more magnolia bark extract than Blue Berry Dreams), reformulated without GABA. Suited to those who prefer a different flavour profile or a GABA-free formulation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- VITAMINS \u0026 MINERALS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eVitamins \u0026amp; Minerals\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eNutrient Contributors in the Formula\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003eEach Serving Contributes Established Dietary Nutrients\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eVitamin B6\u003c\/strong\u003e — contributes to normal nervous system function and normal psychological function\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMagnesium\u003c\/strong\u003e — contributes to normal muscle function, normal nervous system function, and normal energy-yielding metabolism\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eZinc\u003c\/strong\u003e — contributes to normal cognitive function and normal protein synthesis\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePotassium\u003c\/strong\u003e — contributes to normal muscle function and normal nervous system function\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- AMINO ACIDS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eAmino Acid Profile\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAmino Acids in the Formula\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eGlycine\u003c\/h4\u003e\n\u003cp\u003eA non-essential amino acid present naturally in the human body and in dietary protein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eTaurine\u003c\/h4\u003e\n\u003cp\u003eA conditionally-essential amino acid found in many tissues.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eL-Theanine\u003c\/h4\u003e\n\u003cp\u003eAn amino acid naturally present in tea leaves (\u003cem\u003eCamellia sinensis\u003c\/em\u003e).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eGABA (Blue Berry Dreams only)\u003c\/h4\u003e\n\u003cp\u003eGamma-aminobutyric acid, a naturally-occurring amino acid. Included in the Blue Berry Dreams variant; not present in Tropical Dreams.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- BOTANICAL EXTRACTS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eBotanical Extracts\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003ePlant-Derived Ingredients\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eMagnolia Bark Extract (\u003cem\u003eMagnolia officinalis\u003c\/em\u003e)\u003c\/h4\u003e\n\u003cp\u003eA traditional botanical with long-standing use in herbal preparations. The Tropical Dreams variant contains approximately 250% more magnolia bark extract than Blue Berry Dreams.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eBamboo Leaf Extract (\u003cem\u003ePhyllostachys edulis\u003c\/em\u003e)\u003c\/h4\u003e\n\u003cp\u003eA plant-derived ingredient included in both variants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOrganic Fruit Extracts\u003c\/h4\u003e\n\u003cp\u003eIncluded for natural flavouring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eMonk Fruit (\u003cem\u003eSiraitia grosvenorii\u003c\/em\u003e)\u003c\/h4\u003e\n\u003cp\u003eA natural sweetener. The product contains no added sugar and no artificial sweeteners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- DIRECTIONS FOR USE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eDirections For Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Prepare and Take\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🌙 When To Take\u003c\/div\u003e\n\u003ch3\u003e30–60 Minutes Before Bedtime\u003c\/h3\u003e\n\u003cp\u003eMix into water and consume 30–60 minutes before bedtime as part of an evening wind-down routine. Do not consume earlier in the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🥄 Suggested Amount\u003c\/div\u003e\n\u003ch3\u003eStart With 1 Teaspoon\u003c\/h3\u003e\n\u003cp\u003eSuggested starting amount is 1 teaspoon (2 scoops) in water. May be adjusted to ½ teaspoon (1 scoop) or ¼ teaspoon (½ scoop) to find an individual preference. Do not exceed 3 scoops in a single evening.\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\u003eStorage:\u003c\/strong\u003e Store in a cool, dry place below 25 °C. Keep the container tightly closed after opening. Keep out of reach of children. Refer to the product label for full dosing guidance — do not exceed the recommended daily intake.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFormat\u003c\/h4\u003e\n\u003cp\u003ePowdered drink mix — mixed with water before consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFlavour Options\u003c\/h4\u003e\n\u003cp\u003eBlue Berry Dreams · Tropical Dreams.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eSweetener\u003c\/h4\u003e\n\u003cp\u003eMonk fruit (\u003cem\u003eSiraitia grosvenorii\u003c\/em\u003e). No added sugar. No artificial sweeteners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eDietary Suitability\u003c\/h4\u003e\n\u003cp\u003eVegan. Non-GMO. Gluten-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFree From\u003c\/h4\u003e\n\u003cp\u003eNo melatonin. No artificial colours. No artificial preservatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eManufactured\u003c\/h4\u003e\n\u003cp\u003eProduced in a GMP-compliant facility in the USA.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-caution\"\u003e\n\u003cspan class=\"bd-caution-label\"\u003e⚠ Important Information\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eThis product may cause drowsiness.\u003c\/strong\u003e Do not drive, operate machinery, or engage in any activity that requires alertness after consuming. Use only when ready to wind down for the evening. Do not combine with alcohol or sedative medications.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eFORMULATED SUPPLEMENTARY SPORTS FOOD. Not suitable for children under 15 years of age or pregnant women: Should only be used under medical or dietetic supervision. The product is not a sole source of nutrition, should be used with a nutritious diet, and taken with an appropriate exercise regime.\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BIOptimizers","offers":[{"title":"Deep Sleep Formula - Blue Berry Dreams","offer_id":45378531721250,"sku":"BIOSLEEPBREAKTHROUGH-BLUEBERRY","price":87.95,"currency_code":"AUD","in_stock":true},{"title":"Extended Sleep Formula - Tropical Dreams","offer_id":45378531754018,"sku":"BIOSLEEPBREAKTHROUGH-TROPICAL","price":87.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/BIOptimizersAustraliaSleepBreakthroughBlueBerryDreams.webp?v=1778790417"}],"url":"https:\/\/bioptimizers.com.au\/collections\/all-products.oembed","provider":"BIOptimizers.com.au","version":"1.0","type":"link"}