Bioptimizers Sleep Breakthrough Drink Powder
/* ── 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; } /* ── DROWSINESS WARNING (amber variant of disclaimer) ── */ .bio-desc .bd-warning-box { background: #fef8e7; border: 1px solid #f3d27a; border-left: 3px solid #c8972a; border-radius: 8px; padding: 14px 18px; margin-bottom: 28px; font-size: 13px; color: #6b5219; line-height: 1.6; } /* ── 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; } /* ── FORMS / NUTRIENTS GRID ── */ .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; } } .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 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; } .bio-desc .bd-how-card p { font-size: 14px; color: var(--bd-muted); line-height: 1.65; } /* ── 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; } /* ── 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-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-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, .bio-desc .bd-warning-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-caution p { font-size: 13px; } .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; } } 🌙 Evening Drink Powder 🌱 Vegan 🧬 Non-GMO 🌾 Gluten Free 🚫 No Melatonin 🍯 Monk Fruit Sweetened 🏭 GMP Manufactured 🇦🇺 Ships from Australia Product Overview Sleep Breakthrough Drink Powder — Two Flavour Variants An Evening Drink Powder Formulated for the Wind-Down Routine Sleep 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. Available in two distinct flavour variants. Vegan-friendly, non-GMO, and made without artificial colours, artificial preservatives, or melatonin. Variant Comparison Two Flavour Variants Available Blue Berry Dreams A 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. Tropical Dreams A 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. Vitamins & Minerals Nutrient Contributors in the Formula Each Serving Contributes Established Dietary Nutrients Vitamin B6 — contributes to normal nervous system function and normal psychological function Magnesium — contributes to normal muscle function, normal nervous system function, and normal energy-yielding metabolism Zinc — contributes to normal cognitive function and normal protein synthesis Potassium — contributes to normal muscle function and normal nervous system function Amino Acid Profile Amino Acids in the Formula Glycine A non-essential amino acid present naturally in the human body and in dietary protein. Taurine A conditionally-essential amino acid found in many tissues. L-Theanine An amino acid naturally present in tea leaves (Camellia sinensis). GABA (Blue Berry Dreams only) Gamma-aminobutyric acid, a naturally-occurring amino acid. Included in the Blue Berry Dreams variant; not present in Tropical Dreams. Botanical Extracts Plant-Derived Ingredients Magnolia Bark Extract (Magnolia officinalis) A traditional botanical with long-standing use in herbal preparations. The Tropical Dreams variant contains approximately 250% more magnolia bark extract than Blue Berry Dreams. Bamboo Leaf Extract (Phyllostachys edulis) A plant-derived ingredient included in both variants. Organic Fruit Extracts Included for natural flavouring. Monk Fruit (Siraitia grosvenorii) A natural sweetener. The product contains no added sugar and no artificial sweeteners. Directions For Use How to Prepare and Take 🌙 When To Take 30–60 Minutes Before Bedtime Mix into water and consume 30–60 minutes before bedtime as part of an evening wind-down routine. Do not consume earlier in the day. 🥄 Suggested Amount Start With 1 Teaspoon Suggested 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. 📦 Storage: 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. Product Specifications At a Glance Format Powdered drink mix — mixed with water before consumption. Flavour Options Blue Berry Dreams · Tropical Dreams. Sweetener Monk fruit (Siraitia grosvenorii). No added sugar. No artificial sweeteners. Dietary Suitability Vegan. Non-GMO. Gluten-free. Free From No melatonin. No artificial colours. No artificial preservatives. Manufactured Produced in a GMP-compliant facility in the USA. ⚠ Important Information This product may cause drowsiness. 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. FORMULATED 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.
More you might like
Related
BIOptimizers Sleep Breakthrough Drink
Related
Bioptimizers Sleep Breakthrough Drink Powder
Related
Сън, Релаксация, Възстановяване Sleep Breakthrough Drink Bio
Related