BIOptimizers kApex® - 120 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; } /* ── 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; } /* ── 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(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; } /* ── 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; } /* ── REVIEWS ── */ .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; } /* ── 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-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-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-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. Always read the label and follow the directions for use. Dietary supplements should not replace a balanced diet. If you have active ulcers, gastritis, are pregnant/breastfeeding, or are taking medications, consult your healthcare professional before use. This product contains ingredients that may be banned by certain sports organisations (WADA). Individual results may vary. May help improve keto, low-carb, and paleo digestion† May help support fat and protein digestion† May help prevent digestive upset from high-fat meals† May help increase energy and reduce keto flu during keto-adaptation† May help improve exercise performance on low-carb or ketogenic diets† May help support mitochondrial health and fat burning pathways† Features L-Carnitine and CoQ10 for energy production† Contains Innoslim® to support metabolism† May help support healthy blood sugar hormone sensitivity† 100% plant-based and vegan-friendly 🌿 100% Plant-Based 🌱 Vegan 🥛 Dairy Free 🌾 Gluten Free 🍬 Sugar Free 🏭 GMP Certified 🇦🇺 Ships Australia-wide 🛡️ 90-Day Money Back Guarantee Keto & Low-Carb Support Why Digestive Support Matters on Keto Optimizing Your Keto-Adaptation† Many people experience digestive challenges when transitioning to a ketogenic or low-carb diet due to the significant increase in dietary fat intake. This can include digestive upset, bloating, and difficulty fully breaking down high-fat meals.† Additionally, during keto-adaptation, some people experience temporary fatigue, brain fog, and decreased performance — often called "keto flu." kApex is specifically formulated to support both digestive function and energy production during this transition period and beyond.† Important: This product is designed to support dietary transitions and digestive function. It is not a treatment for any metabolic or digestive condition. Always consult your healthcare professional before starting any new diet or supplement regimen. Key Ingredient Innoslim® — Metabolic Support Technology Supporting Energy Production and Metabolism† Research suggests Innoslim® may help boost AMPK enzyme activity in muscle and fat cells† May help support ATP (energy) production in the liver† Research suggests it may support adiponectin levels (a hormone from fat cells)† May help improve glucose transporter (GLUT4) activity in fat and muscle cells† Contains extracts of Astragalus and Panax notoginseng† May work as energy-boosting adaptogens to support stress response† Complete Keto Formula Multi-Targeted Support for Keto Success† Tri-Phase Protease Protein Digestion Full-spectrum proteases (6.0, 4.5, 3.0) that work across multiple pH levels to support protein breakdown throughout the digestive tract.† Lipa4 Lipase Blend Fat Digestion Four different fungal lipase sources that work across varying acidity levels to support comprehensive fat breakdown and prevent digestive upset from high-fat meals.† L-Carnitine Fat Metabolism May help transport fatty acids into mitochondria where they can be used for energy production, supporting fat metabolism.† CoQ10 (Ubiquinone) Energy Support May help reduce oxidative stress and support mitochondrial function, which may have anti-aging effects.† Betaine HCl Stomach Acid May help support healthy stomach acid levels, which is important for overall digestion and gut motility.† Dandelion Root Bile Support Traditional herb that may help stimulate healthy bile production and flow, supporting liver health and fat digestion.† Enhanced Delivery System AstraZyme™ for Optimal Absorption Supporting Overall Digestive Function† kApex features AstraZyme™, a proprietary blend of enzymes, extracts of astragalus and notoginseng, and trace minerals. This system contains systemic plant-based enzymes and herbal extracts designed to support a balanced immune response and reduce gut discomfort.† The trace minerals in kApex provide important cofactors for metabolism and digestion, while the adaptogenic herbs in both Innoslim® and AstraZyme™ work to support brain function, combat fatigue, and promote performance during stressful situations like keto-adaptation.† Suggested Use How to Take kApex 🌅 Morning Dose On Empty Stomach Take 2 capsules on an empty stomach upon waking for optimal mitochondrial support and energy production.† 🍳 With Meals Digestive Support Take 2 capsules with breakfast and lunch for digestive support. For dinner, consider using MassZymes instead.† 📍 Important: Do not take kApex after 5 PM as it contains energising ingredients that may affect sleep. Store in a cool, dry place. One 120-capsule bottle provides 30-60 servings depending on individual use. Consult your medical practitioner before starting any new supplement. The BIOptimizers Difference Why Choose kApex Specifically Designed for Keto & Low-Carb Diets Formulated by Matt Gallant, CEO of BIOptimizers and 26-year keto veteran, based on observing hundreds of people transition to ketogenic diets.† Multi-Targeted Formula Addresses both digestive challenges and energy/performance issues commonly experienced during keto-adaptation with comprehensive enzyme support and metabolic enhancers.† Full-Spectrum Lipase for High-Fat Meals Contains Lipa4 Lipase — four different fungal lipase sources that work across varying pH levels to ensure comprehensive fat breakdown.† Energising Adaptogenic Herbs Features Innoslim® and AstraZyme™ with extracts of astragalus and Panax notoginseng to support energy, brain function, and stress response during adaptation.† 100% Plant-Based Formula Suitable for vegetarians and vegans. Free from gluten, dairy, soy, sugar, and artificial ingredients. Manufactured in a GMP-certified facility with quality testing. What's Inside Complete Ingredient Information Tri-Phase Protease Blend Protease 6.0, Protease 4.5, Protease 3.0 — three protein-digesting enzymes that work at different pH levels for full-spectrum protein support.† Lipa4 Lipase Blend Four different fungal lipase sources (Lipase Fungal - Japan, China, Mucor javanicus, Aspergillus niger) for comprehensive fat digestion support.† L-Carnitine Powder Amino acid derivative that may help transport fatty acids into mitochondria for energy production.† Innoslim® Proprietary blend of Astragalus and Panax notoginseng extracts designed to support metabolic function and energy production.† AstraZyme™ Proprietary blend of enzymes, extracts of astragalus and notoginseng, and trace minerals for enhanced absorption support.† Betaine HCl May help support healthy stomach acid levels for optimal digestion.† Dandelion Root Powder Traditional herb that may stimulate bile production and flow to support fat digestion.† Ubiquinone (CoQ10) Antioxidant that may support mitochondrial function and energy production.† Trace Mineral Blend Proprietary mineral complex providing cofactors for metabolism and digestion.† Other Ingredients Rice extract, vegetable cellulose (capsule), water. Community What Our Customers Say ★★★★★ Love this product! I have been taking this a couple of weeks now and my energy level has improved and I dropped the last few pounds I was trying to lose. I'm impressed! Jennifer C. — Verified Buyer ★★★★★ Kapex review I am enjoying better digestion when I take this supplement with a meal that has fat and/or protein. Less bloating, gas, belching and indigestion. Karen S. — Verified Buyer ★★★★★ Burning it up Kapex has been my favourite digestive. I tend to have issues digesting fats but with this I feel all my food gets alchemised in my belly leaving me with a flat tummy as well! So I'm happy with it. 🙏 Nikolitsa B. — Verified Buyer Got Questions? Frequently Asked Questions When should I take kApex? + For optimal performance and mitochondrial support, start with 2 capsules on an empty stomach upon waking in the morning. For digestive support, take 2 capsules with breakfast and lunch. Do not take kApex after 5 PM since the energising ingredients may affect sleep. For dinner digestion support, use MassZymes instead.† Do I have to follow a keto diet to take kApex? + No, you do not have to follow a keto diet to use kApex. While kApex is specifically designed to support keto, low-carb, and paleo diets, anyone can benefit from its digestive support, energy enhancement, and mitochondrial function support regardless of their dietary approach.† Can I take kApex with other BIOptimizers products? + Yes, kApex works well alongside other BIOptimizers products. Many people use kApex in the morning and with breakfast/lunch, then use MassZymes with dinner. It can also be combined with P3-OM, HCL Breakthrough, and other digestive support products. Always consult your healthcare professional before combining supplements.† Is kApex suitable for vegetarians and vegans? + Yes, kApex is 100% plant-based and suitable for both vegetarians and vegans. It contains no animal-derived ingredients. What is the shelf life for kApex? + The shelf life for kApex is 2 years from the manufactured date, which can be found on the bottle. Store in a cool, dry place. Can pregnant or breastfeeding mothers take kApex? + Pregnant or breastfeeding mothers should consult their healthcare practitioner before starting any new supplement, diet, or training programme. ⚠ 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 have active ulcers or gastritis. Not recommended during pregnancy or breastfeeding without medical advice. If you have a medical condition, are taking medications, or are undergoing treatment for any condition, consult your healthcare professional before use. Important for Athletes: This product contains ingredients that may be banned by the World Anti-Doping Association (WADA) and other sports organisations. Professional athletes should not use this product without first consulting with their sports organisation. Timing Note: Do not take kApex after 5 PM as the energising ingredients may cause excess energy at night and loss of sleep. † 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. (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); })();