{"product_id":"aj-wellness-vitalman-feel-stronger-stay-active-perform-better","title":"AJ Wellness Vitalman - Feel Stronger. Stay Active. Perform Better","description":"\u003cstyle\u003e\n  \/* Import Google Material Icons inside the style tag so Shopify doesn't delete it *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');\n\n  \/* Force the icon font to apply *\/\n  .material-symbols-outlined { \n    font-family: 'Material Symbols Outlined' !important; \n    font-weight: normal;\n    font-style: normal;\n    font-size: 24px;\n    line-height: 1;\n    letter-spacing: normal;\n    text-transform: none;\n    display: inline-block;\n    white-space: nowrap;\n    word-wrap: normal;\n    direction: ltr;\n    -webkit-font-feature-settings: 'liga';\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* Hover \u0026 Animation Effects *\/\n  @keyframes float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-12px); }\n    100% { transform: translateY(0px); }\n  }\n  \n  \/* Split Layout CSS (Used for Hero AND Who is it for) *\/\n  .hero-split, .split-section {\n    display: flex;\n    align-items: center;\n    gap: 50px;\n    padding: 60px 50px;\n    background-color: #f8f8f8;\n    border-radius: 40px;\n    margin-bottom: 10px;\n    border: 1px solid #eeeeee;\n    text-align: left;\n  }\n  \n  \/* Specific override for the Who Is It For section to give it a distinct feel *\/\n  .split-section {\n    background-color: #ffffff; \/* White background to contrast with header *\/\n    padding: 80px 50px;\n  }\n\n  .split-image-container {\n    flex: 1;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n\n  .split-text-container {\n    flex: 1.2;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .hero-product-image, .section-image {\n    width: 100%;\n    max-width: 480px; \n    height: auto;\n    border-radius: 24px;\n    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);\n    border: 1px solid #f0f0f0;\n    transition: transform 0.3s ease;\n  }\n  \n  .hero-product-image {\n    animation: float 6s ease-in-out infinite;\n  }\n\n  .hero-product-image:hover, .section-image:hover {\n    animation-play-state: paused;\n    transform: scale(1.02) translateY(-12px);\n  }\n\n  header div span { transition: all 0.3s ease; cursor: pointer; }\n  header div span:hover { transform: scale(1.05); border-color: #000 !important; color: #000 !important; }\n  .wellness-box { transition: all 0.3s ease; }\n  .wellness-box:hover { background: #1a1a1a !important; color: #fff !important; transform: translateY(-3px); border-color: #1a1a1a !important; }\n  .wellness-box:hover .material-symbols-outlined { color: #fff !important; }\n  .pathway-card { transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }\n  .pathway-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.05); border-color: #000 !important; }\n  .audience-pill { transition: all 0.3s ease; cursor: pointer; display: inline-block; }\n  .audience-pill:hover { background: #000 !important; color: #fff !important; transform: scale(1.05); }\n  .usage-card { transition: all 0.3s ease; }\n  .usage-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); background: #ffffff !important; border-color: #ccc !important; }\n  .stat-item { transition: all 0.4s ease; cursor: default; }\n  .stat-item:hover { transform: scale(1.1); }\n\n  \/* Desktop Grid Layouts *\/\n  .grid-header-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\n  .grid-pathways { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }\n  .grid-wellness { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n  .grid-usage { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }\n\n  \/* Chart CSS *\/\n  .chart-wrapper { width: 100%; margin: 0 auto; background: #ffffff; border-radius: 20px; padding: 40px 30px; border: 1px solid #eeeeee; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }\n  .chart-area-container { position: relative; height: 300px; margin-bottom: 15px; }\n  .y-axis { position: absolute; left: 0; top: 0; height: 100%; display: flex; flex-direction: column; justify-content: space-between; font-size: 10px; color: #888; text-align: right; width: 30px; font-weight: 700; padding-top: 2px; }\n  .grid-lines { position: absolute; left: 45px; right: 0; top: 0; height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: 0; }\n  .grid-line { width: 100%; height: 1px; background-color: #f0f0f0; }\n  .chart-area { position: absolute; left: 45px; right: 0; bottom: 0; height: 100%; border-bottom: 2px solid #e0e0e0; display: flex; justify-content: space-around; align-items: flex-end; z-index: 1; padding: 0 10px; }\n  .bar-group { display: flex; gap: 4px; align-items: flex-end; height: 100%; width: 18%; justify-content: center; }\n  .bar { width: 16px; border-radius: 3px 3px 0 0; transition: height 0.5s ease; }\n  .bar.blue { background-color: #1d579d; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.green { background-color: #319b72; }\n  .x-axis { display: flex; justify-content: space-around; margin-left: 45px; padding: 0 10px; margin-top: 15px; }\n  .x-label { font-size: 10px; font-weight: 700; color: #555; width: 18%; line-height: 1.4; text-align: center; }\n  .chart-stats { display: flex; justify-content: center; gap: 12px; margin-top: 35px; flex-wrap: wrap; }\n  .chart-stat-box { background: #fafafa; border: 1px solid #f0f0f0; padding: 15px 20px; border-radius: 12px; text-align: center; flex: 1; min-width: 120px; max-width: 160px; }\n  .chart-stat-val { font-size: 22px; font-weight: 800; color: #1d579d; margin-bottom: 2px; letter-spacing: -0.5px; }\n  .chart-stat-label { font-size: 10px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }\n  .legend-area { display: flex; justify-content: center; gap: 25px; margin-top: 35px; flex-wrap: wrap; font-size: 12px; font-weight: 700; color: #666; }\n  .legend-item { display: flex; align-items: center; gap: 8px; }\n  .legend-color { width: 14px; height: 14px; border-radius: 3px; }\n  .legend-color.blue { background-color: #1d579d; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.green { background-color: #319b72; }\n\n  \/* Banner Image CSS *\/\n  .banner-image {\n    width: 100%; \n    height: auto; \n    border-radius: 40px; \n    display: block; \n    border: 1px solid #eeeeee;\n  }\n\n  \/* Tablet Responsive CSS *\/\n  @media (max-width: 992px) {\n    .hero-split, .split-section { \n      flex-direction: column; \n      text-align: center; \n      gap: 30px;\n    }\n    .hero-text-container, .split-text-container { \n      align-items: center; \n      text-align: center;\n    }\n    .tags-container, .audience-pill-container { \n      justify-content: center !important; \n    }\n    .grid-wellness { grid-template-columns: repeat(2, 1fr); gap: 15px; }\n    .grid-usage { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  \/* Mobile Responsive CSS *\/\n  @media (max-width: 768px) {\n    .vitalman-2026-premium header, \n    .vitalman-2026-premium section:not(.banner-section), \n    .vitalman-2026-premium footer {\n      padding: 40px 20px !important;\n      border-radius: 24px !important;\n    }\n\n    \/* Fix Banner Size \u0026 Border Radius for Mobile *\/\n    .banner-section {\n      padding: 0 10px !important; \/* Removes the generic padding that squishes the image *\/\n      margin-bottom: 10px !important;\n    }\n    .banner-image {\n      border-radius: 16px !important; \/* Reduces border radius so it doesn't look overly rounded on small screens *\/\n    }\n\n    .vitalman-2026-premium h3 {\n      font-size: 22px !important;\n      margin-bottom: 25px !important;\n    }\n    .pathway-card, .usage-card {\n      padding: 25px 20px !important;\n    }\n    \n    \/* Mobile Grid Overrides *\/\n    .grid-header-info { grid-template-columns: 1fr; }\n    .grid-pathways { grid-template-columns: 1fr; gap: 20px; }\n    .grid-wellness { grid-template-columns: repeat(2, 1fr); gap: 10px; } \n    .grid-usage { grid-template-columns: 1fr; gap: 15px; }\n\n    .chart-wrapper { padding: 25px 15px !important; }\n    \n    \/* Makes chart scrollable horizontally on phones *\/\n    .chart-scroll-wrapper { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 15px; }\n    .chart-container-min { min-width: 550px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vitalman-2026-premium\" style=\"font-family: 'Inter', -apple-system, sans-serif; color: #1a1a1a; width: 100%; max-width: 1200px; margin: 0 auto; line-height: 1.6; background-color: transparent;\"\u003e\n\n  \u003cheader class=\"hero-split\"\u003e\n    \n    \u003cdiv class=\"split-image-container\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0661\/1514\/1728\/files\/Vitalman_-_AJ_Wellness_4.webp\" alt=\"AJ Wellness VitalMan Supplement\" class=\"hero-product-image\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"split-text-container\"\u003e\n      \u003cdiv style=\"letter-spacing: 1px; font-size: 11px; text-transform: uppercase; color: #888; margin-bottom: 12px; font-weight: 700;\"\u003eAFRICA’S #1st RESEARCH-BASED SUPPLEMENT BRAND\u003c\/div\u003e\n      \u003ch1 style=\"font-size: clamp(32px, 5vw, 64px); font-weight: 900; margin: 0; text-transform: uppercase; letter-spacing: 0px; line-height: 0.95; color: #1d579d;\"\u003eVITALMAN\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 800; color: #525252; margin-top: 15px; text-transform: uppercase;\"\u003eFEEL STRONGER. STAY ACTIVE. PERFORM BETTER\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eThe ultimate daily multivitamin engineered for the African man — 27+ bio-active nutrients targeting energy, stamina, testosterone support, mental sharpness and total male vitality. One softgel. All systems go\u003c\/p\u003e\n      \n      \u003cdiv class=\"tags-container\" style=\"margin-top: 30px; display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 12px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #666;\"\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003e27+ bio-active nutrients\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eOne softgel\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eTotal male vitality\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"grid-header-info\" style=\"margin-top: 30px; border-top: 1px solid #e5e5e5; padding-top: 30px;\"\u003e\n        \u003cdiv style=\"padding: 12px 15px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 12px; font-size: 12px; font-weight: 600; color: #222; box-shadow: 0 2px 8px rgba(0,0,0,0.02);\"\u003eComplete men's multivitamin base\u003c\/div\u003e\n        \u003cdiv style=\"padding: 12px 15px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 12px; font-size: 12px; font-weight: 600; color: #222; box-shadow: 0 2px 8px rgba(0,0,0,0.02);\"\u003eCoQ10 + Ginseng 42.5 mg\u003c\/div\u003e\n        \u003cdiv style=\"padding: 12px 15px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 12px; font-size: 12px; font-weight: 600; color: #222; box-shadow: 0 2px 8px rgba(0,0,0,0.02);\"\u003eL-Carnitine + L-Arginine amino acids\u003c\/div\u003e\n        \u003cdiv style=\"padding: 12px 15px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 12px; font-size: 12px; font-weight: 600; color: #222; box-shadow: 0 2px 8px rgba(0,0,0,0.02);\"\u003eTestosterone \u0026amp; sperm health support\u003c\/div\u003e\n        \u003cdiv style=\"padding: 12px 15px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 12px; font-size: 12px; font-weight: 600; color: #222; box-shadow: 0 2px 8px rgba(0,0,0,0.02);\"\u003eZinc + Selenium for male hormones\u003c\/div\u003e\n        \u003cdiv style=\"padding: 12px 15px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 12px; font-size: 12px; font-weight: 600; color: #222; box-shadow: 0 2px 8px rgba(0,0,0,0.02);\"\u003eCitrus Bioflavonoids antioxidant shield\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection style=\"padding: 80px 40px; background-color: #f9f9f9; border-radius: 40px; margin-bottom: 10px; text-align: center;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eHow It Works\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003e4 Power Pathways. One Daily Capsule.\u003c\/h3\u003e\n    \u003cdiv class=\"grid-pathways\" style=\"text-align: center;\"\u003e\n      \u003cdiv class=\"pathway-card\" style=\"background: #ffffff; padding: 35px; border-radius: 30px; border: 1px solid #eee;\"\u003e\n        \u003ch3 style=\"font-size: 18px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eEnergy \u0026amp; \u003cbr\u003eStamina\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eFight fatigue at the cellular level. CoQ10 and L-Carnitine act as the body's internal power generators — converting nutrients into sustained, clean energy throughout your entire day.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eCoQ10 | L-Carnitine | B-Vitamins | Magnesium | Iron\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pathway-card\" style=\"background: #ffffff; padding: 35px; border-radius: 30px; border: 1px solid #eee;\"\u003e\n        \u003ch3 style=\"font-size: 18px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eTestosterone \u0026amp; \u003cbr\u003eHormonal Health\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eZinc and Selenium are the two most critical minerals for men's reproductive health and testosterone regulation. VitalMan delivers clinically meaningful doses of both — plus L-Arginine for circulation.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eZinc | Selenium | L-Arginine | Chromium\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pathway-card\" style=\"background: #ffffff; padding: 35px; border-radius: 30px; border: 1px solid #eee;\"\u003e\n        \u003ch3 style=\"font-size: 18px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eAntioxidant \u003cbr\u003eDefence\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eVitamins C, E, CoQ10 and Citrus Bioflavonoids form a powerful antioxidant shield — protecting cells from free radical damage caused by stress, pollution and physical exertion.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eVitamin C | Vitamin E | Bioflavonoids | 60% CoQ10\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pathway-card\" style=\"background: #ffffff; padding: 35px; border-radius: 30px; border: 1px solid #eee;\"\u003e\n        \u003ch3 style=\"font-size: 18px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eMental Sharpness \u0026amp; \u003cbr\u003eEndurance\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eSiberian Ginseng — one of nature's most powerful adaptogens — has been used for centuries to sharpen focus, boost endurance and help the body handle physical and mental stress more effectively.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eGinseng | B12 - B6\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- Retaining original banner image layout block to match the original layout strictly --\u003e\n\u003c!-- \n  \u003csection class=\"banner-section\" style=\"margin-bottom: 10px;\"\u003e\n    \n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0661\/1514\/1728\/files\/Vitalwoman_Product_-_Banner.png?v=1775036768\" alt=\"VitalMan Product Banner\" class=\"banner-image\"\u003e\n  \u003c\/section\u003e\n--\u003e\n  \u003csection style=\"padding: 60px 20px; border: 1px solid #eeeeee; border-radius: 40px; margin-bottom: 10px; text-align: center;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eTotal Male Performance Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEvery System. Every Day.\u003c\/h3\u003e\n    \u003cdiv class=\"grid-wellness\" style=\"text-align: left;\"\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003ebolt\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eDaily Energy Production\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003ebloodtype\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003ePhysical Stamina\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003efitness_center\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eTestosterone Support\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003esports_gymnastics\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eMuscle Recovery\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003eshield_with_heart\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eImmune Defence\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003ecardiology\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHeart \u0026amp; Circulation\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003epsychology\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eMental Clarity\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wellness-box\" style=\"background: #fcfcfc; padding: 25px 15px; text-align: center; border-radius: 20px; border: 1px solid #f0f0f0;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 28px; color: #000; display: block; margin-bottom: 10px;\"\u003esecurity\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eCell Protection\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"split-section\"\u003e\n    \n    \u003cdiv class=\"split-image-container\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0661\/1514\/1728\/files\/Modern_life_demands_a_lot_from_men_that_s_where_AJ_WELLNESS_VITALMAN_steps_in.__magic_1.png?v=1770115355\" alt=\"Man taking VitalMan Supplement\" class=\"section-image\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"split-text-container\"\u003e\n      \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eBuilt For\u003c\/h2\u003e\n      \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 15px; letter-spacing: 0px; line-height: 1.1;\"\u003eWho Is VitalMan For?\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003eVitalMan is the daily performance foundation for every man who demands more from himself — whether in the gym, the boardroom, on the field, or at home.\u003c\/p\u003e\n      \n      \u003cdiv class=\"audience-pill-container\" style=\"display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px;\"\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eMen aged 25+\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eWorking professionals\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eGym users \u0026amp; athletes\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eMen under high stress\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eMen supporting reproductive health\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eSportsmen \u0026amp; active men\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eMen wanting daily wellness support\u003c\/span\u003e\n        \u003cspan class=\"audience-pill\" style=\"background: #f9f9f9; border: 1px solid #e5e5e5; padding: 12px 24px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 50px; color: #333;\"\u003eAnyone replacing a basic multivitamin\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection style=\"padding: 80px 40px; border: 1px solid #eeeeee; border-radius: 40px; margin-bottom: 10px; text-align: center;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eUsage Guide\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eSimple. Consistent. Effective.\u003c\/h3\u003e\n    \u003cdiv class=\"grid-usage\" style=\"text-align: center;\"\u003e\n      \u003cdiv class=\"usage-card\" style=\"background: #fcfcfc; padding: 20px 15px; border-radius: 20px; border: 1px solid #f0f0f0; box-sizing: border-box; display: flex; flex-direction: column;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto;\"\u003emedication\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eDosage\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eTake 1-2 softgel capsules daily. In high-demand periods — intense training, stress, illness — 2 capsules per day is ideal for maximum support.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-card\" style=\"background: #fcfcfc; padding: 20px 15px; border-radius: 20px; border: 1px solid #f0f0f0; box-sizing: border-box; display: flex; flex-direction: column;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto;\"\u003eschedule\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eWhen to Take\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eTake with or immediately after your main meal. Swallow whole with water — never with tea or coffee.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-card\" style=\"background: #fcfcfc; padding: 20px 15px; border-radius: 20px; border: 1px solid #f0f0f0; box-sizing: border-box; display: flex; flex-direction: column;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto;\"\u003ecalendar_month\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eHow Long\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eNo maximum duration. Designed for consistent, long-term daily use to unlock lasting wellness benefits.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-card\" style=\"background: #fcfcfc; padding: 20px 15px; border-radius: 20px; border: 1px solid #f0f0f0; box-sizing: border-box; display: flex; flex-direction: column;\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto;\"\u003elightbulb\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003ePro Tip\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eStack with VitalWoman for couples. Take at the same time daily to build the habit. Morning with breakfast is the most popular choice.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter style=\"padding: 80px 40px; background-color: #f8f8f8; border-radius: 40px; text-align: center; border: 1px solid #eeeeee;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 10px; font-weight: 700;\"\u003eFormula Comparison\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 20px; letter-spacing: 0px;\"\u003eThe VitalMan Advantage\u003c\/h3\u003e\n    \u003cp style=\"margin: 0 auto 40px; font-size: 14px; color: #555; max-width: 800px; font-weight: 600; text-transform: uppercase; line-height: 1.6;\"\u003e\n      VitalMan is the only formula in its class to combine CoQ10 and L-Carnitine — the two cellular-level energy drivers. Standard multivitamins score zero on both. The full 8-type B-vitamin complex plus magnesium and iron further eliminate fatigue at its root cause.\n    \u003c\/p\u003e\n    \n    \u003cdiv class=\"chart-wrapper\"\u003e\n      \u003cdiv class=\"chart-scroll-wrapper\"\u003e\n        \u003cdiv class=\"chart-container-min\"\u003e\n          \n          \u003cdiv class=\"chart-area-container\"\u003e\n            \u003cdiv class=\"y-axis\"\u003e\n              \u003cspan\u003e100%\u003c\/span\u003e\u003cspan\u003e90%\u003c\/span\u003e\u003cspan\u003e80%\u003c\/span\u003e\u003cspan\u003e70%\u003c\/span\u003e\u003cspan\u003e60%\u003c\/span\u003e\u003cspan\u003e50%\u003c\/span\u003e\u003cspan\u003e40%\u003c\/span\u003e\u003cspan\u003e30%\u003c\/span\u003e\u003cspan\u003e20%\u003c\/span\u003e\u003cspan\u003e10%\u003c\/span\u003e\u003cspan\u003e0%\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"grid-lines\"\u003e\n              \u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n              \u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n              \u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-line\" style=\"background-color: transparent;\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"chart-area\"\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 96%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 93%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 80%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 30%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 75%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 94%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 60%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 40%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"x-axis\"\u003e\n            \u003cdiv class=\"x-label\"\u003eCoQ10\u003cbr\u003ecoverage\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eL-Carnitine\u003cbr\u003edose\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eB-vitamin\u003cbr\u003ecomplex\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eMagnesium\u003cbr\u003e\u0026amp; Iron\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eFatigue\u003cbr\u003ereduction\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e \n      \u003c\/div\u003e\n\n      \u003cdiv class=\"chart-stats\"\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e96%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eCoQ10\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e93%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eL-Carnitine\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e95%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eB-complex\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e94%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eAnti-fatigue\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"legend-area\"\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color blue\"\u003e\u003c\/div\u003eAJ Wellness VitalMan\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStandard men's multivitamin\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color green\"\u003e\u003c\/div\u003eBasic protein + mineral supplement\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\n","brand":"AJ Wellness","offers":[{"title":"Default Title","offer_id":42549452996704,"sku":null,"price":170.0,"currency_code":"GHS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0661\/1514\/1728\/files\/Vital_Man_Front.jpg?v=1775731779","url":"https:\/\/www.myajwellness.com\/products\/aj-wellness-vitalman-feel-stronger-stay-active-perform-better","provider":"myajwellness","version":"1.0","type":"link"}