BIOptimizers Sleep Breakthrough - 60 capsules
/* ── ALL STYLES SCOPED TO .bio-desc — WILL NOT AFFECT REST OF PAGE ── */ .bio-desc { --bd-green: #106b63; --bd-green-light: #e6f5f4; --bd-green-rule: #b8ddd9; --bd-text: #1a1a1a; --bd-muted: #5e6b5e; --bd-border: #dde3d8; --bd-white: #ffffff; --bd-gold: #c8972a; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.7; color: var(--bd-text); } .bio-desc *, .bio-desc *::before, .bio-desc *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ── DISCLAIMER BOX ── */ .bio-desc .bd-disclaimer-box { background: #f9f9f6; border: 1px solid var(--bd-border); border-left: 3px solid var(--bd-muted); border-radius: 8px; padding: 14px 18px; margin-bottom: 28px; font-size: 13px; color: var(--bd-muted); line-height: 1.6; } /* ── BENEFIT BULLETS ── */ .bio-desc .bd-bullets { padding: 8px 0 32px; } .bio-desc .bd-bullets ul { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 0; margin: 0; } .bio-desc .bd-bullets li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--bd-text); line-height: 1.55; padding: 0; margin: 0; } .bio-desc .bd-bullets li::before { content: '✓'; 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; } /* ── DIVIDER ── */ .bio-desc .bd-rule { border: none; border-top: 1px solid var(--bd-border); margin: 32px 0; } /* ── SECTION ── */ .bio-desc .bd-section { padding: 0 0 32px; } .bio-desc .bd-eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bd-green); margin-bottom: 6px; font-family: 'Lato', sans-serif; display: block; } .bio-desc .bd-h2 { font-family: 'Lato', sans-serif; font-size: clamp(20px, 3vw, 26px); font-weight: 900; color: var(--bd-text); line-height: 1.2; margin-bottom: 24px; } /* ── BADGE GRID ── */ .bio-desc .bd-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } @media (max-width: 560px) { .bio-desc .bd-badges { grid-template-columns: repeat(2, 1fr); } } .bio-desc .bd-badge { background: var(--bd-white); border: 1px solid var(--bd-border); border-radius: 10px; padding: 18px 12px; text-align: center; transition: border-color 0.2s, box-shadow 0.2s; } .bio-desc .bd-badge:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.1); } .bio-desc .bd-badge .bd-icon { font-size: 26px; margin-bottom: 8px; display: block; } .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; } /* ── COMPONENT CARDS ── */ .bio-desc .bd-forms-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 12px; } @media (max-width: 560px) { .bio-desc .bd-forms-grid { grid-template-columns: 1fr; } } /* ── THREE-CARD ENZYME STACK ── */ .bio-desc .bd-enzyme-grid { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 100%; } .bio-desc .bd-form-card { background: var(--bd-white); border: 1px solid var(--bd-border); border-radius: 10px; padding: 20px 20px; transition: border-color 0.2s, box-shadow 0.2s; } .bio-desc .bd-form-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); } .bio-desc .bd-form-card .bd-form-name { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-green); margin-bottom: 8px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; } .bio-desc .bd-form-card .bd-form-name .bd-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--bd-green-light); color: var(--bd-green); border: 1px solid var(--bd-green-rule); border-radius: 4px; padding: 4px 8px; white-space: normal; word-break: break-word; line-height: 1.7; } .bio-desc .bd-form-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; } /* ── HIGHLIGHT ── */ .bio-desc .bd-highlight { background: var(--bd-green-light); border: 1px solid var(--bd-green-rule); border-left: 4px solid var(--bd-green); border-radius: 10px; padding: 24px 24px; margin-bottom: 20px; } .bio-desc .bd-highlight h3 { font-family: 'Lato', sans-serif; font-weight: 900; font-size: 17px; color: var(--bd-text); margin-bottom: 12px; line-height: 1.45; } .bio-desc .bd-highlight ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; } .bio-desc .bd-highlight ul li { font-size: 15px; color: var(--bd-text); display: flex; gap: 10px; align-items: baseline; line-height: 1.55; padding: 0; margin: 0; } .bio-desc .bd-highlight ul li::before { content: '→'; color: var(--bd-green); font-weight: 700; flex-shrink: 0; min-width: 14px; } /* ── HOW TO TAKE ── */ .bio-desc .bd-how-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 16px; } @media (max-width: 600px) { .bio-desc .bd-how-grid { grid-template-columns: 1fr; } } .bio-desc .bd-how-card { background: var(--bd-white); border: 1px solid var(--bd-border); border-top: 3px solid var(--bd-green); border-radius: 10px; padding: 22px 18px; } .bio-desc .bd-how-card .bd-time { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bd-green); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; font-family: 'Lato', sans-serif; } .bio-desc .bd-how-card h3 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-text); margin-bottom: 8px; line-height: 1.45; } .bio-desc .bd-how-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; } /* ── SCIENCE CALLOUT ── */ .bio-desc .bd-callout { background: var(--bd-white); border: 1px solid var(--bd-border); border-radius: 12px; padding: 26px 26px; margin-bottom: 20px; } .bio-desc .bd-callout h3 { font-family: 'Lato', sans-serif; font-weight: 900; font-size: 17px; color: var(--bd-text); margin-bottom: 12px; line-height: 1.45; } .bio-desc .bd-callout p { font-size: 15px; color: var(--bd-muted); line-height: 1.7; margin-bottom: 10px; } .bio-desc .bd-callout p:last-child { margin-bottom: 0; } /* ── INGREDIENT CARDS ── */ .bio-desc .bd-ingredient { background: var(--bd-white); border: 1px solid var(--bd-border); border-left: 3px solid var(--bd-green); border-radius: 8px; padding: 18px 20px; margin-bottom: 10px; } .bio-desc .bd-ingredient:last-child { margin-bottom: 0; } .bio-desc .bd-ingredient h4 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-green); margin-bottom: 5px; } .bio-desc .bd-ingredient p { font-size: 14px; color: var(--bd-muted); line-height: 1.7; } /* ── REVIEWS ── */ .bio-desc .bd-review { background: var(--bd-white); border: 1px solid var(--bd-border); border-radius: 10px; padding: 20px 22px; margin-bottom: 12px; } .bio-desc .bd-review:last-child { margin-bottom: 0; } .bio-desc .bd-stars { color: var(--bd-gold); font-size: 14px; margin-bottom: 7px; letter-spacing: 2px; display: block; } .bio-desc .bd-review-title { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-text); margin-bottom: 5px; display: block; } .bio-desc .bd-review p { font-size: 15px; color: var(--bd-muted); line-height: 1.65; } .bio-desc .bd-reviewer { font-size: 13px; color: var(--bd-green); font-weight: 600; margin-top: 10px; display: block; } /* ── FAQ ── */ .bio-desc .bd-faq-item { border-bottom: 1px solid var(--bd-border); } .bio-desc .bd-faq-item:first-child { border-top: 1px solid var(--bd-border); } .bio-desc .bd-faq-q { width: 100%; background: none; border: none; text-align: left; padding: 17px 0; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: color 0.15s; } .bio-desc .bd-faq-q:hover { color: var(--bd-green); } .bio-desc .bd-faq-q .bd-arrow { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--bd-green-light); border: 1.5px solid var(--bd-green-rule); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--bd-green); font-weight: 700; transition: transform 0.2s, background 0.2s, color 0.2s; } .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); } .bio-desc .bd-faq-item.bd-open .bd-faq-q { color: var(--bd-green); } .bio-desc .bd-faq-a { display: none; padding: 0 0 17px; font-size: 15px; color: var(--bd-muted); line-height: 1.7; } .bio-desc .bd-faq-item.bd-open .bd-faq-a { display: block; } /* ── CAUTION ── */ .bio-desc .bd-caution { background: #fafaf7; border: 1px solid var(--bd-border); border-radius: 8px; padding: 18px 20px; margin-top: 32px; } .bio-desc .bd-caution .bd-caution-label { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bd-muted); margin-bottom: 7px; display: block; } .bio-desc .bd-caution p { font-size: 13.5px; color: var(--bd-muted); line-height: 1.7; } /* ── MOBILE & TABLET RESPONSIVE ── */ @media (max-width: 768px) { .bio-desc { font-size: 16px; line-height: 1.7; } .bio-desc .bd-h2 { font-size: clamp(19px, 5vw, 24px); margin-bottom: 18px; } .bio-desc .bd-callout, .bio-desc .bd-highlight { padding: 20px 16px; } .bio-desc .bd-how-card, .bio-desc .bd-form-card { padding: 18px 16px; } .bio-desc .bd-ingredient { padding: 16px 16px; } .bio-desc .bd-review { padding: 18px 16px; } .bio-desc .bd-badge { padding: 14px 10px; } .bio-desc .bd-badge .bd-icon { font-size: 22px; } .bio-desc .bd-badges { grid-template-columns: repeat(2, 1fr); gap: 8px; } .bio-desc .bd-forms-grid { grid-template-columns: 1fr; } .bio-desc .bd-how-grid { grid-template-columns: 1fr; } .bio-desc .bd-faq-q { font-size: 14.5px; padding: 16px 0; } .bio-desc .bd-faq-a { font-size: 14.5px; } .bio-desc .bd-bullets li { font-size: 15px; } .bio-desc .bd-highlight ul li { font-size: 15px; } .bio-desc .bd-callout p { font-size: 15px; } } @media (max-width: 480px) { .bio-desc { font-size: 15.5px; } .bio-desc .bd-disclaimer-box { font-size: 13px; padding: 12px 14px; } .bio-desc .bd-h2 { font-size: clamp(18px, 5.5vw, 22px); } .bio-desc .bd-callout h3, .bio-desc .bd-highlight h3 { font-size: 16px; } .bio-desc .bd-ingredient h4, .bio-desc .bd-form-card .bd-form-name { font-size: 14.5px; } .bio-desc .bd-ingredient p, .bio-desc .bd-form-card p, .bio-desc .bd-how-card p { font-size: 14px; } .bio-desc .bd-review p, .bio-desc .bd-review-title { font-size: 14.5px; } .bio-desc .bd-caution p { font-size: 13px; } .bio-desc .bd-faq-q { font-size: 14px; } .bio-desc .bd-faq-a { font-size: 14px; } .bio-desc .bd-rule { margin: 24px 0; } .bio-desc .bd-section { padding: 0 0 24px; } .bio-desc .bd-badges { gap: 7px; } .bio-desc .bd-badge p { font-size: 11px; } } Important: 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. May help support healthy sleep onset and the ability to fall asleep more easily† May help promote deeper, more restorative sleep stages† May help support a calmer, more relaxed state before bedtime† May help support the body's natural sleep-wake cycle (circadian rhythm)† May help reduce the frequency of waking during the night† May help support a refreshed feeling upon waking† May help support nervous system relaxation and muscle comfort† Melatonin-free formula — supports natural melatonin precursors instead† Convenient capsule format — no mixing required Vegan, gluten-free, dairy-free, sugar-free 🌱 Vegan 🌾 Gluten Free 🍬 Sugar Free 🥛 Dairy Free 🌙 Melatonin Free 🏭 GMP Certified 🇦🇺 Ships Australia-wide 🛡️ 90-Day Money Back Guarantee Sleep Support Supplement Why Quality Sleep Is Your Foundation The Role of Sleep in Wellbeing† Sleep 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.† Sleep 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.† Important: 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. Melatonin-Free Formula Supports Natural Sleep Pathways† Why Melatonin-Free Matters† Provides nutrients that act as precursors to support the body's own melatonin production, rather than supplying melatonin directly† May help avoid the grogginess sometimes associated with melatonin supplementation† Supports multiple pathways for sleep onset and sleep quality, not just one mechanism† May support a more natural, gradual transition into sleep† Magnolia bark extract (containing honokiol and magnolol) helps target GABA receptors to promote a calmer state before bed† Convenient capsule format makes it easy to incorporate into an evening routine Science-Backed Formula Three Key Ingredient Groups† Foundational Minerals Magnesium · Zinc · B6 Magnesium, 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.† Calming Amino Acids L-Glycine · L-Theanine · L-Taurine L-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.† Plant-Based Support Magnolia Bark Extract Magnolia 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.† Mechanism of Support How Sleep Breakthrough May Work† Supporting Multiple Sleep Pathways† Sleep 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.† Magnolia 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.† Note: 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. Suggested Use How to Take Sleep Breakthrough 🌙 Before Bed Evening Routine Take 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.† 💊 Dosage Start with the Recommended Dose Begin 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.† ⚠️ Drowsiness Warning: 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. The BIOptimizers Difference Why Choose Sleep Breakthrough Melatonin-Free Formula Rather 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.† Multi-Pathway Support The 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.† Convenient Capsule Format Designed 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. Clean Ingredient Profile Vegan, 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. Quality Manufacturing Standards Made in a GMP-certified facility. Manufactured in the USA with globally-sourced ingredients and backed by a Certificate of Analysis (COA) for quality assurance. What's Inside Complete Ingredient Information Vitamin B6 An 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.† Magnesium An 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.† Zinc An 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.† L-Glycine A 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.† L-Theanine An 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.† L-Taurine An 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.† Magnolia Bark Extract (Honokiol & Magnolol) A 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.† Other Ingredients Hypromellose (vegetable capsule), Potassium Gluconate, Calcium Citrate, Rice Extract Blend, Rice Fibre, Microcrystalline Cellulose. These are used as stabilising, flow, and encapsulation agents. Community What Our Customers Say ★★★★★ Amazing Sleep I have some issues sleeping, but thanks to BIOptimizers Sleep Breakthrough, my sleep times and quality are increased. M. K. — Verified Buyer ★★★★★ Sleep Breakthrough This works! I haven't had an issue sleeping since I been taking it. Nicol L. — Verified Buyer ★★★★★ Better Sleep Quality I'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. Dawson G. — Verified Buyer Got Questions? Frequently Asked Questions When is the best time to take Sleep Breakthrough Capsules? + Take 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.† Why is Sleep Breakthrough melatonin-free? + Rather 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.† How does the capsule formula differ from the powdered drink versions? + The 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. Is Sleep Breakthrough safe to take every night? + Sleep 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.† Can I take Sleep Breakthrough with other BIOptimizers products? + Sleep 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.† How many servings are in a bottle? + Each 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. Does Sleep Breakthrough require refrigeration? + No 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. ⚠ Important Information Always 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. Drowsiness Warning: 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. Medication & Health Conditions: 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. Dosage: Recommended serving is 2 capsules taken approximately 30–60 minutes before bed. Do not exceed 8 capsules in a 24-hour period. Storage: No refrigeration required. Store in a cool, dry place away from direct sunlight. Keep out of reach of children. † 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. (function() { var initialized = false; function initFAQs() { if (initialized) return; var buttons = document.querySelectorAll('.bio-desc .bd-faq-q'); if (buttons.length === 0) return; initialized = true; buttons.forEach(function(btn) { btn.addEventListener('click', function(e) { e.preventDefault(); var item = btn.closest('.bd-faq-item'); var isOpen = item.classList.contains('bd-open'); document.querySelectorAll('.bio-desc .bd-faq-item').forEach(function(i) { i.classList.remove('bd-open'); }); if (!isOpen) { item.classList.add('bd-open'); } }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initFAQs); } else { initFAQs(); } window.addEventListener('load', initFAQs); setTimeout(initFAQs, 500); setTimeout(initFAQs, 1000); })();