Bioptimizers P3-OM
/* ── 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; } /* ── 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 / DESCRIPTOR 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-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; } } 🧫 Single-Strain Probiotic ❄️ Freeze-Dried 🌡️ Shelf-Stable 🌱 Vegetarian Capsule 🌾 Gluten Free 🥛 Lactose Free 🏭 GMP Manufactured 🧪 Patented Strain Product Overview P3-OM — Patented Single-Strain Probiotic Capsules A Synbiotic Dietary Supplement Combining a Probiotic Strain With a Prebiotic Fibre P3-OM is a dietary supplement containing a patented strain of Lactobacillus plantarum (designated "OM"), combined with fructooligosaccharides (FOS) as a prebiotic fibre. Each capsule provides 2.5 billion CFU (colony-forming units) of the probiotic strain. The combination of a probiotic strain with a prebiotic fibre in a single capsule is referred to as a synbiotic formulation. The capsules are vegetarian, lactose-free, and shelf-stable at room temperature — refrigeration is not required. Note: P3-OM is sold internationally under the name Probiotic Breakthrough. The formulation is identical; only the product name differs by region. Formulation Characteristics How This Probiotic Is Made Single-Strain, Patented, Freeze-Dried, Shelf-Stable Contains a single probiotic strain — Lactobacillus plantarum OM — rather than a multi-strain blend The strain is produced using a patented process (US Patent No. 5,895,758) 2.5 billion CFU (colony-forming units) per capsule, declared on the label Freeze-dried to keep the bacteria dormant during storage; rehydration occurs in the digestive tract Shelf-stable at room temperature — no refrigeration required during storage Includes fructooligosaccharides (FOS) as a prebiotic fibre, making the formula a synbiotic Plant-based vegetable capsule (hypromellose / plant cellulose) Lactose-free, though the probiotic is cultured on a milk-containing medium (see allergen note in cautions) Formula Composition What's in Each Capsule Lactobacillus plantarum OM A patented strain of Lactobacillus plantarum, one of the most widely studied lactic-acid bacteria species. Provided at 2.5 billion CFU per capsule (10 billion CFU/g, 250 mg). Fructooligosaccharides (FOS) A naturally-occurring short-chain prebiotic fibre derived from plant sources. Acts as a fermentation substrate for the probiotic strain. Stabilized Rice Bran A plant-derived stabiliser used to maintain the integrity of the freeze-dried probiotic culture during storage. Vegetable Capsule Plant cellulose (hypromellose) and water. Suitable for vegetarian and vegan diets. About the Strain Lactobacillus plantarum OM Species Background Lactobacillus plantarum is a species of lactic-acid-producing bacteria that occurs naturally in fermented foods such as sauerkraut, kimchi, and pickled vegetables. It is one of the most widely characterised probiotic species in the scientific literature. Patented OM Strain The OM designation refers to a specific patented strain developed through a proprietary process (US Patent No. 5,895,758). The patent covers the strain selection and production methodology used by the manufacturer. Proteolytic Activity Lactobacillus plantarum is described in scientific literature as proteolytic — it produces enzymes that act on proteins. This is a characteristic of the species, not a therapeutic claim about the supplement. Single-Strain vs Multi-Strain This formulation uses one bacterial strain rather than a multi-strain blend. Single-strain probiotics provide a defined dose of one organism per capsule. Directions For Use How to Take P3-OM 🥄 Serving Size 1–2 Capsules Daily Take 1–2 capsules per day, or as directed by your healthcare professional. May be taken with food or on an empty stomach according to personal preference. ⏰ Antibiotic Spacing 2-Hour Gap From Antibiotics If taking antibiotics, leave a minimum 2-hour gap between the antibiotic dose and this probiotic to avoid the antibiotic neutralising the probiotic bacteria. 📦 Pack sizes: Available in 60 capsules or 120 capsules. Store in a cool, dry place below 25 °C away from direct heat, humidity, and sunlight. Keep the bottle tightly sealed when not in use. Full Ingredient List What's Inside Each Capsule Probiotic Strain Lactobacillus plantarum OM — 2.5 billion CFU per capsule (10 billion CFU/g, 250 mg). Prebiotic Fructooligosaccharides (FOS). Other Ingredients Stabilized rice bran, vegetable capsule (plant cellulose and water). Allergen Note The finished product is lactose-free. However, the probiotic strain is cultured on a medium that contains milk. Individuals with severe dairy or milk-protein allergies should consult their healthcare practitioner before use. Free From No gluten. No added sugar. No artificial colours, flavours, or preservatives. No chemical fillers. Suitable for vegetarians. Shelf Life & Storage How to Store P3-OM Shelf-Stable — No Refrigeration Required The freeze-drying process keeps the probiotic bacteria in a dormant state until they are rehydrated. This means the product maintains its declared CFU count at room temperature without requiring refrigeration during storage or shipping. The date printed on the bottle is the manufacture date. The product remains within its declared CFU count for two years from this date. For best results, store in a cool, dry place below 25 °C with the bottle tightly closed and away from direct sunlight, heat, and humidity. Product Specifications At a Glance Format Vegetarian capsules (hypromellose / plant cellulose). Pack Sizes 60 capsules or 120 capsules. Probiotic Dose 2.5 billion CFU per capsule (Lactobacillus plantarum OM). Production Method Freeze-dried under patented process (US Patent No. 5,895,758). Storage Shelf-stable. No refrigeration required. Shelf Life Two years from the manufacture date printed on the bottle. Manufactured Made in the USA in a GMP-compliant facility. ⚠ Important Information Always read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. If symptoms persist, talk to your health professional. Consult your healthcare practitioner before use if you are pregnant, breastfeeding, immunocompromised, or are taking prescription medication. Allergen note: The finished product is lactose-free, however the probiotic is cultured on a medium that contains milk. Individuals with severe dairy or milk-protein allergies should consult their healthcare practitioner before use.
More you might like
Related
BIOptimizers - P3-OM
Related
Bioptimizers P3-OM Probiotic
Related
BiOptimizers Probiotic Breakthrough (P3-OM)
Related