{"product_id":"agemo-m-syrup","title":"Agemo-M (Syrup)","description":"\u003cstyle\u003e\n  :root {\n    --ease: cubic-bezier(.22, 1, .36, 1);\n  }\n\n  .custom-accordion {\n    max-width: 900px;\n    margin: 60px auto;\n    font-family: inherit;\n  }\n\n  .custom-accordion-item {\n    position: relative;\n    border-bottom: 1px solid #000;\n  }\n\n  .custom-accordion-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    cursor: pointer;\n    font-weight: 600;\n    text-transform: uppercase;\n    transition: transform .4s var(--ease), opacity .3s ease;\n  }\n\n  .custom-accordion-header:hover {\n    transform: translateX(6px);\n    opacity: .75;\n  }\n\n  .custom-accordion-header span {\n    font-size: 14px;\n    letter-spacing: .7px;\n  }\n\n  \/* ICON *\/\n  .custom-accordion-icon {\n    width: 30px;\n    height: 30px;\n    border: 1px solid #000;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    flex-shrink: 0;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before,\n  .custom-accordion-icon::after {\n    content: '';\n    position: absolute;\n    background: #000;\n    transition: all .6s var(--ease);\n  }\n\n  .custom-accordion-icon::before {\n    width: 12px;\n    height: 2px;\n  }\n\n  .custom-accordion-icon::after {\n    width: 2px;\n    height: 12px;\n  }\n\n  \/* ACTIVE ICON *\/\n  .custom-accordion-item.active .custom-accordion-icon {\n    background: #000;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::before,\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    background: #fff;\n  }\n\n  .custom-accordion-item.active .custom-accordion-icon::after {\n    transform: rotate(90deg);\n    opacity: 0;\n  }\n\n  \/* CONTENT *\/\n  .custom-accordion-content {\n    height: 0;\n    overflow: hidden;\n    transition: height .6s var(--ease);\n  }\n\n  .custom-accordion-inner {\n    font-size: 14px;\n    line-height: 1.8;\n    opacity: 0;\n    transform: translateY(-20px);\n    padding-bottom: 18px;\n    transition: opacity .6s ease, transform .6s var(--ease);\n  }\n\n  .custom-accordion-inner h2 {\n    font-size: 18px;\n  }\n\n  .custom-accordion-inner img {\n    width: 100%;\n    height: auto;\n  }\n\n  .custom-accordion-inner p {\n    margin: 0 0 12px 0;\n  }\n\n  .custom-accordion-inner ul {\n    margin: 0 0 12px 0;\n    padding-left: 18px;\n  }\n\n  .custom-accordion-inner li {\n    margin-bottom: 8px;\n  }\n\n  \/* ACTIVE CONTENT *\/\n  .custom-accordion-item.active .custom-accordion-inner {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* ==============================\n     INGREDIENTS\n  ============================== *\/\n\n  .custom-accordion .ingredients-list {\n    display: block !important;\n    width: 100% !important;\n    max-width: none !important;\n    margin: 4px 0 8px !important;\n    padding: 0 !important;\n  }\n\n  .custom-accordion .ingredient-item {\n    display: flex !important;\n    align-items: center !important;\n    justify-content: flex-start !important;\n    flex-wrap: nowrap !important;\n\n    width: 100% !important;\n    max-width: none !important;\n\n    padding: 11px 0 !important;\n    margin: 0 !important;\n\n    border-bottom: 1px solid #e5e5e5;\n  }\n\n  .custom-accordion .ingredient-item:last-child {\n    border-bottom: none;\n  }\n\n  \/* INGREDIENT NAME - FIT CONTENT *\/\n  .rte .custom-accordion .ingredient-item \u003e span.ingredient-name,\n  .custom-accordion .ingredient-item \u003e span.ingredient-name {\n    display: inline-block !important;\n\n    width: fit-content !important;\n    max-width: none !important;\n    min-width: 0 !important;\n\n    flex: 0 0 auto !important;\n\n    margin: 0 !important;\n    padding: 0 !important;\n\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    line-height: 1.45 !important;\n    color: #222 !important;\n\n    text-align: left !important;\n    white-space: nowrap !important;\n  }\n\n  \/* INGREDIENT AMOUNT - RIGHT SIDE *\/\n  .rte .custom-accordion .ingredient-item \u003e span.ingredient-amount,\n  .custom-accordion .ingredient-item \u003e span.ingredient-amount {\n    display: inline-block !important;\n\n    width: fit-content !important;\n    max-width: none !important;\n    min-width: fit-content !important;\n\n    flex: 0 0 auto !important;\n\n    margin: 0 0 0 auto !important;\n    padding: 0 !important;\n\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    line-height: 1.45 !important;\n    color: #000 !important;\n\n    white-space: nowrap !important;\n    text-align: right !important;\n  }\n\n  \/* PROGRESS LINE *\/\n  .custom-progress {\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    height: 1px;\n    width: 0%;\n    background: #000;\n    transition: width .8s var(--ease);\n  }\n\n  .custom-accordion-item.active .custom-progress {\n    width: 100%;\n  }\n\n  \/* MOBILE *\/\n  @media screen and (max-width: 600px) {\n\n    .custom-accordion {\n      margin: 35px auto;\n    }\n\n    .custom-accordion-header {\n      padding: 12px 0;\n    }\n\n    .custom-accordion-header span {\n      font-size: 13px;\n    }\n\n    .custom-accordion-icon {\n      width: 28px;\n      height: 28px;\n    }\n\n    .custom-accordion .ingredient-item {\n      padding: 10px 0 !important;\n      gap: 10px !important;\n    }\n\n    .rte .custom-accordion .ingredient-item \u003e span.ingredient-name,\n    .custom-accordion .ingredient-item \u003e span.ingredient-name {\n      font-size: 13px !important;\n      white-space: normal !important;\n      width: fit-content !important;\n      flex: 0 1 auto !important;\n    }\n\n    .rte .custom-accordion .ingredient-item \u003e span.ingredient-amount,\n    .custom-accordion .ingredient-item \u003e span.ingredient-amount {\n      font-size: 13px !important;\n      white-space: nowrap !important;\n      flex-shrink: 0 !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n            Your body needs essential vitamins and minerals every day to stay active,\n            healthy, and strong. Poor diet, low appetite, busy routines, or growing age\n            can sometimes create nutritional gaps.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Agemo-M Syrup by Amarant is a multivitamin and multimineral tonic with\n            13 essential vitamins and 11 minerals that helps reduce inadequate nutrient\n            intake and supports overall wellness.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            It helps support learning, memory, immunity, healthy growth, and daily energy,\n            making it suitable for children, adults, and elderly individuals.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DIRECTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eDirections\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cp\u003e\n          For adults: 2 tablespoons once or twice daily.\u003cbr\u003e\n          For children: 1 teaspoon once daily for ages 5–12 years.\u003cbr\u003e\n          Or use as directed by your physician. Do not exceed the stated daily limit.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INGREDIENTS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eIngredients\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cdiv class=\"ingredients-list\"\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin A (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e10000 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin C (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e166.7 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin D3 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e800 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin E (D-Alpha-Tocopherol) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e200 IU\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B1 (Thiamin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.17 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B2 (Riboflavin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.17 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B3 (Niacin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e13.33 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B5 (Pantothenic Acid) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e8.33 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B6 (Pyridoxine) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e5 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B7 (Biotin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e50 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eVitamin B12 (Cyanocobalamin) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e33 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eFolate as Folic Acid (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e66 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eBio Flavonoids (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e16.67 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eInositol (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e6.67 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCholine Bitartrate (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e4.17 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eCo Q10 (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.83 mcg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eGrape Seed Extract (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.83 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ingredient-item\"\u003e\n            \u003cspan class=\"ingredient-name\"\u003eQuercetin (Citrus Bioflavonoids) (USP)\u003c\/span\u003e\n            \u003cspan class=\"ingredient-amount\"\u003e0.83 mg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INSTRUCTIONS --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eInstructions\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cp\u003e\n          Suitable for both children and adults. If you are pregnant, breastfeeding,\n          under medical supervision, taking any medication, or planning to take medication,\n          please consult your healthcare professional before using this product.\n          \u003cbr\u003e\u003cbr\u003e\n          Do not use this product if you are allergic to any of its ingredients.\n          During use, inform your healthcare professional that you are taking biotin\n          before any laboratory tests.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eProtect from light, heat, and moisture.\u003c\/li\u003e\n          \u003cli\u003eStore in a cool, dry place.\u003c\/li\u003e\n          \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n          \u003cli\u003eNutraceutical product — not intended for the treatment of any disease.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- QUALITY PROMISE --\u003e\n  \u003cdiv class=\"custom-accordion-item\"\u003e\n\n    \u003cdiv class=\"custom-accordion-header\"\u003e\n      \u003cspan\u003eOur Quality Promise\u003c\/span\u003e\n      \u003cdiv class=\"custom-accordion-icon\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-accordion-content\"\u003e\n\n      \u003cdiv class=\"custom-accordion-inner\"\u003e\n\n        \u003cp\u003e\n          At Amarant Health, we are committed to delivering high-quality products made\n          with care, consistency, and responsibility. Our quality assurance, manufacturing,\n          packaging, distribution, and facility teams follow standards aligned with\n          Current Good Manufacturing Practices (GMP) to help ensure product safety\n          and reliability.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"custom-progress\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.querySelectorAll('.custom-accordion-header').forEach(header =\u003e {\n\n    header.addEventListener('click', () =\u003e {\n\n      const item = header.parentElement;\n      const content = item.querySelector('.custom-accordion-content');\n\n      document.querySelectorAll('.custom-accordion-item').forEach(i =\u003e {\n\n        if (i !== item) {\n\n          i.classList.remove('active');\n\n          const c = i.querySelector('.custom-accordion-content');\n\n          if (c) {\n            c.style.height = '0px';\n          }\n\n        }\n\n      });\n\n      if (item.classList.contains('active')) {\n\n        item.classList.remove('active');\n        content.style.height = '0px';\n\n      } else {\n\n        item.classList.add('active');\n        content.style.height = content.scrollHeight + 'px';\n\n      }\n\n    });\n\n  });\n\n\n  window.addEventListener('resize', () =\u003e {\n\n    document.querySelectorAll('.custom-accordion-item.active').forEach(item =\u003e {\n\n      const content = item.querySelector('.custom-accordion-content');\n\n      if (content) {\n\n        content.style.height = 'auto';\n\n        const height = content.scrollHeight;\n\n        content.style.height = height + 'px';\n\n      }\n\n    });\n\n  });\n\u003c\/script\u003e","brand":"Amrant Health","offers":[{"title":"Default Title","offer_id":44233326198918,"sku":"105010160-1","price":756.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/9969\/6006\/files\/Feature_108e8cb1-46e3-469a-8cb3-bc2d08135b31.webp?v=1786348301","url":"https:\/\/amaranthealth.pk\/products\/agemo-m-syrup","provider":"AmarantHealth","version":"1.0","type":"link"}