{"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","url":"https:\/\/www.myajwellnessng.com\/products\/aj-wellness-vital-b-plus-nutrition-that-helps-you-stay-active","provider":"AJ Wellness Nigeria","version":"1.0","type":"link"}