{"product_id":"masszymes","title":"BIOptimizers MassZymes","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n\/* ── ALL STYLES SCOPED TO .bio-desc — WILL NOT AFFECT REST OF PAGE ── *\/\n\n.bio-desc {\n  --bd-green:       #106b63;\n  --bd-green-light: #e6f5f4;\n  --bd-green-rule:  #b8ddd9;\n  --bd-text:        #1a1a1a;\n  --bd-muted:       #5e6b5e;\n  --bd-border:      #dde3d8;\n  --bd-white:       #ffffff;\n  --bd-gold:        #c8972a;\n  font-family: 'Lato', sans-serif;\n  font-size: 15px;\n  line-height: 1.65;\n  color: var(--bd-text);\n}\n\n.bio-desc *, .bio-desc *::before, .bio-desc *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ── DISCLAIMER BOX ── *\/\n.bio-desc .bd-disclaimer-box {\n  background: #f9f9f6;\n  border: 1px solid var(--bd-border);\n  border-left: 3px solid var(--bd-muted);\n  border-radius: 8px;\n  padding: 14px 18px;\n  margin-bottom: 28px;\n  font-size: 12px;\n  color: var(--bd-muted);\n  line-height: 1.6;\n}\n\n\/* ── BENEFIT BULLETS ── *\/\n.bio-desc .bd-bullets { padding: 8px 0 32px; }\n.bio-desc .bd-bullets ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }\n.bio-desc .bd-bullets li {\n  display: flex; align-items: flex-start; gap: 11px;\n  font-size: 14px; color: var(--bd-text); line-height: 1.5;\n}\n.bio-desc .bd-bullets li::before {\n  content: '✓';\n  color: #fff;\n  background: var(--bd-green);\n  font-weight: 800; font-size: 10px;\n  min-width: 18px; height: 18px;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  margin-top: 1px; flex-shrink: 0;\n}\n\n\/* ── DIVIDER ── *\/\n.bio-desc .bd-rule {\n  border: none;\n  border-top: 1px solid var(--bd-border);\n  margin: 32px 0;\n}\n\n\/* ── SECTION ── *\/\n.bio-desc .bd-section { padding: 0 0 32px; }\n.bio-desc .bd-eyebrow {\n  font-size: 10.5px; font-weight: 700;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  color: var(--bd-green); margin-bottom: 6px;\n  font-family: 'Lato', sans-serif;\n  display: block;\n}\n.bio-desc .bd-h2 {\n  font-family: 'Lato', sans-serif;\n  font-size: clamp(20px, 3vw, 26px);\n  font-weight: 900; color: var(--bd-text);\n  line-height: 1.2; margin-bottom: 24px;\n}\n\n\/* ── BADGE GRID ── *\/\n.bio-desc .bd-badges {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n}\n@media (max-width: 560px) { .bio-desc .bd-badges { grid-template-columns: repeat(2, 1fr); } }\n.bio-desc .bd-badge {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 10px;\n  padding: 18px 12px; text-align: center;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-badge:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.1); }\n.bio-desc .bd-badge .bd-icon { font-size: 26px; margin-bottom: 8px; display: block; }\n.bio-desc .bd-badge p { font-size: 11px; color: var(--bd-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.35; }\n\n\/* ── ENZYME TYPES GRID ── *\/\n.bio-desc .bd-forms-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-bottom: 12px;\n}\n@media (max-width: 560px) { .bio-desc .bd-forms-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-form-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 10px;\n  padding: 20px 20px;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.bio-desc .bd-form-card:hover { border-color: var(--bd-green); box-shadow: 0 2px 10px rgba(16,107,99,0.08); }\n.bio-desc .bd-form-card .bd-form-name {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 13.5px;\n  color: var(--bd-green); margin-bottom: 6px;\n  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;\n}\n.bio-desc .bd-form-card .bd-form-name .bd-tag {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  background: var(--bd-green-light);\n  color: var(--bd-green);\n  border: 1px solid var(--bd-green-rule);\n  border-radius: 4px; padding: 2px 6px;\n  white-space: nowrap;\n}\n.bio-desc .bd-form-card p { font-size: 13px; color: var(--bd-muted); line-height: 1.6; }\n\n\/* ── ASTRAZYME HIGHLIGHT ── *\/\n.bio-desc .bd-highlight {\n  background: var(--bd-green-light);\n  border: 1px solid var(--bd-green-rule);\n  border-left: 4px solid var(--bd-green);\n  border-radius: 10px;\n  padding: 24px 24px;\n  margin-bottom: 20px;\n}\n.bio-desc .bd-highlight h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 900; font-size: 17px;\n  color: var(--bd-text); margin-bottom: 12px;\n}\n.bio-desc .bd-highlight ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n.bio-desc .bd-highlight ul li {\n  font-size: 14px; color: var(--bd-text);\n  display: flex; gap: 10px; align-items: flex-start;\n  line-height: 1.5;\n}\n.bio-desc .bd-highlight ul li::before {\n  content: '→';\n  color: var(--bd-green); font-weight: 700; flex-shrink: 0; margin-top: 1px;\n}\n\n\/* ── HOW TO TAKE ── *\/\n.bio-desc .bd-how-grid {\n  display: grid; grid-template-columns: repeat(2, 1fr);\n  gap: 14px; margin-bottom: 16px;\n}\n@media (max-width: 600px) { .bio-desc .bd-how-grid { grid-template-columns: 1fr; } }\n.bio-desc .bd-how-card {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-top: 3px solid var(--bd-green);\n  border-radius: 10px; padding: 22px 18px;\n}\n.bio-desc .bd-how-card .bd-time {\n  font-size: 10.5px; font-weight: 700;\n  letter-spacing: 0.14em; text-transform: uppercase;\n  color: var(--bd-green); margin-bottom: 10px;\n  display: flex; align-items: center; gap: 6px;\n  font-family: 'Lato', sans-serif;\n}\n.bio-desc .bd-how-card h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 15px;\n  color: var(--bd-text); margin-bottom: 8px;\n}\n.bio-desc .bd-how-card p { font-size: 13px; color: var(--bd-muted); line-height: 1.6; }\n\n\/* ── SCIENCE CALLOUT ── *\/\n.bio-desc .bd-callout {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 12px; padding: 26px 26px; margin-bottom: 20px;\n}\n.bio-desc .bd-callout h3 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 900; font-size: 17px;\n  color: var(--bd-text); margin-bottom: 12px;\n}\n.bio-desc .bd-callout p { font-size: 13.5px; color: var(--bd-muted); line-height: 1.7; margin-bottom: 10px; }\n.bio-desc .bd-callout p:last-child { margin-bottom: 0; }\n\n\/* ── INGREDIENT CARDS ── *\/\n.bio-desc .bd-ingredient {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-left: 3px solid var(--bd-green);\n  border-radius: 8px; padding: 18px 20px; margin-bottom: 10px;\n}\n.bio-desc .bd-ingredient:last-child { margin-bottom: 0; }\n.bio-desc .bd-ingredient h4 {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 13.5px;\n  color: var(--bd-green); margin-bottom: 5px;\n}\n.bio-desc .bd-ingredient p { font-size: 13px; color: var(--bd-muted); line-height: 1.65; }\n\n\/* ── REVIEWS ── *\/\n.bio-desc .bd-review {\n  background: var(--bd-white);\n  border: 1px solid var(--bd-border);\n  border-radius: 10px; padding: 20px 22px; margin-bottom: 12px;\n}\n.bio-desc .bd-review:last-child { margin-bottom: 0; }\n.bio-desc .bd-stars { color: var(--bd-gold); font-size: 13px; margin-bottom: 7px; letter-spacing: 2px; display: block; }\n.bio-desc .bd-review-title {\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 14px;\n  color: var(--bd-text); margin-bottom: 5px; display: block;\n}\n.bio-desc .bd-review p { font-size: 13.5px; color: var(--bd-muted); line-height: 1.6; }\n.bio-desc .bd-reviewer { font-size: 12px; color: var(--bd-green); font-weight: 600; margin-top: 10px; display: block; }\n\n\/* ── FAQ ── *\/\n.bio-desc .bd-faq-item { border-bottom: 1px solid var(--bd-border); }\n.bio-desc .bd-faq-item:first-child { border-top: 1px solid var(--bd-border); }\n.bio-desc .bd-faq-q {\n  width: 100%; background: none; border: none; text-align: left;\n  padding: 17px 0;\n  font-family: 'Lato', sans-serif;\n  font-weight: 700; font-size: 13.5px; color: var(--bd-text);\n  cursor: pointer;\n  display: flex; justify-content: space-between; align-items: center; gap: 12px;\n  transition: color 0.15s;\n}\n.bio-desc .bd-faq-q:hover { color: var(--bd-green); }\n.bio-desc .bd-faq-q .bd-arrow {\n  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;\n  background: var(--bd-green-light); border: 1.5px solid var(--bd-green-rule);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 14px; color: var(--bd-green); font-weight: 700;\n  transition: transform 0.2s, background 0.2s, color 0.2s;\n}\n.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); }\n.bio-desc .bd-faq-item.bd-open .bd-faq-q { color: var(--bd-green); }\n.bio-desc .bd-faq-a { display: none; padding: 0 0 17px; font-size: 13.5px; color: var(--bd-muted); line-height: 1.7; }\n.bio-desc .bd-faq-item.bd-open .bd-faq-a { display: block; }\n\n\/* ── CAUTION ── *\/\n.bio-desc .bd-caution {\n  background: #fafaf7; border: 1px solid var(--bd-border);\n  border-radius: 8px; padding: 18px 20px; margin-top: 32px;\n}\n.bio-desc .bd-caution .bd-caution-label {\n  font-size: 10px; font-weight: 700;\n  letter-spacing: 0.18em; text-transform: uppercase;\n  color: var(--bd-muted); margin-bottom: 7px; display: block;\n}\n.bio-desc .bd-caution p { font-size: 12.5px; color: var(--bd-muted); line-height: 1.7; }\n\u003c\/style\u003e\n\u003cdiv class=\"bio-desc\"\u003e\n\u003c!-- PROMINENT DISCLAIMER --\u003e\n\u003cdiv class=\"bd-disclaimer-box\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e 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 a medical condition (particularly digestive conditions, ulcers, or gastritis), are taking medications, or are pregnant\/breastfeeding, consult your healthcare professional before use. Individual results may vary.\u003c\/div\u003e\n\u003c!-- BENEFIT BULLETS --\u003e\n\u003cdiv class=\"bd-bullets\"\u003e\n\u003cul\u003e\n\u003cli\u003eMay help support healthy digestion and nutrient absorption†\u003c\/li\u003e\n\u003cli\u003eMay help support digestive comfort and reduce occasional bloating†\u003c\/li\u003e\n\u003cli\u003eContains 100,000 HUTs of protein-digesting enzymes per capsule\u003c\/li\u003e\n\u003cli\u003eMay support the breakdown of proteins, carbohydrates, and fats†\u003c\/li\u003e\n\u003cli\u003eMay help support energy levels by optimizing nutrient availability†\u003c\/li\u003e\n\u003cli\u003eFeatures AstraZyme™ for enhanced enzyme delivery†\u003c\/li\u003e\n\u003cli\u003eMay support post-exercise recovery when taken between meals†\u003c\/li\u003e\n\u003cli\u003e100% plant-based, vegetarian, vegan, dairy-free, and soy-free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- BADGES --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cdiv class=\"bd-badges\"\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌿\u003c\/span\u003e\n\u003cp\u003e100% Plant-Based\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌱\u003c\/span\u003e\n\u003cp\u003eVegan \u0026amp; Vegetarian\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🥛\u003c\/span\u003e\n\u003cp\u003eDairy Free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🌾\u003c\/span\u003e\n\u003cp\u003eGluten Free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🚫\u003c\/span\u003e\n\u003cp\u003eSoy Free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🏭\u003c\/span\u003e\n\u003cp\u003eGMP Certified\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🇦🇺\u003c\/span\u003e\n\u003cp\u003eShips Australia-wide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-badge\"\u003e\n\u003cspan class=\"bd-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cp\u003e90-Day Guarantee\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHY ENZYMES MATTER --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eThe Digestive Support You Need\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhy Full-Spectrum Enzymes Matter\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eYour Body's Digestive Enzyme Production May Decline Over Time\u003c\/h3\u003e\n\u003cp\u003eAs we age and experience stress, our body's natural production of digestive enzymes may decrease. This can affect how well we break down and absorb nutrients from food, potentially leading to digestive discomfort and reduced nutrient availability.†\u003c\/p\u003e\n\u003cp\u003eMassZymes is a full-spectrum digestive enzyme formula featuring enzymes that work across different pH levels throughout your digestive tract. This comprehensive approach is designed to support optimal digestion from stomach to intestine.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- ASTRAZYME HIGHLIGHT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eEnhanced Delivery System\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eAstraZyme™ — Maximizing Enzyme Effectiveness\u003c\/div\u003e\n\u003cdiv class=\"bd-highlight\"\u003e\n\u003ch3\u003ePlant-Derived Compound for Enhanced Nutrient Absorption†\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eExtracted from Panax ginseng and Astragalus for natural bioavailability support\u003c\/li\u003e\n\u003cli\u003eResearch suggests it may enhance absorption of certain amino acids†\u003c\/li\u003e\n\u003cli\u003eMay support the uptake of key vitamins and minerals†\u003c\/li\u003e\n\u003cli\u003eDesigned to work synergistically with the enzyme blend†\u003c\/li\u003e\n\u003cli\u003eMay help support intestinal wall health†\u003c\/li\u003e\n\u003cli\u003eFormulated to enhance overall enzyme effectiveness†\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- FULL SPECTRUM ENZYMES --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eComplete Enzyme Formula\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eMultiple Enzymes Working Together†\u003c\/div\u003e\n\u003cdiv class=\"bd-forms-grid\"\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eProtease \u003cspan class=\"bd-tag\"\u003eProtein Digestion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e100,000 HUTs per capsule of protein-digesting enzymes that work across multiple pH levels to support protein breakdown into amino acids.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eAmylase \u003cspan class=\"bd-tag\"\u003eCarbohydrate Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eEnzyme that may help support the breakdown of starches and complex carbohydrates into simpler sugars for absorption.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eLipase \u003cspan class=\"bd-tag\"\u003eFat Breakdown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eMay help support the breakdown of dietary fats into fatty acids and glycerol for better nutrient utilization.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eCellulase \u003cspan class=\"bd-tag\"\u003eFiber Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003ePlant fiber-digesting enzyme that may help support the breakdown of cellulose from vegetables and plant foods.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003eLactase \u003cspan class=\"bd-tag\"\u003eDairy Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eMay help support the digestion of lactose (milk sugar) for those with lactose sensitivity.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-form-card\"\u003e\n\u003cdiv class=\"bd-form-name\"\u003ePhytase \u003cspan class=\"bd-tag\"\u003eMineral Absorption\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eMay help break down phytates in grains and legumes, potentially supporting better mineral absorption.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- COMPARISON CHART --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eProduct Comparison\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhy MassZymes Stands Out\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bd-white); border: 1px solid var(--bd-border); border-radius: 12px; padding: 20px; margin-bottom: 20px; display: flex; justify-content: center;\"\u003e\u003cimg style=\"max-width: 800px; width: 100%; height: auto; display: block; border-radius: 8px;\" alt=\"MassZymes Enzyme Potency Comparison Chart\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/masszymes-comparison-chart-vs-others.jpg?v=1773763235\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bd-callout\"\u003e\n\u003ch3\u003eConcentrated Enzyme Formula\u003c\/h3\u003e\n\u003cp\u003eMassZymes features a notably high concentration of proteases (protein-digesting enzymes) compared to many standard enzyme supplements. The formula is designed to work across multiple pH levels throughout the digestive tract.†\u003c\/p\u003e\n\u003cp\u003eWhen selecting a digestive enzyme supplement, consider the enzyme activity units (HUTs for protease), the variety of enzymes included, and whether they're active across different pH levels. Always consult your healthcare professional about which approach suits your individual needs.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- HOW TO TAKE --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eSuggested Use\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eHow to Take MassZymes\u003c\/div\u003e\n\u003cdiv class=\"bd-how-grid\"\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🍽️ With Meals\u003c\/div\u003e\n\u003ch3\u003eDigestive Support\u003c\/h3\u003e\n\u003cp\u003eTake 1-3 capsules before meals to support the digestion and breakdown of proteins, carbohydrates, and fats.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-how-card\"\u003e\n\u003cdiv class=\"bd-time\"\u003e🍕 After Heavy Meals\u003c\/div\u003e\n\u003ch3\u003ePost-Meal Discomfort\u003c\/h3\u003e\n\u003cp\u003eTake 1-3 capsules after a heavy meal to help support digestive comfort as needed.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bd-green-light); border: 1px solid var(--bd-green-rule); border-radius: 8px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start;\"\u003e\n\u003cspan style=\"font-size: 18px; flex-shrink: 0;\"\u003e📍\u003c\/span\u003e\n\u003cp style=\"font-size: 13.5px; color: var(--bd-text); line-height: 1.6;\"\u003eStore in a cool, dry location. Suggested serving: 1-3 capsules with each meal. One 120-capsule bottle provides approximately 40-120 servings depending on individual use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- WHAT MAKES IT DIFFERENT --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eThe BIOptimizers Difference\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhy Choose MassZymes\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eFull pH Spectrum Activity\u003c\/h4\u003e\n\u003cp\u003eFormulated with enzymes that remain active across different acidity levels, from the acidic environment of the stomach to the alkaline small intestine.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eHigh Protease Concentration\u003c\/h4\u003e\n\u003cp\u003eContains 100,000 HUTs (Hemoglobin Units on the Tyrosine basis) of protein-digesting enzymes per capsule — a notably high concentration.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003ePlant-Based Formula\u003c\/h4\u003e\n\u003cp\u003e100% vegetarian and vegan-friendly, derived from non-animal sources. Suitable for various dietary preferences.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAstraZyme™ Enhanced\u003c\/h4\u003e\n\u003cp\u003eFeatures this proprietary plant-derived compound for enhanced delivery and absorption support.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eClean Formula\u003c\/h4\u003e\n\u003cp\u003eFree from gluten, dairy, soy, and artificial fillers. Manufactured in a GMP-certified facility with quality testing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- INGREDIENT BREAKDOWN --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eWhat's Inside\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eComplete Ingredient Information\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eProtease Blend (100,000 HUTs)\u003c\/h4\u003e\n\u003cp\u003eMultiple forms of proteases (including Protease 4.5, 6.0, and 3.0) that work at different pH levels throughout the digestive tract.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAstraZyme™\u003c\/h4\u003e\n\u003cp\u003eProprietary blend of extracts from Panax ginseng and Astragalus membranaceus formulated to support enzyme effectiveness.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eAdditional Digestive Enzymes\u003c\/h4\u003e\n\u003cp\u003eIncludes Amylase, Lipase, Cellulase, Glucoamylase, Invertase, Lactase, Phytase, Alpha Galactosidase, Beta Glucanase, Hemicellulase, Pectinase, and Xylanase.†\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-ingredient\"\u003e\n\u003ch4\u003eOther Ingredients\u003c\/h4\u003e\n\u003cp\u003eRice bran (for enzyme stability), hypromellose (vegetable capsule), microcrystalline cellulose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eCommunity\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eWhat Our Customers Say\u003c\/div\u003e\n\u003cdiv class=\"bd-review\"\u003e\n\u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"bd-review-title\"\u003eTremendous improvement\u003c\/span\u003e\n\u003cp\u003eI have had digestive issues over the years and I can truly say using MassZymes, P3OM \u0026amp; HCL has helped me TREMENDOUSLY! My food is actually being broken down and I can feel the difference.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eBrianna — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-review\"\u003e\n\u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"bd-review-title\"\u003eHelps digestion\u003c\/span\u003e\n\u003cp\u003eEasy to digest any food using this amazing supplement. Thanks so much guys.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eMaher Y. — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-review\"\u003e\n\u003cspan class=\"bd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"bd-review-title\"\u003eNo longer stress about eating\u003c\/span\u003e\n\u003cp\u003eI no longer stress about the consequences of eating as my gas and bloating has subsided without doing elimination diets.\u003c\/p\u003e\n\u003cspan class=\"bd-reviewer\"\u003eRobert B. — Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"bd-rule\"\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"bd-section\"\u003e\n\u003cspan class=\"bd-eyebrow\"\u003eGot Questions?\u003c\/span\u003e\n\u003cdiv class=\"bd-h2\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eWhen is the best time to take MassZymes? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eFor digestive support, take 1-3 capsules a few minutes before meals. Some people also take enzymes between meals on an empty stomach for different purposes, but consult your healthcare professional about this approach for your individual situation.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eHow is MassZymes different from other enzyme supplements? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eMassZymes contains 100,000 HUTs of proteases per capsule and includes enzymes that work across multiple pH levels (both acidic and alkaline environments). It also features AstraZyme™ for enhanced delivery. When selecting enzymes, review the activity units, enzyme variety, and pH range coverage.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eIs MassZymes suitable for vegetarians and vegans? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eYes, MassZymes is 100% plant-based and suitable for both vegetarians and vegans. It contains no animal-derived ingredients.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan I take MassZymes with other supplements? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eMassZymes is generally suitable to use alongside other BIOptimizers products such as P3-OM, HCL Breakthrough, and Magnesium Breakthrough. However, always consult your healthcare professional before combining supplements, especially if you're taking medications or have a medical condition.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eHow soon might I notice a difference? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eIndividual responses vary significantly. Some users report noticing changes in digestive comfort within a few days, while others may take several weeks of consistent use. This product supports digestion but does not treat medical conditions. If you have ongoing digestive concerns, consult your healthcare professional.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eAre digestive enzymes safe to use long-term? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eDigestive enzyme supplements have been used for many years and are generally well-tolerated when taken as directed. However, individual needs vary. Consult your healthcare professional about the appropriate duration of use for your specific situation, particularly if you have ulcers, gastritis, or other digestive conditions.†\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bd-faq-item\"\u003e\n\u003cbutton class=\"bd-faq-q\"\u003eCan children take MassZymes? \u003cspan class=\"bd-arrow\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"bd-faq-a\"\u003eAlways 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.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CAUTION --\u003e\n\u003cdiv class=\"bd-caution\"\u003e\n\u003cspan class=\"bd-caution-label\"\u003e⚠ Important Information\u003c\/span\u003e\n\u003cp\u003eAlways 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.\u003c\/p\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eDo not use if:\u003c\/strong\u003e You have active ulcers or gastritis. Not recommended during pregnancy or breastfeeding without medical advice. If you have a medical condition, are taking medications (particularly blood thinners), or have concerns about digestive health, consult your healthcare professional before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 14px; font-size: 11.5px; color: var(--bd-muted); line-height: 1.65;\"\u003e† 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.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/.bio-desc --\u003e\n\n\u003cscript\u003e\n\/\/ Multiple initialization methods to ensure FAQ works in Shopify\n(function() {\n  var initialized = false;\n  \n  function initFAQs() {\n    if (initialized) return;\n    \n    var buttons = document.querySelectorAll('.bio-desc .bd-faq-q');\n    if (buttons.length === 0) return; \/\/ Elements not ready yet\n    \n    initialized = true;\n    \n    buttons.forEach(function(btn) {\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        var item = btn.closest('.bd-faq-item');\n        var isOpen = item.classList.contains('bd-open');\n        \n        \/\/ Close all FAQs\n        document.querySelectorAll('.bio-desc .bd-faq-item').forEach(function(i) {\n          i.classList.remove('bd-open');\n        });\n        \n        \/\/ Open clicked FAQ if it was closed\n        if (!isOpen) {\n          item.classList.add('bd-open');\n        }\n      });\n    });\n  }\n  \n  \/\/ Method 1: DOMContentLoaded\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initFAQs);\n  } else {\n    initFAQs();\n  }\n  \n  \/\/ Method 2: Window load (backup)\n  window.addEventListener('load', initFAQs);\n  \n  \/\/ Method 3: Delayed initialization (for dynamic content)\n  setTimeout(initFAQs, 500);\n  setTimeout(initFAQs, 1000);\n})();\n\u003c\/script\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"BIOptimizers","offers":[{"title":"120 caps","offer_id":44070258769954,"sku":"BIOMASSZYMES120","price":44.95,"currency_code":"AUD","in_stock":true},{"title":"250 caps","offer_id":44070258802722,"sku":"BIOMASSZYMES250","price":84.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3550\/4418\/files\/bioptimizers-australia-masszymes-best-seller.jpg?v=1774223979","url":"https:\/\/bioptimizers.com.au\/products\/masszymes","provider":"BIOptimizers.com.au","version":"1.0","type":"link"}