{"product_id":"neuroline-memory-focus-syrup","title":"Neuroline","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\n    width: calc(100% - 30px);\n    max-width: 900px;\n    margin: 60px auto;\n    font-family: inherit;\n  }\n\n  .custom-accordion-item {\n    position: relative;\n    border-bottom: 1px solid #000;\n  }\n\n  .custom-accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 15px;\n    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition:\n      transform .4s var(--ease),\n      opacity .3s ease;\n  }\n\n  .custom-accordion-header:hover {\n    transform: translateX(6px);\n    opacity: .75;\n  }\n\n  .custom-accordion-header span {\n    font-size: 14px;\n    letter-spacing: .7px;\n  }\n\n  \/* ACCORDION ICON *\/\n  .custom-accordion-icon {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before,\n  .custom-accordion-icon::after {\n    content: '';\n    position: absolute;\n    background: #000;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before {\n    width: 12px;\n    height: 2px;\n  }\n\n  .custom-accordion-icon::after {\n    width: 2px;\n    height: 12px;\n  }\n\n  \/* ACTIVE ICON *\/\n  .custom-accordion-item.active .custom-accordion-icon {\n    background: #000;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::before,\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    background: #fff;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  \/* ACCORDION CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n    transition: height .6s var(--ease);\n  }\n\n  .custom-accordion-inner {\n    padding: 4px 0 16px;\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition:\n      opacity .6s ease,\n      transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px;\n  }\n\n  .custom-accordion-inner p:last-child {\n    margin-bottom: 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner li:last-child {\n    margin-bottom: 0;\n  }\n\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* INGREDIENTS *\/\n  .ingredients-list {\n    width: 100%;\n    margin: 0;\n    padding: 0;\n  }\n\n  .ingredient-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    width: 100%;\n    padding: 12px 0;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .ingredient-row:last-child {\n    border-bottom: none;\n  }\n\n  .ingredient-name {\n    width: fit-content;\n    font-size: 14px;\n    font-weight: 400;\n  }\n\n  .ingredient-amount {\n    margin-left: auto;\n    white-space: nowrap;\n    text-align: right;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 0%;\n    height: 1px;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\n  }\n\n  @media screen and (max-width: 767px) {\n    .custom-accordion {\n      width: auto;\n      margin: 40px 15px;\n    }\n\n    .custom-accordion-header span {\n      font-size: 13px;\n    }\n\n    .custom-accordion-inner {\n      font-size: 13px;\n    }\n\n    .ingredient-name,\n    .ingredient-amount {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          Neuroline contains Ginkgo Biloba, Bacopa Extract, Choline Chloride,\n          and Glutamic Acid to support mental focus, attention, and memory.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It also helps maintain energy levels and cognitive performance.\n          Its sugar-free formulation makes it suitable for both children\n          and adults.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIRECTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eDirections\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eFor adults:\u003c\/strong\u003e\n            1–2 teaspoons once or twice daily.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eFor children above 5 years:\u003c\/strong\u003e\n            1–2 teaspoons once daily.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Or as directed by your physician.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Do not exceed the recommended daily dosage.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INGREDIENTS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eIngredients\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cdiv class=\"ingredients-list\"\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003ePowdered Ginkgo Ext. (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e120 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003ePowdered Bacopa Ext. (MS)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e300 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCholine Chloride (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e10 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eGlutamic Acid (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e100 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OUR QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          At Amarant Health, customer trust is built on our commitment to\n          developing high-quality products and maintaining consistent\n          manufacturing standards.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our quality assurance, manufacturing, packaging, distribution,\n          and facility management teams follow Current Good Manufacturing\n          Practices (GMP) to ensure every product meets our quality and\n          safety standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            Suitable for both children and adults.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Please consult your physician before use if you are pregnant,\n            nursing, taking medication, or planning to take any medication.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Do not use if you are allergic to any of the ingredients.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            If you experience any adverse effects, discontinue use and seek\n            medical advice.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Store in a cool, dry place away from direct sunlight, heat,\n            and moisture.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Keep out of reach of children.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            This is a nutraceutical product and is not intended to diagnose,\n            treat, cure, or prevent any disease.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion').forEach((accordion) =\u003e {\n    const headers = accordion.querySelectorAll(\n      '.custom-accordion-header'\n    );\n\n    headers.forEach((header) =\u003e {\n      header.addEventListener('click', () =\u003e {\n        const item = header.closest('.custom-accordion-item');\n        const content = item.querySelector(\n          '.custom-accordion-content'\n        );\n\n        const allItems = accordion.querySelectorAll(\n          '.custom-accordion-item'\n        );\n\n        allItems.forEach((otherItem) =\u003e {\n          if (otherItem !== item) {\n            otherItem.classList.remove('active');\n\n            const otherContent = otherItem.querySelector(\n              '.custom-accordion-content'\n            );\n\n            if (otherContent) {\n              otherContent.style.height = '0px';\n            }\n          }\n        });\n\n        if (item.classList.contains('active')) {\n          item.classList.remove('active');\n          content.style.height = '0px';\n        } else {\n          item.classList.add('active');\n          content.style.height = content.scrollHeight + 'px';\n        }\n      });\n    });\n  });\n\n  window.addEventListener('resize', () =\u003e {\n    document\n      .querySelectorAll(\n        '.custom-accordion-item.active .custom-accordion-content'\n      )\n      .forEach((content) =\u003e {\n        content.style.height = content.scrollHeight + 'px';\n      });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233328361606,"sku":"105010160-2-2-1","price":1260.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/FeatureImageofNeuroline1.webp?v=1786348334","url":"https:\/\/amaranthealth.pk\/products\/neuroline-memory-focus-syrup","provider":"AmarantHealth","version":"1.0","type":"link"}