{"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","url":"https:\/\/www.myajwellnessng.com\/products\/aj-wellness-vital-seas-plus-gold-high-strength-omega-3-fish-oil-supplement","provider":"AJ Wellness Nigeria","version":"1.0","type":"link"}