{"product_id":"elates-zeep-zinc-50mg","title":"Elate’s ZEEP Zinc Picolinate 50 mg Supplement","description":"\u003cstyle\u003e\n  \/* ZEEP THEME: Blue \u0026 Clean White *\/\n  \n  .zeep-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #e3f2fd, #ffffff); \/* Light Blue Fade *\/\n    color: #263238;\n    line-height: 1.6;\n    max-width: 950px;\n    margin: 0 auto;\n    padding: 24px;\n    border-radius: 24px;\n    box-shadow: 0 10px 40px rgba(33, 150, 243, 0.15);\n  }\n\n  .zeep-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(21, 101, 192, 0.1); \/* Subtle Blue Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: zeepSlideUp 0.7s ease-out forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  \/* Staggered Animation *\/\n  .zeep-section:nth-child(1) { animation-delay: 0.1s; }\n  .zeep-section:nth-child(2) { animation-delay: 0.2s; }\n  .zeep-section:nth-child(3) { animation-delay: 0.3s; }\n  .zeep-section:nth-child(4) { animation-delay: 0.4s; }\n  .zeep-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .zeep-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(33, 150, 243, 0.15);\n    border-color: #1565c0; \/* Strong Blue on Hover *\/\n  }\n\n  .zeep-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .zeep-brand {\n    font-size: 1rem;\n    color: #00695c; \/* Brand Teal *\/\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 5px;\n    display: block;\n  }\n\n  .zeep-title {\n    font-size: 2.2rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #1565c0; \/* Deep Blue matching ZEEP text *\/\n    line-height: 1.2;\n  }\n\n  .zeep-subtitle {\n    font-size: 1.05rem;\n    color: #546e7a;\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .zeep-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .zeep-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .zeep-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #0d47a1; \/* Dark Blue *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #e1f5fe;\n    padding-bottom: 10px;\n  }\n\n  .zeep-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #42a5f5, #1e88e5); \/* Blue Gradient *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3);\n  }\n\n  .zeep-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .zeep-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #455a64;\n  }\n\n  .zeep-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #1e88e5; \/* Blue Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .zeep-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .zeep-badge {\n    background: #e3f2fd; \/* Light Blue Bg *\/\n    color: #1565c0; \/* Blue Text *\/\n    border: 1px solid #1565c0;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .zeep-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin-top: 10px;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #bbdefb;\n  }\n\n  .zeep-table th, .zeep-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #e3f2fd;\n  }\n\n  .zeep-table th {\n    background: #e3f2fd;\n    color: #1565c0;\n    font-weight: 700;\n  }\n  \n  .zeep-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .zeep-note {\n    font-size: 0.9rem;\n    background: #e1f5fe;\n    color: #0277bd;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #0288d1;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .zeep-faq-item {\n    border-bottom: 1px dashed #42a5f5;\n    padding: 14px 0;\n  }\n  .zeep-faq-item:last-child { border-bottom: none; }\n   \n  .zeep-faq-q {\n    font-weight: 700;\n    color: #1565c0; \n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .zeep-faq-a {\n    font-size: 0.95rem;\n    color: #546e7a;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes zeepSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"zeep-wrapper\"\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-header\"\u003e\n\u003cspan class=\"zeep-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"zeep-title\"\u003eZEEP \u003cbr\u003e\u003cspan style=\"font-size: 0.6em; color: #546e7a;\"\u003eZinc Picolinate 50 mg\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"zeep-subtitle\"\u003eHigh-Absorbtion Zinc Formula for \u003cspan style=\"font-weight: bold; color: #1565c0;\"\u003eImmune Defense\u003c\/span\u003e \u0026amp; Clearer Skin.\u003c\/p\u003e\n\u003cdiv class=\"zeep-badge-container\"\u003e\n\u003cspan class=\"zeep-badge\"\u003eHigh Potency\u003c\/span\u003e \u003cspan class=\"zeep-badge\"\u003eSkin Health\u003c\/span\u003e \u003cspan class=\"zeep-badge\"\u003eBio-Active\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-grid\"\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-card-heading\"\u003e\n\u003cdiv class=\"zeep-icon-box\"\u003e🛡️\u003c\/div\u003e\nWhy Choose ZEEP?\u003c\/div\u003e\n\u003cp style=\"color: #455a64;\"\u003eNot all Zinc is created equal. \u003cstrong\u003eZinc Picolinate\u003c\/strong\u003e is a premium form designed for superior absorption by the body. It helps bridge the gap in your daily nutrition to support a robust immune system and maintain a healthy complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-card-heading\"\u003e\n\u003cdiv class=\"zeep-icon-box\"\u003e✨\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"zeep-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eImmune Support:\u003c\/strong\u003e Contributes to the normal function of the immune system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSkin Clarity:\u003c\/strong\u003e Helps control excess oil and supports clear-looking skin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAntioxidant Power:\u003c\/strong\u003e Protects cells from daily oxidative stress.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVitality:\u003c\/strong\u003e Supports normal macronutrient metabolism.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-card-heading\"\u003e\n\u003cdiv class=\"zeep-icon-box\"\u003e🧪\u003c\/div\u003e\nSupplement Facts\u003c\/div\u003e\n\u003ctable class=\"zeep-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003cth\u003ePer Softgel\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eZinc (as Picolinate)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 0.85rem; color: #78909c; margin-top: 10px;\"\u003e\u003cstrong\u003eOther Ingredients:\u003c\/strong\u003e Glycerin, Sorbitol, Soya bean oil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-grid\"\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-card-heading\"\u003e\n\u003cdiv class=\"zeep-icon-box\"\u003e💊\u003c\/div\u003e\nHow to Use\u003c\/div\u003e\n\u003cul class=\"zeep-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaily Dose:\u003c\/strong\u003e Take 1 softgel daily.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCrucial Step:\u003c\/strong\u003e ALWAYS take with a meal (Lunch or Dinner).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydration:\u003c\/strong\u003e Drink a full glass of water with it.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"zeep-note\"\u003e\n\u003cstrong\u003eTip:\u003c\/strong\u003e Taking Zinc on an empty stomach may cause nausea. Always take after food.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-card-heading\"\u003e\n\u003cdiv class=\"zeep-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"zeep-list\"\u003e\n\u003cli\u003eAnyone looking to boost their immune defense.\u003c\/li\u003e\n\u003cli\u003eMen and women seeking clearer skin texture.\u003c\/li\u003e\n\u003cli\u003eThose wanting a highly absorbable form of Zinc.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-section\"\u003e\n\u003cdiv class=\"zeep-card-heading\"\u003e\n\u003cdiv class=\"zeep-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-item\"\u003e\n\u003cdiv class=\"zeep-faq-q\"\u003eQ: Is this good for skin clarity?\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-a\"\u003eA: Yes! Zinc is an essential mineral for skin health. It helps regulate natural oils, leading to a clearer and fresher complexion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-item\"\u003e\n\u003cdiv class=\"zeep-faq-q\"\u003eQ: Why Zinc Picolinate?\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-a\"\u003eA: Zinc Picolinate is known for being easier for the body to absorb compared to standard forms like Zinc Sulfate, ensuring you get the most benefit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-item\"\u003e\n\u003cdiv class=\"zeep-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-a\"\u003eA: We process orders within 24 hours. Delivery takes 3-5 working days via our courier partners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-item\"\u003e\n\u003cdiv class=\"zeep-faq-q\"\u003eQ: Can I take it without food?\u003c\/div\u003e\n\u003cdiv class=\"zeep-faq-a\"\u003eA: No. Zinc is a strong mineral. To ensure comfort, we strongly recommend taking ZEEP immediately after a full meal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-size: 0.8rem; color: #b0bec5; margin-top: 10px;\"\u003eDisclaimer: Dietary Supplement. Not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Elate Pharma","offers":[{"title":"Default Title","offer_id":43660770541615,"sku":"","price":1550.0,"currency_code":"PKR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/ZEEP_Softgel_F.webp?v=1762027114","url":"https:\/\/elatepharma.com\/products\/elates-zeep-zinc-50mg","provider":"Elate Pharma","version":"1.0","type":"link"}