{"title":"Bones \u0026 Joints","description":null,"products":[{"product_id":"dichew-chewable-tablets","title":"Dichew (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    gap: 15px;\n    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), opacity .3s ease;\n  }\n\n  .custom-accordion-header:hover {\n    transform: translateX(6px);\n    opacity: .75;\n  }\n\n  .custom-accordion-header span {\n    font-size: 14px;\n    letter-spacing: .7px;\n  }\n\n  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    flex-shrink: 0;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before,\n  .custom-accordion-icon::after {\n    content: '';\n    position: absolute;\n    background: #000;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before {\n    width: 12px;\n    height: 2px;\n  }\n\n  .custom-accordion-icon::after {\n    width: 2px;\n    height: 12px;\n  }\n\n  \/* ACTIVE ICON *\/\n  .custom-accordion-item.active .custom-accordion-icon {\n    background: #000;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::before,\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    background: #fff;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n    transition: height .6s var(--ease);\n  }\n\n  .custom-accordion-inner {\n    padding: 4px 0 16px;\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px;\n  }\n\n  .custom-accordion-inner 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: 767px) {\n    .custom-accordion {\n      margin: 40px 15px;\n    }\n\n    .custom-accordion-header span {\n      font-size: 13px;\n    }\n\n    .custom-accordion-inner {\n      font-size: 13px;\n    }\n\n    .ingredient-name,\n    .ingredient-amount {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          Dichew Chewable Tablets provide 50,000 IU of Vitamin D3 in a tasty,\n          sugar-free chewable form that is easy to take.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It helps maintain healthy Vitamin D3 levels, supports calcium and\n          phosphorus absorption, and promotes strong bones and teeth.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It also supports immune health and overall well-being. Its sugar-free\n          formulation makes it a convenient choice for individuals looking for\n          a chewable Vitamin D3 supplement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIRECTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eDirections\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          Take 1 tablet daily with food, or as directed by your physician.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Do not exceed the recommended daily dosage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INGREDIENTS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eIngredients\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cdiv class=\"ingredients-list\"\u003e\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3 (Cholecalciferol) USP\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e50000 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFor adults only.\u003c\/li\u003e\n\n          \u003cli\u003e\n            Please consult your physician before use if you are pregnant,\n            nursing, taking medication, or planning to take any medication.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Do not use it if you are allergic to any of the ingredients.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            If you experience any adverse effects, discontinue use and seek\n            medical advice.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Store in a cool, dry place away from direct sunlight, heat, and\n            moisture.\n          \u003c\/li\u003e\n\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\n          \u003cli\u003e\n            This is a nutraceutical product and is not intended to diagnose,\n            treat, cure, or prevent any disease.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OUR QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          At Amarant Health, customer trust is built on our commitment to\n          developing high-quality products and maintaining consistent\n          manufacturing standards.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our quality assurance, manufacturing, packaging, distribution, and\n          facility management teams follow Current Good Manufacturing Practices\n          (GMP) to ensure every product meets our quality and safety standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion').forEach(accordion =\u003e {\n    const headers = accordion.querySelectorAll('.custom-accordion-header');\n\n    headers.forEach(header =\u003e {\n      header.addEventListener('click', () =\u003e {\n        const item = header.closest('.custom-accordion-item');\n        const content = item.querySelector('.custom-accordion-content');\n        const allItems = accordion.querySelectorAll('.custom-accordion-item');\n\n        allItems.forEach(otherItem =\u003e {\n          if (otherItem !== item) {\n            otherItem.classList.remove('active');\n\n            const otherContent = otherItem.querySelector(\n              '.custom-accordion-content'\n            );\n\n            if (otherContent) {\n              otherContent.style.height = '0px';\n            }\n          }\n        });\n\n        if (item.classList.contains('active')) {\n          item.classList.remove('active');\n          content.style.height = '0px';\n        } else {\n          item.classList.add('active');\n          content.style.height = content.scrollHeight + 'px';\n        }\n      });\n    });\n  });\n\n  window.addEventListener('resize', () =\u003e {\n    document\n      .querySelectorAll(\n        '.custom-accordion-item.active .custom-accordion-content'\n      )\n      .forEach(content =\u003e {\n        content.style.height = content.scrollHeight + 'px';\n      });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233327116422,"sku":"105010180","price":599.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/Dichew.webp?v=1786348314"},{"product_id":"adwin-d-softgel-capsule","title":"Edwin-D Vitamin D3 (Soft Gel 200,000IU)","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          Edwin-D Soft Gel contains Vitamin D3 (Cholecalciferol) in a soft gel\n          form that enhances bone density, calcium absorption, and immune\n          strength. Ideal for individuals with Vitamin D deficiency, it supports\n          overall well-being and helps reduce the risk of fractures. A reliable\n          supplement for bone and immune health.\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\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e200,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          Once weekly, as per direction by your physician. Do not exceed the\n          stated daily limit.\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":44233327214726,"sku":"105080001","price":420.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/FeatureimageofEdwin1_67e70092-76ed-4daf-b330-a596b9ce817e.png?v=1786443327"},{"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":"g-cal-soft-gel-200000iu","title":"G-Cal Vitamin D3 (Soft Gel 200,000IU)","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 Soft Gel 200000 IU offers a mega-dose of Vitamin D3 in soft gel\n          form for targeted correction of deficiency. It enhances calcium\n          absorption, strengthens bones, and supports immunity. Best suited for\n          short-term use under physician supervision.\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\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e200,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          Once weekly, as per direction by your physician. Do not exceed the\n          stated daily limit.\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":44233327575174,"sku":"105050031","price":1814.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/5691_g-cal-4.jpg?v=1786348321"},{"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":"hifour","title":"HiFour (Sachet)","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-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: flex-start;\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-name-wrap {\n    display: flex;\n    flex-direction: column;\n    width: fit-content;\n  }\n\n  .ingredient-subtext {\n    display: block;\n    margin-top: 2px;\n    font-size: 12px;\n    line-height: 1.4;\n    opacity: .75;\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\u003eHot weather, long fasting hours, busy routines, and daily stress can make your body feel weak, tired, or low in energy.\u003c\/li\u003e\n          \u003cli\u003eHiFour Sachet by Amarant is a refreshing orange-flavored fizzy supplement formulated with Vitamin D3, Vitamin K2, Vitamin C, and Calcium to support bone strength, joint health, immunity, hydration, and daily energy.\u003c\/li\u003e\n          \u003cli\u003eIt helps replenish essential nutrients lost through heat, sweating, or fatigue, while giving you a refreshing fizzy drink that supports your body anytime you need a wellness boost.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch2\u003eWhat Makes HiFour Special?\u003c\/h2\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eSupports Bone \u0026amp; Joint Health\u003c\/strong\u003e\u003cbr\u003e\n          Vitamin D3, K2, and Calcium help support stronger bones, joints, and muscle function.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eHelps Fight Weakness \u0026amp; Fatigue\u003c\/strong\u003e\u003cbr\u003e\n          Supports daily energy and helps your body recover from heat fatigue, tiredness, and low nutrient intake.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eRefreshing Summer Hydration\u003c\/strong\u003e\u003cbr\u003e\n          Simply dissolve in cold water and enjoy orange-flavored fizzy refreshment in seconds.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eSupports Immunity\u003c\/strong\u003e\u003cbr\u003e\n          Vitamin C helps support immune health and overall wellness.\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            \u003cdiv class=\"ingredient-name-wrap\"\u003e\n              \u003cspan class=\"ingredient-name\"\u003eCalcium Carbonate (USP)\u003c\/span\u003e\n              \u003cspan class=\"ingredient-subtext\"\u003e\n                Equivalent to 500 mg Elemental Calcium\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e1250 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\"\u003e600 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin K2 (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\"\u003eVitamin C (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e80 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–2 sachets 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_11_00_41_AM.png?v=1783922457\" 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        \u003cul\u003e\n          \u003cli\u003eThis product is intended for adults only. Please consult your physician before use if you are pregnant, nursing, taking any medication, or planning to take any medication.\u003c\/li\u003e\n          \u003cli\u003eDo not use this product if you are allergic to any of its ingredients. If you experience any adverse effects, discontinue use immediately and seek medical advice.\u003c\/li\u003e\n          \u003cli\u003eStore in a cool, dry place, away from direct sunlight, heat, and moisture. Keep 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!-- OUR PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur 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          Amarant Health is committed to delivering high-quality nutraceutical products made with care, consistency, and strict quality standards. From formulation to packaging and distribution, every step is handled with responsibility to help build customer trust and support better wellness.\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":44233327870086,"sku":"105040019","price":699.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Hifour.webp?v=1786348325"},{"product_id":"im-dz-tablet","title":"Im-Dz Tablet","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    display: block;\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          Im-Dz Tablet combines Mecobalamin, Vitamin D3, and Zinc to support nerve health,\n          strengthen immunity, and enhance mineral absorption.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It is especially beneficial for managing neuropathy, reducing age-related weakness,\n          and addressing nutritional deficiencies. A practical choice for supporting overall\n          health and well-being.\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\"\u003eMecobalamin\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\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e2000 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eZinc\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e11 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.\n          Do not exceed the recommended daily dosage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFor adults only.\u003c\/li\u003e\n\n          \u003cli\u003e\n            Consult your physician before use if you are pregnant, nursing,\n            taking medication, or planning to take any medication.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Do not use if you are allergic to any of the ingredients.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            If you experience any adverse effects, discontinue use and seek\n            medical advice.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Store in a cool, dry place away from direct sunlight, heat, and moisture.\n          \u003c\/li\u003e\n\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\n          \u003cli\u003e\n            This is a nutraceutical product and is not intended to diagnose,\n            treat, cure, or prevent any disease.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          At Amarant Health, customer trust is built on our commitment to developing\n          high-quality products and maintaining consistent manufacturing standards.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our quality assurance, manufacturing, packaging, distribution, and facility\n          management teams follow Current Good Manufacturing Practices (GMP) to ensure\n          every product meets our quality and safety standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(otherItem =\u003e {\n        if (otherItem !== item) {\n          otherItem.classList.remove('active');\n\n          const otherContent = otherItem.querySelector(\n            '.custom-accordion-content'\n          );\n\n          if (otherContent) {\n            otherContent.style.height = '0px';\n          }\n        }\n      });\n\n      if (item.classList.contains('active')) {\n        item.classList.remove('active');\n        content.style.height = '0px';\n      } else {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233327935622,"sku":"105010178-1","price":1701.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/WhatsAppImage2026-08-18at2.12.02PM.webp?v=1787044571"},{"product_id":"imp-z-soft-gel","title":"Imp-z (Soft Gel)","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: 16px !important;\n    margin: 0;\n    font-weight: 100;\n    padding-bottom: 10px;\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          Imp-Z Softgel is a targeted nutritional supplement formulated with Mecobalamin and Zinc to support nerve health, normal neurological function, and immune-system wellness.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Mecobalamin is an active form of Vitamin B12 that supports normal nerve function and contributes to healthy red blood-cell formation and energy metabolism. Zinc supports normal immune function and helps protect cells from oxidative stress.\n        \u003c\/p\u003e\n\n        \u003ch2\u003eEach Serving Provides\u003c\/h2\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eMecobalamin: 1500 mcg\u003c\/li\u003e\n          \u003cli\u003eZinc: 11 mg\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cp\u003e\n          Imp-Z is suitable for adults looking for convenient daily nutritional support for nerve function, Vitamin B12 intake, and immune wellness. Each pack contains 30 softgels.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A food supplement should not be used as a substitute for a varied, balanced diet and a healthy lifestyle.\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\"\u003eMecobalamin\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\"\u003eZinc\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e11 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 softgel 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  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\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\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 Amarant Health, customer trust is supported by our commitment to developing and manufacturing high-quality wellness products.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our 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.\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":44233327968390,"sku":"105010178-1-1","price":1785.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Imp-Z.webp?v=1786348327"},{"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":"bone-and-joint-health-supplement","title":"Jeosta","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\u003eDaily movement, aging, physical activity, and nutritional gaps can sometimes affect joint comfort, flexibility, and bone strength.\u003c\/li\u003e\n          \u003cli\u003eJeosta is formulated with Glucosamine, Chondroitin, Vitamin C, and Aloe Vera to support joint flexibility, cartilage health, collagen formation, and overall mobility.\u003c\/li\u003e\n          \u003cli\u003eWith regular use, Jeosta helps support comfortable movement, reduced stiffness, and better joint wellness, helping you stay active and confident in your daily routine.\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\"\u003eGlucosamine\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e500 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eAloe Vera\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e50 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eChondroitin\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e400 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin C\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e20 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIRECTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eDirections\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          Take 1–2 tablets 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_10_40_58_AM.png?v=1783921277\" 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 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. Every step, from formulation to packaging and distribution, follows standards aligned with Current Good Manufacturing Practices (GMP) to support product safety, quality, and customer trust.\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":44233328164998,"sku":"105010175","price":2077.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/AmaranatHealth-Jeosta_e4d3de68-5646-4f60-806e-c83450d67bb4.webp?v=1786348330"},{"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"},{"product_id":"vcd-sachet","title":"VCD (Sachet)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\n    max-width: 900px;\n    margin: 60px auto;\n    font-family: inherit;\n  }\n\n  .custom-accordion-item {\n    position: relative;\n    border-bottom: 1px solid #000;\n  }\n\n  .custom-accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 15px;\n    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), opacity .3s ease;\n  }\n\n  .custom-accordion-header:hover {\n    transform: translateX(6px);\n    opacity: .75;\n  }\n\n  .custom-accordion-header span {\n    font-size: 14px;\n    letter-spacing: .7px;\n  }\n\n  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    flex-shrink: 0;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before,\n  .custom-accordion-icon::after {\n    content: '';\n    position: absolute;\n    background: #000;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before {\n    width: 12px;\n    height: 2px;\n  }\n\n  .custom-accordion-icon::after {\n    width: 2px;\n    height: 12px;\n  }\n\n  \/* ACTIVE ICON *\/\n  .custom-accordion-item.active .custom-accordion-icon {\n    background: #000;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::before,\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    background: #fff;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n    transition: height .6s var(--ease);\n  }\n\n  .custom-accordion-inner {\n    padding-bottom: 18px;\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px;\n  }\n\n  .custom-accordion-inner p:last-child {\n    margin-bottom: 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner li:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* INGREDIENTS *\/\n  .ingredients-list {\n    width: 100%;\n    margin: 0;\n    padding: 0;\n  }\n\n  .ingredient-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    width: 100%;\n    padding: 12px 0;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .ingredient-row:last-child {\n    border-bottom: none;\n  }\n\n  .ingredient-name {\n    width: fit-content;\n    white-space: nowrap;\n    font-size: 14px;\n    font-weight: 400;\n  }\n\n  .ingredient-amount {\n    margin-left: auto;\n    white-space: nowrap;\n    text-align: right;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 0%;\n    height: 1px;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          VCD Sachet (Orange) is a sugar-free powdered blend of Calcium,\n          Vitamin D3, and Vitamin K2 with a pleasant orange flavor.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It supports bone health, helps enhance calcium absorption, and\n          supports immune health. Convenient and easy to consume, it is an\n          ideal choice for individuals seeking daily nutritional support for\n          healthy bones.\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\"\u003eCalcium\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e500 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3\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\"\u003eVitamin K2\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e75 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  \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–2 sachets daily with food, or as directed by your physician.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Do not exceed the recommended daily dosage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFor adults only.\u003c\/li\u003e\n\n          \u003cli\u003e\n            Please consult your physician before use if you are pregnant,\n            nursing, taking medication, or planning to take any medication.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Do not use if you are allergic to any of the ingredients.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            If you experience any adverse effects, discontinue use and seek\n            medical advice.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Store in a cool, dry place away from direct sunlight, heat, and\n            moisture.\n          \u003c\/li\u003e\n\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\n          \u003cli\u003e\n            This is a nutraceutical product and is not intended to diagnose,\n            treat, cure, or prevent any disease.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OUR QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          At Amarant Health, customer trust is built on our commitment to\n          developing high-quality products and maintaining consistent\n          manufacturing standards.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our quality assurance, manufacturing, packaging, distribution, and\n          facility management teams follow Current Good Manufacturing Practices\n          (GMP) to ensure every product meets our quality and safety standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.closest('.custom-accordion-item');\n      const content = item.querySelector('.custom-accordion-content');\n      const isActive = item.classList.contains('active');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(otherItem =\u003e {\n        otherItem.classList.remove('active');\n\n        const otherContent = otherItem.querySelector(\n          '.custom-accordion-content'\n        );\n\n        if (otherContent) {\n          otherContent.style.height = '0px';\n        }\n      });\n\n      if (!isActive) {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233328754822,"sku":"105040018","price":693.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/FeatureimageofVCDsachets1.webp?v=1786348339"},{"product_id":"vcd-syrup","title":"VCD (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\n    max-width: 900px;\n    margin: 60px auto;\n    font-family: inherit;\n  }\n\n  .custom-accordion-item {\n    position: relative;\n    border-bottom: 1px solid #000;\n  }\n\n  .custom-accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 15px;\n    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), opacity .3s ease;\n  }\n\n  .custom-accordion-header:hover {\n    transform: translateX(6px);\n    opacity: .75;\n  }\n\n  .custom-accordion-header span {\n    font-size: 14px;\n    letter-spacing: .7px;\n  }\n\n  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    flex-shrink: 0;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before,\n  .custom-accordion-icon::after {\n    content: '';\n    position: absolute;\n    background: #000;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before {\n    width: 12px;\n    height: 2px;\n  }\n\n  .custom-accordion-icon::after {\n    width: 2px;\n    height: 12px;\n  }\n\n  \/* ACTIVE ICON *\/\n  .custom-accordion-item.active .custom-accordion-icon {\n    background: #000;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::before,\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    background: #fff;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n    transition: height .6s var(--ease);\n  }\n\n  .custom-accordion-inner {\n    padding-bottom: 18px;\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px;\n  }\n\n  .custom-accordion-inner p:last-child {\n    margin-bottom: 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  .custom-accordion-inner li:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* INGREDIENTS *\/\n  .ingredients-list {\n    width: 100%;\n    margin: 0;\n    padding: 0;\n  }\n\n  .ingredient-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    width: 100%;\n    padding: 12px 0;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .ingredient-row:last-child {\n    border-bottom: none;\n  }\n\n  .ingredient-name {\n    width: fit-content;\n    white-space: nowrap;\n    font-size: 14px;\n    font-weight: 400;\n  }\n\n  .ingredient-amount {\n    margin-left: auto;\n    white-space: nowrap;\n    text-align: right;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 0%;\n    height: 1px;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          VCD Syrup 600mg + 200 IU combines Calcium and Vitamin D3 in an\n          easy-to-consume liquid formulation to support bone health, muscle\n          function, and nerve signaling.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It helps maintain healthy calcium and phosphate levels while\n          supporting strong bones and teeth. It is an ideal choice for\n          individuals who prefer a liquid calcium supplement for their daily\n          nutritional needs.\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\"\u003eCalcium\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e400 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-row\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3\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\"\u003eMagnesium\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e100 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 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–2 teaspoonfuls daily with food, or as directed by your\n          physician.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Do not exceed the recommended daily dosage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFor adults only.\u003c\/li\u003e\n\n          \u003cli\u003e\n            Please consult your physician before use if you are pregnant,\n            nursing, taking medication, or planning to take any medication.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Do not use if you are allergic to any of the ingredients.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            If you experience any adverse effects, discontinue use and seek\n            medical advice.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Store in a cool, dry place away from direct sunlight, heat, and\n            moisture.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Keep out of reach of children.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            This is a nutraceutical product and is not intended to diagnose,\n            treat, cure, or prevent any disease.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OUR QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n        \u003cp\u003e\n          At Amarant Health, customer trust is built on our commitment to\n          developing high-quality products and maintaining consistent\n          manufacturing standards.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our quality assurance, manufacturing, packaging, distribution, and\n          facility management teams follow Current Good Manufacturing Practices\n          (GMP) to ensure every product meets our quality and safety standards.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n    header.addEventListener('click', () =\u003e {\n      const item = header.closest('.custom-accordion-item');\n      const content = item.querySelector('.custom-accordion-content');\n      const isActive = item.classList.contains('active');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(otherItem =\u003e {\n        otherItem.classList.remove('active');\n\n        const otherContent = otherItem.querySelector(\n          '.custom-accordion-content'\n        );\n\n        if (otherContent) {\n          otherContent.style.height = '0px';\n        }\n      });\n\n      if (!isActive) {\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n      }\n    });\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233328787590,"sku":"105040005","price":360.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/VCDfeatureimage1.webp?v=1786348340"}],"url":"https:\/\/amaranthealth.pk\/collections\/bone-joint-supplements.oembed","provider":"AmarantHealth","version":"1.0","type":"link"}