{"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","url":"https:\/\/amaranthealth.pk\/products\/im-dz-tablet","provider":"AmarantHealth","version":"1.0","type":"link"}