{"product_id":"elates-omegot-coq10-vitamin-e","title":"Elate’s Omegot with Omega-3, CoQ10 \u0026 Vitamin E","description":"\u003cstyle\u003e\n  \/* OMEGOT THEME: Gold, Red \u0026 Green *\/\n  \n  .omegot-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #fffde7, #ffffff); \/* Soft Gold Fade *\/\n    color: #4e342e; \/* Dark Brown 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(251, 192, 45, 0.15);\n  }\n\n  .omegot-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(251, 192, 45, 0.2); \/* Gold Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: omegotSlideUp 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  .omegot-section:nth-child(1) { animation-delay: 0.1s; }\n  .omegot-section:nth-child(2) { animation-delay: 0.2s; }\n  .omegot-section:nth-child(3) { animation-delay: 0.3s; }\n  .omegot-section:nth-child(4) { animation-delay: 0.4s; }\n  .omegot-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .omegot-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(251, 192, 45, 0.2);\n    border-color: #fdd835; \/* Brighter Gold on Hover *\/\n  }\n\n  .omegot-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .omegot-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  .omegot-title {\n    font-size: 2.4rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #5d4037; \/* Brown\/Bronze Tone *\/\n    line-height: 1.2;\n  }\n\n  .omegot-subtitle {\n    font-size: 1.05rem;\n    color: #d32f2f; \/* Red for emphasis *\/\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .omegot-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .omegot-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .omegot-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #f57f17; \/* Dark Gold *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #fff9c4;\n    padding-bottom: 10px;\n  }\n\n  .omegot-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #fbc02d, #f9a825); \/* Gold 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(251, 192, 45, 0.4);\n  }\n\n  .omegot-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .omegot-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #4e342e;\n  }\n\n  .omegot-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #d32f2f; \/* Red Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .omegot-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .omegot-badge {\n    background: #fffde7; \/* Light Gold *\/\n    color: #f57f17; \/* Dark Gold Text *\/\n    border: 1px solid #f57f17;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .omegot-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 #fff59d;\n  }\n\n  .omegot-table th, .omegot-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #fffde7;\n  }\n\n  .omegot-table th {\n    background: #fffde7;\n    color: #f9a825;\n    font-weight: 700;\n  }\n  \n  .omegot-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .omegot-note {\n    font-size: 0.9rem;\n    background: #e8f5e9; \/* Light Green *\/\n    color: #2e7d32;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #43a047;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .omegot-faq-item {\n    border-bottom: 1px dashed #fbc02d;\n    padding: 14px 0;\n  }\n  .omegot-faq-item:last-child { border-bottom: none; }\n   \n  .omegot-faq-q {\n    font-weight: 700;\n    color: #d32f2f; \/* Red for Questions *\/\n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .omegot-faq-a {\n    font-size: 0.95rem;\n    color: #5d4037;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes omegotSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"omegot-wrapper\"\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-header\"\u003e\n\u003cspan class=\"omegot-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"omegot-title\"\u003eOmegot \u003cbr\u003e\u003cspan style=\"font-size: 0.6em; color: #d32f2f;\"\u003eCoQ10 + Vit E + Omega-3\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"omegot-subtitle\"\u003eAdvanced 3-in-1 Complex for \u003cspan style=\"font-weight: bold; color: #f57f17;\"\u003eHeart Health\u003c\/span\u003e \u0026amp; Anti-Oxidant Protection.\u003c\/p\u003e\n\u003cdiv class=\"omegot-badge-container\"\u003e\n\u003cspan class=\"omegot-badge\"\u003eCardiovascular Support\u003c\/span\u003e \u003cspan class=\"omegot-badge\"\u003eCellular Energy\u003c\/span\u003e \u003cspan class=\"omegot-badge\"\u003eAntioxidant Rich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-grid\"\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-card-heading\"\u003e\n\u003cdiv class=\"omegot-icon-box\"\u003e❤️\u003c\/div\u003e\nWhy Omegot?\u003c\/div\u003e\n\u003cp style=\"color: #4e342e;\"\u003eOmegot is an advanced \"Wellness Trio\" designed for active adults. By blending \u003cstrong\u003eCoenzyme Q10 (CoQ10)\u003c\/strong\u003e, \u003cstrong\u003eVitamin E\u003c\/strong\u003e, and \u003cstrong\u003eOmega-3\u003c\/strong\u003e, this formula supports cellular energy production (ATP) and helps maintain a healthy cardiovascular system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-card-heading\"\u003e\n\u003cdiv class=\"omegot-icon-box\"\u003e⚡\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"omegot-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeart Wellness:\u003c\/strong\u003e Supports the normal function of the cardiovascular system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnergy Boost:\u003c\/strong\u003e CoQ10 aids in supporting cellular energy production.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCell Protection:\u003c\/strong\u003e Vitamin E provides strong antioxidant defense against free radicals.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBrain Support:\u003c\/strong\u003e Omega-3 fatty acids contribute to cognitive wellness.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-card-heading\"\u003e\n\u003cdiv class=\"omegot-icon-box\"\u003e🧪\u003c\/div\u003e\nThe Wellness Trio\u003c\/div\u003e\n\u003ctable class=\"omegot-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003cth\u003eAmount (Per Softgel)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOmega-3 Fatty Acids\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e400 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCoenzyme Q10\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVitamin E\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50 IU\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 Features:\u003c\/strong\u003e High Purity, No Artificial Fillers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-grid\"\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-card-heading\"\u003e\n\u003cdiv class=\"omegot-icon-box\"\u003e💊\u003c\/div\u003e\nUsage Guide\u003c\/div\u003e\n\u003cul class=\"omegot-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 main meal (Lunch or Dinner).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConsistency:\u003c\/strong\u003e Use daily for optimal heart \u0026amp; energy support.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"omegot-note\"\u003e\n\u003cstrong\u003eTip:\u003c\/strong\u003e Taking with food improves the absorption of fat-soluble nutrients like CoQ10 and Vitamin E.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-card-heading\"\u003e\n\u003cdiv class=\"omegot-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"omegot-list\"\u003e\n\u003cli\u003eAdults seeking daily heart maintenance.\u003c\/li\u003e\n\u003cli\u003eThose wanting to support cellular energy levels.\u003c\/li\u003e\n\u003cli\u003eIndividuals looking for complete antioxidant protection.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-section\"\u003e\n\u003cdiv class=\"omegot-card-heading\"\u003e\n\u003cdiv class=\"omegot-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"omegot-faq-item\"\u003e\n\u003cdiv class=\"omegot-faq-q\"\u003eQ: Why add CoQ10?\u003c\/div\u003e\n\u003cdiv class=\"omegot-faq-a\"\u003eA: CoQ10 is vital for energy metabolism and is highly concentrated in the heart, making it excellent for supporting cardiovascular performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-faq-item\"\u003e\n\u003cdiv class=\"omegot-faq-q\"\u003eQ: Are you the manufacturer?\u003c\/div\u003e\n\u003cdiv class=\"omegot-faq-a\"\u003eA: Yes, we are direct manufacturers. This ensures strict quality control, sourcing, and formulation consistency for every bottle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"omegot-faq-item\"\u003e\n\u003cdiv class=\"omegot-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"omegot-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=\"omegot-faq-item\"\u003e\n\u003cdiv class=\"omegot-faq-q\"\u003eQ: Is it safe for daily use?\u003c\/div\u003e\n\u003cdiv class=\"omegot-faq-a\"\u003eA: Yes, Omegot is formulated with safe, well-researched ingredients designed for long-term daily wellness support.\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":43833744850991,"sku":null,"price":1290.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/omegotweb2_6a5a6469-b608-43bd-9412-a1f512aff19e.webp?v=1762027134","url":"https:\/\/elatepharma.com\/products\/elates-omegot-coq10-vitamin-e","provider":"Elate Pharma","version":"1.0","type":"link"}