{"product_id":"elates-omega-3-fish-oil-1000mg","title":"Elate’s Omega-3 Fish Oil with EPA \u0026 DHA","description":"\u003cstyle\u003e\n  \/* OMEGA-3 THEME: Amber Orange \u0026 Teal *\/\n  \n  .omega-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #fff3e0, #ffffff); \/* Soft Amber Fade *\/\n    color: #37474f;\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(239, 108, 0, 0.1);\n  }\n\n  .omega-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(239, 108, 0, 0.15); \/* Orange Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: omegaSlideUp 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  .omega-section:nth-child(1) { animation-delay: 0.1s; }\n  .omega-section:nth-child(2) { animation-delay: 0.2s; }\n  .omega-section:nth-child(3) { animation-delay: 0.3s; }\n  .omega-section:nth-child(4) { animation-delay: 0.4s; }\n  .omega-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .omega-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(239, 108, 0, 0.15);\n    border-color: #f57c00; \/* Darker Orange on Hover *\/\n  }\n\n  .omega-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .omega-brand {\n    font-size: 1rem;\n    color: #00695c; \/* Teal from Logo *\/\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 5px;\n    display: block;\n  }\n\n  .omega-title {\n    font-size: 2.4rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #e65100; \/* Deep Amber Orange *\/\n    line-height: 1.2;\n  }\n\n  .omega-subtitle {\n    font-size: 1.05rem;\n    color: #546e7a;\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .omega-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .omega-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .omega-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #ef6c00; \/* Vibrant Orange *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #ffe0b2;\n    padding-bottom: 10px;\n  }\n\n  .omega-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #ff9800, #fb8c00); \/* Orange 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(239, 108, 0, 0.3);\n  }\n\n  .omega-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .omega-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #455a64;\n  }\n\n  .omega-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #ef6c00; \/* Orange Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .omega-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .omega-badge {\n    background: #fff3e0; \/* Light Orange *\/\n    color: #e65100; \/* Deep Orange Text *\/\n    border: 1px solid #e65100;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .omega-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 #ffe0b2;\n  }\n\n  .omega-table th, .omega-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #fff3e0;\n  }\n\n  .omega-table th {\n    background: #fff3e0;\n    color: #ef6c00;\n    font-weight: 700;\n  }\n  \n  .omega-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .omega-note {\n    font-size: 0.9rem;\n    background: #e0f2f1; \/* Light Teal Background *\/\n    color: #00695c;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #00695c;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .omega-faq-item {\n    border-bottom: 1px dashed #fb8c00;\n    padding: 14px 0;\n  }\n  .omega-faq-item:last-child { border-bottom: none; }\n   \n  .omega-faq-q {\n    font-weight: 700;\n    color: #e65100; \n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .omega-faq-a {\n    font-size: 0.95rem;\n    color: #546e7a;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes omegaSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"omega-wrapper\"\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-header\"\u003e\n\u003cspan class=\"omega-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"omega-title\"\u003eOmega-3 Fish Oil \u003cbr\u003e\u003cspan style=\"font-size: 0.6em; color: #00695c;\"\u003ewith EPA \u0026amp; DHA\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"omega-subtitle\"\u003eDaily Nutrition for \u003cspan style=\"font-weight: bold; color: #ef6c00;\"\u003eHeart, Brain \u0026amp; Joints\u003c\/span\u003e.\u003c\/p\u003e\n\u003cdiv class=\"omega-badge-container\"\u003e\n\u003cspan class=\"omega-badge\"\u003eHeart Health\u003c\/span\u003e \u003cspan class=\"omega-badge\"\u003eJoint Comfort\u003c\/span\u003e \u003cspan class=\"omega-badge\"\u003eMercury Tested\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-grid\"\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-card-heading\"\u003e\n\u003cdiv class=\"omega-icon-box\"\u003e🐟\u003c\/div\u003e\nWhy Elate's Omega-3?\u003c\/div\u003e\n\u003cp style=\"color: #455a64;\"\u003eSince the body cannot produce essential Omega-3 fatty acids on its own, daily supplementation is key. Elate’s formula provides a premium source of \u003cstrong\u003eEPA \u0026amp; DHA\u003c\/strong\u003e to help bridge the nutritional gap, supporting cardiovascular function, mental focus, and flexible joints naturally.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-card-heading\"\u003e\n\u003cdiv class=\"omega-icon-box\"\u003e✨\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"omega-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeart Health:\u003c\/strong\u003e Supports normal heart function and circulation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJoint Comfort:\u003c\/strong\u003e Helps maintain flexibility and supports mobility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBrain Function:\u003c\/strong\u003e DHA is vital for maintaining normal brain function.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVision \u0026amp; Skin:\u003c\/strong\u003e Supports healthy vision and skin hydration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-card-heading\"\u003e\n\u003cdiv class=\"omega-icon-box\"\u003e🧪\u003c\/div\u003e\nSupplement Facts\u003c\/div\u003e\n\u003ctable class=\"omega-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\u003eFish Oil\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1000 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEPA (Eicosapentaenoic Acid)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e180 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDHA (Docosahexaenoic Acid)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120 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:\u003c\/strong\u003e Vitamin E added to preserve freshness. Mercury Tested.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-grid\"\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-card-heading\"\u003e\n\u003cdiv class=\"omega-icon-box\"\u003e💊\u003c\/div\u003e\nUsage Guide\u003c\/div\u003e\n\u003cul class=\"omega-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 With a meal (Lunch or Dinner).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsistency:\u003c\/strong\u003e Use consistently for best results.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"omega-note\"\u003e\n\u003cstrong\u003ePro Tip:\u003c\/strong\u003e Taking with a meal helps improve absorption and avoids any fishy aftertaste.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-card-heading\"\u003e\n\u003cdiv class=\"omega-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"omega-list\"\u003e\n\u003cli\u003eAdults who don't eat oily fish regularly.\u003c\/li\u003e\n\u003cli\u003eThose seeking heart and joint support.\u003c\/li\u003e\n\u003cli\u003eAnyone looking to maintain healthy vision and brain function.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-section\"\u003e\n\u003cdiv class=\"omega-card-heading\"\u003e\n\u003cdiv class=\"omega-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"omega-faq-item\"\u003e\n\u003cdiv class=\"omega-faq-q\"\u003eQ: Does this have a fishy smell?\u003c\/div\u003e\n\u003cdiv class=\"omega-faq-a\"\u003eA: We minimize odor, but we strongly recommend taking the softgel \u003cstrong\u003ewith a full meal\u003c\/strong\u003e (not on an empty stomach) to prevent \"fish burps.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-faq-item\"\u003e\n\u003cdiv class=\"omega-faq-q\"\u003eQ: Is it safe for joints?\u003c\/div\u003e\n\u003cdiv class=\"omega-faq-a\"\u003eA: Yes! Omega-3s are widely used to support joint comfort and flexibility, helping you stay active.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omega-faq-item\"\u003e\n\u003cdiv class=\"omega-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"omega-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=\"omega-faq-item\"\u003e\n\u003cdiv class=\"omega-faq-q\"\u003eQ: Is this Non-GMO?\u003c\/div\u003e\n\u003cdiv class=\"omega-faq-a\"\u003eA: Yes, Elate’s Omega-3 is formulated with non-GMO ingredients and is gluten-free.\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: Food 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":42152497315887,"sku":"Omega-3","price":1300.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/Omega3Label2.webp?v=1762027134","url":"https:\/\/elatepharma.com\/products\/elates-omega-3-fish-oil-1000mg","provider":"Elate Pharma","version":"1.0","type":"link"}