BIOptimizers HCL Breakthrough - 90 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; } /* ── 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; } /* ── ENZYME / 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; } } 🌱 100% Plant-Based 🥬 Beet-Derived Betaine HCl 🚫 Pepsin Free 🌾 Gluten Free 🥛 Dairy Free 🌿 Vegan & Vegetarian 🏭 GMP Manufactured 💊 90 Capsules · 90 Serves Product Overview HCL Breakthrough — Plant-Based Betaine HCl With Digestive Enzymes A Betaine HCl Capsule Formulated Without Pepsin HCL Breakthrough is a dietary supplement containing 500 mg of beet-derived betaine hydrochloride per capsule, combined with a five-enzyme digestive blend and a trace mineral component. The formula is 100% plant-based and contains no pepsin — which is the key difference from most betaine HCl products on the market, which typically include pepsin sourced from animal stomach lining. Designed to be taken alongside meals. Available in a 90-capsule bottle (90 single-capsule servings). Manufactured in a GMP-compliant facility with third-party ingredient testing. About the Active Ingredient What Betaine Hydrochloride Is A Salt of Betaine and Hydrochloric Acid Derived From Beets Betaine is a compound found naturally in beets (Beta vulgaris), spinach, and several other plant foods Betaine hydrochloride (Betaine HCl) is the salt form of betaine combined with hydrochloric acid The beet-derived form used in this formula is plant-based and suitable for vegetarian and vegan diets 500 mg of betaine HCl per capsule Free from pepsin, which is commonly added to betaine HCl supplements and is typically sourced from pig stomach lining The plant-based, pepsin-free formulation makes this product suitable for those avoiding animal-derived ingredients Enzyme Composition Five-Enzyme Digestive Blend Protease 3.0 — 25 SAPU A protease enzyme with optimal activity at pH 3.0, suited to the acidic stomach environment. Acts on dietary protein. Protease 4.5 — 2,500 HUT A protease enzyme with optimal activity at pH 4.5. Acts on dietary protein across a slightly less acidic pH range. Amylase — 625 SKB An enzyme that acts on dietary starches, breaking them down into simpler sugars. Lipase — 750 FIP An enzyme that acts on dietary fats, breaking them down into fatty acids and glycerol. Cellulase — 750 CU A plant fibre-acting enzyme that breaks down cellulose. Humans do not produce cellulase on their own. Trace Mineral Blend — 5 mg A small-quantity proprietary mineral complex included in the formula alongside the enzyme blend. Activity Units How Enzyme Strength Is Measured Enzymes Are Measured in Activity Units, Not Weight Enzyme strength is measured using functional units rather than weight, because enzymes are catalysts — their effect depends on activity level, not mass. Each enzyme has its own standard Food Chemicals Codex (FCC) unit of measurement. HCL Breakthrough lists each enzyme in its appropriate FCC unit: SAPU and HUT for the two proteases, SKB for amylase, FIP for lipase, and CU for cellulase. The complete activity profile is stated on the Supplement Facts panel on the product label. Pepsin-Free Formulation Why This Formula Excludes Pepsin What Pepsin Is Pepsin is a digestive enzyme typically sourced from pig stomach lining. It is commonly added to betaine HCl supplements as an animal-derived protein-acting enzyme. The Plant-Based Alternative HCL Breakthrough uses plant-derived proteases (Protease 3.0 and Protease 4.5) instead of pepsin. This allows the formula to remain 100% plant-based and suitable for vegetarian and vegan diets. For Those Avoiding Animal-Derived Ingredients The pepsin-free formulation may also suit individuals who prefer to avoid animal-derived enzymes for dietary, religious, or allergy reasons. Directions For Use How to Take HCL Breakthrough 🍽️ Standard Use One Capsule Per Meal Take 1 capsule with each meal, or within 30 minutes of eating a meal. May be adjusted based on individual tolerance and meal composition, or as directed by your healthcare professional. ⏰ Best Timing With Food, Not Before The stomach naturally releases acid approximately 30 minutes into a meal. Taking HCL Breakthrough with food (rather than before) aligns with this natural timing. 📦 Pack size: 90 capsules per bottle, providing 90 single-capsule servings. Store in a cool, dry place below 25 °C away from direct sunlight. Keep the bottle tightly closed. Full Ingredient List What's Inside Each Capsule Betaine HCl — 500 mg Beet-derived betaine hydrochloride. Enzyme Blend — 21.5 mg Protease 3.0 (25 SAPU), Protease 4.5 (2,500 HUT), Amylase (625 SKB), Lipase (750 FIP), Cellulase (750 CU). Trace Mineral Blend — 5 mg A proprietary trace mineral complex included to provide cofactor minerals for the enzyme blend. Other Ingredients Rice extract, vegetable cellulose capsule (hypromellose and water). Free From No pepsin. No animal-derived ingredients. No gluten. No dairy. No added sugar. No artificial fillers. Suitable for vegetarians and vegans. Product Specifications At a Glance Format Vegetable capsules (hypromellose). Pack Size 90 capsules per bottle. Serving Size 1 capsule taken with each meal, or within 30 minutes of eating. Servings Per Container 90 single-capsule servings. Betaine HCl Per Capsule 500 mg. Dietary Suitability Vegan · Vegetarian · Gluten-free · Dairy-free · Pepsin-free. Manufactured Made in the USA in a GMP-compliant facility with third-party ingredient testing. ⚠ 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, have a medical condition, or are taking prescription medication. Do not use if: ulcer or gastritis are present. Discontinue use if any adverse effect occurs. Possible effects: Betaine HCl may cause a warming sensation in the stomach. Reduce or discontinue use if this becomes uncomfortable. Some individuals may experience mild stomach discomfort, particularly if taken on an empty stomach. Take with food: Always take this product with a meal containing food. Do not take on an empty stomach.