BIOptimizers Cognibiotics - 60 capsules
.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; } .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; } .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; } .bio-desc .bd-rule { border: none; border-top: 1px solid var(--bd-border); margin: 32px 0; } .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; } .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; } .bio-desc .bd-strains-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 12px; } @media (max-width: 560px) { .bio-desc .bd-strains-grid { grid-template-columns: 1fr; } } .bio-desc .bd-strain-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-strain-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); } .bio-desc .bd-strain-card .bd-strain-name { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-green); margin-bottom: 6px; display: block; font-style: italic; } .bio-desc .bd-strain-card p { font-size: 15px; color: var(--bd-muted); line-height: 1.65; } .bio-desc .bd-herbs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; } @media (max-width: 680px) { .bio-desc .bd-herbs-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 480px) { .bio-desc .bd-herbs-grid { grid-template-columns: 1fr; } } .bio-desc .bd-herb-card { background: var(--bd-white); border: 1px solid var(--bd-border); border-radius: 8px; padding: 14px 14px; text-align: center; transition: border-color 0.2s, box-shadow 0.2s; } .bio-desc .bd-herb-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); } .bio-desc .bd-herb-card .bd-herb-name { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-green); margin-bottom: 4px; display: block; font-style: italic; } .bio-desc .bd-herb-card .bd-herb-common { font-size: 15px; color: var(--bd-muted); line-height: 1.4; } .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; } .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; } .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; } .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; } .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; } /* ── CSS-ONLY FAQ ACCORDION ── */ .bio-desc .bd-faq-input { display: none; } .bio-desc .bd-faq-item { border-bottom: 1px solid var(--bd-border); } .bio-desc .bd-faq-item:first-of-type { border-top: 1px solid var(--bd-border); } .bio-desc .bd-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 17px 0; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 15px; color: var(--bd-text); cursor: pointer; transition: color 0.15s; user-select: none; } .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; pointer-events: none; } .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-input:checked ~ .bd-faq-q { color: var(--bd-green); } .bio-desc .bd-faq-input:checked ~ .bd-faq-q .bd-arrow { transform: rotate(45deg); background: var(--bd-green); color: #fff; border-color: var(--bd-green); } .bio-desc .bd-faq-input:checked ~ .bd-faq-a { display: block; } .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; } @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-strain-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-strains-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-strain-card .bd-strain-name { font-size: 14.5px; } .bio-desc .bd-ingredient p, .bio-desc .bd-strain-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, 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. 🌱 Vegan 🥛 Dairy Free 🌾 Gluten Free 🍬 Sugar Free 🏭 GMP Certified 🇦🇺 Ships Australia-wide 🧪 Medical-Grade Ingredients 🛡️ 90-Day Money Back Guarantee The Gut-Brain Connection Why the Gut-Brain-Microbiome Axis Matters Your Gut and Brain Are Constantly Communicating Recent 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.† Cognibiotics 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.† Traditional Chinese Medicine Formulas 2,200 Years of Herbal Wisdom Two Time-Tested Chinese Herbal Formulas† Chaihu-Shugan-San Formula — Traditionally used to support mood, stress resilience, and harmony between the brain and gut An Shen Bu Xin San Formula — Traditionally used to calm the spirit and support cognitive performance Modern research suggests these herbs may support neurotransmitter balance† May help support the gut microbiome composition† Contains adaptogenic herbs like Schisandra and Chinese licorice† Formulated by expert Chinese herbal scientists Psychobiotic Formula 10 Brain-Friendly Probiotic Strains† Lactobacillus casei May help support mood balance and neurotransmitter production.† Lactobacillus rhamnosus Research suggests it may support stress resilience and GABA levels.† Bifidobacterium animalis May help support digestive health and immune function.† Bifidobacterium breve May support healthy gut barrier function and cognitive wellbeing.† Bifidobacterium longum Studies suggest it may support stress response and mood.† Lactobacillus reuteri May help support social behavior and oxytocin levels.† Lactobacillus helveticus May support emotional wellbeing and stress management.† Lactobacillus plantarum May help support serotonin and dopamine balance.† Bifidobacterium infantis May support neurotransmitter balance and reduce inflammation.† Lactobacillus fermentum May help support cognitive function and gut health.† 17-Herb Traditional Formula Complete Chinese Herbal Blend Bupleurum chinenseChai Hu Paeonia lactifloraWhite Peony Ligusticum chuanxiongChuan Xiong Cyperus rotundusNut Grass Citrus aurantiumBitter Orange Glycyrrhiza uralensisChinese Licorice Reynoutria multifloraFo-Ti Salvia miltiorrhizaRed Sage Rehmannia glutinosaChinese Foxglove Schisandra chinensisFive Flavor Berry Albizia julibrissinMimosa Tree Acorus tatarinowiiGrass-Leaf Sweetflag Ligustrum lucidumGlossy Privet Eclipta prostrataFalse Daisy Cuscuta chinensisChinese Dodder Cristaria plicataCockscomb Pearl Oyster Citrus reticulataTangerine Peel Suggested Use How to Take Cognibiotics 🌅 Morning (Recommended) On an Empty Stomach Take 2 capsules first thing in the morning on an empty stomach for optimal probiotic delivery to the large intestine.† 🍽️ With Meals (Alternative) If Stomach Upset Occurs If you experience stomach upset on an empty stomach, taking Cognibiotics with meals is still beneficial and well-tolerated.† 📍 Important: 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. The BIOptimizers Difference Why Choose Cognibiotics Complete Gut-Brain-Microbiome Support The only probiotic-nootropic blend that addresses the entire gut-brain-microbiome axis — not just the brain alone.† Psychobiotic Formula Contains 10 research-based probiotic strains specifically selected for their potential to support mood and cognitive function.† Ancient Herbal Wisdom Features 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.† Adaptogenic and Nootropic Combines adaptogenic herbs (promote stress resilience) with nootropic compounds (support cognitive function and memory).† Prebiotic Complex Included Contains organic inulin and xylooligosaccharides to support probiotic survival and feed beneficial gut bacteria.† What's Inside Complete Ingredient Information Proprietary Probiotic Blend (30 billion CFU) L. casei, L. rhamnosus, B. animalis, B. breve, B. longum, L. reuteri, L. helveticus, L. plantarum, B. infantis, L. fermentum.† Prebiotic Complex Organic inulin and xylooligosaccharides to support probiotic survival and feed beneficial bacteria.† Chinese Herbal Blend Cristaria 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.† Other Ingredients L-leucine, silica, hypromellose (vegetable capsule). Community What Our Customers Say ★★★★★ Calm, clarity and stabilised mood The 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. Linda T. — Verified Buyer ★★★★★ By far the best bacteria By far the best bacteria based supplement I've used. Ben M. — Verified Buyer ★★★★★ I love the product I've been using I 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. Tori H. — Verified Buyer Got Questions? Frequently Asked Questions When is the best time to take Cognibiotics? + The 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.† Can I take Cognibiotics with other BIOptimizers products? + Yes, 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.† Is Cognibiotics suitable for vegetarians and vegans? + Yes, Cognibiotics is 100% vegan and suitable for both vegetarians and vegans. It contains no animal-derived ingredients. How is Cognibiotics different from regular probiotics? + Cognibiotics 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.† Can Cognibiotics replace P3-OM? + No, 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.† How soon might I notice a difference? + Individual 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.† Can children take Cognibiotics? + Always 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. ⚠ 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: 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. This product is NOT intended to treat depression, anxiety, or any mental health condition. If you are experiencing symptoms of depression, anxiety, or other mental health concerns, please seek professional medical help. † 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.
More you might like
Related
BIOptimizers Cognibiotics - 60 capsules
Related
BIOptimizers Cognibiotics Probiotic Brain Supplement – Mood,
Related
BIOptimizers - CogniBiotics 60caps
Related