{"product_id":"magn-x6-300g-60serv","title":"MAGN-X6 300g\/60serv","description":"\u003cstyle\u003e\n  .magnx6-landing {\n    --bg: #F4F4F4;\n    --bg-soft: #f0f0f0;\n    --card: #f4f4f4;\n    --text: #171a21;\n    --muted: #4d5562;\n    --accent: #b91c5c;\n    --accent-2: #d9a404;\n    --border: rgba(23,26,33,0.10);\n    --shadow: 0 20px 60px rgba(0,0,0,0.10);\n    background: linear-gradient(180deg, #faf4f6 0%, #f2eee8 100%);\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    line-height: 1.7;\n  }\n\n  .magnx6-landing * { box-sizing: border-box; }\n\n  .magnx6-container {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .magnx6-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 90px 0 70px;\n    background:\n      radial-gradient(circle at top right, rgba(185,28,92,0.12), transparent 30%),\n      radial-gradient(circle at top left, rgba(217,164,4,0.10), transparent 28%),\n      linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.08));\n    border-bottom: 1px solid var(--border);\n  }\n\n  .magnx6-badge {\n    display: inline-block;\n    padding: 10px 16px;\n    border: 1px solid rgba(185,28,92,0.22);\n    border-radius: 999px;\n    color: var(--accent);\n    background: rgba(185,28,92,0.08);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .magnx6-hero-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 40px;\n    align-items: start;\n  }\n\n  .magnx6-hero-copy h1 {\n    font-size: clamp(34px, 5vw, 60px);\n    line-height: 1.08;\n    letter-spacing: -0.03em;\n    margin: 0 0 18px;\n    color: #11161d;\n  }\n\n  .magnx6-hero-copy .lead {\n    font-size: 18px;\n    color: var(--muted);\n    max-width: 760px;\n    margin: 0 0 28px;\n  }\n\n  .magnx6-highlight {\n    color: var(--accent);\n    font-weight: 700;\n  }\n\n  .magnx6-trust-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 20px 0 0;\n  }\n\n  .magnx6-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 14px;\n    border-radius: 999px;\n    background: #14181f;\n    border: 1px solid rgba(255,255,255,0.06);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n  }\n\n  .magnx6-trust-badge::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 4px rgba(185,28,92,0.12);\n    flex: 0 0 8px;\n  }\n\n  .magnx6-stats-band {\n    margin-top: 34px;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    overflow: visible;\n  }\n\n  .magnx6-stat-box {\n    background: linear-gradient(180deg, #14181f, #1b2028);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-radius: 20px;\n    padding: 20px 10px 24px;\n    text-align: center;\n    box-shadow: var(--shadow);\n    overflow: visible;\n  }\n\n  .magnx6-stat-number {\n    display: block;\n    font-size: clamp(20px, 2.6vw, 32px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: #ffffff;\n    margin-bottom: 8px;\n    letter-spacing: -0.03em;\n  }\n\n  .magnx6-stat-text {\n    display: block;\n    font-size: 11px;\n    line-height: 1.4;\n    color: rgba(255,255,255,0.74);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  .magnx6-note {\n    margin-top: 12px;\n    font-size: 12px;\n    color: #5f6773;\n  }\n\n  .magnx6-hero-visual {\n    position: relative;\n    min-height: 100%;\n    padding-top: 34px;\n  }\n\n  .magnx6-hero-image-wrap {\n    position: relative;\n    border-radius: 30px;\n    overflow: hidden;\n    border: 1px solid rgba(23,26,33,0.08);\n    box-shadow: 0 28px 70px rgba(15,23,32,0.10);\n    min-height: 640px;\n    background:\n      radial-gradient(circle at center, rgba(185,28,92,0.12), transparent 34%),\n      radial-gradient(circle at top right, rgba(217,164,4,0.08), transparent 24%),\n      linear-gradient(180deg, rgba(255,255,255,0.56), rgba(255,255,255,0.18));\n  }\n\n  .magnx6-hero-product-image {\n    display: block;\n    width: 100%;\n    height: 100%;\n    min-height: 640px;\n    object-fit: cover;\n    object-position: center center;\n    padding: 0;\n    transform: scale(1.03);\n    transform-origin: center center;\n  }\n\n  .magnx6-hero-image-wrap::after {\n    content: \"\";\n    position: absolute;\n    inset: auto 0 0 0;\n    height: 30%;\n    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.18));\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  .magnx6-hero-floating {\n    position: absolute;\n    left: 18px;\n    right: 18px;\n    bottom: 18px;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    z-index: 2;\n  }\n\n  .magnx6-floating-card {\n    padding: 18px;\n    border-radius: 20px;\n    background: rgba(255,255,255,0.86);\n    border: 1px solid rgba(255,255,255,0.70);\n    backdrop-filter: blur(14px);\n    box-shadow: 0 18px 36px rgba(12,18,28,0.10);\n  }\n\n  .magnx6-floating-card strong {\n    display: block;\n    font-size: 13px;\n    color: #0f1720;\n    margin-bottom: 6px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .magnx6-floating-card span {\n    display: block;\n    font-size: 14px;\n    color: #374151;\n    line-height: 1.5;\n  }\n\n  .magnx6-section {\n    padding: 72px 0;\n    border-bottom: 1px solid rgba(23,26,33,0.08);\n    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));\n  }\n\n  .magnx6-section-alt {\n    background:\n      radial-gradient(circle at top left, rgba(185,28,92,0.06), transparent 34%),\n      linear-gradient(180deg, #f5f2f3 0%, #efebec 100%);\n  }\n\n  .magnx6-section-soft {\n    background: linear-gradient(180deg, #f6f4f1 0%, #efebe6 100%);\n  }\n\n  .magnx6-section-contrast {\n    background:\n      radial-gradient(circle at right center, rgba(217,164,4,0.08), transparent 28%),\n      linear-gradient(180deg, #f1efeb 0%, #f7f5f2 100%);\n  }\n\n  .magnx6-section h2 {\n    font-size: clamp(28px, 3vw, 42px);\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n    margin: 0 0 18px;\n    color: #11161d;\n  }\n\n  .magnx6-section h3 {\n    font-size: 22px;\n    margin: 0 0 14px;\n    color: #11161d;\n  }\n\n  .magnx6-section p {\n    margin: 0 0 18px;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .magnx6-mini-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--accent);\n  }\n\n  .magnx6-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 28px;\n    align-items: start;\n  }\n\n  .magnx6-icon-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 28px;\n  }\n\n  .magnx6-card,\n  .magnx6-icon-card {\n    background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0.38));\n    border: 1px solid rgba(23,26,33,0.08);\n    border-radius: 22px;\n    padding: 24px 26px;\n    box-shadow: var(--shadow);\n    height: 100%;\n  }\n\n  .magnx6-icon {\n    width: 54px;\n    height: 54px;\n    border-radius: 16px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(185,28,92,0.10);\n    border: 1px solid rgba(185,28,92,0.16);\n    color: var(--accent);\n    margin-bottom: 16px;\n  }\n\n  .magnx6-icon-card h3 { font-size: 20px; margin-bottom: 10px; }\n  .magnx6-icon-card p  { font-size: 15px; margin-bottom: 0; }\n\n  .magnx6-feature-box {\n    background: linear-gradient(135deg, rgba(185,28,92,0.08), rgba(255,255,255,0.38));\n    border: 1px solid rgba(185,28,92,0.14);\n    border-radius: 22px;\n    padding: 26px;\n  }\n\n  .magnx6-checks,\n  .magnx6-benefits,\n  .magnx6-usage-list,\n  .magnx6-compare-list {\n    list-style: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n  }\n\n  .magnx6-checks li,\n  .magnx6-benefits li,\n  .magnx6-usage-list li,\n  .magnx6-compare-list li { list-style: none !important; }\n\n  .magnx6-checks li::marker,\n  .magnx6-benefits li::marker,\n  .magnx6-usage-list li::marker,\n  .magnx6-compare-list li::marker { content: \"\"; }\n\n  .magnx6-checks li,\n  .magnx6-benefits li,\n  .magnx6-usage-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 12px;\n    color: var(--muted);\n  }\n\n  .magnx6-checks li::before,\n  .magnx6-benefits li::before,\n  .magnx6-usage-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--accent);\n    font-weight: 700;\n  }\n\n  .magnx6-compare {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 28px;\n  }\n\n  .magnx6-compare-card {\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: var(--shadow);\n    min-height: 100%;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .magnx6-compare-card.good {\n    background: linear-gradient(180deg, rgba(185,28,92,0.12), rgba(255,255,255,0.36));\n    border: 1px solid rgba(185,28,92,0.20);\n    box-shadow: 0 20px 60px rgba(0,0,0,0.10), 0 0 0 1px rgba(185,28,92,0.05), 0 0 40px rgba(185,28,92,0.08);\n  }\n\n  .magnx6-compare-card.good::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(circle at top right, rgba(185,28,92,0.10), transparent 34%);\n    pointer-events: none;\n  }\n\n  .magnx6-compare-card.basic {\n    background: linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.26));\n    border: 1px solid rgba(23,26,33,0.08);\n  }\n\n  .magnx6-compare-head {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    margin-bottom: 18px;\n  }\n\n  .magnx6-pill {\n    display: inline-flex;\n    align-items: center;\n    padding: 8px 12px;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .magnx6-pill.good {\n    background: rgba(185,28,92,0.14);\n    color: var(--accent);\n    border: 1px solid rgba(185,28,92,0.22);\n  }\n\n  .magnx6-pill.basic {\n    background: rgba(23,26,33,0.05);\n    color: #4f5968;\n    border: 1px solid rgba(23,26,33,0.08);\n  }\n\n  .magnx6-compare-list li {\n    position: relative;\n    padding-left: 22px;\n    margin-bottom: 12px;\n    color: var(--muted);\n  }\n\n  .magnx6-compare-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 4px rgba(185,28,92,0.10);\n  }\n\n  .magnx6-faq {\n    display: grid;\n    gap: 16px;\n    margin-top: 28px;\n  }\n\n  .magnx6-faq-item {\n    border: 1px solid rgba(23,26,33,0.08);\n    border-radius: 22px;\n    background: linear-gradient(180deg, rgba(255,255,255,0.56), rgba(255,255,255,0.30));\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n\n  .magnx6-faq-item summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 22px 64px 22px 24px;\n    font-size: 18px;\n    font-weight: 700;\n    color: #11161d;\n    position: relative;\n  }\n\n  .magnx6-faq-item summary::-webkit-details-marker { display: none; }\n\n  .magnx6-faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 24px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(185,28,92,0.10);\n    border: 1px solid rgba(185,28,92,0.16);\n    color: var(--accent);\n    font-size: 22px;\n    font-weight: 500;\n  }\n\n  .magnx6-faq-item[open] summary::after { content: \"x\"; }\n\n  .magnx6-faq-content {\n    padding: 0 24px 24px;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .magnx6-final-cta {\n    padding: 88px 0;\n    background:\n      radial-gradient(circle at center, rgba(185,28,92,0.10), transparent 34%),\n      linear-gradient(180deg, #f6f2f3 0%, #eee7e4 100%);\n  }\n\n  .magnx6-final-cta-box {\n    max-width: 980px;\n    margin: 0 auto;\n    text-align: center;\n    padding: 42px 32px;\n    border-radius: 28px;\n    background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0.36));\n    border: 1px solid rgba(185,28,92,0.14);\n    box-shadow: var(--shadow);\n  }\n\n  .magnx6-final-cta-box p {\n    max-width: 760px;\n    margin: 0 auto 24px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  @media (max-width: 989px) {\n    .magnx6-hero-grid,\n    .magnx6-grid-2,\n    .magnx6-icon-grid,\n    .magnx6-compare,\n    .magnx6-stats-band,\n    .magnx6-hero-floating { grid-template-columns: 1fr; }\n\n    .magnx6-hero { padding: 70px 0 54px; }\n    .magnx6-hero-visual { padding-top: 0; }\n    .magnx6-section, .magnx6-final-cta { padding: 56px 0; }\n    .magnx6-hero-image-wrap, .magnx6-hero-product-image { min-height: 460px; }\n    .magnx6-floating-card { padding: 16px; }\n    .magnx6-faq-item summary { font-size: 17px; }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"magnx6-landing\"\u003e\n  \u003cdiv class=\"magnx6-hero\" id=\"top\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-hero-grid\"\u003e\n        \u003cdiv class=\"magnx6-hero-copy\"\u003e\n          \u003cspan class=\"magnx6-badge\"\u003e6 magnesium forms · CocoMineral® · Zero added sugar\u003c\/span\u003e\n          \u003ch1\u003eMAGN-X6® A concentrated formula with 6 forms of magnesium, built for superior absorption, daily use and intelligent mineral support\u003c\/h1\u003e\n          \u003cp class=\"lead\"\u003eNot every magnesium product delivers the same real value. The difference is not just in the number on the label, but in \u003cspan class=\"magnx6-highlight\"\u003ethe form of the mineral, the structure of the formula and the logic behind the dosing\u003c\/span\u003e. MAGN-X6® brings together 6 forms of magnesium in a modern powder formula, complemented by CocoMineral®, for a well-constructed mineral intake that is practical and easy to fit into any daily routine.\u003c\/p\u003e\n          \u003cdiv class=\"magnx6-trust-badges\"\u003e\n            \u003cspan class=\"magnx6-trust-badge\"\u003e6 forms of magnesium\u003c\/span\u003e\n            \u003cspan class=\"magnx6-trust-badge\"\u003e184.55 mg elemental magnesium\u003c\/span\u003e\n            \u003cspan class=\"magnx6-trust-badge\"\u003e1000 mg CocoMineral®\u003c\/span\u003e\n            \u003cspan class=\"magnx6-trust-badge\"\u003e60 servings per container\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"magnx6-stats-band\"\u003e\n            \u003cdiv class=\"magnx6-stat-box\"\u003e\n              \u003cspan class=\"magnx6-stat-number\"\u003e6\u003c\/span\u003e\n              \u003cspan class=\"magnx6-stat-text\"\u003eMagnesium forms\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"magnx6-stat-box\"\u003e\n              \u003cspan class=\"magnx6-stat-number\"\u003e184mg\u003c\/span\u003e\n              \u003cspan class=\"magnx6-stat-text\"\u003eElemental Mg \/ serving\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"magnx6-stat-box\"\u003e\n              \u003cspan class=\"magnx6-stat-number\"\u003e1000mg\u003c\/span\u003e\n              \u003cspan class=\"magnx6-stat-text\"\u003eCocoMineral® \/ serving\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"magnx6-stat-box\"\u003e\n              \u003cspan class=\"magnx6-stat-number\"\u003e60\u003c\/span\u003e\n              \u003cspan class=\"magnx6-stat-text\"\u003eServings \/ container\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"magnx6-note\"\u003e*1 serving = 5 g. Formula includes bisglycinate, citrate, lactate, malate, gluconate and taurate of magnesium.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"magnx6-hero-visual\"\u003e\n          \u003cdiv class=\"magnx6-hero-image-wrap\"\u003e\n            \u003cimg class=\"magnx6-hero-product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0255\/4331\/1463\/files\/magn-x6_magnesium_formula_genius_nutrition_supplement_1.png?v=1782233836\" alt=\"Genius Nutrition MAGN-X6 magnesium formula\"\u003e\n            \u003cdiv class=\"magnx6-hero-floating\"\u003e\n              \u003cdiv class=\"magnx6-floating-card\"\u003e\n                \u003cstrong\u003ePremium structure\u003c\/strong\u003e\n                \u003cspan\u003e6 distinct magnesium sources, selected for a more complete and better-built formula than a standard single-source product.\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"magnx6-floating-card\"\u003e\n                \u003cstrong\u003eModern use\u003c\/strong\u003e\n                \u003cspan\u003ePowder formula, Cherry Mango flavor, zero added sugar, easy to fit into any morning or evening routine.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-alt\" id=\"produs\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-grid-2\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003eFormula concept\u003c\/span\u003e\n          \u003ch2\u003eNot just magnesium. A mineral architecture built with purpose.\u003c\/h2\u003e\n          \u003cp\u003eMagnesium is one of the core micronutrients in any active person's routine, but its real relevance depends on more than just its presence on the label. The form used, the combination of sources and the context of administration can completely change the product experience. MAGN-X6® was built on exactly this logic: a broader, smarter and more current formula.\u003c\/p\u003e\n          \u003cp\u003eInstead of a basic single-source approach, MAGN-X6® combines bisglycinate, citrate, lactate, malate, gluconate and taurate of magnesium, completed by CocoMineral®. The result is a premium formula designed for those who value coherent composition, not just big promises.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-feature-box\"\u003e\n          \u003ch3\u003eWhat defines MAGN-X6®\u003c\/h3\u003e\n          \u003cp\u003eThe formula combines the diversity of magnesium sources with an easy-to-use format and a modern consumption experience. It is the kind of product that makes sense both on the label and in practice: clear, well-structured and ready for consistent daily use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-soft\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-grid-2\"\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003eActive core\u003c\/span\u003e\n          \u003ch2\u003e6 forms of magnesium in a single formula\u003c\/h2\u003e\n          \u003cp\u003eMAGN-X6® delivers a multi-source matrix in which each form contributes to the complete profile of the product. Rather than relying on a simplified solution, the formula builds a more refined, flexible and appropriate intake for a next-generation premium product.\u003c\/p\u003e\n          \u003cp\u003eThis approach transforms the product into a more modern choice for those looking for more than just a basic magnesium powder. MAGN-X6® is formulated for those who appreciate detail, structure and the intelligence behind the composition.\u003c\/p\u003e\n          \u003cul class=\"magnx6-checks\"\u003e\n            \u003cli\u003e350 mg magnesium bisglycinate\u003c\/li\u003e\n            \u003cli\u003e300 mg magnesium citrate\u003c\/li\u003e\n            \u003cli\u003e300 mg magnesium lactate\u003c\/li\u003e\n            \u003cli\u003e250 mg magnesium malate\u003c\/li\u003e\n            \u003cli\u003e225 mg magnesium gluconate\u003c\/li\u003e\n            \u003cli\u003e225 mg magnesium taurate\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003ePer serving\u003c\/span\u003e\n          \u003ch3\u003eClear concentration, precise dosing\u003c\/h3\u003e\n          \u003cp\u003eEach 5 g serving provides 184.55 mg of elemental magnesium, equivalent to 49% of the NRV, alongside 1000 mg of CocoMineral® from coconut water extract. The formula is designed for simple, effortless use, in a format that is easy to repeat day after day.\u003c\/p\u003e\n          \u003cp\u003eA premium product must not only be well formulated but also easy to integrate. This is exactly where MAGN-X6® delivers: a complete formula, a modern taste and a streamlined routine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-contrast\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cspan class=\"magnx6-mini-label\"\u003eFormula benefits\u003c\/span\u003e\n      \u003ch2\u003eThe elements that define the real value of MAGN-X6®\u003c\/h2\u003e\n      \u003cdiv class=\"magnx6-icon-grid\"\u003e\n        \u003cdiv class=\"magnx6-icon-card\"\u003e\n          \u003cdiv class=\"magnx6-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"26\" width=\"26\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 4L18 7V12C18 15.5 15.7 18.6 12 20C8.3 18.6 6 15.5 6 12V7L12 4Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M9.5 12L11.2 13.7L14.8 10.2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eMulti-source formula\u003c\/h3\u003e\n          \u003cp\u003e6 forms of magnesium in a single composition, for a superior profile compared to products built on a single source.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-icon-card\"\u003e\n          \u003cdiv class=\"magnx6-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"26\" width=\"26\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M12 5V12L16 14\"\u003e\u003c\/path\u003e\n              \u003ccircle stroke-width=\"1.8\" stroke=\"currentColor\" r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eSimple routine\u003c\/h3\u003e\n          \u003cp\u003e1 scoop, 200 ml of water, Cherry Mango flavor and a quick integration into your morning or pre-sleep routine, with no unnecessary steps.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-icon-card\"\u003e\n          \u003cdiv class=\"magnx6-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"26\" width=\"26\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M8 6H16L17.5 10V18H6.5V10L8 6Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M9 10H15\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M10 14H14\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eCocoMineral® integrated\u003c\/h3\u003e\n          \u003cp\u003e1000 mg per serving from coconut water extract, for a more current and well-rounded formula.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-icon-card\"\u003e\n          \u003cdiv class=\"magnx6-icon\" aria-hidden=\"true\"\u003e\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"26\" width=\"26\"\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M7 8L12 4L17 8\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M8 9V13C8 15.761 10.239 18 13 18H16\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M16 18L14 16\"\u003e\u003c\/path\u003e\n              \u003cpath stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" d=\"M16 18L14 20\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003ePremium experience\u003c\/h3\u003e\n          \u003cp\u003eZero added sugar, a modern profile and a fruity taste that makes it easy to use consistently, not just occasionally.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-alt\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-grid-2\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003eFormula logic\u003c\/span\u003e\n          \u003ch2\u003eWhy the diversity of magnesium sources matters\u003c\/h2\u003e\n          \u003cp\u003eIn a premium product, the composition should not be viewed through the lens of a single number. What matters is how the formula is constructed, how intelligently the ingredients are selected and how easily it can be used day after day. MAGN-X6® goes exactly in this direction, through a multi-source combination that raises the product above the standard.\u003c\/p\u003e\n          \u003cp\u003eBy integrating multiple forms of magnesium and CocoMineral® extract, the formula gains consistency, modernity and a clearly premium positioning. It is a product created for those who want more control, more logic and more attention to detail.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-feature-box\"\u003e\n          \u003ch3\u003eThis approach supports:\u003c\/h3\u003e\n          \u003cul class=\"magnx6-benefits\"\u003e\n            \u003cli\u003eA more complete formula than a basic single-source product\u003c\/li\u003e\n            \u003cli\u003eA more modern and repeatable daily use experience\u003c\/li\u003e\n            \u003cli\u003eSimple integration into morning or evening routines\u003c\/li\u003e\n            \u003cli\u003eA premium profile built on structure, not marketing noise\u003c\/li\u003e\n            \u003cli\u003eGreater coherence between label, composition and real use\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eMAGN-X6® is about a well-thought-out formula, not free volume on the label.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-soft\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-grid-2\"\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003eUsage experience\u003c\/span\u003e\n          \u003ch2\u003eClear, simple and easy to fit into any routine\u003c\/h2\u003e\n          \u003cp\u003eA daily product needs to be easy to use. MAGN-X6® answers this perfectly with a straightforward format: 1 scoop of 5 g mixed with 200 ml of water. No complicated ritual, no unnecessary steps, no friction in your routine.\u003c\/p\u003e\n          \u003cul class=\"magnx6-checks\"\u003e\n            \u003cli\u003e1 scoop per serving\u003c\/li\u003e\n            \u003cli\u003e60 servings per container\u003c\/li\u003e\n            \u003cli\u003eMixes quickly with water\u003c\/li\u003e\n            \u003cli\u003eSuitable for daily use\u003c\/li\u003e\n            \u003cli\u003eEasy to fit into any schedule\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cimg style=\"display:block; width:100%; height:100%; min-height:420px; object-fit:cover; object-position:center center; border-radius:18px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0255\/4331\/1463\/files\/Magn-X6-food-supplement-magnesium-complex-60-servings-300g-genius-nutrition-whiteBG.png?v=1782233657\" alt=\"MAGN-X6 Genius Nutrition\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-contrast\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-grid-2\"\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003ePremium comparison\u003c\/span\u003e\n          \u003ch2\u003eWhat makes MAGN-X6® different from a basic magnesium formula\u003c\/h2\u003e\n          \u003cp\u003eThe difference is not simply that the product contains magnesium. The real difference lies in its structure: how many forms are included, how the usage experience is built and how coherent the overall formula is.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cdiv class=\"magnx6-compare\"\u003e\n            \u003cdiv class=\"magnx6-compare-card good\"\u003e\n              \u003cdiv class=\"magnx6-compare-head\"\u003e\n                \u003ch3\u003eMAGN-X6®\u003c\/h3\u003e\n                \u003cspan class=\"magnx6-pill good\"\u003ePremium choice\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003cul class=\"magnx6-compare-list\"\u003e\n                \u003cli\u003e6 forms of magnesium in a single formula\u003c\/li\u003e\n                \u003cli\u003e184.55 mg elemental magnesium per serving\u003c\/li\u003e\n                \u003cli\u003e1000 mg CocoMineral® integrated\u003c\/li\u003e\n                \u003cli\u003eModern powder formula, easy to use\u003c\/li\u003e\n                \u003cli\u003eZero added sugar\u003c\/li\u003e\n                \u003cli\u003ePremium consumption experience, Cherry Mango flavor\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"magnx6-compare-card basic\"\u003e\n              \u003cdiv class=\"magnx6-compare-head\"\u003e\n                \u003ch3\u003eBasic formula\u003c\/h3\u003e\n                \u003cspan class=\"magnx6-pill basic\"\u003eStandard level\u003c\/span\u003e\n              \u003c\/div\u003e\n              \u003cul class=\"magnx6-compare-list\"\u003e\n                \u003cli\u003eTypically a single form of magnesium\u003c\/li\u003e\n                \u003cli\u003eLess complexity in composition\u003c\/li\u003e\n                \u003cli\u003eNo additional matrix such as CocoMineral®\u003c\/li\u003e\n                \u003cli\u003eLess refined usage experience\u003c\/li\u003e\n                \u003cli\u003eFunctional positioning, but without premium depth\u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-soft\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-grid-2\"\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003eWho is it for?\u003c\/span\u003e\n          \u003ch2\u003eDesigned for real routines, not just for the label\u003c\/h2\u003e\n          \u003cul class=\"magnx6-checks\"\u003e\n            \u003cli\u003eActive people looking for a better-built magnesium intake\u003c\/li\u003e\n            \u003cli\u003eThose who appreciate premium formulas over simplified alternatives\u003c\/li\u003e\n            \u003cli\u003eThose who want a routine that is easy to repeat morning or evening\u003c\/li\u003e\n            \u003cli\u003eThose who prefer modern powder formats with a pleasant taste\u003c\/li\u003e\n            \u003cli\u003eUsers who look for coherence between formula, dosing and real experience\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"magnx6-card\"\u003e\n          \u003cspan class=\"magnx6-mini-label\"\u003eHow to use\u003c\/span\u003e\n          \u003ch2\u003eSimple and precise integration\u003c\/h2\u003e\n          \u003cp\u003eMAGN-X6® was designed for easy and consistent use, without overloading your daily routine.\u003c\/p\u003e\n          \u003cdiv class=\"magnx6-feature-box\"\u003e\n            \u003cp\u003e\u003cstrong\u003eServing size:\u003c\/strong\u003e 5 g (1 scoop)\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003ePreparation:\u003c\/strong\u003e mix with 200 ml of water\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eBest time:\u003c\/strong\u003e morning or before sleep\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eFlavor:\u003c\/strong\u003e Cherry Mango\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eContainer:\u003c\/strong\u003e 300 g \/ 60 servings\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eThe formula is easy to integrate into your daily routine and delivers a modern, clean and repeatable experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-section magnx6-section-alt\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cspan class=\"magnx6-mini-label\"\u003eFAQ MAGN-X6®\u003c\/span\u003e\n      \u003ch2\u003eFrequently asked questions about MAGN-X6®\u003c\/h2\u003e\n      \u003cdiv class=\"magnx6-faq\"\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eWhat type of product is MAGN-X6®?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eIt is a powder formula with 6 forms of magnesium and CocoMineral®, designed for daily use, with Cherry Mango flavor and zero added sugar.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eWhat does X6 mean in MAGN-X6®?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eX6 refers to the 6 forms of magnesium integrated in the formula: bisglycinate, citrate, lactate, malate, gluconate and taurate.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eHow much magnesium does one serving provide?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eOne 5 g serving delivers 184.55 mg of elemental magnesium, equivalent to 49% of the NRV.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eWhat is CocoMineral®?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eCocoMineral® is an ingredient based on coconut water extract, integrated into the formula at a dose of 1000 mg per serving.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eHow is it prepared?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eMix 1 scoop, meaning 5 g of product, with 200 ml of water. The formula can be used in the morning or before sleep.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eIs it easy to integrate into a daily routine?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eYes. That is one of its key advantages. The powder format, the fruity flavor and the clear dosing make it straightforward to use every day.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eWhat differentiates MAGN-X6® from a basic magnesium product?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eThe premium structure of the formula: 6 distinct magnesium sources, a clear intake per serving, CocoMineral® integration and a more modern and better-designed usage experience.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"magnx6-faq-item\"\u003e\n          \u003csummary\u003eWhat does it taste like?\u003c\/summary\u003e\n          \u003cdiv class=\"magnx6-faq-content\"\u003eMAGN-X6® has a Cherry Mango flavor, designed for a more enjoyable and easily repeatable experience in your daily routine.\u003c\/div\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"magnx6-final-cta\"\u003e\n    \u003cdiv class=\"magnx6-container\"\u003e\n      \u003cdiv class=\"magnx6-final-cta-box\"\u003e\n        \u003cspan class=\"magnx6-mini-label\"\u003eStructure. Formula. Real difference.\u003c\/span\u003e\n        \u003ch2\u003eWhen you want a magnesium product that goes beyond the standard level, the right choice starts with a formula built intelligently.\u003c\/h2\u003e\n        \u003cp\u003eMAGN-X6® brings together what truly matters in a premium product: 6 forms of magnesium, 1000 mg CocoMineral®, clear dosing, simple use and a modern experience ready for a real daily routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Genius Nutrition®","offers":[{"title":"Default Title","offer_id":54215523336519,"sku":"5940541556510","price":24.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0255\/4331\/1463\/files\/Magn-X6-food-supplement-magnesium-complex-60-servings-300g-genius-nutrition-whiteBG.png?v=1782233657","url":"https:\/\/geniusnutrition.eu\/en-us\/products\/magn-x6-300g-60serv","provider":"Genius Nutrition® Europe","version":"1.0","type":"link"}