{"title":"Kid's Health","description":null,"products":[{"product_id":"agemo-m-syrup","title":"Agemo-M (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), 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  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    flex-shrink: 0;\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  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n    transition: height .6s var(--ease);\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    padding-bottom: 18px;\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* ==============================\n     INGREDIENTS\n  ============================== *\/\n\n  .custom-accordion .ingredients-list {\n    display: block !important;\n    width: 100% !important;\n    max-width: none !important;\n    margin: 4px 0 8px !important;\n    padding: 0 !important;\n  }\n\n  .custom-accordion .ingredient-item {\n    display: flex !important;\n    align-items: center !important;\n    justify-content: flex-start !important;\n    flex-wrap: nowrap !important;\n\n    width: 100% !important;\n    max-width: none !important;\n\n    padding: 11px 0 !important;\n    margin: 0 !important;\n\n    border-bottom: 1px solid #e5e5e5;\n  }\n\n  .custom-accordion .ingredient-item:last-child {\n    border-bottom: none;\n  }\n\n  \/* INGREDIENT NAME - FIT CONTENT *\/\n  .rte .custom-accordion .ingredient-item \u003e span.ingredient-name,\n  .custom-accordion .ingredient-item \u003e span.ingredient-name {\n    display: inline-block !important;\n\n    width: fit-content !important;\n    max-width: none !important;\n    min-width: 0 !important;\n\n    flex: 0 0 auto !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    line-height: 1.45 !important;\n    color: #222 !important;\n\n    text-align: left !important;\n    white-space: nowrap !important;\n  }\n\n  \/* INGREDIENT AMOUNT - RIGHT SIDE *\/\n  .rte .custom-accordion .ingredient-item \u003e span.ingredient-amount,\n  .custom-accordion .ingredient-item \u003e span.ingredient-amount {\n    display: inline-block !important;\n\n    width: fit-content !important;\n    max-width: none !important;\n    min-width: fit-content !important;\n\n    flex: 0 0 auto !important;\n\n    margin: 0 0 0 auto !important;\n    padding: 0 !important;\n\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    line-height: 1.45 !important;\n    color: #000 !important;\n\n    white-space: nowrap !important;\n    text-align: right !important;\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\n  }\n\n  \/* MOBILE *\/\n  @media screen and (max-width: 600px) {\n\n    .custom-accordion {\n      margin: 35px auto;\n    }\n\n    .custom-accordion-header {\n      padding: 12px 0;\n    }\n\n    .custom-accordion-header span {\n      font-size: 13px;\n    }\n\n    .custom-accordion-icon {\n      width: 28px;\n      height: 28px;\n    }\n\n    .custom-accordion .ingredient-item {\n      padding: 10px 0 !important;\n      gap: 10px !important;\n    }\n\n    .rte .custom-accordion .ingredient-item \u003e span.ingredient-name,\n    .custom-accordion .ingredient-item \u003e span.ingredient-name {\n      font-size: 13px !important;\n      white-space: normal !important;\n      width: fit-content !important;\n      flex: 0 1 auto !important;\n    }\n\n    .rte .custom-accordion .ingredient-item \u003e span.ingredient-amount,\n    .custom-accordion .ingredient-item \u003e span.ingredient-amount {\n      font-size: 13px !important;\n      white-space: nowrap !important;\n      flex-shrink: 0 !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\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\n        \u003cul\u003e\n          \u003cli\u003e\n            Your body needs essential vitamins and minerals every day to stay active,\n            healthy, and strong. Poor diet, low appetite, busy routines, or growing age\n            can sometimes create nutritional gaps.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Agemo-M Syrup by Amarant is a multivitamin and multimineral tonic with\n            13 essential vitamins and 11 minerals that helps reduce inadequate nutrient\n            intake and supports overall wellness.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            It helps support learning, memory, immunity, healthy growth, and daily energy,\n            making it suitable for children, adults, and elderly individuals.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DIRECTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\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\n        \u003cp\u003e\n          For adults: 2 tablespoons once or twice daily.\u003cbr\u003e\n          For children: 1 teaspoon once daily for ages 5–12 years.\u003cbr\u003e\n          Or use as directed by your physician. Do not exceed the stated daily limit.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INGREDIENTS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\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\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cdiv class=\"ingredients-list\"\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin A (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e10000 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin C (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e166.7 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e800 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin E (D-Alpha-Tocopherol) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e200 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B1 (Thiamin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.17 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B2 (Riboflavin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.17 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B3 (Niacin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e13.33 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B5 (Pantothenic Acid) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e8.33 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B6 (Pyridoxine) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e5 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B7 (Biotin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e50 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B12 (Cyanocobalamin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e33 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eFolate as Folic Acid (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e66 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eBio Flavonoids (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e16.67 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eInositol (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e6.67 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCholine Bitartrate (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.17 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCo Q10 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.83 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eGrape Seed Extract (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.83 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eQuercetin (Citrus Bioflavonoids) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.83 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\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\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cp\u003e\n          Suitable for both children and adults. If you are pregnant, breastfeeding,\n          under medical supervision, taking any medication, or planning to take medication,\n          please consult your healthcare professional before using this product.\n          \u003cbr\u003e\u003cbr\u003e\n          Do not use this product if you are allergic to any of its ingredients.\n          During use, inform your healthcare professional that you are taking biotin\n          before any laboratory tests.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eProtect from light, heat, and moisture.\u003c\/li\u003e\n          \u003cli\u003eStore in a cool, dry place.\u003c\/li\u003e\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n          \u003cli\u003eNutraceutical product — not intended for the treatment of any disease.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\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\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cp\u003e\n          At Amarant Health, we are committed to delivering high-quality products made\n          with care, consistency, and responsibility. Our quality assurance, manufacturing,\n          packaging, distribution, and facility teams follow standards aligned with\n          Current Good Manufacturing Practices (GMP) to help ensure product safety\n          and reliability.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n\n    header.addEventListener('click', () =\u003e {\n\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n\n        if (i !== item) {\n\n          i.classList.remove('active');\n\n          const c = i.querySelector('.custom-accordion-content');\n\n          if (c) {\n            c.style.height = '0px';\n          }\n\n        }\n\n      });\n\n      if (item.classList.contains('active')) {\n\n        item.classList.remove('active');\n        content.style.height = '0px';\n\n      } else {\n\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n\n      }\n\n    });\n\n  });\n\n\n  window.addEventListener('resize', () =\u003e {\n\n    document.querySelectorAll('.custom-accordion-item.active').forEach(item =\u003e {\n\n      const content = item.querySelector('.custom-accordion-content');\n\n      if (content) {\n\n        content.style.height = 'auto';\n\n        const height = content.scrollHeight;\n\n        content.style.height = height + 'px';\n\n      }\n\n    });\n\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233326198918,"sku":"105010160-1","price":756.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/Feature_108e8cb1-46e3-469a-8cb3-bc2d08135b31.webp?v=1786348301"},{"product_id":"amac-syrup","title":"AmaC (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), 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  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\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  .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  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.4;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\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    white-space: nowrap;\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  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\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    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003eAMAC Syrup is a liquid Vitamin C supplement formulated to support immunity, skin health, and overall well-being.\u003c\/p\u003e\n        \u003cp\u003eIts antioxidant properties help protect the body against oxidative stress, while Vitamin C supports natural collagen production for healthy and radiant-looking skin.\u003c\/p\u003e\n        \u003cp\u003eThe easy-to-take liquid formula is ideal for individuals who prefer syrup over tablets or capsules, making it suitable for both children and adults.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eVitamin C\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e250 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  \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    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFor Adults: Take 2 tablespoons once daily.\u003c\/li\u003e\n          \u003cli\u003eFor Children: Take 1 tablespoon once daily.\u003c\/li\u003e\n          \u003cli\u003eOr use as directed by your physician.\u003c\/li\u003e\n          \u003cli\u003eDo not exceed the recommended daily intake.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\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    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSuitable for both children and adults.\u003c\/li\u003e\n          \u003cli\u003ePlease consult your physician before use if you are pregnant, breastfeeding, taking medication, have an existing medical condition, or are planning to start any medication.\u003c\/li\u003e\n          \u003cli\u003eDo not use this product if you are allergic to any of its ingredients.\u003c\/li\u003e\n          \u003cli\u003eIn case of any adverse reaction, discontinue use and seek medical advice.\u003c\/li\u003e\n          \u003cli\u003eStore in a cool, dry place away from direct sunlight, heat, and moisture.\u003c\/li\u003e\n          \u003cli\u003eKeep out of the reach of children.\u003c\/li\u003e\n          \u003cli\u003eThis is a nutraceutical product and is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\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    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003eAt Amarant Health, customer trust is built through our commitment to developing and manufacturing high-quality products with consistent quality standards.\u003c\/p\u003e\n        \u003cp\u003eOur quality assurance, manufacturing, packaging, distribution, and facility management teams are required to follow established Current Good Manufacturing Practices (GMP) to ensure quality at every stage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\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-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n        if (i !== item) {\n          i.classList.remove('active');\n          const c = i.querySelector('.custom-accordion-content');\n          if (c) c.style.height = 0;\n        }\n      });\n\n      if (item.classList.contains('active')) {\n        item.classList.remove('active');\n        content.style.height = 0;\n      } else {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233326493830,"sku":"105010160","price":352.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-AmaSyrup_03f14803-768e-44d7-86f7-932025032319.webp?v=1786348304"},{"product_id":"amico-m-syrup","title":"Amico-M (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), 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  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\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  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner .faq-item {\n    margin-bottom: 16px;\n  }\n\n  .custom-accordion-inner .faq-q {\n    font-weight: 600;\n    margin-bottom: 4px;\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  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\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    .ingredient-row {\n      gap: 15px;\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          \u003cstrong\u003eAmico-M Syrup\u003c\/strong\u003e combines\n          \u003cstrong\u003eOmega-3, 13 vitamins, and 11 minerals\u003c\/strong\u003e\n          to support daily energy, immunity, bone strength, brain function,\n          and vision.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It is a complete nutritional supplement for adults and children.\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!-- 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\"\u003eOmega-3 \/ Fish Oil (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2.4 mL\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin A (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4200 U\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B1 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1.8 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B2 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2.4 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B5 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e12 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B6 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e3.6 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B7 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e36 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B9 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e480 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B12 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e3 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin C (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e72 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e480 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin E (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.5 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin K (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1.2 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eBoron (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e180 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCalcium (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e240 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCopper (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2.4 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eIodine (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e180 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eIron (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1200 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eMagnesium (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e12 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eManganese (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2.4 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eMolybdenum (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e90 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003ePotassium (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e9.6 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eSelenium (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e24 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eZinc (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e12 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!-- 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        \u003cp\u003e\n          \u003cstrong\u003eAdults:\u003c\/strong\u003e 2 tablespoons once or twice daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eChildren (5–12 years):\u003c\/strong\u003e 1 teaspoon once daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or as directed by your physician. Do not exceed the recommended daily dose.\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!-- IMPORTANT INFORMATION --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eImportant Information\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          Suitable for adults and children. Consult your healthcare professional\n          before use if you are pregnant, breastfeeding, taking medication, or\n          under medical supervision.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n            Inform your healthcare professional before laboratory tests, as the\n            product contains \u003cstrong\u003ebiotin\u003c\/strong\u003e.\n          \u003c\/li\u003e\n          \u003cli\u003eStore in a cool, dry place away from light, heat, and moisture.\u003c\/li\u003e\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n          \u003cli\u003eStop use if any adverse reaction occurs.\u003c\/li\u003e\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!-- 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          \u003cstrong\u003eAmarant Health\u003c\/strong\u003e follows consistent quality standards\n          across formulation, manufacturing, packaging, and distribution in\n          accordance with \u003cstrong\u003eCurrent Good Manufacturing Practices (GMP)\u003c\/strong\u003e.\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\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n        if (i !== item) {\n          i.classList.remove('active');\n\n          const c = i.querySelector('.custom-accordion-content');\n\n          if (c) c.style.height = 0;\n        }\n      });\n\n      if (item.classList.contains('active')) {\n        item.classList.remove('active');\n        content.style.height = 0;\n      } else {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233326624902,"sku":"105010160-1-2","price":756.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/7350_amico.jpg?v=1786348307"},{"product_id":"amp-meg-3","title":"Amp-Meg 3","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), 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  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\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  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner .faq-item {\n    margin-bottom: 16px;\n  }\n\n  .custom-accordion-inner .faq-q {\n    font-weight: 600;\n    margin-bottom: 4px;\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  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\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          \u003cstrong\u003eAmp-Meg 3\u003c\/strong\u003e combines\n          \u003cstrong\u003eOmega-3, Vitamin A, Vitamin D3, and Vitamin C\u003c\/strong\u003e\n          to support vision, immunity, bone health, and normal heart and brain function.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its sugar-free formula is suitable for both adults and children.\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!-- 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\"\u003eOmega 3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e100 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin A (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e200 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCholecalciferol (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e100 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eAscorbic Acid (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e40 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!-- 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        \u003cp\u003e\n          \u003cstrong\u003eAdults:\u003c\/strong\u003e 1–2 teaspoonfuls once or twice daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eChildren (1–4 years):\u003c\/strong\u003e ½ teaspoon daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or use as directed by your physician. Do not exceed the recommended daily dose.\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!-- IMPORTANT INFORMATION --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eImportant Information\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          Suitable for adults and children. Consult your physician before use\n          if you are pregnant, nursing, taking medication, or have any health concerns.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eStore in a cool, dry place away from sunlight and moisture.\u003c\/li\u003e\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n          \u003cli\u003eStop use if any adverse reaction occurs.\u003c\/li\u003e\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!-- 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          \u003cstrong\u003eAmarant Health\u003c\/strong\u003e follows consistent quality standards\n          across formulation, manufacturing, packaging, and distribution in\n          accordance with \u003cstrong\u003eCurrent Good Manufacturing Practices (GMP)\u003c\/strong\u003e.\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\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n        if (i !== item) {\n          i.classList.remove('active');\n\n          const c = i.querySelector('.custom-accordion-content');\n\n          if (c) c.style.height = 0;\n        }\n      });\n\n      if (item.classList.contains('active')) {\n        item.classList.remove('active');\n        content.style.height = 0;\n      } else {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233326755974,"sku":"105010160-2-2-2","price":820.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/7122_amp-meg-785x785-recovered-copy.jpg?v=1786348308"},{"product_id":"citograin-syrup","title":"Citograin (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), 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  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\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  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner .faq-item {\n    margin-bottom: 16px;\n  }\n\n  .custom-accordion-inner .faq-q {\n    font-weight: 600;\n    margin-bottom: 4px;\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    white-space: nowrap;\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  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\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          \u003cstrong\u003eCitograin Syrup 250mg\u003c\/strong\u003e provides \u003cstrong\u003eCholine\u003c\/strong\u003e\n          to support memory, learning, focus, and overall cognitive performance.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its syrup form makes it easy to use for both adults and children.\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!-- 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          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCholine\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e250 mg\u003c\/span\u003e\n          \u003c\/div\u003e\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!-- 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        \u003cp\u003e\n          \u003cstrong\u003eAdults:\u003c\/strong\u003e 1–2 teaspoonfuls once daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eChildren:\u003c\/strong\u003e 1–2 teaspoonfuls once daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or use as directed by your physician. Do not exceed the recommended daily dose.\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!-- IMPORTANT INFORMATION --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eImportant Information\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          Suitable for both adults and children. Consult your physician before\n          use if you are pregnant, nursing, taking medication, or have any\n          health concerns.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eStore in a cool, dry place away from sunlight and moisture.\u003c\/li\u003e\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n          \u003cli\u003eStop use if any adverse reaction occurs.\u003c\/li\u003e\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!-- 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          \u003cstrong\u003eAmarant Health\u003c\/strong\u003e follows consistent quality standards\n          across formulation, manufacturing, packaging, and distribution in\n          accordance with \u003cstrong\u003eCurrent Good Manufacturing Practices (GMP)\u003c\/strong\u003e.\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\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n        if (i !== item) {\n          i.classList.remove('active');\n\n          const c = i.querySelector('.custom-accordion-content');\n\n          if (c) c.style.height = 0;\n        }\n      });\n\n      if (item.classList.contains('active')) {\n        item.classList.remove('active');\n        content.style.height = 0;\n      } else {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233326854278,"sku":"105050018","price":1259.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/4532_citogran-syrup-785x785-4.jpg?v=1786348310"},{"product_id":"giloba-syrup","title":"Giloba (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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: transform .4s var(--ease), 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  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    flex-shrink: 0;\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  \/* 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-bottom: 18px;\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    display: block;\n    width: 100%;\n    height: auto;\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  \/* 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    white-space: nowrap;\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  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\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\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          Giloba Syrup contains standardized Ginkgo Biloba extract to support\n          brain health, memory, and mental clarity.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It also supports mental well-being and helps maintain healthy blood\n          circulation to support heart and nerve health. Its sugar-free\n          formulation is suitable for both adults and older individuals seeking\n          daily cognitive and circulatory support.\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!-- 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\"\u003eGinkgo Biloba\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e120 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!-- 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        \u003cp\u003e\n          \u003cstrong\u003eFor Adults:\u003c\/strong\u003e 1–2 teaspoons once daily.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eFor Children (Above 5 years):\u003c\/strong\u003e ½–1 teaspoon once daily.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or as directed by your physician.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Do not exceed the recommended daily dosage.\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\u003eSuitable for both children and adults.\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, and\n            moisture.\n          \u003c\/li\u003e\n\n          \u003cli\u003eKeep out of reach of children.\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!-- 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, and\n          facility management teams follow Current Good Manufacturing Practices\n          (GMP) to ensure every product meets our quality and 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\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.closest('.custom-accordion-item');\n      const content = item.querySelector('.custom-accordion-content');\n      const isActive = item.classList.contains('active');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(otherItem =\u003e {\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      if (!isActive) {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233327706246,"sku":"105010160-2","price":540.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/7091_giloba-syrup-785x785-recovered-copy.jpg?v=1786348323"},{"product_id":"kofrant-plus-syrup","title":"Kofrant Plus (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\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    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), 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  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\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  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner .faq-item {\n    margin-bottom: 16px;\n  }\n\n  .custom-accordion-inner .faq-q {\n    font-weight: 600;\n    margin-bottom: 4px;\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    white-space: nowrap;\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  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\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          \u003cstrong\u003eKofrant Plus Syrup\u003c\/strong\u003e combines\n          \u003cstrong\u003eIvy Leaf, Thyme, and Licorice Extracts\u003c\/strong\u003e\n          to support respiratory comfort, help loosen mucus, and soothe the throat.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its sugar-free, honey-flavoured formula is suitable for both adults and children.\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!-- 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\"\u003eIvy Leaf\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e35 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eThyme Extract\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e20 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eLicorice Extract\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e20 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!-- 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        \u003cp\u003e\n          \u003cstrong\u003eAdults:\u003c\/strong\u003e 2–3 teaspoons, 2–3 times daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eChildren 6–12 years:\u003c\/strong\u003e 1–2 teaspoons, once or twice daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eChildren below 6 years:\u003c\/strong\u003e ½ teaspoon, once or twice daily\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or use as directed by your physician. Do not exceed the recommended daily dose.\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!-- IMPORTANT INFORMATION --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eImportant Information\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          Suitable for adults and children. Consult your physician before use if\n          pregnant, nursing, taking medication, or if the child is very young or\n          under medical supervision.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eStore in a cool, dry place away from sunlight and moisture.\u003c\/li\u003e\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n          \u003cli\u003eStop use if any adverse reaction occurs.\u003c\/li\u003e\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!-- 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          \u003cstrong\u003eAmarant Health\u003c\/strong\u003e follows consistent quality standards\n          across formulation, manufacturing, packaging, and distribution in\n          accordance with \u003cstrong\u003eCurrent Good Manufacturing Practices (GMP)\u003c\/strong\u003e.\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\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n        if (i !== item) {\n          i.classList.remove('active');\n\n          const c = i.querySelector('.custom-accordion-content');\n\n          if (c) c.style.height = 0;\n        }\n      });\n\n      if (item.classList.contains('active')) {\n        item.classList.remove('active');\n        content.style.height = 0;\n      } else {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233328197766,"sku":"105030011","price":360.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/4504_kofrant-syrup-785x785-5.jpg?v=1786358195"},{"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\/collections\/kids-health-supplements.oembed","provider":"AmarantHealth","version":"1.0","type":"link"}