{"product_id":"2g-ginkgo-biloba-ginseng","title":"2G Ginkgo Biloba + Ginseng","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGinkgo Biloba \u0026amp; Ginseng Complex - Product Description\u003c\/title\u003e\n    \u003c!-- Google Fonts for crisp, modern, natural premium typography --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cstyle\u003e\n        :root {\n            --primary: #064e3b; \/* Deep Forest Pine *\/\n            --accent: #10b981; \/* Energetic Jade Green Accent *\/\n            --accent-dark: #047857; \/* High-Contrast Text Green *\/\n            --accent-light: #d1fae5; \/* Soft Mint Tint *\/\n            --text-dark: #1e293b; \/* Readable Slate Charcoal *\/\n            --text-muted: #475569; \/* Slate Gray *\/\n            --bg-light: #f8fafc; \/* Clean Gray-50 Base *\/\n            --border-color: #e2e8f0; \/* Soft Border Line *\/\n            --radius: 12px;\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Inter', sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        body {\n            background-color: #ffffff;\n            color: var(--text-dark);\n            line-height: 1.6;\n        }\n\n        .product-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        \/* --- HERO \u0026 OVERVIEW SECTION --- *\/\n        .product-hero {\n            margin-bottom: 40px;\n        }\n\n        .badge-title {\n            display: inline-block;\n            background: var(--accent-light);\n            color: var(--accent-dark);\n            font-weight: 700;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            padding: 6px 16px;\n            border-radius: 50px;\n            margin-bottom: 16px;\n        }\n\n        .product-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n        }\n\n        .product-lead {\n            font-size: 1.15rem;\n            color: var(--text-dark);\n            margin-bottom: 24px;\n            font-weight: 400;\n        }\n\n        \/* High-Converting Highlights List *\/\n        .highlights-list {\n            list-style: none;\n            margin-bottom: 40px;\n            display: grid;\n            gap: 12px;\n        }\n\n        .highlights-list li {\n            position: relative;\n            padding-left: 28px;\n            font-size: 1rem;\n            color: var(--text-dark);\n            font-weight: 600;\n        }\n\n        .highlights-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            top: -2px;\n            color: var(--accent-dark);\n            font-weight: 700;\n            font-size: 1.2rem;\n        }\n\n        \/* --- VISUAL GRAPHS SECTION --- *\/\n        .section-title {\n            font-size: 1.6rem;\n            color: var(--primary);\n            margin-bottom: 30px;\n            font-weight: 700;\n            letter-spacing: -0.01em;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .section-title::after {\n            content: '';\n            flex-grow: 1;\n            height: 1px;\n            background: var(--border-color);\n        }\n\n        .graphs-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        @media (max-width: 768px) {\n            .graphs-grid { grid-template-columns: 1fr; }\n        }\n\n        .graph-card {\n            background: #ffffff;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius);\n            padding: 25px;\n            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01);\n        }\n\n        .graph-card h4 {\n            font-size: 1.1rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n\n        .bar-group {\n            margin-bottom: 18px;\n        }\n\n        .bar-label {\n            display: flex;\n            justify-content: space-between;\n            font-size: 0.875rem;\n            font-weight: 500;\n            margin-bottom: 6px;\n        }\n\n        .bar-label span:last-child {\n            color: var(--accent-dark);\n            font-weight: 600;\n        }\n\n        .bar-container {\n            background: var(--bg-light);\n            height: 10px;\n            border-radius: 50px;\n            overflow: hidden;\n        }\n\n        .bar-fill {\n            background: linear-gradient(90deg, var(--primary), var(--accent));\n            height: 100%;\n            border-radius: 50px;\n        }\n\n        \/* --- INGREDIENT HIGHLIGHTS GRID --- *\/\n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-bottom: 50px;\n        }\n\n        .ingredient-card {\n            background: var(--bg-light);\n            border-radius: var(--radius);\n            padding: 20px;\n            border: 1px solid transparent;\n            transition: var(--transition);\n        }\n\n        .ingredient-card:hover {\n            border-color: var(--accent);\n            background: #fff;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.03);\n        }\n\n        .ingredient-card h4 {\n            color: var(--primary);\n            font-size: 1.05rem;\n            margin-bottom: 8px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .ingredient-card .amount {\n            font-size: 0.8rem;\n            background: #e2e8f0;\n            padding: 2px 8px;\n            border-radius: 20px;\n            color: var(--text-dark);\n            font-weight: 600;\n        }\n\n        .ingredient-card p {\n            font-size: 0.875rem;\n            color: var(--text-muted);\n        }\n\n        \/* --- INTERACTIVE ACCORDION --- *\/\n        .accordion {\n            margin-bottom: 50px;\n        }\n\n        .accordion-item {\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .accordion-header {\n            width: 100%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 0;\n            background: none;\n            border: none;\n            text-align: left;\n            font-size: 1.05rem;\n            font-weight: 600;\n            color: var(--primary);\n            cursor: pointer;\n            transition: var(--transition);\n        }\n\n        .accordion-header:hover {\n            color: var(--accent-dark);\n        }\n\n        .accordion-icon {\n            font-size: 1.25rem;\n            transition: var(--transition);\n            font-weight: 300;\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease-out;\n        }\n\n        .accordion-content-inner {\n            padding: 0 0 20px 0;\n            color: var(--text-muted);\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        .accordion-item.active .accordion-icon {\n            transform: rotate(45deg);\n            color: var(--accent-dark);\n        }\n\n        \/* Clean Specifications Data Alignment *\/\n        .specs-table {\n            display: grid;\n            grid-template-columns: max-content 1fr;\n            gap: 12px 30px;\n            font-size: 0.9rem;\n        }\n\n        .specs-label {\n            font-weight: 600;\n            color: var(--text-dark);\n        }\n\n        \/* --- WARNINGS \u0026 DISCLAIMERS --- *\/\n        .disclaimer-box {\n            background: var(--bg-light);\n            border-left: 4px solid var(--accent-dark);\n            padding: 20px;\n            border-radius: 0 var(--radius) var(--radius) 0;\n            margin-bottom: 20px;\n            font-size: 0.85rem;\n            color: var(--text-muted);\n        }\n\n        .fda-statement {\n            font-size: 0.8rem;\n            font-style: italic;\n            color: var(--text-muted);\n            line-height: 1.4;\n            margin-top: 20px;\n            border-top: 1px solid var(--border-color);\n            padding-top: 15px;\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-container\"\u003e\n    \n    \u003c!-- Hero \/ Intro Section --\u003e\n    \u003csection class=\"product-hero\"\u003e\n        \u003cspan class=\"badge-title\"\u003eNootropic \u0026amp; Immune Synergy\u003c\/span\u003e\n        \u003ch1 class=\"product-title\"\u003eGinkgo Biloba \u0026amp; Ginseng\u003c\/h1\u003e\n        \u003cp class=\"product-lead\"\u003e\n            Unlock heightened mental sharpness and balanced energy. Combining the ancient vascular support of Ginkgo Biloba with the systemic vitality of Red Asian Ginseng, this formulation optimizes vital blood flow to both the body and brain while boosting your natural immune defenses.\n        \u003c\/p\u003e\n\n        \u003c!-- 3 High Impact Bullet Points --\u003e\n        \u003cul class=\"highlights-list\"\u003e\n            \u003cli\u003ePromotes Brain and Body Microcirculation\u003c\/li\u003e\n            \u003cli\u003eEnriches the Immune System \u0026amp; Energy Levels\u003c\/li\u003e\n            \u003cli\u003eStandardized to 7% Active Ginsenosides \u0026amp; 24% Flavones\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Product Alignment Focus Graphs --\u003e\n    \u003ch3 class=\"section-title\"\u003eSynergistic Performance Focus\u003c\/h3\u003e\n    \u003cdiv class=\"graphs-grid\"\u003e\n        \u003cdiv class=\"graph-card\"\u003e\n            \u003ch4\u003eTarget Wellness Pillars\u003c\/h4\u003e\n            \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar-label\"\u003e\n\u003cspan\u003eVascular Flow \u0026amp; Brain Circulation\u003c\/span\u003e\u003cspan\u003eOptimized\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"bar-container\"\u003e\u003cdiv class=\"bar-fill\" style=\"width: 94%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar-label\"\u003e\n\u003cspan\u003eImmune System Resilience\u003c\/span\u003e\u003cspan\u003eHigh Support\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"bar-container\"\u003e\u003cdiv class=\"bar-fill\" style=\"width: 90%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar-label\"\u003e\n\u003cspan\u003eCellular Energy \u0026amp; Stamina\u003c\/span\u003e\u003cspan\u003eSustained\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"bar-container\"\u003e\u003cdiv class=\"bar-fill\" style=\"width: 88%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"graph-card\"\u003e\n            \u003ch4\u003eBioactive Distribution\u003c\/h4\u003e\n            \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar-label\"\u003e\n\u003cspan\u003eRed Asian Ginseng Extract\u003c\/span\u003e\u003cspan\u003eStandardized (7%)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"bar-container\"\u003e\u003cdiv class=\"bar-fill\" style=\"width: 100%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar-label\"\u003e\n\u003cspan\u003eGinkgo Leaf Flavones \u0026amp; Terpenoids\u003c\/span\u003e\u003cspan\u003eStandardized (24%)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"bar-container\"\u003e\u003cdiv class=\"bar-fill\" style=\"width: 92%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"bar-group\"\u003e\n                \u003cdiv class=\"bar-label\"\u003e\n\u003cspan\u003eClean Structural Composition\u003c\/span\u003e\u003cspan\u003e0% Fillers\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"bar-container\"\u003e\u003cdiv class=\"bar-fill\" style=\"width: 0%;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ingredient Highlights Grid --\u003e\n    \u003ch3 class=\"section-title\"\u003eKey Active Components\u003c\/h3\u003e\n    \u003cdiv class=\"ingredients-grid\"\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n            \u003ch4\u003eRed Asian Ginseng \u003cspan class=\"amount\"\u003eExtract\u003c\/span\u003e\n\u003c\/h4\u003e\n            \u003cp\u003ePremium extract standardized to 7% active Ginsenosides to fuel daily energy dynamics and support natural immune defense lines.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n            \u003ch4\u003eGinkgo Biloba \u003cspan class=\"amount\"\u003eFlavones\u003c\/span\u003e\n\u003c\/h4\u003e\n            \u003cp\u003eFormulated with premium 24% Flavones and natural leaf powders to encourage healthy vascular microcirculation.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n            \u003ch4\u003eVegetable Capsules \u003cspan class=\"amount\"\u003eClean\u003c\/span\u003e\n\u003c\/h4\u003e\n            \u003cp\u003eUtilizes clean Hypromellose delivery shells suitable for vegetarian lifestyles without containing synthetic binders.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n            \u003ch4\u003eSilicon Dioxide \u003cspan class=\"amount\"\u003ePure\u003c\/span\u003e\n\u003c\/h4\u003e\n            \u003cp\u003eAn essential structural mineral element included strictly to maintain clean powder blend consistency and uniformity.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Product Details \u0026 FAQ Accordion Section --\u003e\n    \u003ch3 class=\"section-title\"\u003eProduct Details \u0026amp; FAQ\u003c\/h3\u003e\n    \u003cdiv class=\"accordion\"\u003e\n        \n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cbutton class=\"accordion-header\"\u003e\n                \u003cspan\u003eDescription \u0026amp; Ancient Medical Wisdom\u003c\/span\u003e\n                \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cdiv class=\"accordion-content-inner\"\u003e\n                    Ginkgo Biloba is a plant originating in Asia that was used in ancient Chinese medicine. Usually, the herb's leaves are used, but the seeds are shown to have the highest efficacy. Ginkgo contains numerous flavonoids and terpenoids, which promote blood flow in the body and brain.\u003cbr\u003e\u003cbr\u003e\n                    Together with Gingko, Ginseng plays a vital role in boosting the body’s immune system. Ginseng also provides energy to the body through compounds known as ginsenosides.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cbutton class=\"accordion-header\"\u003e\n                \u003cspan\u003eSuggested Use \u0026amp; Optimal Timing\u003c\/span\u003e\n                \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cdiv class=\"accordion-content-inner\"\u003e\n                    As a dietary supplement, adults take two (2) capsules twice a day. For best results, take 20-30 minutes before a meal, or use exactly as directed by your healthcare professional.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cbutton class=\"accordion-header\"\u003e\n                \u003cspan\u003eFull Supplement Ingredients\u003c\/span\u003e\n                \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cdiv class=\"accordion-content-inner\"\u003e\n                    \u003cstrong\u003eActive Botanical Matrix:\u003c\/strong\u003e Red Asian Ginseng Extract (Standardized to 7% Ginsenosides) (stem) (leaf), Ginkgo Biloba Leaf Powder, Ginkgo Biloba Leaf 24% Flavones.\u003cbr\u003e\u003cbr\u003e\n                    \u003cstrong\u003eCapsule Composition:\u003c\/strong\u003e Hypromellose (vegetable capsule), Silicon Dioxide.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cbutton class=\"accordion-header\"\u003e\n                \u003cspan\u003eProduct Specifications \u0026amp; Mass\u003c\/span\u003e\n                \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cdiv class=\"accordion-content-inner\"\u003e\n                    \u003cdiv class=\"specs-table\"\u003e\n                        \u003cdiv class=\"specs-label\"\u003eProduct Amount:\u003c\/div\u003e\n\u003cdiv\u003e60 capsules\u003c\/div\u003e\n                        \u003cdiv class=\"specs-label\"\u003eGross Weight:\u003c\/div\u003e\n\u003cdiv\u003e2.6 oz \/ 0.16 lb \/ 74 g\u003c\/div\u003e\n                        \u003cdiv class=\"specs-label\"\u003eManufacturer Country:\u003c\/div\u003e\n\u003cdiv\u003eUSA\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cbutton class=\"accordion-header\"\u003e\n                \u003cspan\u003eSafety Protocol \u0026amp; Cautions\u003c\/span\u003e\n                \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cdiv class=\"accordion-content-inner\"\u003e\n                    \u003cdiv class=\"disclaimer-box\"\u003e\n                        \u003cstrong\u003eSafety Notice:\u003c\/strong\u003e Keep out of reach of children. Do not use if the internal or external safety seal is damaged or completely missing. Store safely in a cool, dry place.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- FDA Mandatory Disclaimer Footer --\u003e\n    \u003cp class=\"fda-statement\"\u003e\n        *These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\n    \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Rock-Solid Dynamic Accordion Script --\u003e\n\u003cscript\u003e\n    document.querySelectorAll('.accordion-header').forEach(button =\u003e {\n        button.addEventListener('click', () =\u003e {\n            const accordionItem = button.parentElement;\n            const content = accordionItem.querySelector('.accordion-content');\n            \n            \/\/ Auto-collapse alternative panels for clean UX\n            document.querySelectorAll('.accordion-item').forEach(item =\u003e {\n                if (item !== accordionItem) {\n                    item.classList.remove('active');\n                    item.querySelector('.accordion-content').style.maxHeight = null;\n                }\n            });\n\n            \/\/ Toggle active status safely\n            accordionItem.classList.toggle('active');\n            \n            if (accordionItem.classList.contains('active')) {\n                \/\/ Instantly calculates exact inner height for zero glitching across all browsers\n                content.style.maxHeight = content.scrollHeight + \"px\";\n            } else {\n                content.style.maxHeight = null;\n            }\n        });\n    });\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Heavyweights.app","offers":[{"title":"Default Title","offer_id":44189076160611,"sku":"VOX4GINK","price":47.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0671\/6207\/9331\/files\/1779159819745-generated-label-image-0.jpg?v=1779167746","url":"https:\/\/heavyweights.app\/products\/2g-ginkgo-biloba-ginseng","provider":"Heavyweights.app","version":"1.0","type":"link"}