{"title":"Men","description":null,"products":[{"product_id":"aj-wellness-vitamin-e-400-mg-antioxidant-support-for-skin-wellness","title":"AJ Wellness - VITAMIN E 400 MG - Antioxidant Support for Skin \u0026 Wellness","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  \/* Global Box-Sizing Reset for this block to prevent padding\/width overflow *\/\n  .pearl-premium, .pearl-premium * {\n    box-sizing: border-box;\n  }\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 *\/\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  .split-section {\n    background-color: #ffffff; \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: #278622 !important; color: #fff !important; transform: translateY(-3px); border-color: #278622 !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: #278622 !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: #278622 !important; }\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(3, 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(3, 1fr); gap: 15px; } \n\n  \/* Responsive 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-scroll-wrapper { width: 100%; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding-bottom: 15px; }\n  \n  \/* Added padding-right so scroll doesn't hit edge abruptly *\/\n  .chart-container-min { min-width: 750px; width: 100%; padding-right: 20px; }\n\n  .chart-area-container { position: relative; height: 300px; margin-bottom: 15px; width: 100%; }\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  \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  \n  \/* Layout adjusted to strictly keep within boundaries *\/\n  .chart-area { position: absolute; left: 45px; right: 0; bottom: 0; height: 100%; border-bottom: 2px solid #e0e0e0; display: flex; z-index: 1; }\n  .bar-group { display: flex; gap: 4px; align-items: flex-end; height: 100%; flex: 1; justify-content: center; }\n  .bar { width: 12px; border-radius: 3px 3px 0 0; transition: height 0.5s ease; }\n  .bar.main-color { background-color: #278622; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.pink { background-color: #d65b75; }\n  .bar.teal { background-color: #4db6ac; }\n  \n  .x-axis { display: flex; margin-left: 45px; margin-top: 15px; width: calc(100% - 45px); }\n  .x-label { font-size: 9px; font-weight: 700; color: #555; flex: 1; line-height: 1.4; text-align: center; word-wrap: break-word; padding: 0 4px; }\n  \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.main-color { background-color: #278622; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.pink { background-color: #d65b75; }\n  .legend-color.teal { background-color: #4db6ac; }\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-pathways { grid-template-columns: repeat(2, 1fr); }\n    .grid-wellness { grid-template-columns: repeat(2, 1fr); gap: 15px; }\n    .grid-usage { grid-template-columns: repeat(1, 1fr); }\n  }\n\n  \/* Mobile Responsive CSS *\/\n  @media (max-width: 768px) {\n    .pearl-premium header, \n    .pearl-premium section:not(.banner-section), \n    .pearl-premium footer {\n      padding: 40px 20px !important;\n      border-radius: 24px !important;\n    }\n\n    .banner-section {\n      padding: 0 10px !important; \n      margin-bottom: 10px !important;\n    }\n    .banner-image {\n      border-radius: 16px !important; \n    }\n\n    .pearl-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\u003c\/style\u003e\n\n\u003cdiv class=\"pearl-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\/VITAMIN_E_400_MG_-_AJ_Wellness_4.png?v=1775814637\" alt=\"AJ Wellness Vitamin E 400mg 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;\"\u003ePREMIUM ANTIOXIDANT SUPPLEMENT\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: #278622;\"\u003eVitamin E 400mg\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 300; color: #444; margin-top: 15px;\"\u003eAntioxidant Support for Radiant Skin \u0026amp; Total Wellness\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003e\u003ci\u003e\"Your skin's most powerful daily shield — deep antioxidant protection that fights ageing, brightens your glow, and keeps your body thriving from the inside out.\"\u003c\/i\u003e\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;\"\u003e1 Softgel Daily\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eTotal Body Protection\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eMen \u0026amp; Women\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); display: flex; align-items: center; gap: 8px;\"\u003e\n\u003cspan class=\"material-symbols-outlined\" style=\"font-size: 18px; color: #278622;\"\u003eauto_awesome\u003c\/span\u003e Glowing Skin\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); display: flex; align-items: center; gap: 8px;\"\u003e\n\u003cspan class=\"material-symbols-outlined\" style=\"font-size: 18px; color: #278622;\"\u003eshield\u003c\/span\u003e Antioxidant Shield\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); display: flex; align-items: center; gap: 8px;\"\u003e\n\u003cspan class=\"material-symbols-outlined\" style=\"font-size: 18px; color: #278622;\"\u003ehealth_and_safety\u003c\/span\u003e Immune Booster\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); display: flex; align-items: center; gap: 8px;\"\u003e\n\u003cspan class=\"material-symbols-outlined\" style=\"font-size: 18px; color: #278622;\"\u003eface_3\u003c\/span\u003e Hair \u0026amp; Scalp Health\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); display: flex; align-items: center; gap: 8px;\"\u003e\n\u003cspan class=\"material-symbols-outlined\" style=\"font-size: 18px; color: #278622;\"\u003efavorite\u003c\/span\u003e Heart Health\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); display: flex; align-items: center; gap: 8px;\"\u003e\n\u003cspan class=\"material-symbols-outlined\" style=\"font-size: 18px; color: #278622;\"\u003evisibility\u003c\/span\u003e Eye Protection\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;\"\u003eKey Benefits\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eWhat Vitamin E 400mg Does For You\u003c\/h3\u003e\n    \u003cdiv class=\"grid-pathways\" style=\"text-align: left;\"\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eSkin Radiance \u0026amp; Anti-Ageing\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eFights oxidative damage that causes fine lines, wrinkles, dark spots, and uneven skin tone. Promotes a naturally youthful, lit-from-within glow and supports collagen integrity.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eAnti-Ageing\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eYouthful Glow\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eCollagen Support\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eFree Radical Defence\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eActs as your body's most powerful antioxidant, intercepting and neutralising harmful free radicals before they can damage cell membranes, DNA, and tissues.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eMaster Antioxidant\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eCell Membrane Health\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eHair Strength \u0026amp; Shine\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eBoosts blood circulation to the scalp, reduces oxidative stress on hair follicles, and promotes stronger, thicker, shinier hair growth — reducing hair fall over time.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eScalp Circulation\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eReduced Hair Fall\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eThicker Hair\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eImmune System Support\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eEnhances the body's natural immune defences, helping you fight infections more effectively and maintaining long-term cellular health and overall vitality.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eImmune Defences\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eOverall Vitality\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eCellular Health\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eHeart \u0026amp; Cardiovascular Health\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003ePrevents the oxidation of LDL cholesterol — the key driver of plaque buildup — and promotes healthy blood circulation and arterial flexibility.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eLDL Oxidation Guard\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eArterial Flexibility\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eMuscle Recovery \u0026amp; Eye Health\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eReduces muscle inflammation post-exercise for faster recovery. Protects eyes from oxidative damage, lowering risk of age-related macular degeneration and cataracts.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003ePost-Exercise Recovery\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #278622; background: #f0f7f0; padding: 6px 12px; border-radius: 6px;\"\u003eMacular Protection\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\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;\"\u003eComplete Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEverything Vitamin E 400mg Supports\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;\"\u003eauto_awesome\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eGlowing Skin\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\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eAntioxidant 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;\"\u003ehealth_and_safety\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eImmune Booster\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;\"\u003eface_3\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHair Health\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;\"\u003efavorite\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHeart Health\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;\"\u003evisibility\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eEye Protection\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;\"\u003ehourglass_bottom\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eAnti-Ageing\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;\"\u003eMuscle Recovery\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!--\n  \u003csection class=\"banner-section\" style=\"margin-bottom: 10px;\"\u003e\n    \u003cimg src=\"URL_WILL_GO_HERE\" alt=\"Vitamin E 400mg Banner\" class=\"banner-image\"\u003e\n  \u003c\/section\u003e\n  --\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\/VITAMIN_E_400_MG_-_AJ_Wellness_5.webp\" alt=\"Healthy adult demonstrating clear skin and vitality\" 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;\"\u003eWho Is This 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 Should Take This?\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003eAJ Wellness Vitamin E 400mg is ideal for anyone who wants healthier skin, stronger immunity, and long-term cellular protection — especially:\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;\"\u003eWomen wanting glowing, youthful skin\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 with hair thinning or hair fall\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;\"\u003ePeople with dry, dull, or damaged skin\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;\"\u003eAthletes \u0026amp; gym-goers needing recovery\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 30+ fighting early ageing signs\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;\"\u003ePeople with low immunity or fatigue\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;\"\u003eThose with poor dietary Vitamin E intake\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 with UV-damaged or sun-exposed skin\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;\"\u003eHow To Use\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eSimple. Daily. Consistent.\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;\"\u003eTake 1 Softgel\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eOnce daily, at the same time each day\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;\"\u003erestaurant\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0px;\"\u003eAfter a Meal\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eFat-soluble — best absorbed with food\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;\"\u003eStay Consistent\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eVisible skin results in 4–6 weeks\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;\"\u003ePerformance Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eHow Vitamin E 400mg Compares — At a Glance\u003c\/h3\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\u003e10\u003c\/span\u003e\u003cspan\u003e9\u003c\/span\u003e\u003cspan\u003e8\u003c\/span\u003e\u003cspan\u003e7\u003c\/span\u003e\u003cspan\u003e6\u003c\/span\u003e\u003cspan\u003e5\u003c\/span\u003e\u003cspan\u003e4\u003c\/span\u003e\u003cspan\u003e3\u003c\/span\u003e\u003cspan\u003e2\u003c\/span\u003e\u003cspan\u003e1\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 main-color\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 80%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 60%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 40%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 60%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 60%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 80%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 75%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 80%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 85%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 85%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 60%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar main-color\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 80%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar pink\" style=\"height: 70%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 60%;\"\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\"\u003eAntioxidant\u003cbr\u003epotency\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eSkin glow \u0026amp;\u003cbr\u003eanti-ageing\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eDual use\u003cbr\u003e(oral+topical)\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eHair \u0026amp; scalp\u003cbr\u003ehealth\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eImmune\u003cbr\u003esupport\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eEye health\u003cbr\u003esupport\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eMuscle\u003cbr\u003erecovery\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eValue for\u003cbr\u003emoney\u003c\/div\u003e\n          \u003c\/div\u003e\n\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 main-color\"\u003e\u003c\/div\u003eAJ Wellness Vitamin E 400mg\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eGeneric Vit E 400mg\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color pink\"\u003e\u003c\/div\u003eEvion \/ branded 400mg\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color teal\"\u003e\u003c\/div\u003eMultivitamin with Vit E\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e\n","brand":"myajwellness","offers":[{"title":"Default Title","offer_id":46281652764729,"sku":null,"price":7500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/Vitamin_E_Front.jpg?v=1786018548"},{"product_id":"aj-wellness-vital-seas-plus-gold-high-strength-omega-3-fish-oil-supplement","title":"AJ Wellness VITAL SEAS PLUS (Gold) - High-Strength Omega-3 Fish Oil Supplement","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 *\/\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  .split-section {\n    background-color: #ffffff; \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: #53206c !important; color: #fff !important; transform: translateY(-3px); border-color: #53206c !important; }\n  .wellness-box:hover .material-symbols-outlined { color: #fff !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\n  \/* Desktop Grid Layouts *\/\n  .grid-header-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\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  \/* Timeline CSS *\/\n  .glow-timeline { border-left: 2px solid #e1bee7; margin: 40px auto 0; padding-left: 35px; position: relative; text-align: left; max-width: 800px; }\n  .timeline-item { position: relative; margin-bottom: 40px; }\n  .timeline-item:last-child { margin-bottom: 0; }\n  .timeline-item::before { content: ''; position: absolute; left: -44px; top: 0; width: 16px; height: 16px; background: #53206c; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #e1bee7; transition: all 0.3s ease; }\n  .timeline-item:hover::before { transform: scale(1.2); background: #000; box-shadow: 0 0 0 2px #000; }\n  .timeline-date { font-size: 12px; font-weight: 800; color: #53206c; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }\n  .timeline-title { font-size: 18px; font-weight: 800; color: #222; margin-bottom: 8px; line-height: 1.3; }\n  .timeline-desc { font-size: 15px; color: #555; line-height: 1.6; margin: 0; }\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    .pearl-premium header, \n    .pearl-premium section:not(.banner-section), \n    .pearl-premium footer {\n      padding: 40px 20px !important;\n      border-radius: 24px !important;\n    }\n\n    .banner-section {\n      padding: 0 10px !important; \n      margin-bottom: 10px !important;\n    }\n    .banner-image {\n      border-radius: 16px !important; \n    }\n\n    .pearl-premium h3 {\n      font-size: 22px !important;\n      margin-bottom: 25px !important;\n    }\n    .usage-card {\n      padding: 25px 20px !important;\n    }\n    \n    \/* Mobile Grid Overrides *\/\n    .grid-header-info { grid-template-columns: 1fr; }\n    .grid-wellness { grid-template-columns: repeat(2, 1fr); gap: 10px; } \n    .grid-usage { grid-template-columns: 1fr; gap: 15px; }\n\n    .glow-timeline { margin-left: 10px; padding-left: 25px; }\n    .timeline-item::before { left: -34px; width: 14px; height: 14px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pearl-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\/WhatsAppImage2026-03-26at4.31.46PM_2.jpg?v=1775812731\" alt=\"Vital Seas Plus Gold 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: 45px; font-weight: 900; margin: 0; text-transform: uppercase; letter-spacing: 0px; line-height: 0.95; color: #53206c;\"\u003eVital Seas Plus Gold\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 300; color: #444; margin-top: 15px;\"\u003eHigh-Strength Omega-3 for Heart, Brain \u0026amp; Performance\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eThe most advanced Omega-3 formula in the AJ Wellness range — combining high-strength 1000mg fish oil (EPA 300mg + DHA 200mg) with CoQ10, Ginseng Extract, Selenium, Zinc, Chromium, Vitamin B2, B12 and Citrus Bioflavonoids 60%. Not just an Omega-3 supplement — a complete heart, brain and performance stack in one daily capsule.\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;\"\u003e30 Softgel Capsules\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eMen \u0026amp; Women\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eComplete Performance Stack\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);\"\u003e1000mg Fish Oil (EPA+DHA)\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 Cellular Energy\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);\"\u003eGinseng Mental Focus\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);\"\u003eSelenium, Zinc \u0026amp; Chromium\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);\"\u003eVitamins B2 \u0026amp; B12\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 60%\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection style=\"padding: 80px 40px; background-color: #ffffff; border-radius: 40px; margin-bottom: 10px; text-align: center; border: 1px solid #eeeeee;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eYour Gold Journey\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 10px; letter-spacing: 0px;\"\u003eWhat to Expect, Week by Week\u003c\/h3\u003e\n    \n    \u003cdiv class=\"glow-timeline\"\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 1\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eEnergy improves — joint stiffness begins to ease\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eCoQ10 and B-vitamins begin supporting cellular energy production. Ginseng Extract starts reducing cortisol-driven fatigue. EPA begins competing with arachidonic acid in joint tissues — morning stiffness noticeably reduces.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eMental performance sharpens\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eDHA incorporation into neuronal membranes improves synaptic efficiency. Ginseng supports cognitive endurance. B12 maintains nerve signalling. Users report sharper focus during long work or study sessions and reduced brain fog.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 4\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eCardiovascular markers improve — inflammation reduces\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eHigh-dose EPA has reached meaningful cardiovascular concentrations. Triglyceride levels begin to normalise. CoQ10 supports improved cardiac energy efficiency. Selenium protects Omega-3 fatty acids in cell membranes from oxidation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMo 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eFull performance stack is active\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eAll 8 active ingredients are delivering compounding results. Cardiovascular protection, cognitive performance, joint mobility, hormonal balance and antioxidant defence are all operating at full capacity. Energy is consistently higher and more stable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMo 3+\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eThis is your Gold standard of health\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eLong-term consistent use delivers the compounding benefits of a complete Omega-3 + performance nutrition protocol. Your heart, brain, joints and metabolic system are all supported simultaneously — proactive health at the highest level available.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!--\n  \u003csection class=\"banner-section\" style=\"margin-bottom: 10px;\"\u003e\n    \u003cimg src=\"URL_WILL_GO_HERE\" alt=\"Vital Seas Plus Gold Banner\" class=\"banner-image\"\u003e\n  \u003c\/section\u003e\n  --\u003e\n\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;\"\u003eComplete Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEverything Vital Seas Plus Gold Supports\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;\"\u003efavorite\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHeart Health\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;\"\u003eBrain Performance\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;\"\u003eaccessibility_new\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eJoint Mobility\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;\"\u003ebolt\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eCellular Energy\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;\"\u003escience\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eAdaptogen Endurance\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\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eAntioxidant 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;\"\u003ebalance\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHormonal \u0026amp; Metabolic\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;\"\u003evisibility\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eVision Maintenance\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\/VITALSEASPLUS_Gold_-AJWellness_1.webp\" alt=\"Healthy adult demonstrating performance and vitality\" 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;\"\u003eWho Is This For?\u003c\/h2\u003e\n      \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 30px; letter-spacing: 0px; line-height: 1.1;\"\u003eChoose Gold If You Want More Than Maintenance\u003c\/h3\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;\"\u003eAdults 35+ with cardiovascular concerns\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;\"\u003eHigh-stress professionals \u0026amp; entrepreneurs\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;\"\u003eAthletes \u0026amp; gym users\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;\"\u003ePeople with joint pain or stiffness\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 wanting sharper mental performance\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 testosterone \u0026amp; hormonal 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;\"\u003eThose on statin medications (depletes CoQ10)\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;\"\u003ePeople upgrading from a standard fish oil\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;\"\u003eHow To Use\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eOne Capsule. Complete Daily Performance.\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;\"\u003eDaily Dosage\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eTake 1-2 softgel capsules daily. For intensive cardiovascular support, active athletic recovery or high cognitive demand, 2 capsules daily delivers the full 1000mg EPA+DHA therapeutic daily dose.\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;\"\u003erestaurant\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;\"\u003eAlways take with your main meal containing dietary fat — EPA, DHA, CoQ10 and fat-soluble nutrients all absorb significantly better alongside food. Never take on an empty stomach.\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;\"\u003eLong-Term Use\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eThe benefits of Omega-3 and the supporting ingredients in Gold compound over months of daily consistent use. There is no maximum duration — designed for long-term daily health investment.\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;\"\u003eOn statin medications (e.g. atorvastatin)? Statins deplete CoQ10. Vital Seas Plus Gold's CoQ10 content makes it the ideal Omega-3 choice for anyone on cardiovascular medication — always inform your doctor.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"myajwellness","offers":[{"title":"Default Title","offer_id":46281652895801,"sku":null,"price":8500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/VITAL_SEAS_GOLD_Front.jpg?v=1787033126"},{"product_id":"aj-wellness-vital-seas-silver-pure-omega-3-for-heart-brain-joint-health","title":"AJ Wellness Vital Seas (Silver) - Pure Omega-3 for Heart, Brain \u0026 Joint Health","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 *\/\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  .split-section {\n    background-color: #ffffff; \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: #a2305d !important; color: #fff !important; transform: translateY(-3px); border-color: #a2305d !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: #a2305d !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\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: 15px; }\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  \/* Timeline CSS *\/\n  .glow-timeline { border-left: 2px solid #f6eaf0; margin: 40px auto 0; padding-left: 35px; position: relative; text-align: left; max-width: 800px; }\n  .timeline-item { position: relative; margin-bottom: 40px; }\n  .timeline-item:last-child { margin-bottom: 0; }\n  .timeline-item::before { content: ''; position: absolute; left: -44px; top: 0; width: 16px; height: 16px; background: #a2305d; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #f6eaf0; transition: all 0.3s ease; }\n  .timeline-item:hover::before { transform: scale(1.2); background: #000; box-shadow: 0 0 0 2px #000; }\n  .timeline-date { font-size: 12px; font-weight: 800; color: #a2305d; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }\n  .timeline-title { font-size: 18px; font-weight: 800; color: #222; margin-bottom: 8px; line-height: 1.3; }\n  .timeline-desc { font-size: 15px; color: #555; line-height: 1.6; margin: 0; }\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.brand { background-color: #a2305d; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.orange { background-color: #e89e3a; }\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: #a2305d; 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.brand { background-color: #a2305d; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.orange { background-color: #e89e3a; }\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-pathways { grid-template-columns: repeat(2, 1fr); }\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    .pearl-premium header, \n    .pearl-premium section:not(.banner-section), \n    .pearl-premium footer {\n      padding: 40px 20px !important;\n      border-radius: 24px !important;\n    }\n\n    .banner-section {\n      padding: 0 10px !important; \n      margin-bottom: 10px !important;\n    }\n    .banner-image {\n      border-radius: 16px !important; \n    }\n\n    .pearl-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    .glow-timeline { margin-left: 10px; padding-left: 25px; }\n    .timeline-item::before { left: -34px; width: 14px; height: 14px; }\n    \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=\"pearl-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\/VitalSeas_Silver_-AJWellness_1.webp\" alt=\"Vital Seas Silver 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: 55px; font-weight: 900; margin: 0; text-transform: uppercase; letter-spacing: 0px; line-height: 0.95; color: #a2305d;\"\u003eVital Seas Silver\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 300; color: #444; margin-top: 15px;\"\u003eThe Purest Omega-3 for Heart, Brain \u0026amp; Joint Health\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eAfrica's most trusted pure Omega-3 fish oil supplement — delivering pharmaceutical-grade EPA and DHA through molecular distillation to eliminate heavy metals, PCBs and contaminants. Because the ocean's most powerful nutrient deserves the world's most rigorous purification.\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;\"\u003eMolecularly Distilled\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eTriglyceride Form\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eEnteric-Coated Softgel\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);\"\u003eHigh-potency EPA\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);\"\u003eDHA for brain \u0026amp; memory\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);\"\u003eJoint lubrication\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);\"\u003eVerified heavy metal free\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);\"\u003eSuperior triglyceride form\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);\"\u003eNo fishy aftertaste\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 Science-Backed Pathways in Every Capsule\u003c\/h3\u003e\n    \u003cdiv class=\"grid-pathways\" style=\"text-align: left;\"\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eCardiovascular Protection\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eEPA is the most extensively researched cardiovascular nutrient. It reduces serum triglycerides — a primary risk factor for heart disease — by inhibiting hepatic VLDL synthesis. It suppresses pro-inflammatory eicosanoids that damage arterial endothelium, reduces platelet aggregation that can lead to clots, and supports healthy blood pressure through nitric oxide pathway modulation. Regular EPA supplementation is recommended by cardiology societies worldwide.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eEPA anti-inflammatory\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eTriglyceride reduction\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eArterial health\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eBrain Structure \u0026amp; Cognitive Function\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eDHA is the primary structural fatty acid of the brain — it constitutes approximately 30% of the brain's grey matter and is the main fatty acid in neuronal cell membranes. It maintains membrane fluidity — the property that determines how efficiently neurotransmitters (serotonin, dopamine, acetylcholine) can signal across synapses. Low DHA is associated with accelerated cognitive decline, poor memory consolidation and increased depression risk.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eDHA grey matter\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eSynaptic fluidity\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eMemory \u0026amp; focus\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eJoint Inflammation \u0026amp; Mobility\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eOmega-3 fatty acids compete with arachidonic acid (an inflammatory omega-6) for the same enzymes — effectively reducing the production of prostaglandins and leukotrienes that drive joint inflammation, stiffness and pain. EPA and DHA support healthy synovial fluid production — the lubricant that protects cartilage surfaces during movement. Clinical studies consistently show reduced morning stiffness and improved grip strength with regular Omega-3 supplementation.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eProstaglandin reduction\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eSynovial fluid\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eCartilage protection\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eSystemic Anti-Inflammation \u0026amp; Cell Health\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eChronic low-grade inflammation is the underlying driver of most non-communicable diseases — from cardiovascular disease and type 2 diabetes to Alzheimer's and arthritis. EPA and DHA are incorporated into every cell membrane in the body, modulating inflammatory signalling at the cellular level. They shift the body's eicosanoid production from pro-inflammatory toward anti-inflammatory — creating a systemic reduction in inflammatory load that benefits virtually every organ system.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eSystemic inflammation\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eCell membrane fluidity\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #a2305d; background: #fdf2f6; padding: 6px 12px; border-radius: 6px;\"\u003eEicosanoid balance\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection style=\"padding: 80px 40px; background-color: #ffffff; border-radius: 40px; margin-bottom: 10px; text-align: center; border: 1px solid #eeeeee;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eYour Omega-3 Journey\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 10px; letter-spacing: 0px;\"\u003eWhat to Expect, Week by Week\u003c\/h3\u003e\n    \n    \u003cdiv class=\"glow-timeline\"\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 1\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eJoint stiffness begins to ease\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eEPA begins competing with pro-inflammatory arachidonic acid in cell membranes. Morning joint stiffness, especially in fingers and knees, starts to reduce. Many users notice improved joint comfort within the first week of consistent use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eMental clarity improves — mood lifts\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eDHA begins incorporating into neuronal cell membranes, improving synaptic fluidity. Users often report clearer thinking, reduced brain fog and a noticeably improved mood as neurotransmitter signalling efficiency increases.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 4\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eCardiovascular markers begin to improve\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eEPA has reached meaningful tissue concentrations, supporting healthier triglyceride levels and arterial inflammation reduction. Blood pressure may improve slightly. Energy levels improve as the cardiovascular system works more efficiently.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMo 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eFull body anti-inflammatory effect established\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eEPA and DHA are now incorporated throughout cell membranes body-wide. Systemic inflammation markers decline. Joints feel more mobile. Skin may appear clearer. Cognitive performance — focus, recall, mental stamina — improves measurably.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMo 3+\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eLong-term protection and performance\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eConsistent daily Omega-3 supplementation delivers compounding cardiovascular, neurological and joint protection. This is proactive health investment — the benefits compound the longer you stay consistent with daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!--\n  \u003csection class=\"banner-section\" style=\"margin-bottom: 10px;\"\u003e\n    \u003cimg src=\"URL_WILL_GO_HERE\" alt=\"Vital Seas Silver Banner\" class=\"banner-image\"\u003e\n  \u003c\/section\u003e\n  --\u003e\n\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;\"\u003eComplete Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEverything Vital Seas Silver Supports\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;\"\u003efavorite\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHeart Health\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;\"\u003eBrain \u0026amp; Memory\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;\"\u003eaccessibility_new\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eJoint Mobility\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;\"\u003elocal_fire_department\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eAnti-Inflammation\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;\"\u003ebalance\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eTriglyceride Balance\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;\"\u003esentiment_satisfied\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eMood 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;\"\u003eauto_awesome\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eSkin Health\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;\"\u003evisibility\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eEye Health\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\/WhatsAppImage2026-03-26at4.59.04PM.jpg?v=1775812240\" alt=\"Healthy adult demonstrating performance and vitality\" 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;\"\u003eWho Is This For?\u003c\/h2\u003e\n      \u003ch3 style=\"font-size: 26px; font-weight: 900; text-transform: uppercase; margin: 0 0 15px; letter-spacing: 0px; line-height: 1.1;\"\u003eVital Seas Silver Is Built For You If...\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003eVital Seas Silver is for any adult who wants to protect the three systems that matter most — heart, brain and joints — with the world's most researched nutritional supplement, delivered at pharmaceutical-grade purity.\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;\"\u003eAdults aged 30+ investing in longevity\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;\"\u003eThose with cardiovascular risk factors\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;\"\u003ePeople with joint pain or stiffness\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 experiencing brain fog or poor memory\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;\"\u003eHigh-stress 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;\"\u003ePregnant \u0026amp; breastfeeding women (DHA)\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;\"\u003ePeople eating low amounts of oily fish\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;\"\u003eAthletes \u0026amp; physically active individuals\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 on a high-processed diet\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;\"\u003eHow To Use\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eSimple. Daily. Consistent.\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;\"\u003eDaily Dosage\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eTake 1-2 softgel capsules daily. For cardiovascular support, joint health or cognitive performance goals, 2 capsules daily provides a more therapeutic EPA and DHA dose for active health management.\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;\"\u003erestaurant\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;\"\u003eAlways take with your main meal containing dietary fat. EPA and DHA are fat-soluble — their absorption increases significantly when consumed alongside food. The enteric coating eliminates fishy aftertaste regardless of meal composition.\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;\"\u003eConsistency Is Key\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eOmega-3 fatty acids integrate into cell membranes gradually over 4-8 weeks of consistent daily use. The anti-inflammatory and cardiovascular benefits build cumulatively — do not expect overnight results. There is no maximum duration.\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 Vital Seas Silver with KardioPro for a comprehensive cardiovascular stack — KardioPro adds CoQ10, Garlic Extract, L-Carnitine and B-vitamins to the Omega-3 base, creating Africa's most complete heart health protocol.\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;\"\u003ePerformance Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eHow Vital Seas Silver Compares — At a Glance\u003c\/h3\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 brand\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 30%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar brand\" style=\"height: 96%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 30%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar brand\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 40%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 20%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar brand\" style=\"height: 97%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 40%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 20%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar brand\" style=\"height: 96%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 35%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 5%;\"\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\"\u003eEPA\u003cbr\u003econcentration\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eTriglyceride\u003cbr\u003eform\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eStandardised\u003cbr\u003epotency\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eContaminant\u003cbr\u003eremoval\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eEPA potency\u003cbr\u003eindex\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\"\u003e95%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eEPA concentration\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e96%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eTriglyceride form\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e97%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eContaminant removal\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e96%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eEPA potency index\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cp style=\"font-size: 14px; color: #555; max-width: 800px; margin: 30px auto 0; text-align: center; line-height: 1.6;\"\u003eVital Seas Silver delivers pharmaceutical-grade EPA and DHA in their natural triglyceride form, offering superior absorption and purity compared to standard ethyl-ester fish oils and plant-based ALA alternatives.\u003c\/p\u003e\n\n      \u003cdiv class=\"legend-area\"\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color brand\"\u003e\u003c\/div\u003eVital Seas Silver\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStandard Fish Oil\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color orange\"\u003e\u003c\/div\u003ePlant-based ALA\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"AJ Wellness","offers":[{"title":"Default Title","offer_id":46281652928569,"sku":null,"price":7500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/VITAL_SEAS_SILVER_Front.jpg?v=1787033126"},{"product_id":"aj-wellness-vital-b-plus-nutrition-that-helps-you-stay-active","title":"AJ Wellness Vital B PLUS - Nutrition That Helps You Stay Active","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 *\/\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  .split-section {\n    background-color: #ffffff; \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.icon-hover { transition: all 0.3s ease; cursor: pointer; }\n  header div span.icon-hover: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: #551f73 !important; color: #fff !important; transform: translateY(-3px); border-color: #551f73 !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: #551f73 !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  \n  .root-cause-card { transition: all 0.3s ease; background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 25px 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }\n  .root-cause-card:hover { transform: translateY(-5px); border-color: #551f73; box-shadow: 0 15px 30px rgba(85, 31, 115, 0.08); }\n\n  \/* Desktop Grid Layouts *\/\n  .grid-header-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }\n  .grid-root-cause { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; text-align: center; }\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  \/* Timeline CSS *\/\n  .glow-timeline { border-left: 2px solid #e8dcf0; margin: 40px auto 0; padding-left: 35px; position: relative; text-align: left; max-width: 800px; }\n  .timeline-item { position: relative; margin-bottom: 40px; }\n  .timeline-item:last-child { margin-bottom: 0; }\n  .timeline-item::before { content: ''; position: absolute; left: -44px; top: 0; width: 16px; height: 16px; background: #551f73; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #e8dcf0; transition: all 0.3s ease; }\n  .timeline-item:hover::before { transform: scale(1.2); background: #000; box-shadow: 0 0 0 2px #000; }\n  .timeline-date { font-size: 12px; font-weight: 800; color: #551f73; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }\n  .timeline-title { font-size: 18px; font-weight: 800; color: #222; margin-bottom: 8px; line-height: 1.3; }\n  .timeline-desc { font-size: 15px; color: #555; line-height: 1.6; margin: 0; }\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: 11%; justify-content: center; }\n  .bar { width: 14px; border-radius: 3px 3px 0 0; transition: height 0.5s ease; }\n  .bar.green { background-color: #488241; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.yellow { background-color: #c9a526; }\n  .bar.blue { background-color: #3f7bbf; }\n  .x-axis { display: flex; justify-content: space-around; margin-left: 45px; padding: 0 10px; margin-top: 15px; }\n  .x-label { font-size: 9px; font-weight: 700; color: #555; width: 11%; line-height: 1.4; text-align: center; }\n  .legend-area { display: flex; justify-content: center; gap: 20px; margin-top: 35px; flex-wrap: wrap; font-size: 12px; font-weight: 700; color: #666; }\n  .legend-item { display: flex; align-items: center; gap: 6px; }\n  .legend-color { width: 14px; height: 14px; border-radius: 3px; }\n  .legend-color.green { background-color: #488241; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.yellow { background-color: #c9a526; }\n  .legend-color.blue { background-color: #3f7bbf; }\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-root-cause { grid-template-columns: repeat(3, 1fr); }\n    .grid-wellness { grid-template-columns: repeat(2, 1fr); gap: 15px; }\n    .grid-usage { grid-template-columns: repeat(2, 1fr); }\n    .hero-list li { justify-content: center; text-align: left; }\n  }\n\n  \/* Mobile Responsive CSS *\/\n  @media (max-width: 768px) {\n    .pearl-premium header, \n    .pearl-premium section:not(.banner-section), \n    .pearl-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; \n      margin-bottom: 10px !important;\n    }\n    .banner-image {\n      border-radius: 16px !important; \n    }\n\n    .pearl-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-root-cause { grid-template-columns: 1fr; gap: 15px; }\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    .glow-timeline { margin-left: 10px; padding-left: 25px; }\n    .timeline-item::before { left: -34px; width: 14px; height: 14px; }\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: 700px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pearl-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\/Vital_B_PLUS_-_AJ_Wellness_5.png?v=1775812068\" alt=\"AJ Wellness Vital B Plus\" 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 #1 RESEARCH-BASED 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: #551f73;\"\u003eVital B Plus\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 700; color: #444; margin-top: 15px;\"\u003eThe Energy You Need to Do Everything You Do\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 15px; color: #444; max-width: 500px;\"\u003eAfrica's most concentrated B-complex supplement — all 8 essential B-vitamins at high-potency doses, plus Choline and Inositol for complete cognitive and nervous system support. \u003cstrong\u003eBuilt for professionals, entrepreneurs, students and anyone who refuses to run on empty.\u003c\/strong\u003e\u003c\/p\u003e\n      \n      \u003cul class=\"hero-list\" style=\"list-style: none; padding: 0; margin: 25px 0 0; font-size: 14px; color: #333; font-weight: 500;\"\u003e\n        \u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n          \u003cspan class=\"material-symbols-outlined\" style=\"color: #551f73; font-size: 20px;\"\u003echeck\u003c\/span\u003e\n          All 8 essential B-vitamins at high-potency doses\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n          \u003cspan class=\"material-symbols-outlined\" style=\"color: #551f73; font-size: 20px;\"\u003echeck\u003c\/span\u003e\n          B1, B2, B3, B5 \u0026amp; B6 at 50mg each\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n          \u003cspan class=\"material-symbols-outlined\" style=\"color: #551f73; font-size: 20px;\"\u003echeck\u003c\/span\u003e\n          B12 50mcg for nerve function \u0026amp; mental clarity\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n          \u003cspan class=\"material-symbols-outlined\" style=\"color: #551f73; font-size: 20px;\"\u003echeck\u003c\/span\u003e\n          Choline \u0026amp; Inositol for cognitive \u0026amp; mood support\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n          \u003cspan class=\"material-symbols-outlined\" style=\"color: #551f73; font-size: 20px;\"\u003echeck\u003c\/span\u003e\n          Folic Acid 100mcg for cellular metabolism\n        \u003c\/li\u003e\n        \u003cli style=\"margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n          \u003cspan class=\"material-symbols-outlined\" style=\"color: #551f73; font-size: 20px;\"\u003echeck\u003c\/span\u003e\n          Water-soluble — safe for daily consistent use\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\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 High-Performance Pathways. One Daily Capsule.\u003c\/h3\u003e\n    \u003cdiv class=\"grid-pathways\" style=\"text-align: left;\"\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eEnergy Metabolism\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eB1, B2, B3, B5 and B6 are the five co-enzymes at the centre of every energy conversion reaction in the body — turning every gram of carbohydrate, fat and protein you eat into ATP, the body's actual fuel currency. Without adequate B-vitamins, food cannot be properly converted into energy — no matter how much you eat or sleep.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB1 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB2 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB3 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB5 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB6 50mg\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eNervous System Support\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eB12 is essential for maintaining the myelin sheath — the protective coating around every nerve fibre that determines the speed and accuracy of nerve signal transmission. B1 and B6 support synaptic signalling. Folic Acid supports nerve cell production. Together they keep every nerve pathway in the body firing clearly and efficiently.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB12 50mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eFolic Acid 100mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB1 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB6 50mg\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eCognitive \u0026amp; Mood Support\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eB6 is required for the synthesis of serotonin and dopamine — the neurotransmitters that regulate mood, motivation and focus. B12 and Folic Acid reduce homocysteine, which impairs brain function at elevated levels. Choline is a precursor to acetylcholine, the neurotransmitter critical for memory and learning. Inositol supports healthy mood regulation and stress response signalling.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB6\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB12\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eFolic Acid\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eCholine\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eInositol\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eFatigue Reduction \u0026amp; Stress Resilience\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eB5 (Pantothenic Acid) is the adrenal vitamin — essential for the synthesis of stress hormones that help the body adapt to physical and mental pressure. B2 and B3 support the adrenal response and cellular energy restoration after exertion. B6 reduces inflammatory markers linked to chronic fatigue. Together they form the body's nutritional stress-management system.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB2 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB3 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB5 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB6 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #551f73; background: #f4eef7; padding: 6px 12px; border-radius: 6px;\"\u003eB12\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection style=\"padding: 80px 40px; background-color: #ffffff; border-radius: 40px; margin-bottom: 10px; text-align: center; border: 1px solid #eeeeee;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eWhat To Expect\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 10px; letter-spacing: 0px;\"\u003eYour Energy Transformation, Day by Day\u003c\/h3\u003e\n    \n    \u003cdiv class=\"glow-timeline\"\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eDay 3\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eMorning energy improves noticeably\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eB1, B2 and B3 begin supporting cellular energy conversion. The heavy, sluggish feeling on waking starts to lift. Many users feel a cleaner, steadier energy vs the spike-and-crash of caffeine.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 1\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eMental fog clears, focus improves\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eB6 starts boosting serotonin and dopamine synthesis. Brain fog from screen overload reduces. Concentration during long work or study sessions improves markedly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eStress feels more manageable\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eB5 replenishes adrenal reserves depleted by chronic stress. The physiological stress response becomes more measured. Less anxiety, fewer stress headaches, calmer reactions under pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWk 4\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eSustained all-day energy — no crashes\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eAll eight B-vitamins are now maintaining consistent tissue saturation. Energy is steady from morning to evening. Afternoon slumps significantly reduce or disappear. Mood is more balanced and stable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMo 2+\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eThis is your new baseline\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eConsistent B-vitamin saturation delivers compounding cognitive and energy benefits. Memory, nerve function and stress resilience all improve with continued use. You perform better — consistently.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!--\n  \u003csection class=\"banner-section\" style=\"margin-bottom: 10px;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0661\/1514\/1728\/files\/Vital_B_PLUS_-_Banner.jpg\" alt=\"AJ Wellness Banner\" class=\"banner-image\"\u003e\n  \u003c\/section\u003e\n  --\u003e\n\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 Energy Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEverything Your Body Needs to Perform\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;\"\u003eAll-day energy\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;\"\u003eneurology\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eNerve function\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;\"\u003esentiment_satisfied\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eStress resilience\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;\"\u003emood\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eMood 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;\"\u003edirections_run\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;\"\u003eface_3\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHair \u0026amp; skin health\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;\"\u003eautorenew\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eMetabolic efficiency\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\/Immunity_Banner_34d5c945-825c-4c51-93d4-4a38d6ccc6ac.webp\" alt=\"Vital B Plus Product Image\" 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;\"\u003ePerfect For\u003c\/h2\u003e\n      \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 30px; letter-spacing: 0px; line-height: 1.1;\"\u003eWho Is Vital B Plus For?\u003c\/h3\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;\"\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;\"\u003eStudents \u0026amp; exam candidates\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;\"\u003eEntrepreneurs \u0026amp; business owners\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;\"\u003eAthletes \u0026amp; active individuals\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;\"\u003ePeople under chronic 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;\"\u003eAnyone experiencing fatigue\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;\"\u003eHeavy caffeine users wanting to cut back\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;\"\u003eVegans \u0026amp; vegetarians (B12 deficient)\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 \u0026amp; women aged 18+\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;\"\u003eHow To Use\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eSimple. Daily. Consistent.\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;\"\u003eDaily Dosage\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eTake 1–2 softgel capsules daily. In periods of high stress, exam pressure, intense training or heavy workloads, 2 capsules daily provides maximum B-vitamin replenishment.\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;\"\u003eBest taken with breakfast or your first meal of the day. B-vitamins support all-day energy production when taken in the morning. Avoid taking late at night as B-vitamins may mildly stimulate energy.\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;\"\u003eStay Consistent\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eB-vitamins are water-soluble and excreted daily. Consistent daily supplementation is essential — skipping days resets tissue levels. Take at the same time every day for best results.\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 Vital B Plus with VitalMan or VitalWoman for a complete daily wellness protocol — Vital B Plus provides concentrated high-dose B-vitamins that complement the broader nutrient base in each formula.\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 40px; letter-spacing: 0px;\"\u003eHow Vital B Plus Compares — At a Glance\u003c\/h3\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 green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 10%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 25%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 5%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 20%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 60%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 15%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 5%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 10%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 30%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 5%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 10%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 15%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 10%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 25%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 5%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 20%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 5%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 15%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 100%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar yellow\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 15%;\"\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\"\u003eB-vitamin\u003cbr\u003epotency\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eEnergy\u003cbr\u003emetabolism\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eNervous\u003cbr\u003esystem\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eCognitive\u003cbr\u003esupport\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eStress\u003cbr\u003e\u0026amp; fatigue\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eMood\u003cbr\u003ebalance\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eImmediate\u003cbr\u003espike\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eLong-term\u003cbr\u003esafety\u003c\/div\u003e\n          \u003c\/div\u003e\n\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 green\"\u003e\u003c\/div\u003eVital B Plus\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStd. multivitamin\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color yellow\"\u003e\u003c\/div\u003eBasic B-complex\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color blue\"\u003e\u003c\/div\u003eEnergy drinks\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"AJ Wellness","offers":[{"title":"Default Title","offer_id":46281652961337,"sku":null,"price":7500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/VITAL_B_PLUS_Front.jpg?v=1787033126"},{"product_id":"aj-wellness-ipace-daily-support-for-healthy-eyes","title":"AJ wellness iPace - Daily Support for Healthy Eyes","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 *\/\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  .split-section {\n    background-color: #ffffff; \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: #1e60a4 !important; color: #fff !important; transform: translateY(-3px); border-color: #1e60a4 !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: #1e60a4 !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  .ingredient-card { transition: all 0.3s ease; background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 25px; text-align: left; }\n  .ingredient-card:hover { box-shadow: 0 12px 25px rgba(0,0,0,0.04); transform: translateY(-4px); border-color: #e0e0e0; }\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  .grid-ingredients { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }\n\n  \/* Timeline CSS *\/\n  .glow-timeline { border-left: 2px solid #d9e6f2; margin: 40px auto 0; padding-left: 35px; position: relative; text-align: left; max-width: 800px; }\n  .timeline-item { position: relative; margin-bottom: 40px; }\n  .timeline-item:last-child { margin-bottom: 0; }\n  .timeline-item::before { content: ''; position: absolute; left: -44px; top: 0; width: 16px; height: 16px; background: #1e60a4; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #d9e6f2; transition: all 0.3s ease; }\n  .timeline-item:hover::before { transform: scale(1.2); background: #000; box-shadow: 0 0 0 2px #000; }\n  .timeline-date { font-size: 12px; font-weight: 800; color: #1e60a4; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }\n  .timeline-title { font-size: 18px; font-weight: 800; color: #222; margin-bottom: 8px; line-height: 1.3; }\n  .timeline-desc { font-size: 15px; color: #555; line-height: 1.6; margin: 0; }\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: #1e60a4; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.orange { background-color: #f29c38; }\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: #1e60a4; 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: #1e60a4; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.orange { background-color: #f29c38; }\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    .ipace-premium header, \n    .ipace-premium section:not(.banner-section), \n    .ipace-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; \n      margin-bottom: 10px !important;\n    }\n    .banner-image {\n      border-radius: 16px !important; \n    }\n\n    .ipace-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    .grid-ingredients { grid-template-columns: 1fr; }\n\n    .chart-wrapper { padding: 25px 15px !important; }\n    .glow-timeline { margin-left: 10px; padding-left: 25px; }\n    .timeline-item::before { left: -34px; width: 14px; height: 14px; }\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=\"ipace-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\/iPace_-_AJ_wellness_-_1.webp\" alt=\"AJ Wellness iPace 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: #1e60a4;\"\u003eiPace\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 800; color: #1a1a1a; margin-top: 15px;\"\u003eClear Vision. Daily Protection.\u003cbr\u003eEyes Built to Last\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eThe most advanced eye health supplement formulated for the modern African lifestyle — 16+ targeted nutrients including Lutein, Zeaxanthin, Bilberry Extract, Rutin and Resveratrol, working together to protect, nourish and sharpen your vision every single day. \u003cstrong\u003eBecause your eyes never clock out.\u003c\/strong\u003e\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;\"\u003e16+ Targeted Nutrients\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eOne Daily Softgel\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eFor Screen-Heavy Lifestyles\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);\"\u003eLutein 5mg + Zeaxanthin 2mg\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);\"\u003eBilberry Extract for night vision\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);\"\u003eRutin for visual focus\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);\"\u003eBlue light \u0026amp; UV shield\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);\"\u003eFull B-complex for nerve 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);\"\u003eDesigned for digital eye strain\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 Precision Eye Health Pathways\u003c\/h3\u003e\n    \u003cdiv class=\"grid-pathways\" style=\"text-align: left;\"\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eMacular \u0026amp; Central Vision Support\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eThe macula is the most critical zone of the retina — responsible for sharp, detailed, colour vision. Lutein and Zeaxanthin are the only two nutrients that physically concentrate in the macula, forming a protective pigment layer that filters blue light and shields photoreceptor cells from damage.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eLutein 5mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eZeaxanthin 2mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin A 2000IU\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \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; margin-bottom: 15px; color: #222;\"\u003eAntioxidant Eye Cell Protection\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eThe eye is one of the most metabolically active organs in the body, generating enormous oxidative stress. Bilberry Extract, Resveratrol, Lycopene and Vitamins C and E form a complete free-radical defence system — protecting retinal cells, the lens and the optic nerve from daily damage.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eBilberry 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eResveratrol\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eLycopene\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin C \u0026amp; E\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eSelenium\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eZinc\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eOcular Circulation \u0026amp; Nourishment\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eHealthy eyes depend on a constant supply of nutrients via tiny blood vessels called capillaries. Rutin strengthens these delicate capillary walls, while Bilberry and Magnesium support healthy microcirculation — ensuring every part of the eye is continuously nourished and waste products efficiently cleared.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eRutin\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eBilberry\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eMagnesium\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eIron\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\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; margin-bottom: 15px; color: #222;\"\u003eEye Nerve \u0026amp; Energy Support\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eVisual signals travel from the retina to the brain via the optic nerve at extraordinary speed. The full B-vitamin complex — B1, B2, B3, B6, B12, Folic Acid and Pantothenic Acid — supports healthy nerve signalling, reduces eye fatigue and sustains the cellular energy needed for all-day visual performance.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eB1 B2 B3 B6 B12\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003eFolic Acid\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #1e60a4; background: #f0f5fa; padding: 6px 12px; border-radius: 6px;\"\u003ePantothenic Acid\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection style=\"padding: 80px 40px; background-color: #ffffff; border-radius: 40px; margin-bottom: 10px; text-align: center; border: 1px solid #eeeeee;\"\u003e\n    \u003ch2 style=\"font-size: 11px; text-transform: uppercase; letter-spacing: 0px; color: #999; margin-bottom: 15px; font-weight: 700;\"\u003eWhat to Expect\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 10px; letter-spacing: 0px;\"\u003eYour Eye Health Journey, \u003ci\u003eWeek by Week\u003c\/i\u003e\n\u003c\/h3\u003e\n    \n    \u003cdiv class=\"glow-timeline\"\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWeek 1\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eEye fatigue starts to ease\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eB-vitamins and Magnesium begin supporting nerve function and ocular circulation. Eyes feel less strained at the end of long screen days. Dryness and discomfort begin to reduce.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWeek 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eHeadaches from eye strain reduce\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eRutin strengthens capillaries and improves blood flow to the eye. Tension headaches triggered by prolonged screen use and driving glare begin to ease noticeably.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eWeek 4\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eClearer, sharper vision\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eLutein and Zeaxanthin are building macular pigment density. Visual contrast and sharpness improve — especially in bright light and when reading fine print.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMonth 2\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eNight vision and low-light clarity improve\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eBilberry Extract reaches full effect, supporting rhodopsin regeneration — the pigment that powers low-light and night vision. Driving at night becomes more comfortable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"timeline-item\"\u003e\n        \u003cspan class=\"timeline-date\"\u003eMonth 3+\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eLong-term eye health protection established\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eContinued daily use builds cumulative antioxidant protection against UV, blue light and age-related macular decline. Your eyes are now supported for the long term — not just today.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"banner-section\" style=\"margin-bottom: 10px;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0661\/1514\/1728\/files\/iPace_-_Banner.webp\" alt=\"AJ Wellness iPace Banner\" class=\"banner-image\"\u003e\n  \u003c\/section\u003e\n\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;\"\u003eComplete Vision Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEvery Eye Health Goal. One Daily Capsule.\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;\"\u003evisibility\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eSharp central vision\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;\"\u003edark_mode\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eNight vision 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;\"\u003ecomputer\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eBlue light 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;\"\u003elight_mode\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eUV protection\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;\"\u003edesktop_windows\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eScreen fatigue relief\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;\"\u003eautorenew\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eOcular 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;\"\u003eshield\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eRetinal cell 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;\"\u003eupdate\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eLong-term eye care\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\/iPace_-_AJ_wellness_4.webp\" alt=\"Person displaying clear vision\" 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 iPace For?\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003eiPace is formulated for everyone navigating the demands of modern life, from screen-heavy workdays to intense sunlight exposure.\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;\"\u003eOffice workers \u0026amp; remote 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;\"\u003eStudents with heavy screen time\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;\"\u003eDrivers \u0026amp; commuters\u003c\/span\u003e\n        \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;\"\u003eContact lens wearers\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;\"\u003eAdults aged 35+\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 in high-UV environments\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;\"\u003ePeople experiencing eye strain or fatigue\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;\"\u003eThose with a family history of macular degeneration\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;\"\u003eHow To Use\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eSimple. Consistent. Protective.\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;\"\u003eDaily Dosage\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eTake 1–2 softgel capsules daily. For screen-intensive work, driving or high UV environments, 2 capsules per day delivers maximum eye protection.\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;\"\u003eAlways take with or immediately after your main meal. The fat-soluble carotenoids (Lutein, Zeaxanthin, Lycopene) absorb significantly better when taken with food containing healthy fats.\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;\"\u003eLong-Term Use\u003c\/h4\u003e\n        \u003cp style=\"font-size: 14px; color: #555; margin: 0;\"\u003eEye health is cumulative. There is no maximum duration — iPace is designed for continuous daily use. Macular pigment density builds over months, not days. Start early, stay consistent.\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;\"\u003ePair iPace with a quality pair of UV-blocking sunglasses for complete eye protection — iPace works inside, sunglasses work outside. Together they cover all angles.\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;\"\u003eNutrient Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eHow iPace Compares\u003c\/h3\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: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 90%;\"\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: 0%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" 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: 60%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 20%;\"\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: 15%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" 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: 18%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 52%;\"\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\"\u003eLutein\u003cbr\u003e(5mg)\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eZeaxanthin\u003cbr\u003e(2mg)\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eVitamin A\u003cbr\u003e(2000IU)\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eMacular pigment\u003cbr\u003edensity\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eCentral vision\u003cbr\u003eindex\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\"\u003e5 mg\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eLutein dose\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e2 mg\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eZeaxanthin\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\"\u003eMacular pigment\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\"\u003eCentral vision\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cp style=\"font-size: 14px; color: #555; max-width: 800px; margin: 30px auto 0; text-align: center; line-height: 1.6;\"\u003eLutein and Zeaxanthin are the only two nutrients that physically concentrate in the human macula to form a protective pigment layer. Standard multivitamins contain zero of either. Basic Lutein supplements include Lutein but completely omit Zeaxanthin — the co-pigment that makes macular protection complete. iPace delivers both at clinically meaningful doses, scoring 94% on the central vision index versus 52% and 18%.\u003c\/p\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 iPace\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStandard multivitamin with Vitamin A\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color orange\"\u003e\u003c\/div\u003eBasic Lutein supplement\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e\n","brand":"AJ Wellness","offers":[{"title":"Default Title","offer_id":46281653157945,"sku":null,"price":8500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/IPACE_Front.jpg?v=1787033126"},{"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":46281653223481,"sku":null,"price":7500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/VITAL_MAN_Front_fd0863b2-eba5-4b61-b88a-393648434b65.jpg?v=1787033126"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/collections\/Modern_life_demands_a_lot_from_men_that_s_where_AJ_WELLNESS_VITALMAN_steps_in_1.webp?v=1786343503","url":"https:\/\/www.myajwellnessng.com\/collections\/men.oembed","provider":"AJ Wellness Nigeria","version":"1.0","type":"link"}