{"product_id":"selvison-eye-health-lutein-omega3","title":"Elate’s SELVISON Eye Health Support Formula","description":"\u003cstyle\u003e\n  \/* SELVISON THEME: Sky Blue \u0026 Orange *\/\n  \n  .selvison-wrapper {\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(to bottom, #e1f5fe, #ffffff); \/* Sky Blue Fade *\/\n    color: #01579b; \/* Deep Blue 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(3, 169, 244, 0.15);\n  }\n\n  .selvison-section {\n    background: #ffffff;\n    border-radius: 16px;\n    margin-bottom: 16px;\n    padding: 26px;\n    border: 1px solid rgba(3, 169, 244, 0.15); \/* Sky Blue Border *\/\n    box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    opacity: 0; \n    animation: selvisonSlideUp 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  .selvison-section:nth-child(1) { animation-delay: 0.1s; }\n  .selvison-section:nth-child(2) { animation-delay: 0.2s; }\n  .selvison-section:nth-child(3) { animation-delay: 0.3s; }\n  .selvison-section:nth-child(4) { animation-delay: 0.4s; }\n  .selvison-section:nth-child(5) { animation-delay: 0.5s; }\n\n  .selvison-section:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 25px rgba(3, 169, 244, 0.15);\n    border-color: #29b6f6; \/* Brighter Blue on Hover *\/\n  }\n\n  .selvison-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n\n  .selvison-brand {\n    font-size: 1rem;\n    color: #00838f; \/* Teal Accent *\/\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 5px;\n    display: block;\n  }\n\n  .selvison-title {\n    font-size: 2.4rem;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    color: #1a237e; \/* Royal Blue *\/\n    line-height: 1.2;\n  }\n\n  .selvison-subtitle {\n    font-size: 1.05rem;\n    color: #ef6c00; \/* Orange for 'Lutein' *\/\n    max-width: 650px;\n    margin: 0 auto 20px;\n  }\n\n  .selvison-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  @media (min-width: 768px) {\n    .selvison-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .selvison-card-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #0277bd; \/* Sky Blue *\/\n    margin-bottom: 16px;\n    border-bottom: 2px solid #b3e5fc;\n    padding-bottom: 10px;\n  }\n\n  .selvison-icon-box {\n    width: 40px;\n    height: 40px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, #4fc3f7, #0288d1); \/* 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(3, 169, 244, 0.3);\n  }\n\n  .selvison-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .selvison-list li {\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 12px;\n    font-size: 0.95rem;\n    color: #37474f;\n  }\n\n  .selvison-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    color: #ff9800; \/* Orange Checkmark *\/\n    font-weight: 900;\n    font-size: 1.1rem;\n  }\n\n  .selvison-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 15px;\n  }\n\n  .selvison-badge {\n    background: #e1f5fe; \/* Light Blue *\/\n    color: #0277bd; \/* Dark Blue Text *\/\n    border: 1px solid #0277bd;\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n\n  .selvison-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 #b3e5fc;\n  }\n\n  .selvison-table th, .selvison-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid #e1f5fe;\n  }\n\n  .selvison-table th {\n    background: #e1f5fe;\n    color: #01579b;\n    font-weight: 700;\n  }\n  \n  .selvison-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .selvison-note {\n    font-size: 0.9rem;\n    background: #fff3e0; \/* Light Orange *\/\n    color: #e65100;\n    padding: 14px;\n    border-radius: 8px;\n    border-left: 5px solid #ff9800;\n    margin-top: 16px;\n    font-weight: 500;\n  }\n\n  \/* FAQ Styling *\/\n  .selvison-faq-item {\n    border-bottom: 1px dashed #29b6f6;\n    padding: 14px 0;\n  }\n  .selvison-faq-item:last-child { border-bottom: none; }\n   \n  .selvison-faq-q {\n    font-weight: 700;\n    color: #0277bd; \n    font-size: 1.05rem;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n   \n  .selvison-faq-a {\n    font-size: 0.95rem;\n    color: #546e7a;\n    line-height: 1.6;\n    padding-left: 20px;\n  }\n\n  @keyframes selvisonSlideUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"selvison-wrapper\"\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-header\"\u003e\n\u003cspan class=\"selvison-brand\"\u003eElate's\u003c\/span\u003e\n\u003ch2 class=\"selvison-title\"\u003eSelvison \u003cbr\u003e\u003cspan style=\"font-size: 0.6em; color: #ef6c00;\"\u003eLutein + Zeaxanthin + Omega 3\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"selvison-subtitle\"\u003eAdvanced Vision Formula for \u003cspan style=\"font-weight: bold; color: #0277bd;\"\u003eDigital Screen Comfort\u003c\/span\u003e \u0026amp; Eye Health.\u003c\/p\u003e\n\u003cdiv class=\"selvison-badge-container\"\u003e\n\u003cspan class=\"selvison-badge\"\u003eBlue Light Defense\u003c\/span\u003e \u003cspan class=\"selvison-badge\"\u003eMacular Health\u003c\/span\u003e \u003cspan class=\"selvison-badge\"\u003eVision Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-grid\"\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-card-heading\"\u003e\n\u003cdiv class=\"selvison-icon-box\"\u003e👁️\u003c\/div\u003e\nWhy Selvison?\u003c\/div\u003e\n\u003cp style=\"color: #37474f;\"\u003eIn the digital age, our eyes are constantly exposed to screens. Selvison combines \u003cstrong\u003eLutein, Zeaxanthin, and Omega-3\u003c\/strong\u003e to act as \"internal sunglasses,\" helping to filter blue light and providing essential nourishment to maintain clarity and comfort during long days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-card-heading\"\u003e\n\u003cdiv class=\"selvison-icon-box\"\u003e✨\u003c\/div\u003e\nKey Benefits\u003c\/div\u003e\n\u003cul class=\"selvison-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eScreen Comfort:\u003c\/strong\u003e Helps maintain eye comfort during screen use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMacular Health:\u003c\/strong\u003e Supports normal macular pigment density.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual Clarity:\u003c\/strong\u003e Contributes to maintaining normal vision and contrast.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydration Support:\u003c\/strong\u003e Omega-3s support the eye's natural moisture balance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-card-heading\"\u003e\n\u003cdiv class=\"selvison-icon-box\"\u003e🧪\u003c\/div\u003e\nIngredients Profile\u003c\/div\u003e\n\u003ctable class=\"selvison-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\u003eOmega-3 (USP)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e162.5 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVitamin C (USP)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e113 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVitamin E (USP)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e67 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLutein Extract (USP)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2.5 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eZeaxanthin (INS)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e0.5 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eZinc Sulphate (USP)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e7.4 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\u003eNote:\u003c\/strong\u003e Comprehensive formula with Zinc \u0026amp; Copper for total eye wellness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-grid\"\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-card-heading\"\u003e\n\u003cdiv class=\"selvison-icon-box\"\u003e💊\u003c\/div\u003e\nUsage Guide\u003c\/div\u003e\n\u003cul class=\"selvison-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 daily for long-term eye maintenance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"selvison-note\"\u003e\n\u003cstrong\u003eTip:\u003c\/strong\u003e Taking it with a meal helps the absorption of Lutein and Omega-3.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-card-heading\"\u003e\n\u003cdiv class=\"selvison-icon-box\"\u003e👤\u003c\/div\u003e\nWho Is It For?\u003c\/div\u003e\n\u003cul class=\"selvison-list\"\u003e\n\u003cli\u003ePeople with high screen time (Mobile\/Laptop).\u003c\/li\u003e\n\u003cli\u003eAdults concerned about age-related vision changes.\u003c\/li\u003e\n\u003cli\u003eIndividuals experiencing tired eyes from daily tasks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-section\"\u003e\n\u003cdiv class=\"selvison-card-heading\"\u003e\n\u003cdiv class=\"selvison-icon-box\"\u003e❓\u003c\/div\u003e\nCommon Questions\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-item\"\u003e\n\u003cdiv class=\"selvison-faq-q\"\u003eQ: Does this help with screen fatigue?\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-a\"\u003eA: Yes! Lutein and Zeaxanthin are known to help filter high-energy blue light, which supports eye comfort during prolonged screen use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-item\"\u003e\n\u003cdiv class=\"selvison-faq-q\"\u003eQ: When will I see results?\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-a\"\u003eA: Nutritional support builds up over time. We recommend continuous use for 3-4 weeks to experience the full benefits for visual clarity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-item\"\u003e\n\u003cdiv class=\"selvison-faq-q\"\u003eQ: How fast is shipping?\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-a\"\u003eA: We process all orders within 24 hours. Delivery takes 3-5 working days via our courier partners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-item\"\u003e\n\u003cdiv class=\"selvison-faq-q\"\u003eQ: Is it safe for older adults?\u003c\/div\u003e\n\u003cdiv class=\"selvison-faq-a\"\u003eA: Absolutely. Selvison provides essential nutrients like Lutein and Zinc that often decline with age, supporting long-term vision health.\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":43833701269551,"sku":null,"price":890.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0607\/4309\/0223\/files\/Selvisonweb1.webp?v=1762027134","url":"https:\/\/elatepharma.com\/products\/selvison-eye-health-lutein-omega3","provider":"Elate Pharma","version":"1.0","type":"link"}