{"title":"Women","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-pearl-skin-hair-nails-support-skin-health-nail-strength-hair-growth","title":"AJ Wellness Pearl Skin Hair Nails - Support Skin Health, Nail Strength \u0026 Hair Growth","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: #9e2a51 !important; color: #fff !important; transform: translateY(-3px); border-color: #9e2a51 !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: #9e2a51 !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: #9e2a51; box-shadow: 0 15px 30px rgba(158, 42, 81, 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 #f0d6df; 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: #9e2a51; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #f0d6df; 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: #9e2a51; 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.green { background-color: #488241; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.purple { background-color: #8a70d6; }\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: #488241; 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.green { background-color: #488241; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.purple { background-color: #8a70d6; }\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  }\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: 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\/Pearl_Skin_Hair_Nails_-_AJ_Wellness_5.webp\" alt=\"AJ Wellness Pearl 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: #9e2a51;\"\u003ePearl Skin Hair Nails\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 300; color: #444; margin-top: 15px;\"\u003eBeautiful Skin. Strong Hair. Unbreakable Nails.\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eThe only African beauty supplement that targets all three — skin radiance, hair growth and nail strength — in a single daily softgel. \u003cstrong\u003e27+ bio-active nutrients, 4 structural pathways,\u003c\/strong\u003e one complete \u003cstrong\u003ebeauty formula.\u003c\/strong\u003e Because real beauty is built from the inside out.\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 Daily Softgel\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003eAfrican beauty formula\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);\"\u003eBiotin + L-Cysteine\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);\"\u003eCollagen-boosting Vitamin C\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);\"\u003eOmega-3 Fish Oil\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);\"\u003eGrape Seed Extract\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\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);\"\u003eAloe Vera\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;\"\u003eThe Root Cause\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 28px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eWhat's Really Damaging Your Skin, Hair \u0026amp; Nails\u003c\/h3\u003e\n    \n    \u003cdiv class=\"grid-root-cause\"\u003e\n      \u003cdiv class=\"root-cause-card\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; margin-bottom: 15px;\"\u003elight_mode\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; color: #222; margin-bottom: 10px;\"\u003eUV \u0026amp; Sun Stress\u003c\/h4\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eBreaks down collagen, fades skin tone and weakens the hair cuticle over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"root-cause-card\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; margin-bottom: 15px;\"\u003efactory\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; color: #222; margin-bottom: 10px;\"\u003ePollution\u003c\/h4\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eFree radicals from pollution strip antioxidants, accelerating skin aging and dulling hair.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"root-cause-card\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; margin-bottom: 15px;\"\u003ewarning\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; color: #222; margin-bottom: 10px;\"\u003eChronic Stress\u003c\/h4\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eElevates cortisol, which disrupts follicle cycling and leads to visible hair thinning.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"root-cause-card\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; margin-bottom: 15px;\"\u003eno_meals\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; color: #222; margin-bottom: 10px;\"\u003eNutritional Gaps\u003c\/h4\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eDeficiencies in Biotin, Iron, Zinc and B-vitamins are the most common hidden cause of brittle nails and hair loss.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"root-cause-card\"\u003e\n        \u003cspan class=\"material-symbols-outlined\" style=\"font-size: 32px; color: #000; margin-bottom: 15px;\"\u003ehourglass_empty\u003c\/span\u003e\n        \u003ch4 style=\"font-size: 14px; font-weight: 800; color: #222; margin-bottom: 10px;\"\u003eNatural Aging\u003c\/h4\u003e\n        \u003cp style=\"font-size: 13px; color: #666; margin: 0;\"\u003eCollagen and keratin production slow with age — Pearl replenishes the building blocks directly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\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 Structural Beauty Pathways in \u003ci\u003eEvery Capsule\u003c\/i\u003e\n\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;\"\u003eKeratin \u0026amp; Hair Structure\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eHair and nails are built almost entirely from keratin protein. L-Cysteine provides the critical sulphur amino acid that forms keratin's molecular backbone. Biotin activates keratin-producing enzymes. Together they produce noticeably stronger, thicker, faster-growing hair and nails.\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: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eL-Cysteine 30mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eBiotin 30mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eZinc 10mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eB-Complex\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;\"\u003eCollagen \u0026amp; Skin Integrity\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eVitamin C is the body's essential co-factor for collagen synthesis — without it, collagen cannot be built. Copper reinforces the cross-linking of collagen and elastin fibres. Iron supports oxygen delivery to skin cells. Together they maintain skin firmness, elasticity and a youthful structure.\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: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin C 30mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin A 1000IU\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eCopper 1mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eIron 15mg\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 \u0026amp; Barrier Protection\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eGrape Seed Extract, Vitamin E and Selenium neutralise the free radicals generated by UV and pollution. Omega-3 Fish Oil maintains the skin's lipid barrier — the layer that locks moisture in and keeps irritants out — preventing dryness, flakiness and eczema-prone reactions.\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: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eGrape Seed 15mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin E 20mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eSelenium 50mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eOmega-3 90mg\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;\"\u003eCellular Energy \u0026amp; Metabolic Support\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eHair is the second fastest-growing tissue in the body — it demands continuous cellular energy. The full B-vitamin complex (B1, B2, B3, B6, B12 and Folic Acid), plus Magnesium and Chromium, ensures every hair follicle and skin cell has the metabolic fuel it needs to grow and renew.\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: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eB1 B2 B3 B6 B12 Folic Acid\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eMagnesium\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #9e2a51; background: #fdf5f7; padding: 6px 12px; border-radius: 6px;\"\u003eChromium\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 Beauty Timeline\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\"\u003eWeek 1\u003c\/span\u003e\n        \u003ch4 class=\"timeline-title\"\u003eSkin feels softer \u0026amp; more hydrated\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eOmega-3 and Aloe Vera begin reinforcing the skin barrier. Dryness and flakiness reduce noticeably. Nails feel less brittle almost immediately.\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\"\u003eLess hair on the comb\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eB-vitamins and Iron start supporting follicle health. Hair shedding visibly reduces. Nails begin growing faster with a stronger edge.\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\"\u003eVisible glow \u0026amp; stronger structure\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eAntioxidants have cleared significant oxidative stress. Skin looks brighter and more even. Hair feels denser at the roots. Nails no longer snap or peel.\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\"\u003eNew hair growth is visible\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eL-Cysteine and Biotin have now completed a full hair-growth cycle. Baby hairs appear at the hairline. Skin firmness improves as Vitamin C boosts collagen production.\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\"\u003eTransformed from the inside out\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eAll four pathways are delivering compounding results. Stronger hair. Glowing skin. Nails that grow long without breaking. This is your beauty, fully supported.\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\/Pearl_Skin_Hair_Nails_-_Banner.webp\" alt=\"AJ Wellness Pearl 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;\"\u003eTotal Beauty Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eOne Capsule. Three Transformations.\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;\"\u003eface_3\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eStronger Hair\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;\"\u003eback_hand\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eUnbreakable Nails\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;\"\u003ewater_drop\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eDeep Hydration\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;\"\u003eeco\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eLess Shedding\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;\"\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;\"\u003ebolt\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eFollicle 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;\"\u003eCollagen Support\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\/Pearl_Skin_Hair_Nails_-_AJ_Wellness_4.webp\" alt=\"Woman displaying healthy skin and hair\" 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 15px; letter-spacing: 0px; line-height: 1.1;\"\u003eWho Is Pearl For?\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003ePearl is suitable for both women and men across all African lifestyles — anyone who wants their skin, hair and nails to reflect how they feel on the inside.\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 \u0026amp; men aged 18+\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 hair breakage or thinning\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 brittle or peeling nails\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;\"\u003eThose with dull or dehydrated 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;\"\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;\"\u003ePost-pregnancy hair 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 replacing a daily multivitamin\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 wanting a science-backed beauty routine\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 2–3 softgel capsules daily. For intensive goals — recovering from hair loss, post-illness nail repair, or post-pregnancy beauty support — 3 capsules daily is ideal.\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 your main meal. Swallow whole with water. Avoid tea or coffee as tannins reduce absorption of Iron and B-vitamins.\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;\"\u003eHair grows approximately 1 cm per month. Allow at least 60–90 days for full structural results. Daily consistency is everything — Pearl rewards patience.\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;\"\u003eFor maximum results, stack Pearl with Skin Radiance. They are formulated as companions — Pearl targets structure, Skin Radiance targets glow and brightening.\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 Pearl 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: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar purple\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 92%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar purple\" style=\"height: 65%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 91%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 30%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar purple\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 93%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 20%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar purple\" style=\"height: 50%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar green\" style=\"height: 94%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 48%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar purple\" 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\"\u003eL-Cysteine\u003cbr\u003ecoverage\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eBiotin\u003cbr\u003edosage\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eZinc for\u003cbr\u003efollicles\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eB-complex\u003cbr\u003ecoverage\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eHair growth\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\"\u003eL-Cysteine\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e92%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eBiotin\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e91%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eZinc\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\"\u003eHair growth 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;\"\u003eL-Cysteine — the actual sulphur amino acid that forms keratin's molecular backbone — is completely absent in standard biotin supplements and basic hair vitamins. Pearl is the only formula providing both L-Cysteine and Biotin together, creating a 94% hair growth index versus 52% for basic hair vitamins and just 48% for standard biotin-only supplements.\u003c\/p\u003e\n\n      \u003cdiv class=\"legend-area\"\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color green\"\u003e\u003c\/div\u003eAJ Wellness Pearl\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStandard biotin supplement\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color purple\"\u003e\u003c\/div\u003eBasic hair \u0026amp; nail vitamin\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\n","brand":"myajwellness","offers":[{"title":"Default Title","offer_id":46281653092409,"sku":null,"price":7500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/PEARL_SKIN_HAIR_NAILS_Front.jpg?v=1787033126"},{"product_id":"aj-wellness-kardiopro-supplement-for-daily-heart-care","title":"AJ wellness Kardiopro - Supplement for Daily Heart Care","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: #b80707 !important; color: #fff !important; transform: translateY(-3px); border-color: #b80707 !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: #b80707 !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  \/* 3 columns to handle the pathways - wraps naturally for 5 items *\/\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(4, 1fr); gap: 15px; }\n\n  \/* Centers the last two orphaned grid items perfectly on desktop *\/\n  @media (min-width: 993px) {\n    .center-last-row {\n      position: relative;\n      \/* Shifts the cards right by exactly half a column + half the 30px gap *\/\n      left: calc(50% + 15px);\n    }\n  }\n\n  \/* Timeline CSS *\/\n  .glow-timeline { border-left: 2px solid #f8d7d7; 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: #b80707; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 2px #f8d7d7; 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: #b80707; 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.red { background-color: #b80707; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.blue { background-color: #2196F3; }\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: #b80707; 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.red { background-color: #b80707; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.blue { background-color: #2196F3; }\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\/Kardiopro-AJwellness_1.webp\" alt=\"AJ Wellness KardioPro 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 #1 HEART HEALTH 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: #b80707;\"\u003eKardioPro\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 300; color: #444; margin-top: 15px;\"\u003eYour Heart Works 24 Hours a Day. Support It Daily\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eThe most comprehensive cardiovascular supplement formulated for modern African lifestyles — 20+ targeted nutrients including Omega-3, CoQ10, Garlic Extract, L-Carnitine, Flaxseed Oil and a full antioxidant shield, working across 5 pathways to keep your heart strong, your circulation healthy and your energy levels high. \u003cstrong\u003eBecause a healthy heart is the foundation of everything.\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;\"\u003eOne Daily Capsule\u003c\/span\u003e\n        \u003cspan style=\"background: #ffffff; padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd;\"\u003e20+ Targeted Nutrients\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);\"\u003eOmega-3 Fish Oil + Flaxseed Oil\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 10mg + L-Carnitine 20mg\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);\"\u003eGarlic Extract 100mg\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 including B1\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);\"\u003eMagnesium + Potassium\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);\"\u003e5-layer 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;\"\u003e5 Cardiovascular Pathways. \u003ci\u003eOne Daily Capsule\u003c\/i\u003e\n\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;\"\u003eOmega-3 \u0026amp; Heart Function\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eOmega-3 fatty acids are the most researched nutrients in cardiovascular science. EPA reduces systemic inflammation that damages arterial walls. DHA supports the structural integrity of heart muscle cell membranes. Combined with Flaxseed Oil's plant-based ALA, KardioPro delivers a dual essential fatty acid system for complete lipid and cardiac function support.\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: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eOmega-3 Fish Oil\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eEPA 27mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eDHA 18mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eFlaxseed Oil 100mg\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;\"\u003eCellular Energy \u0026amp; Heart Muscle\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eThe heart muscle never rests — it contracts over 100,000 times per day and demands a continuous, uninterrupted supply of cellular energy. CoQ10 powers ATP production in cardiac mitochondria. L-Carnitine transports fatty acids into cells as fuel. Together they form the heart's internal power station, supported by the full B-vitamin complex for complete energy metabolism.\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: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eCoQ10 10mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eL-Carnitine 20mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eB1 B2 B3 B6 B12\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;\"\u003eCirculation \u0026amp; Vascular Health\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eGarlic Extract is one of nature's most potent circulatory herbs — it relaxes blood vessel walls, improves blood flow, reduces arterial stiffness and protects against oxidative atherosclerosis. Magnesium regulates vascular smooth muscle. Potassium counterbalances sodium's pressure-raising effect. Iron ensures red blood cells carry adequate oxygen to cardiac 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: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eGarlic Extract 100mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eMagnesium 20mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003ePotassium 50mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eIron 5mg\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"pathway-card center-last-row\" 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;\"\u003eCardiac Antioxidant Protection\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eThe heart is particularly vulnerable to oxidative stress because of its relentless metabolic rate. Vitamins C and E neutralise free radicals. Selenium and Zinc protect cardiac cell membranes. Mixed Carotenoids defend arterial endothelium against lipid peroxidation. Together they form a five-layer antioxidant shield around the cardiovascular 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: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin C 30mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eVitamin E 7.5mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eSelenium 10mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eZinc 10mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eCarotenoids 4mg\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"pathway-card center-last-row\" 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;\"\u003eMetabolic \u0026amp; Nutrient Balance\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eCardiovascular wellness is inseparable from metabolic health. Chromium supports normal glucose metabolism, reducing the blood sugar spikes that damage arterial walls. Folic Acid reduces homocysteine — a key cardiovascular risk marker. Manganese and Copper support connective tissue integrity in blood vessel walls and the heart's structural collagen matrix.\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: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eChromium 50mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eFolic Acid 120mcg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eManganese 1.4mg\u003c\/span\u003e\n          \u003cspan style=\"font-size: 10px; font-weight: 800; color: #b80707; background: #fdf2f2; padding: 6px 12px; border-radius: 6px;\"\u003eCopper 0.5mg\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 Heart Health Journey, 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, breathlessness reduces\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eCoQ10 and L-Carnitine begin supporting cardiac cellular energy production. B-vitamins reduce tiredness and fatigue. Many users notice more endurance on stairs, during walks and in everyday activity.\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\"\u003eCirculation improves, hands \u0026amp; feet feel warmer\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eGarlic Extract begins improving microcirculation. Magnesium and Potassium support healthier vascular tone. Cold extremities and heaviness in the legs often improve noticeably within 2 weeks.\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 energy, less afternoon fatigue\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eThe full nutritional matrix is active. Cellular energy production is optimised. Antioxidants are protecting cardiac tissues. Many users report significantly less mid-afternoon energy crashes and improved stamina.\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\"\u003eLipid balance begins to improve\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eOmega-3 EPA and DHA have reached meaningful tissue concentrations, supporting healthier triglyceride levels and lipid balance. Folic Acid has begun reducing homocysteine — a key marker of cardiovascular risk.\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 cardiovascular protection established\u003c\/h4\u003e\n        \u003cp class=\"timeline-desc\"\u003eAll five pathways are delivering compounding benefits. The heart is nutritionally supported, antioxidant-protected and metabolically balanced. This is proactive heart care — not reactive treatment.\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=\"KardioPro 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 Heart Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEvery Cardiovascular Goal. One Daily Formula\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;\"\u003eNormal Heart 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;\"\u003eautorenew\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHealthy 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;\"\u003ebolt\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eCardiac 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;\"\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;\"\u003ebloodtype\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eLipid \u0026amp; Triglyceride 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;\"\u003efitness_center\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHeart Muscle 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;\"\u003espeed\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eBlood Pressure Wellness\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;\"\u003eMetabolic Balance\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\/AJ_Kardiopro_jpg.jpg?v=1777460121\" alt=\"Healthy adult demonstrating energy 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;\"\u003eKardioPro Is Built For You If...\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003eKardioPro is for every adult who understands that heart health is not built in a hospital — it is built daily, through consistent nutrition and lifestyle choices.\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 35+ concerned about heart 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;\"\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;\"\u003ePeople with sedentary jobs\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 heart disease\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 with high-processed food diets\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 proactive cardiovascular 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;\"\u003eThose replacing a basic multivitamin\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 managing cholesterol or blood pressure\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. 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 2–3 softgel capsules daily. For high-stress periods, sedentary work or those with elevated cardiovascular risk, 3 capsules daily delivers maximum heart 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;\"\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 or immediately after your main meal. Omega-3, CoQ10 and fat-soluble antioxidants absorb significantly better when taken with food containing healthy fats. 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;\"\u003eHeart health is built over months and years — not days. There is no maximum duration. KardioPro is designed for continuous daily use. The longer the consistency, the deeper the cardiovascular protection builds.\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;\"\u003edirections_walk\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;\"\u003eFor complete cardiovascular wellness, pair KardioPro with 30 minutes of walking daily. Nutrition and movement together deliver significantly stronger heart health outcomes than either alone.\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 KardioPro 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 red\" style=\"height: 94%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar red\" style=\"height: 93%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 88%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar red\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 85%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar red\" style=\"height: 95%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 0%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar red\" style=\"height: 94%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar blue\" style=\"height: 68%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 10%;\"\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\"\u003eOmega-3\u003cbr\u003eFish Oil\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eEPA\u003cbr\u003ecoverage\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eDHA\u003cbr\u003ecoverage\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eFlaxseed\u003cbr\u003eOil (ALA)\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eLipid balance\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\"\u003e94%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eOmega-3\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\"\u003eEPA\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\"\u003eFlaxseed Oil\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\"\u003eLipid 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;\"\u003eKardioPro delivers a dual essential fatty acid system — Omega-3 Fish Oil (EPA 27mg + DHA 18mg) AND Flaxseed Oil (100mg ALA) — the only formula in this category with both animal and plant-origin Omega-3 sources. Standard multivitamins contain zero Omega-3. Basic Omega-3 supplements include fish oil but completely omit Flaxseed Oil, scoring 68% on the overall lipid balance index vs KardioPro at 94%.\u003c\/p\u003e\n\n      \u003cdiv class=\"legend-area\"\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color red\"\u003e\u003c\/div\u003eAJ Wellness KardioPro\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color blue\"\u003e\u003c\/div\u003eBasic Omega-3 Supplement\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStandard Multivitamin\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":46281653125177,"sku":null,"price":8500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/KARDIOPRO_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-vitalwoman-feel-balanced-feel-strong-every-day","title":"AJ Wellness Vitalwoman - Feel Balanced. Feel Strong. Every Day","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.orange { background-color: #db5c38; }\n  .bar.grey { background-color: #b1b1b1; }\n  .bar.teal { background-color: #5bc399; }\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: #db5c38; 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.orange { background-color: #db5c38; }\n  .legend-color.grey { background-color: #b1b1b1; }\n  .legend-color.teal { background-color: #5bc399; }\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    .vitalwoman-2026-premium header, \n    .vitalwoman-2026-premium section:not(.banner-section), \n    .vitalwoman-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    .vitalwoman-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=\"vitalwoman-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\/Vitalwoman_-_AJ_Wellness_5.webp\" alt=\"AJ Wellness VitalWoman 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: #d90f60;\"\u003eVitalWoman\u003c\/h1\u003e\n       \u003cp style=\"font-size: clamp(15px, 4vw, 20px); font-weight: 300; color: #444; margin-top: 15px;\"\u003eFeel Balanced. Feel Strong. Every Day\u003c\/p\u003e\n      \u003cp style=\"margin: 20px 0 0; font-size: 16px; color: #444; max-width: 500px;\"\u003eThe complete daily multivitamin scientifically formulated for African women — supporting energy, hormonal wellness, glowing skin, and unstoppable vitality.\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;\"\u003e25+ 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 body support\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 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);\"\u003eIron + essential minerals\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);\"\u003eEvening Primrose \u0026amp; Borage\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);\"\u003eHormonal balance 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);\"\u003eGinkgo Biloba for clarity\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);\"\u003eGlowing skin \u0026amp; hair\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 Powerful Pathways – 1 or 2 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; Iron \u003cbr\u003eSupport\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eFights fatigue at the source. Replenishes iron for healthy red blood cell formation and fuels your body with the full B-vitamin complex.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eIron | B1-B12 | Folic Acid\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;\"\u003eHormonal \u0026amp; Reproductive\u003cbr\u003e Wellness\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eEvening Primrose \u0026amp; Borage Oil ease PMS, hot flashes and hormonal imbalance. Vitamin B6 and Zinc keep your cycle in harmony.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eEvening Primrose Oil | Borage Oil | Zinc\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;\"\u003eSkin, Hair \u0026amp; \u003cbr\u003eAntioxidant Glow\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eFeed your skin and hair from within. Biotin, Vitamins A, C \u0026amp; E plus Green Tea Extract defend against aging and oxidative stress.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eBiotin | Vitamin C\u0026amp;E | Green Tea\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 Clarity \u0026amp; \u003cbr\u003eCirculation\u003c\/h3\u003e\n        \u003cp style=\"font-size: 14px; color: #555;\"\u003eGinkgo Biloba — one of nature's most studied botanicals — supports sharper focus, memory and healthy blood circulation.\u003c\/p\u003e\n        \u003cdiv style=\"margin-top: 20px; font-size: 10px; font-weight: 800; color: #999; letter-spacing: 1px; text-transform: uppercase;\"\u003eGingko biloba | B-Vitamins\u003c\/div\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\/Vitalwoman_Product_-_Banner.webp\" alt=\"VitalWoman Product 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;\"\u003eTotal Wellness Coverage\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eEverything a Women’s Body Deserves\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;\"\u003eIron 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;\"\u003emenstrual_health\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eHormonal Harmony\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;\"\u003edermatology\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eSkin \u0026amp; Hair 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;\"\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;\"\u003eeco\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eAntioxidant 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;\"\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;\"\u003ecardiology\u003c\/span\u003e\n        \u003cdiv style=\"font-size: 10px; font-weight: 800; text-transform: uppercase;\"\u003eFemale Vitality\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\/Vitalwoman_-_AJ_Wellness_4.webp\" alt=\"Woman taking VitalWoman 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;\"\u003ePerfect 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 VitalWoman For?\u003c\/h3\u003e\n      \u003cp style=\"margin: 0 0 30px; font-size: 16px; color: #555; max-width: 500px;\"\u003eVitalWoman is the daily health foundation for every woman who refuses to run on empty — whether you're managing a career, a family, or both.\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 aged 18+\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;\"\u003eActive \u0026amp; sporty women\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;\"\u003eWomen experiencing PMS\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;\"\u003eWomen approaching menopause\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;\"\u003eBusy mums \u0026amp; caregivers\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 daily wellness support\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 Daily Routine\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 or 2 softgel capsules daily. \u003cbr\u003e2 capsules daily is ideal.\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;\"\u003eTake at the same time each day — morning or evening — to build a lasting habit and maximise absorption.\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;\"\u003eFeel The Difference\u003c\/h2\u003e\n    \u003ch3 style=\"font-size: 24px; font-weight: 900; text-transform: uppercase; margin: 0 0 40px; letter-spacing: 0px;\"\u003eHow AJ Wellness VitalWoman is Better than other Woman Supplements?\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 orange\" style=\"height: 94%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 44%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 71%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 88%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 50%;\"\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 orange\" style=\"height: 90%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 55%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 65%;\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar orange\" style=\"height: 91%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 42%;\"\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 orange\" style=\"height: 85%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar grey\" style=\"height: 38%;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar teal\" style=\"height: 30%;\"\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\"\u003eIron dosage\u003cbr\u003e(mg)\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eBioavailability\u003cbr\u003erating\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eRed blood cell\u003cbr\u003esupport\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eMenstrual\u003cbr\u003ereplenishment\u003c\/div\u003e\n            \u003cdiv class=\"x-label\"\u003eAbsorption\u003cbr\u003ecofactors\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\"\u003e21 mg\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eIron dose\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e88%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eAbsorption\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e90%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eRBC Support\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"chart-stat-box\"\u003e\n          \u003cdiv class=\"chart-stat-val\"\u003e92%\u003c\/div\u003e\n          \u003cdiv class=\"chart-stat-label\"\u003eReplenishment\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 orange\"\u003e\u003c\/div\u003eAJ Wellness VitalWoman\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color grey\"\u003e\u003c\/div\u003eStandard Women's Multivitamin\u003c\/div\u003e\n        \u003cdiv class=\"legend-item\"\u003e\n\u003cdiv class=\"legend-color teal\"\u003e\u003c\/div\u003eBasic Iron + Folic Supplement\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":46281653190713,"sku":null,"price":7500.0,"currency_code":"NGN","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/files\/VITAL_WOMAN_Front.jpg?v=1787033126"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/4600\/3001\/collections\/women.webp?v=1786343449","url":"https:\/\/www.myajwellnessng.com\/collections\/women.oembed","provider":"AJ Wellness Nigeria","version":"1.0","type":"link"}