
Mars Fat Burn Capsules : Powered With Psyllium Husk, Moringa & Dandelion Root
Document SUPERCHARGE YOUR METABOLISM WITH THE MOST POWERFUL NATURAL INGREDIENTS Mars BurnMax is packed with POTENT natural ingredients, but MetaboPlex-GT™ drives 95% of the around-the-clock fat-burning that Mars BurnMax delivers. FAT INCINERATING INGREDIENTS Psyllium Husk Natural Appettite Control & Digestive Support Reduces calorie Intake This soluble fiber expands in the stomach, creating a feeling of fullness that helps curb overeating and unnecessary snacking. Promotes Healthy Digestion Supports regular bowel movements and gut health, preventing bloating and digestive discomfort during weight management. Dandelion Root Metabolism Booster & Liver Support Enhances Fat Breakdown Rich in antioxidants, Dandelion Root may help improve fat metabolism, making it easier for the body to burn stored fat for energy. Supports Liver Function A healthy liver is key to effective fat processing and detoxification, helping to optimize weight loss results. Moringa Extract NUTRIENT-DENSE FAT BURNER Amplifies Fat Burning Packed with vital nutrients that aid in healthy weight management, Moringa provides essential vitamins and minerals to sustain energy while shedding excess weight. Supports Overall Wellness Unlike harsh stimulants, this natural superfood nourishes the body while promoting sustainable fat loss. Black Pepper Extract Bioavailability & Metabolism Activator Enhances Nutrient Absorption The piperine in Black Pepper Extract maximizes the bioavailability of key fat-burning ingredients, ensuring optimal effectiveness. Boosts Metabolism May support thermogenic activity, allowing the body to burn more calories efficiently. Green Tea Extract - EGCG Thermogenic Metabolism enhancer Increases Fat Oxidation The catechins in Green Tea Extract promote thermogenesis, naturally increasing the body's ability to burn calories. Supports Metabolic Activity Helps boost energy expenditure at rest and during workouts, turning the body into a 24/7 fat-burning machine. ACETYL L-CARNITINE Fat Transport & Energy Booster Converts Fat into Energy This amino acid derivative plays a critical role in transporting fatty acids into mitochondria, helping the body utilize fat stores as fuel. Enhances Endurance & Performance By promoting fat metabolism, it supports sustained energy levels, making workouts more effective and fat loss more efficient. Burning With Benefits Sustainable Fat Burn Accelerated Fat Burning Mars BurnMax™ tackles fat loss from multiple angles, making it incredibly effective at breaking down stubborn fat and using it for energy. Noticeable changes in the way you look and feel in just days. Boosted Metabolism Kickstart your metabolism and increase calorie burn from your very first dose. The powerful combination of MetaboPlex-GT™ Extract supports round-the-clock fat burning, even while at rest. Enhanced Fat Utilization Mars BurnMax™ is designed to ignite thermogenesis 24/7, helping your body burn more stored fat for fuel. Just two capsules a day keep your metabolism running at full speed. Powerful Thermogenic Acetyl L-Carnitine plays a crucial role in transporting fat into mitochondria, turning it into energy rather than storage. This means less fat accumulation and more sustained energy levels throughout the day. :root { --primary-font: "Harmonia Sans Pro Cyr", -apple-system, Roboto, Helvetica, sans-serif; --text-dark: #000000; --text-body: #010101; --spacing-xs: 8px; --spacing-sm: 16px; --spacing-md: 0px; --spacing-lg: 32px; --spacing-xl: 48px; --spacing-2xl: 60px; --container-width: 1256px; --shadow-default: 8px 8px 8px rgba(0, 0, 0, 0.2); } .burn-max-pdp { background-color: #fff; overflow: hidden; width: 100%; margin: 0 auto; } .hero-section { background-color: #fff; /* padding: var(60px) var(--spacing-xl); */ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; .hero-content { max-width: min(632px, 90%); width: 100%; margin: 0 auto; } .product-images { display: flex; justify-content: center; align-items: center; gap: var(--spacing-md); flex-wrap: wrap; margin: 0 auto; width: 100%; .product-image { width: clamp(100px, 30%, 181px); height: auto; object-fit: contain; transition: transform 0.3s ease; &:hover { transform: scale(1.05); } } } .hero-title { color: #6C1111; font-size: 29px; font-weight: 700; text-align: center; margin-top: 15px; line-height: 1.2; } .hero-description { font-size: 17px; text-align: center; margin-top: 15px; line-height: 1.5; } } .ingredients-section { background-color: #fff; padding: var(--spacing-xl) var(--spacing-lg); display: flex; flex-direction: column; align-items: center; gap: var(60px); width: 100%; max-width: var(--container-width); margin: 0 auto; .section-title { font-size: 24px; font-weight: 600; text-align: center; } .ingredient-card { display: grid; grid-template-columns: 1.5fr 1fr; gap: var(--spacing-xl); width: 100%; padding: var(--spacing-lg); background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)); border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; &:hover { transform: translateY(-4px); } .ingredient-content { display: flex; flex-direction: column; gap: 0px; font-family: var(--primary-font); .ingredient-header { color: var(--text-dark); .ingredient-title { color: #6C1111; font-size: 20px; font-weight: 600; margin-bottom: var(--spacing-xs); line-height: 1.2; } .ingredient-subtitle { font-size: 14px; color: #646464; opacity: 0.9 } } .ingredient-benefits { display: flex; flex-direction: column; gap: var(--spacing-md); .benefit-item { display: flex; gap: var(--spacing-sm); align-items: flex-start; .benefit-icon { width: 15px; height: 15px; object-fit: contain; flex-shrink: 0; /* margin-top: 4px; */ } .benefit-text { flex: 1; .benefit-title { color: #444444; font-size: 14px; font-weight: 600; margin-bottom: var(--spacing-xs); } .benefit-description { font-size: 12px; line-height: 1.5; font-weight: 400; color: #929292; } } } } } .ingredient-image-wrapper { display: flex; align-items: center; justify-content: center; .ingredient-image { width: 100%; height: auto; object-fit: contain; border-radius: 8px; } } } @media (max-width: 768px) { .ingredient-card { grid-template-columns: 1fr; /* Stack items in a single column */ gap: var(--spacing-md); } } } .benefits-section { background-color: #fff; width: 100%; .benefits-header { text-align: center; max-width: 700px; margin: 0 auto var(60px); .benefits-title { font-size: clamp(36px, 5vw, 48px); font-weight: 600; margin-bottom: var(--spacing-md); line-height: 1.2; } .benefits-subtitle { font-size: clamp(24px, 3vw, 32px); color: var(--text-body); opacity: 0.9; } } .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(550px, 1fr)); gap: 50px; max-width: var(--container-width); margin: 0 auto; padding: var(--spacing-lg); .benefit-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)); border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; &:hover { transform: translateY(-4px); } .benefit-card-icon { width: clamp(80px, 10vw, 140px); height: auto; object-fit: contain; margin-bottom: var(--spacing-lg); } .benefit-card-title { font-size: 24px; font-weight: 600; margin-bottom: var(--spacing-md); line-height: 1.2; } .benefit-card-description { font-size: 18px; line-height: 1.5; color: var(--text-body); } } } } @media (max-width: 1200px) { .ingredient-card { grid-template-columns: 1fr; .ingredient-image-wrapper { order: -1; .ingredient-image { max-width: 500px; margin: 0 auto; } } } } @media (max-width: 768px) { :root { --spacing-2xl: 40px; --spacing-xl: 32px; --spacing-lg: 24px; } .hero-section, .ingredients-section, .benefits-section { padding: var(--spacing-xl) var(--spacing-md); } .benefits-grid { display: table !important; grid-template-columns: 1fr; gap: var(--spacing-lg); .benefit-card { max-width: 400px; margin: 0 auto; } } } @media (max-width: 480px) { * { text-align: center; } .product-images { align-items: center; .product-image { width: clamp(100px, 30%, 181px); max-width: 110px; } } .ingredient-card { padding: var(--spacing-md); } .benefit-card { padding: var(--spacing-md); } } @media (prefers-reduced-motion: reduce) { .product-image, .ingredient-card, .benefit-card { transition: none; } } @media print { .burn-max-pdp { padding: 0; } .ingredient-card, .benefit-card { break-inside: avoid; box-shadow: none; } .product-image, .ingredient-image, .benefit-card-icon { print-color-adjust: exact; } }