Digestive Health Stack
/* ── 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; } .bio-desc .bd-bullets li em, .bio-desc .bd-highlight ul li em, .bio-desc .bd-callout em, .bio-desc .bd-ingredient em, .bio-desc .bd-faq-a em { font-style: italic; word-spacing: normal; letter-spacing: normal; } /* ── 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(3, 1fr); gap: 14px; margin-bottom: 16px; } @media (max-width: 700px) { .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; } /* ── 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-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-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. If you have any medical conditions (including active ulcers or gastritis), are pregnant or breastfeeding, or are taking medications, consult your healthcare professional before use. Individual results may vary. May help support healthy digestion and nutrient absorption as part of a daily digestive wellness routine† May help support comfortable digestion and reduce occasional bloating and post-meal heaviness† May help support healthy stomach acid levels, which play a role in protein digestion and mineral absorption† May help support a balanced gut microbiome and healthy gut flora† May help support amino acid, vitamin, and mineral absorption from food† May help support energy levels by optimising nutrient availability from meals† May help support muscle recovery when combined with proper nutrition and training† MassZymes — full-spectrum digestive enzyme formula with 100,000 HUTs of proteases per capsule (1 bottle · 250 capsules)† P3-OM — synbiotic probiotic + prebiotic formula featuring the patented Lactobacillus plantarum OM strain (1 bottle · 120 capsules)† HCL Breakthrough — 100% plant-based betaine hydrochloride and enzyme blend for stomach acid support (1 bottle · 90 capsules)† All three products are plant-based, gluten-free, soy-free, and free from artificial additives 🌿 Plant-Based 🌾 Gluten Free 🚫 Soy Free 🌱 Vegan Friendly ❄️ No Refrigeration Needed 🏭 GMP Certified 🇦🇺 Ships Australia-wide 🛡️ 90-Day Money Back Guarantee Comprehensive Digestive Wellness Stack Three Products. One Complete Digestive Routine.† A Three-Product Stack Designed for Comprehensive Digestive Support† The Digestive Health Stack combines three complementary products into a single daily digestive wellness routine, each targeting a distinct aspect of healthy digestion.† ✓MassZymes (1 bottle · 250 capsules) — a full-spectrum digestive enzyme formula containing 100,000 HUTs of proteases per capsule, plus amylase, lipase, cellulase, lactase, phytase, and more. Features AstraZyme™ for enhanced enzyme delivery. 100% plant-based.† ✓P3-OM (1 bottle · 120 capsules) — a synbiotic formula combining the patented Lactobacillus plantarum OM probiotic strain with fructo-oligosaccharides (FOS) prebiotic fibre to help support healthy gut flora balance and protein digestion. No refrigeration required.† ✓HCL Breakthrough (1 bottle · 90 capsules) — a 100% plant-based formula featuring betaine hydrochloride sourced from beetroot and a five-enzyme digestive blend to help support healthy stomach acid levels and comprehensive nutrient breakdown.† Important: The Digestive Health Stack is a complementary medicine designed to support general digestive wellbeing. It is not a treatment for any digestive disorder or diagnosed health condition. Always consult your healthcare professional before starting any new supplement regimen. Why This Stack Works Together Three Distinct Products, One Synergistic Routine† How MassZymes, P3-OM, and HCL Breakthrough Complement Each Other† MassZymes and P3-OM are both proteolytic — combining them may help maximise the breakdown and assimilation of protein from food, supporting amino acid availability for recovery and daily function.† HCL Breakthrough supports the conditions in which enzymes and probiotics work — by helping maintain healthy stomach acid levels, it assists in breaking down food earlier in digestion, potentially enhancing the effectiveness of both MassZymes and P3-OM.† All three products address different stages of digestion — stomach acid support (HCL Breakthrough), enzyme-driven breakdown of macronutrients (MassZymes), and microbiome balance throughout the gut (P3-OM).† Together, this stack is formulated to provide broad-spectrum digestive support as part of a daily wellness routine.† Suggested Use How to Take the Digestive Health Stack 🍽️ MassZymes Full-Spectrum Digestive Enzymes Take 1–3 capsules before or with meals to support the breakdown of proteins, carbohydrates, and fats. May also be taken after a heavy meal to help support post-meal digestive comfort. Each bottle contains 250 capsules.† 🧬 P3-OM Probiotic + Prebiotic Synbiotic Take 1–2 capsules with meals or before bed. No refrigeration required — store in a cool, dry place. If taking antibiotics, space P3-OM at least one hour apart. Each bottle contains 120 capsules.† 🌿 HCL Breakthrough Betaine HCL & Enzyme Blend Take 1 capsule with meals or within 30 minutes of eating. Do not dissolve capsules in beverages. Particularly useful with protein-rich meals. Each bottle contains 90 capsules.† 💡 Tip: Always read each product label and follow the directions for use. If you have a digestive condition, are taking medications, or are unsure about combining these products, consult your healthcare professional before starting. Why Choose This Stack What Makes the Digestive Health Stack Different Three Products Targeting Different Aspects of Digestion† Rather than relying on a single product, this stack addresses stomach acid support (HCL Breakthrough), enzyme-driven macronutrient breakdown (MassZymes), and microbiome balance (P3-OM) — each product playing a distinct role in a comprehensive daily digestive routine.† High-Potency Enzyme Concentration in MassZymes† MassZymes provides 100,000 HUTs of proteases per capsule — a notably high concentration compared to many standard enzyme supplements. The formula includes over a dozen plant-based enzymes, including amylase, lipase, cellulase, lactase, glucoamylase, phytase, alpha galactosidase, and more, active across multiple pH levels.† Patented Proteolytic Probiotic Strain in P3-OM† P3-OM uses the patented Lactobacillus plantarum OM strain, which produces proteolytic enzymes to support protein digestion. Unlike many transient probiotic strains, L. plantarum OM can multiply inside the gut, and the synbiotic formula pairs it with FOS prebiotic fibre for enhanced effectiveness.† 100% Plant-Based Betaine HCL in HCL Breakthrough† HCL Breakthrough uses betaine hydrochloride derived from beetroot — a natural B-vitamin source — to help support healthy stomach acidity. Unlike many HCl supplements, it contains no pepsin (an animal-derived enzyme), making it suitable for vegetarians and vegans.† Clean, Allergen-Conscious Formulations All three products are 100% plant-based, gluten-free, soy-free, dairy-free, and manufactured in GMP-certified facilities. P3-OM is cultured on a milk-containing medium during production (the finished product is lactose-free; consult your healthcare professional if you have a severe milk allergy). All three products require no refrigeration and are free from artificial ingredients. 90-Day Money Back Guarantee All three products in the Digestive Health Stack are backed by BIOptimizers Australia's 90-Day Money Back Guarantee. If you are not satisfied with your purchase, contact the customer support team for assistance. What's Inside Complete Ingredient Information MassZymes — Protease Blend (100,000 HUTs per capsule) Multiple forms of plant-based proteases (including Protease 4.5, 6.0, and 3.0) that work across different pH levels throughout the digestive tract to support the breakdown of dietary protein into amino acids.† MassZymes — AstraZyme™ A proprietary plant-derived compound extracted from Panax ginseng and Astragalus membranaceus, formulated to help support enzyme delivery and amino acid absorption.† MassZymes — Additional Digestive Enzymes Includes Amylase, Lipase, Cellulase, Glucoamylase, Invertase, Lactase, Phytase, Alpha Galactosidase, Beta Glucanase, Hemicellulase, Pectinase, and Xylanase — providing broad-spectrum support for the digestion of carbohydrates, fats, plant fibres, and dairy.† MassZymes — Other Ingredients Rice bran (for enzyme stability), hypromellose (vegetable capsule), microcrystalline cellulose. 100% plant-based; no animal-derived ingredients. P3-OM — Lactobacillus plantarum OM (Patented Strain) A patented probiotic strain prepared as a freeze-dried culture to help survive stomach acid and support digestive regularity, gut flora balance, and protein breakdown. Can multiply inside the gut, which means fewer colony-forming units (CFUs) may be required compared to other strains.† P3-OM — Fructo-oligosaccharides (FOS) A plant-based prebiotic fibre that provides a food source for beneficial gut bacteria, supporting their growth and activity. Combined with the probiotic strain to create a synbiotic (2-in-1) formula.† P3-OM — Other Ingredients Stabilised rice bran (hypoallergenic stabilising agent for shelf life), vegetable capsule (plant cellulose and water). Lactose-free; no artificial ingredients, gluten, or sugar. Note: the probiotic culture is grown on a milk-containing medium during production — those with severe milk allergies should consult their healthcare professional before use. HCL Breakthrough — Betaine Hydrochloride (from Beetroot) A plant-derived compound that releases hydrochloric acid in the stomach to help support healthy stomach acidity levels. Betaine is a B-vitamin found in high concentration in beetroot. Contains no pepsin (no animal-derived enzymes).† HCL Breakthrough — Five-Enzyme Digestive Blend Protease 3.0, Protease 4.5, Amylase, Lipase, and Cellulase — five plant-based enzymes providing complementary digestive support for proteins, carbohydrates, fats, and plant fibres.† HCL Breakthrough — Full-Spectrum Trace Mineral Complex A proprietary blend of trace minerals formulated to provide cofactors for digestive enzyme function and to help support the absorption of nutrients including iron, calcium, magnesium, zinc, copper, and manganese.† HCL Breakthrough — Other Ingredients Rice extract, vegetable cellulose (capsule), water. 100% plant-based; free from gluten, dairy, soy, sugar, and artificial ingredients. Got Questions? Frequently Asked Questions What is included in the Digestive Health Stack? + The stack includes one bottle of MassZymes (250 capsules), one bottle of P3-OM (120 capsules), and one bottle of HCL Breakthrough (90 capsules). All three products ship together as a single bundle. How do I take MassZymes? + Take 1–3 capsules before or with meals to support digestion of proteins, carbohydrates, and fats. MassZymes may also be taken after a heavier meal to help support digestive comfort. Always read the label and follow the directions for use.† How do I take P3-OM? + Take 1–2 capsules with meals or before bed. If taking antibiotics or supplements with antibacterial properties, space P3-OM at least one hour apart. No refrigeration is required — store in a cool, dry place. Always consult your healthcare professional before use if you have a medical condition or are taking medications.† How do I take HCL Breakthrough? + Take 1 capsule with meals or within 30 minutes of eating. Do not dissolve capsules in beverages. HCL Breakthrough is particularly useful alongside protein-rich meals. Do not use if you have active ulcers or gastritis — consult your healthcare professional first.† Why does P3-OM use only one probiotic strain? + P3-OM uses the patented Lactobacillus plantarum OM strain, which is designed to support protein digestion, natural flora balance, and overall gut wellbeing. Research suggests that multiple probiotic strains can sometimes compete against each other or disrupt microbial balance. The single, well-characterised strain approach means P3-OM may be used by a wide range of individuals.† Why doesn't HCL Breakthrough contain pepsin? + Pepsin is derived from animal sources (typically pig or cow stomach lining). HCL Breakthrough uses plant-based protease enzymes instead, making the formula suitable for vegetarians, vegans, and those with dietary restrictions. Plant-based proteases provide comprehensive protein digestion support without animal-derived ingredients.† Is the Digestive Health Stack suitable for vegans? + MassZymes and HCL Breakthrough are 100% plant-based and suitable for vegans. P3-OM is lactose-free and suitable for vegetarians; however, the probiotic culture is grown on a milk-containing medium during production. Those with severe milk allergies should consult their healthcare professional before use. Does P3-OM require refrigeration? + No. P3-OM is prepared as a freeze-dried culture to remain potent at room temperature. Store all three products in a cool, dry place away from direct sunlight and out of reach of children. Can I take all three products together? + Yes, MassZymes, P3-OM, and HCL Breakthrough are designed to complement each other as part of a daily digestive routine. If combining supplements or medications, always consult your healthcare professional to confirm the combination is appropriate for your individual circumstances.† Can I use the Digestive Health Stack alongside other BIOptimizers products? + Yes, these products may be used alongside other BIOptimizers products. Consult your healthcare professional if you are combining multiple supplements or taking any medications.† ⚠ 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. Contraindications: Do not use if you have active ulcers or gastritis. If you are pregnant, breastfeeding, have a medical condition, or take any medications — including antibiotics, blood thinners, or medications for digestive conditions — consult your healthcare professional before use. Do not use if you have known hypersensitivity to any ingredient. HCL Breakthrough: Not intended to treat acid reflux, heartburn, GERD, or any digestive disease. Do not dissolve capsules in beverages. If you have any digestive condition, consult your healthcare professional before use. P3-OM: Cultured on a milk-containing medium during production. The finished product is lactose-free. Those with severe milk allergies should consult their healthcare professional before use. If taking antibiotics, space P3-OM at least one hour apart. MassZymes Dosage: Take 1–3 capsules with each meal. Do not exceed the recommended dose. P3-OM Dosage: Take 1–2 capsules with meals or before bed. For children, the suggested dose is 1 capsule per 20 kg of body weight — always consult a paediatrician first. HCL Breakthrough Dosage: Take 1 capsule with meals or within 30 minutes of eating. Do not exceed the recommended dose. Children: MassZymes and HCL Breakthrough are formulated for adults; consult a healthcare professional before giving these products to children. P3-OM may be appropriate for children at a dose of 1 capsule per 20 kg of body weight; always consult a paediatrician first. Storage: No refrigeration required. Store all three products in a cool, dry place away from direct sunlight. † These statements have not been evaluated by the Therapeutic Goods Administration (TGA). These products are complementary medicines and are not intended to diagnose, treat, cure, or prevent any disease. Individual results may vary. (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); })();
More you might like
Related
Natural Supplement, Liquid DropswithANaturalPlantExtracts, G
Related
Healthy Potions Digestive care - Cuidado digestivo
Related
Emerald Labs Digestive Health — Probiotiques & Enzymes Diges
Related