{"title":"Immune Support","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-chewable-tablets","title":"AmaC (Chewable Tablets)","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  \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 Tablet provides Vitamin C in a convenient traditional tablet form to support immune health, collagen\n          formation, and skin vitality. Vitamin C contributes to the normal function of the immune system and helps\n          support the body's natural antioxidant defenses against free radicals.\u003c\/p\u003e\n        \u003cp\u003eRegular use may help maintain healthy-looking skin by supporting natural collagen production. AmaC Tablet is\n          suitable for individuals looking to add daily Vitamin C and antioxidant support to their wellness routine.\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          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin C\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e500 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  \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        \u003cp\u003eTake 1 tablet daily with food, or as directed by your physician.\u003cbr\u003e\n          Do not exceed the stated recommended daily intake.\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\u003eInstructions \u0026amp; Precautions\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\u003eConsult your physician before use if you are pregnant, nursing, taking medication, have an existing\n            medical condition, or are planning to take any medication.\u003c\/li\u003e\n          \u003cli\u003eAvoid use if you are allergic to any of the ingredients. Discontinue use and seek medical advice if you\n            experience any adverse reaction.\u003c\/li\u003e\n          \u003cli\u003eStore in a cool, dry place away from direct sunlight, heat, and moisture. Keep out of reach of children.\n          \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\n          high-quality health and wellness products.\u003c\/p\u003e\n        \u003cp\u003eOur quality assurance, manufacturing, packaging, distribution, and facility management teams follow\n          consistent quality-control procedures and Current Good Manufacturing Practices (GMP) to help maintain product\n          quality, safety, and reliability.\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":44233326461062,"sku":"105010154-1","price":617.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Ama.webp?v=1786348303"},{"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":"g-cal-vitamin-d3-tablet-2000iu","title":"G-Cal Vitamin D3 (Soft Gel 2000IU)","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\u003eG-Cal Tablet 2000 IU\u003c\/strong\u003e provides Vitamin D3 to support\n          calcium absorption, strong bones, and overall wellness.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It is suitable for adults who need additional Vitamin D support as\n          part of their daily routine.\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\"\u003eVitamin D3\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2000 IU\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          Take \u003cstrong\u003e1 tablet daily with food\u003c\/strong\u003e, or as advised by your physician.\n          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          For adults only. Consult your physician before use if you are pregnant,\n          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\u003e\n            Stop use and seek medical advice if you experience any adverse reaction.\n          \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          At \u003cstrong\u003eAmarant Health\u003c\/strong\u003e, we focus on consistent quality at\n          every stage—from formulation and manufacturing to packaging and distribution.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our products are produced following\n          \u003cstrong\u003eCurrent Good Manufacturing Practices (GMP)\u003c\/strong\u003e 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.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":44233327378566,"sku":null,"price":260.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/6695_g-cal-1-1.jpg?v=1786348318"},{"product_id":"g-cal-vitamin-d3-300000iu-oral-drops","title":"G-Cal Vitamin D3 (300,000IU O\/Drops)","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: 20px;\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  \/* Accordion icon *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    min-width: 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-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-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 h2 {\n    margin: 20px 0 10px;\n    font-size: 18px;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px;\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    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\n  @media screen and (max-width: 749px) {\n    .custom-accordion {\n      margin: 35px auto;\n    }\n\n    .custom-accordion-header span {\n      font-size: 13px;\n    }\n\n    .custom-accordion-inner {\n      font-size: 13px;\n      line-height: 1.7;\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\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"\u003e\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\" aria-hidden=\"true\"\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          G-Cal 30,000 IU O\/Drops is a high-potency Vitamin D3 supplement\n          designed to quickly correct severe deficiency. It relieves bone and\n          muscle weakness and aids in managing osteoporosis. Ideal for individuals\n          with critical vitamin D requirements under medical guidance.\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\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"\u003e\n      \u003cspan\u003eIngredients\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\" aria-hidden=\"true\"\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 D3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e10,000 IU\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\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"\u003e\n      \u003cspan\u003eDirections\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\" aria-hidden=\"true\"\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          To be taken through oral administration (one shot) or as advised by\n          a physician.\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\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\" aria-hidden=\"true\"\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          Please consult your physician before use if you are pregnant, nursing,\n          taking medication, or planning to take any medication.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Avoid use if you are allergic to any of the ingredients. In case of any\n          adverse effects, stop usage and seek medical advice.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Store in a cool, dry place away from direct sunlight, heat, and moisture.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Keep out of reach of children.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This is a nutraceutical product and is not intended to diagnose, treat,\n          cure, or prevent any disease.\n        \u003c\/p\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!-- Quality Promise --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\" aria-hidden=\"true\"\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 through our commitment to\n          producing high-quality nutraceutical products with 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 applicable Current Good\n          Manufacturing Practices (GMP) to help ensure product quality, safety\n          and consistency at every stage.\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.addEventListener(\"DOMContentLoaded\", function () {\n    document.querySelectorAll(\".custom-accordion\").forEach(function (accordion) {\n      const items = accordion.querySelectorAll(\".custom-accordion-item\");\n\n      function closeItem(item) {\n        const header = item.querySelector(\".custom-accordion-header\");\n        const content = item.querySelector(\".custom-accordion-content\");\n\n        item.classList.remove(\"active\");\n        header.setAttribute(\"aria-expanded\", \"false\");\n        content.style.height = \"0px\";\n      }\n\n      function toggleItem(item) {\n        const header = item.querySelector(\".custom-accordion-header\");\n        const content = item.querySelector(\".custom-accordion-content\");\n        const isActive = item.classList.contains(\"active\");\n\n        items.forEach(function (otherItem) {\n          if (otherItem !== item) {\n            closeItem(otherItem);\n          }\n        });\n\n        if (isActive) {\n          closeItem(item);\n        } else {\n          item.classList.add(\"active\");\n          header.setAttribute(\"aria-expanded\", \"true\");\n          content.style.height = content.scrollHeight + \"px\";\n        }\n      }\n\n      items.forEach(function (item) {\n        const header = item.querySelector(\".custom-accordion-header\");\n\n        header.addEventListener(\"click\", function () {\n          toggleItem(item);\n        });\n\n        header.addEventListener(\"keydown\", function (event) {\n          if (event.key === \"Enter\" || event.key === \" \") {\n            event.preventDefault();\n            toggleItem(item);\n          }\n        });\n      });\n\n      window.addEventListener(\"resize\", function () {\n        const activeItem = accordion.querySelector(\n          \".custom-accordion-item.active\"\n        );\n\n        if (activeItem) {\n          const activeContent = activeItem.querySelector(\n            \".custom-accordion-content\"\n          );\n\n          activeContent.style.height =\n            activeContent.scrollHeight + \"px\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233327444102,"sku":null,"price":850.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/6693_g-cal-6-1.jpg?v=1786348319"},{"product_id":"getir-od","title":"Getir OD","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  \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\u003eGetir OD is a comprehensive once-daily multivitamin and mineral supplement developed to support energy, immunity, bone health, muscle function, and overall well-being.\u003c\/p\u003e\n\n        \u003cp\u003eIts advanced formula combines 13 essential vitamins, 7 important minerals, and powerful antioxidants to help address everyday micronutrient gaps that may occur because of an unbalanced diet, a busy lifestyle, stress, or increased nutritional needs.\u003c\/p\u003e\n\n        \u003cp\u003eThe formulation contains B-complex vitamins, Iron, and Niacin, which support normal energy metabolism and help the body utilize nutrients from food. Vitamin C, Vitamin D3, Zinc, and Selenium contribute to healthy immune-system function, while Calcium, Magnesium, Vitamin D3, and Vitamin K support bone strength and normal muscle function.\u003c\/p\u003e\n\n        \u003cp\u003eGetir OD also contains Vitamin C, Vitamin E, Selenium, and Lycopene, which provide antioxidant support and help protect cells from oxidative stress. Magnesium and B vitamins contribute to normal nervous-system function, while Chromium and Manganese support normal metabolism.\u003c\/p\u003e\n\n        \u003cp\u003eWith just one tablet daily, Getir OD provides convenient nutritional support for adults looking to maintain daily energy, nutritional balance, and general wellness.\u003c\/p\u003e\n\n        \u003cp\u003eA food supplement should not be used as a substitute for a varied, balanced diet and a healthy lifestyle.\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  \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 A (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1050 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\"\u003e90 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e25 mcg (1000 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\"\u003e20.3 mg\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\"\u003e60 mcg\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\"\u003e2 mg\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\"\u003e6 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eThiamin (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1.2 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eRiboflavin (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1.3 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eNiacin (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e16 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eFolate (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e333 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eBiotin (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e40 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003ePantothenic Acid (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e15 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCalcium (as Calcium Carbonate) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e210 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eIron (as Ferrous Fumarate) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e8 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003ePhosphorus (as Sodium Phosphate) (USP)\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\"\u003eIodine (as Potassium Iodide) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e150 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eMagnesium (as Magnesium Oxide) (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\"\u003eZinc (as Zinc Sulphate Monohydrate) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e11 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eSelenium (as Sodium Selenite) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e100 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCopper (as Copper Sulphate) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.9 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eManganese (as Manganese Sulphate) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2.3 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eChromium (as Chromium Trichloride) (MS)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e35 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eMolybdenum (as Dihydrate) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e50 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eChloride (as Sodium Chloride) (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\"\u003ePotassium (as Chloride)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e80 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eLycopene (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e600 mcg\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\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          Take 1 tablet daily with food, or as directed by your physician.\u003cbr\u003e\n          Do not exceed the stated recommended daily intake.\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  \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\u003eFor adults only.\u003c\/li\u003e\n\n          \u003cli\u003eConsult your physician before use if you are pregnant, nursing, taking medication, have an existing medical condition, or are planning to take any medication.\u003c\/li\u003e\n\n          \u003cli\u003eDo not use this product if you are allergic to any of its ingredients. Discontinue use and seek medical advice if you experience any adverse effects.\u003c\/li\u003e\n\n          \u003cli\u003eStore in a cool, dry place away from direct sunlight, heat, and moisture.\u003c\/li\u003e\n\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\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\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\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003eAt Amarant Health, customer trust is supported by our commitment to developing and manufacturing high-quality health and wellness products.\u003c\/p\u003e\n\n        \u003cp\u003eOur quality assurance, manufacturing, packaging, distribution, and facility-management teams follow consistent quality-control procedures and Current Good Manufacturing Practices—GMP to help maintain product quality, safety, and reliability.\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":44233327607942,"sku":null,"price":1400.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Getir-OD.webp?v=1786348322"},{"product_id":"impulse-plus-60-tablets","title":"Impulse Plus (60 Tablets)","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        \u003cul\u003e\n          \u003cli\u003eNerve health, energy levels, immunity, and bone strength all depend on the right nutritional support. Deficiencies in key nutrients may affect daily energy, nerve comfort, mood, and overall wellness.\u003c\/li\u003e\n          \u003cli\u003eImpulse Plus Tablet provides a powerful combination of Mecobalamin, Vitamin D3, L-Methylfolate, and Zinc to support nerve function, energy metabolism, bone health, immunity, and cellular repair.\u003c\/li\u003e\n          \u003cli\u003eIt is especially helpful for individuals who need nutritional support for nerve health, diabetic neuropathy-related nutritional needs, weakness, low energy, and nutrient deficiencies.\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\"\u003eMethylcobalamin (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1500 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e5000 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eL-Methylfolate (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e500 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\"\u003e22.9 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          Take 1 tablet daily with food, or as directed by your physician.\u003cbr\u003e\n          Do not exceed the stated daily limit.\n        \u003c\/p\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1000\/4198\/2230\/files\/ChatGPT_Image_Jul_13_2026_09_51_34_AM.png?v=1783918361\" alt=\"\"\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 \u0026 PRECAUTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions \u0026amp; Precautions\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          For adults only. Please consult your physician before use if you are pregnant, nursing, taking any medication, or planning to take any medication.\u003cbr\u003e\n          Do not use this product if you are allergic to any of its ingredients. If you experience any adverse effects, stop using the product and seek medical advice.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eStore in a cool, dry place.\u003c\/li\u003e\n          \u003cli\u003eKeep away from direct sunlight, heat, and moisture.\u003c\/li\u003e\n          \u003cli\u003eKeep out of 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\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\u003eQuality 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, we are committed to delivering high-quality products made with care, consistency, and responsibility. Our quality assurance, manufacturing, packaging, distribution, and facility teams follow standards aligned with Current Good Manufacturing Practices (GMP) to support product safety and reliability.\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":44233328001158,"sku":"105010178-2","price":3200.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Impulse_5d54f961-39e9-4e43-a7cd-1d36c4fd5ef3.webp?v=1786348328"},{"product_id":"magnesium-supplement","title":"Magwin","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.custom-accordion-inner h2{\n  font-size: 18px;\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.custom-accordion-inner img{\n  width: 100%;\n  height: auto;\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  \/* 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  \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\u003eMagwin Tablet is a daily Magnesium Bisglycinate supplement formulated to support normal muscle function, nerve health, energy metabolism, bone health, and overall well-being.\u003c\/p\u003e\n        \u003cp\u003eMagnesium plays an important role in numerous biological processes, including normal muscle contraction, nerve signalling, energy production, and the maintenance of healthy bones. Magwin provides Magnesium Bisglycinate in a convenient, easy-to-swallow tablet format for adults looking to support their daily magnesium intake.\u003c\/p\u003e\n        \u003cp\u003eIt may be particularly suitable for individuals with demanding routines, increased physical activity, or diets that may not provide sufficient magnesium.\u003c\/p\u003e\n        \u003ch2\u003eEach Pack Contains\u003c\/h2\u003e\n        \u003cul\u003e\n          \u003cli\u003eMagnesium Bisglycinate: 750 mg\u003c\/li\u003e\n          \u003cli\u003e30 tablets\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eA food supplement should not be used as a substitute for a varied, balanced diet and a healthy lifestyle.\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\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        \u003cp\u003eTake 1 tablet daily, preferably with a meal, or as directed by your physician.\u003cbr\u003e\n        Do not exceed the stated recommended daily intake.\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\u003eInstructions \u0026amp; Precautions\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 only.\u003c\/li\u003e\n          \u003cli\u003eConsult your physician before use if you are pregnant, nursing, taking medication, have an existing medical condition, or are planning to take any medication.\u003c\/li\u003e\n          \u003cli\u003eDo not use if you are allergic to any of the ingredients. Discontinue use and seek medical advice if you experience any adverse effects.\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 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 supported by our commitment to developing and manufacturing high-quality health and wellness products.\u003c\/p\u003e\n        \u003cp\u003eOur quality assurance, manufacturing, packaging, distribution, and facility-management teams follow consistent quality-control procedures and Current Good Manufacturing Practices—GMP to help maintain product quality, safety, and reliability.\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\n","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233328263302,"sku":null,"price":1399.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Magwin.webp?v=1786348332"}],"url":"https:\/\/amaranthealth.pk\/collections\/immunity-support-supplements.oembed","provider":"AmarantHealth","version":"1.0","type":"link"}