{"product_id":"elates-moringa-oleifera-500mg","title":"Elate’s Moringa Oleifera 500 mg Herbal Supplement","description":"\u003cstyle\u003e\n  \/* MORINGA THEME: Forest Green \u0026 Fresh Leaf Green *\/\n  \n  .moringa-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #f1f8e9, #ffffff); \/* Very Light Green Fade *\/\n    color: #1b5e20; \/* Dark Green Text *\/\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(46, 125, 50, 0.15);\n  }\n\n  .moringa-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(46, 125, 50, 0.15); \/* Green Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: moringaSlideUp 0.7s ease-out forwards;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  \/* Animation Stagger *\/\n  .moringa-section:nth-child(1) { animation-delay: 0.1s; }\n  .moringa-section:nth-child(2) { animation-delay: 0.2s; }\n  .moringa-section:nth-child(3) { animation-delay: 0.3s; }\n  .moringa-section:nth-child(4) { animation-delay: 0.4s; }\n  .moringa-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .moringa-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(46, 125, 50, 0.15);\n    border-color: #43a047; \/* Brighter Green on Hover *\/\n  }\n\n  .moringa-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .moringa-brand {\n    font-size: 1rem;\n    color: #2e7d32; \/* Forest Green *\/\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 5px;\n    display: block;\n  }\n\n  .moringa-title {\n    font-size: 2.4rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #1b5e20; \/* Deep Green *\/\n    line-height: 1.2;\n  }\n\n  .moringa-subtitle {\n    font-size: 1.05rem;\n    color: #558b2f;\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .moringa-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .moringa-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .moringa-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #2e7d32; \/* Forest Green *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #c8e6c9;\n    padding-bottom: 10px;\n  }\n\n  .moringa-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #66bb6a, #43a047); \/* Leaf Green 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(46, 125, 50, 0.3);\n  }\n\n  .moringa-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .moringa-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #33691e;\n  }\n\n  .moringa-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #43a047; \/* Bright Green Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .moringa-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .moringa-badge {\n    background: #e8f5e9; \/* Light Green Bg *\/\n    color: #1b5e20; \/* Dark Green Text *\/\n    border: 1px solid #1b5e20;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .moringa-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 #c8e6c9;\n  }\n\n  .moringa-table th, .moringa-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #e8f5e9;\n  }\n\n  .moringa-table th {\n    background: #e8f5e9;\n    color: #2e7d32;\n    font-weight: 700;\n  }\n  \n  .moringa-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .moringa-note {\n    font-size: 0.9rem;\n    background: #f1f8e9;\n    color: #33691e;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #558b2f;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .moringa-faq-item {\n    border-bottom: 1px dashed #66bb6a;\n    padding: 14px 0;\n  }\n  .moringa-faq-item:last-child { border-bottom: none; }\n   \n  .moringa-faq-q {\n    font-weight: 700;\n    color: #2e7d32; \/* Forest Green *\/\n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .moringa-faq-a {\n    font-size: 0.95rem;\n    color: #546e7a;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes moringaSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"moringa-wrapper\"\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-header\"\u003e\n\u003cspan class=\"moringa-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"moringa-title\"\u003eMoringa Oleifera \u003cbr\u003e\u003cspan style=\"font-size: 0.6em; color: #558b2f;\"\u003eSuper Food 500mg\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"moringa-subtitle\"\u003eNature's \"Miracle Tree\" for \u003cspan style=\"font-weight: bold; color: #2e7d32;\"\u003eNatural Energy\u003c\/span\u003e \u0026amp; Daily Nourishment.\u003c\/p\u003e\n\u003cdiv class=\"moringa-badge-container\"\u003e\n\u003cspan class=\"moringa-badge\"\u003eNatural Energy\u003c\/span\u003e \u003cspan class=\"moringa-badge\"\u003eNutrient Dense\u003c\/span\u003e \u003cspan class=\"moringa-badge\"\u003eOrganic Certified\u003c\/span\u003e \u003cspan class=\"moringa-badge\"\u003eSuper Food\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-grid\"\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-card-heading\"\u003e\n\u003cdiv class=\"moringa-icon-box\"\u003e🌿\u003c\/div\u003e\nWhy Moringa?\u003c\/div\u003e\n\u003cp style=\"color: #33691e;\"\u003eKnown as the \"Miracle Tree,\" Moringa is a powerhouse of essential vitamins, minerals, and antioxidants. Elate’s Moringa softgels provide a concentrated \u003cstrong\u003e500 mg dose\u003c\/strong\u003e to naturally support vitality, fill nutritional gaps, and promote overall wellness without artificial stimulants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-card-heading\"\u003e\n\u003cdiv class=\"moringa-icon-box\"\u003e✨\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"moringa-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSustained Vitality:\u003c\/strong\u003e Supports natural energy levels throughout the day.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImmune Function:\u003c\/strong\u003e Rich in antioxidants to support a healthy immune system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRich Nutrition:\u003c\/strong\u003e A dense source of Vitamin A, C, and Potassium.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDigestive Health:\u003c\/strong\u003e Supports healthy metabolism and digestion.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-card-heading\"\u003e\n\u003cdiv class=\"moringa-icon-box\"\u003e🧪\u003c\/div\u003e\nSupplement Facts\u003c\/div\u003e\n\u003ctable class=\"moringa-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\u003eMoringa Oleifera Extract\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e500 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=\"moringa-grid\"\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-card-heading\"\u003e\n\u003cdiv class=\"moringa-icon-box\"\u003e💊\u003c\/div\u003e\nUsage Guide\u003c\/div\u003e\n\u003cul class=\"moringa-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaily Dose:\u003c\/strong\u003e Take 1 softgel daily.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest Time:\u003c\/strong\u003e After a meal (Breakfast or Lunch).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStorage:\u003c\/strong\u003e Keep in a cool, dry place away from sunlight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"moringa-note\"\u003e\n\u003cstrong\u003eTip:\u003c\/strong\u003e Great for busy professionals needing a natural, caffeine-free lift.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-card-heading\"\u003e\n\u003cdiv class=\"moringa-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"moringa-list\"\u003e\n\u003cli\u003eIndividuals seeking a natural energy alternative.\u003c\/li\u003e\n\u003cli\u003eThose wanting to boost their daily nutrient intake.\u003c\/li\u003e\n\u003cli\u003eAnyone looking for an organic, plant-based superfood supplement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-section\"\u003e\n\u003cdiv class=\"moringa-card-heading\"\u003e\n\u003cdiv class=\"moringa-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"moringa-faq-item\"\u003e\n\u003cdiv class=\"moringa-faq-q\"\u003eQ: Is this product Organic?\u003c\/div\u003e\n\u003cdiv class=\"moringa-faq-a\"\u003eA: Yes! Elate’s Moringa is Organic Certified, Plant-Based, Non-GMO, and Halal suitable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-faq-item\"\u003e\n\u003cdiv class=\"moringa-faq-q\"\u003eQ: Will it provide energy?\u003c\/div\u003e\n\u003cdiv class=\"moringa-faq-a\"\u003eA: Yes, Moringa is rich in iron and B vitamins, which are known to support natural energy production and reduce feelings of fatigue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"moringa-faq-item\"\u003e\n\u003cdiv class=\"moringa-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"moringa-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=\"moringa-faq-item\"\u003e\n\u003cdiv class=\"moringa-faq-q\"\u003eQ: Can I take it with other vitamins?\u003c\/div\u003e\n\u003cdiv class=\"moringa-faq-a\"\u003eA: Yes, Moringa is a whole food supplement and can generally be taken alongside your daily multivitamins.\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: Nutraceutical 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":42152421097519,"sku":"","price":1440.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/MoringaLabel2.webp?v=1762027134","url":"https:\/\/elatepharma.com\/products\/elates-moringa-oleifera-500mg","provider":"Elate Pharma","version":"1.0","type":"link"}