{"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","url":"https:\/\/bioptimizers.com.au\/products\/bioptimizers-sleep-breakthrough-60-capsules","provider":"BIOptimizers.com.au","version":"1.0","type":"link"}