{"product_id":"shipment-today-progressive-multifocal-reading-glasses","title":"👓LBMLBM™ Progressive Multifocal Reading Glasses | No More Switching Glasses for Men \u0026 Women","description":"\u003cstyle\u003e\n  .pg-glasses-page,\n  .pg-glasses-page * {\n    box-sizing: border-box;\n  }\n\n  .pg-glasses-page {\n    --pg-ink: #181818;\n    --pg-charcoal: #34302d;\n    --pg-muted: #716963;\n    --pg-blue: #2e66a3;\n    --pg-blue-soft: #eef4fb;\n    --pg-gold: #c99855;\n    --pg-gold-soft: #ead5b7;\n    --pg-caramel: #a96e4d;\n    --pg-cream: #fffaf5;\n    --pg-cream-2: #fff4e9;\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    color: var(--pg-charcoal);\n    font-family: inherit;\n  }\n\n  .pg-glasses-shell {\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  .pg-glasses-section {\n    width: 100%;\n    margin: 16px 0;\n  }\n\n  .pg-glasses-card {\n    position: relative;\n    overflow: hidden;\n    padding: 18px 17px 17px;\n    background:\n      linear-gradient(180deg, #fffefc 0%, #fff9f3 100%) padding-box,\n      linear-gradient(\n        135deg,\n        #d6b37d 0%,\n        #efe0c9 34%,\n        #4e6f8e 66%,\n        #aa7655 100%\n      ) border-box;\n    border: 1.4px solid transparent;\n    border-radius: 18px;\n    box-shadow:\n      0 8px 24px rgba(53, 43, 35, 0.075),\n      inset 0 0 0 2px rgba(255, 251, 246, 0.75);\n  }\n\n  .pg-glasses-card::before {\n    content: \"\";\n    position: absolute;\n    z-index: 2;\n    top: 0;\n    left: 18px;\n    right: 18px;\n    height: 3px;\n    background: linear-gradient(\n      90deg,\n      transparent 0%,\n      var(--pg-blue) 22%,\n      var(--pg-gold) 50%,\n      var(--pg-caramel) 78%,\n      transparent 100%\n    );\n  }\n\n  .pg-glasses-heading {\n    margin: 0 0 10px !important;\n    padding: 0 !important;\n    color: var(--pg-ink);\n    font-size: clamp(24px, 4.4vw, 36px);\n    font-weight: 950;\n    line-height: 1.16;\n    letter-spacing: -0.027em;\n  }\n\n  .pg-glasses-subheading {\n    margin: 0 0 9px !important;\n    padding: 0 !important;\n    color: #2d567e;\n    font-size: clamp(19px, 3.2vw, 26px);\n    font-weight: 950;\n    line-height: 1.24;\n    letter-spacing: -0.018em;\n  }\n\n  .pg-glasses-copy {\n    margin: 0 !important;\n    padding: 0 !important;\n    color: var(--pg-muted);\n    font-size: 14px;\n    font-weight: 500;\n    line-height: 1.64;\n  }\n\n  .pg-glasses-copy + .pg-glasses-copy {\n    margin-top: 8px !important;\n  }\n\n  .pg-glasses-copy strong {\n    color: #37312d;\n    font-weight: 900;\n  }\n\n  .pg-glasses-media {\n    width: 100%;\n    margin-top: 14px;\n    overflow: hidden;\n    background: #f2ede8;\n    border: 1px solid #decdbb;\n    border-radius: 15px;\n    box-shadow: 0 5px 15px rgba(55, 44, 35, 0.065);\n  }\n\n  .pg-glasses-media img {\n    display: block;\n    width: 100%;\n    height: auto;\n    max-width: 100%;\n  }\n\n  \/* Authenticity and checkout *\/\n  .pg-glasses-trust {\n    padding: 16px 14px 14px;\n    text-align: center;\n  }\n\n  .pg-glasses-authentic {\n    max-width: 660px;\n    margin: 0 auto 13px !important;\n    padding: 0 !important;\n    color: #de6f20;\n    font-size: 12px;\n    font-weight: 900;\n    line-height: 1.45;\n  }\n\n  .pg-glasses-trust-image,\n  .pg-glasses-sale-gif {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n  }\n\n  .pg-glasses-sale-gif {\n    margin-top: 7px;\n  }\n\n  \/* Progressive adaptation notice *\/\n  .pg-glasses-adapt {\n    text-align: center;\n  }\n\n  .pg-glasses-adapt-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 5px;\n    margin-bottom: 8px;\n    padding: 6px 10px;\n    color: #345d85;\n    background: var(--pg-blue-soft);\n    border: 1px solid #ceddeb;\n    border-radius: 999px;\n    font-size: 10.5px;\n    font-weight: 850;\n    line-height: 1;\n  }\n\n  .pg-glasses-adapt h3 {\n    margin: 0 0 7px !important;\n    color: var(--pg-ink);\n    font-size: 19px;\n    font-weight: 950;\n    line-height: 1.25;\n  }\n\n  .pg-glasses-adapt p {\n    max-width: 700px;\n    margin: 0 auto 8px !important;\n    color: var(--pg-muted);\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.55;\n  }\n\n  \/* Feature sections *\/\n  .pg-glasses-feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .pg-glasses-feature {\n    display: grid;\n    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);\n    align-items: center;\n    gap: 15px;\n  }\n\n  .pg-glasses-feature:nth-child(even) .pg-glasses-feature-media {\n    order: 2;\n  }\n\n  .pg-glasses-feature-media {\n    overflow: hidden;\n    background: #f1ece7;\n    border: 1px solid #ddcbbc;\n    border-radius: 14px;\n  }\n\n  .pg-glasses-feature-media img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .pg-glasses-feature-copy {\n    min-width: 0;\n  }\n\n  .pg-glasses-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    margin-bottom: 7px;\n    padding: 5px 8px;\n    color: #365d83;\n    background: #eef4fa;\n    border: 1px solid #cfdeeb;\n    border-radius: 999px;\n    font-size: 9.5px;\n    font-weight: 850;\n    line-height: 1;\n  }\n\n  .pg-glasses-feature h3 {\n    margin: 0 0 8px !important;\n    color: #2d567e;\n    font-size: 20px;\n    font-weight: 950;\n    line-height: 1.22;\n    letter-spacing: -0.02em;\n  }\n\n  .pg-glasses-feature p {\n    margin: 0 !important;\n    color: #5f5650;\n    font-size: 13px;\n    font-weight: 500;\n    line-height: 1.6;\n  }\n\n  .pg-glasses-feature p + p {\n    margin-top: 8px !important;\n  }\n\n  \/* Lists *\/\n  .pg-glasses-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 8px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pg-glasses-list li {\n    padding: 10px 9px;\n    color: #514942;\n    background: #fff;\n    border: 1px solid #e3d3c7;\n    border-radius: 11px;\n    font-size: 11.5px;\n    font-weight: 700;\n    line-height: 1.42;\n  }\n\n  .pg-glasses-list li strong {\n    color: #302b27;\n    font-weight: 900;\n  }\n\n  \/* Notes *\/\n  .pg-glasses-note-list {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .pg-glasses-note {\n    padding: 11px;\n    color: #594f48;\n    background: linear-gradient(180deg, #fff 0%, #fff8f2 100%);\n    border: 1px solid #e3d2c5;\n    border-radius: 11px;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .pg-glasses-note strong {\n    color: #2f2a26;\n  }\n\n  .pg-glasses-final-note {\n    margin-top: 10px;\n    padding: 11px 12px;\n    color: #664833;\n    background: #fff2e7;\n    border-left: 4px solid var(--pg-gold);\n    border-radius: 9px;\n    font-size: 12px;\n    font-style: italic;\n    font-weight: 700;\n    line-height: 1.5;\n  }\n\n  @media (hover: hover) {\n    .pg-glasses-card,\n    .pg-glasses-list li,\n    .pg-glasses-note {\n      transition:\n        transform 0.2s ease,\n        box-shadow 0.2s ease,\n        border-color 0.2s ease;\n    }\n\n    .pg-glasses-card:hover,\n    .pg-glasses-list li:hover,\n    .pg-glasses-note:hover {\n      transform: translateY(-2px);\n      border-color: #c9a774;\n      box-shadow: 0 9px 20px rgba(53, 43, 35, 0.085);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .pg-glasses-section {\n      margin: 13px 0;\n    }\n\n    .pg-glasses-card {\n      padding: 14px 11px 13px;\n      border-radius: 15px;\n    }\n\n    .pg-glasses-card::before {\n      left: 13px;\n      right: 13px;\n    }\n\n    .pg-glasses-authentic {\n      font-size: 10px;\n    }\n\n    .pg-glasses-heading {\n      font-size: 24px;\n    }\n\n    .pg-glasses-subheading {\n      font-size: 18px;\n    }\n\n    .pg-glasses-copy {\n      font-size: 12.2px;\n      line-height: 1.57;\n    }\n\n    .pg-glasses-adapt h3 {\n      font-size: 17px;\n    }\n\n    .pg-glasses-adapt p {\n      font-size: 11.8px;\n      line-height: 1.5;\n    }\n\n    .pg-glasses-feature {\n      grid-template-columns: 1fr;\n      gap: 11px;\n    }\n\n    .pg-glasses-feature:nth-child(even) .pg-glasses-feature-media {\n      order: 0;\n    }\n\n    .pg-glasses-feature h3 {\n      font-size: 17px;\n    }\n\n    .pg-glasses-feature p {\n      font-size: 12px;\n      line-height: 1.53;\n    }\n\n    .pg-glasses-list {\n      gap: 6px;\n    }\n\n    .pg-glasses-list li {\n      padding: 9px 7px;\n      font-size: 10.2px;\n    }\n\n    .pg-glasses-note {\n      padding: 9px;\n      font-size: 11px;\n    }\n  }\n\n  @media (max-width: 330px) {\n    .pg-glasses-list {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pg-glasses-page\"\u003e\n\u003cdiv class=\"pg-glasses-shell\"\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-card pg-glasses-trust\"\u003e\n\u003cp class=\"pg-glasses-authentic\"\u003e❤️\u003cstrong\u003eTIPS: Our LBMLBM™ goods are authentic, 100% Made in USA, counterfeit must be investigated! Customers, please identify our products!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cimg alt=\"Guaranteed safe checkout\" loading=\"lazy\" height=\"132\" width=\"726\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1681784004916\/6cce3dd30b123239a8b2448f675d8ecf103680bf.svg\" class=\"pg-glasses-trust-image\"\u003e \u003cimg alt=\"\" loading=\"lazy\" src=\"https:\/\/cdn.cloudfastcdn.com\/image\/2022\/10\/40240868075a531b787816573233c523a9dbb312cffe362e52908b3c38d9da6a.gif\" class=\"pg-glasses-sale-gif\"\u003e\u003c\/section\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-card pg-glasses-adapt\"\u003e\n\u003cdiv class=\"pg-glasses-adapt-badge\"\u003e💡 New to Progressive Glasses?\u003c\/div\u003e\n\u003ch3\u003eStart with One Pair—Then Keep Them Everywhere\u003c\/h3\u003e\n\u003cp\u003eWe know adapting to progressive lenses takes 1-3 days. If you're trying them for the first time, we recommend starting with 1 pair to test the fit and clarity.\u003c\/p\u003e\n\u003cp\u003eOnce you love them, our 4-pack is the best value — keep one at home, one in the car, one at the office, and one in your bag.\u003c\/p\u003e\n\u003cdiv class=\"pg-glasses-media\"\u003e\u003cimg alt=\"\" loading=\"eager\" height=\"433\" width=\"325\" src=\"https:\/\/cdn.cloudfastin.top\/image\/938f05d88cdffcb27b6dcb94d163a3e5864cd78d.gif\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-feature-list\"\u003e\n\u003carticle class=\"pg-glasses-card pg-glasses-feature\"\u003e\n\u003cdiv class=\"pg-glasses-feature-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" height=\"500\" width=\"500\" src=\"https:\/\/cdn.cloudfastin.top\/image\/31f015eaa1a6c7e4fa87aa603d6ab87b1b9cc748.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-feature-copy\"\u003e\n\u003cdiv class=\"pg-glasses-tag\"\u003e👓 One Pair, Multiple Distances\u003c\/div\u003e\n\u003ch3\u003eTired Of Switching Glasses All Day Long?\u003c\/h3\u003e\n\u003cp\u003eWe've all been there: \u003cstrong\u003eyou put on your reading glasses to check your phone, then have to take them off to watch TV, then put them back on to read a book.\u003c\/strong\u003e Constantly switching glasses is annoying, inconvenient, and easy to lose them.\u003c\/p\u003e\n\u003cp\u003eOur progressive multifocal reading glasses solve this problem for good. \u003cstrong\u003eOne pair lets you see clearly at every distance — near, far and everything in between.\u003c\/strong\u003e No more taking glasses on and off, no more carrying multiple pairs, no more hassle.\u003c\/p\u003e\n\u003cp\u003eAnd with this 4-pack, you can keep a pair everywhere you need them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pg-glasses-card pg-glasses-feature\"\u003e\n\u003cdiv class=\"pg-glasses-feature-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" height=\"500\" width=\"500\" src=\"https:\/\/cdn.cloudfastin.top\/image\/6ef3a93b8368b9d5af61c4f33a324edbeca62c65.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-feature-copy\"\u003e\n\u003cdiv class=\"pg-glasses-tag\"\u003e💙 Screen-Time Comfort\u003c\/div\u003e\n\u003ch3\u003eBlue Light Blocking – Reduces Digital Eye Strain\u003c\/h3\u003e\n\u003cp\u003eHarmful blue light (380–495nm) comes from sunlight, computer screens, phones, and tablets. It can cause:\u003c\/p\u003e\n\u003cp\u003e😫 \u003cstrong\u003eEye strain and fatigue\u003c\/strong\u003e\u003cbr\u003e😴 \u003cstrong\u003eDisrupted sleep\u003c\/strong\u003e (blue light suppresses melatonin)\u003cbr\u003e👁️ \u003cstrong\u003eLong-term retinal stress\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBlue Light Blocking For Eye Protection\u003c\/strong\u003e\u003cbr\u003eBuilt-in blue light filter blocks harmful blue light from phones, TVs, computers and digital screens. Reduces eye strain, fatigue and headaches from long hours of reading or scrolling. Perfect for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pg-glasses-card pg-glasses-feature\"\u003e\n\u003cdiv class=\"pg-glasses-feature-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" height=\"500\" width=\"500\" src=\"https:\/\/cdn.cloudfastin.top\/image\/6f52e9bef03f56655260e71aa2b0fc97788cd8f5.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-feature-copy\"\u003e\n\u003cdiv class=\"pg-glasses-tag\"\u003e🧵 Clear, Durable Construction\u003c\/div\u003e\n\u003ch3\u003ePremium Construction – No Dizziness, No Discomfort\u003c\/h3\u003e\n\u003cp\u003eUnlike cheap multifocal glasses that cause dizziness and distortion, these feature:\u003c\/p\u003e\n\u003cp\u003e✅ \u003cstrong\u003eAccurate magnification strength\u003c\/strong\u003e\u003cbr\u003e✅ \u003cstrong\u003eLow color distortion\u003c\/strong\u003e (real colors, not yellow tint)\u003cbr\u003e✅ \u003cstrong\u003eHigh transmittance\u003c\/strong\u003e (clear, sharp vision)\u003cbr\u003e✅ \u003cstrong\u003eScratch-resistant lenses\u003c\/strong\u003e\u003cbr\u003e✅ \u003cstrong\u003eAnti-glare coating\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pg-glasses-card pg-glasses-feature\"\u003e\n\u003cdiv class=\"pg-glasses-feature-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" height=\"500\" width=\"500\" src=\"https:\/\/cdn.cloudfastin.top\/image\/4f3a5151d426d6134eee03148e5af86d99550812.jpeg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-feature-copy\"\u003e\n\u003cdiv class=\"pg-glasses-tag\"\u003e🔄 Flexible Everyday Fit\u003c\/div\u003e\n\u003ch3\u003eSpring Hinges + Soft Nose Pads\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eSpring hinges\u003c\/strong\u003e flex outward to reduce temple pressure and prevent breakage. \u003cstrong\u003eSoft nose pads\u003c\/strong\u003e keep glasses secure without slipping or leaving marks. All-day comfort, no stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-card\"\u003e\n\u003ch2 class=\"pg-glasses-subheading\"\u003e🎯 Perfect For\u003c\/h2\u003e\n\u003cul class=\"pg-glasses-list\"\u003e\n\u003cli\u003e👓 \u003cstrong\u003ePeople over 40\u003c\/strong\u003e with presbyopia (age-related farsightedness)\u003c\/li\u003e\n\u003cli\u003e💻 \u003cstrong\u003eComputer users\u003c\/strong\u003e who need intermediate vision\u003c\/li\u003e\n\u003cli\u003e📱 \u003cstrong\u003eSmartphone and tablet users\u003c\/strong\u003e (reading zone at bottom)\u003c\/li\u003e\n\u003cli\u003e📺 \u003cstrong\u003eTV watchers\u003c\/strong\u003e (distance zone at top)\u003c\/li\u003e\n\u003cli\u003e🌙 \u003cstrong\u003eAnyone who wants blue light protection\u003c\/strong\u003e for evening screen time\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pg-glasses-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" height=\"500\" width=\"500\" src=\"https:\/\/cdn.cloudfastin.top\/image\/d704ce52e8dbe4fda9f9b5406043ccb0c95945d7.webp\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-card\"\u003e\n\u003ch2 class=\"pg-glasses-subheading\"\u003e📏 Size Specifications\u003c\/h2\u003e\n\u003cdiv style=\"margin-top: 0;\" class=\"pg-glasses-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" height=\"500\" width=\"500\" src=\"https:\/\/cdn.cloudfastin.top\/image\/34055eff9e37399fa6b039d7d59f42f8b348cb89.webp\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-card\"\u003e\n\u003ch2 class=\"pg-glasses-subheading\"\u003e📦 What's Included\u003c\/h2\u003e\n\u003cul class=\"pg-glasses-list\"\u003e\n\u003cli\u003e\u003cstrong\u003eProgressive Multifocal Reading Glasses\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlue light blocking lenses\u003c\/strong\u003e (reduces harmful 380–495nm blue light)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpring hinges\u003c\/strong\u003e – flexible, durable, comfortable fit\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eScratch-resistant coating\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh transmittance\u003c\/strong\u003e – clear vision, minimal color distortion\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLightweight frame\u003c\/strong\u003e – comfortable for all-day wear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pg-glasses-media\"\u003e\u003cimg alt=\"\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/4417\/2862\/files\/10_3_7a9782b7-2758-4ac7-b6f8-5284c16d5d87.jpg?v=1782895771\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pg-glasses-section pg-glasses-card\"\u003e\n\u003ch2 class=\"pg-glasses-subheading\"\u003e⚠️ Important Notes\u003c\/h2\u003e\n\u003cdiv class=\"pg-glasses-note-list\"\u003e\n\u003cdiv class=\"pg-glasses-note\"\u003e\n\u003cstrong\u003e👨⚕️ Consult an eye doctor first\u003c\/strong\u003e – Incorrect magnification can cause dizziness or blurred vision.\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-note\"\u003e\n\u003cstrong\u003e🧓 Vision changes with age\u003c\/strong\u003e – After 40, get regular eye exams.\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-note\"\u003e\n\u003cstrong\u003e⏳ New to progressives?\u003c\/strong\u003e – Allow 1–3 weeks to adjust. Mild dizziness is normal. Move your head, not just your eyes. Be patient.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pg-glasses-final-note\"\u003eBe patient. Your brain needs time to learn how to use progressive lenses.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"👓1.0x-(45-50 years old) \/ Glossy black","offer_id":55022648000817,"sku":"CL-1YANJINGLHK100-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.0x-(45-50 years old) \/ Red","offer_id":55022648033585,"sku":"CL-1YANJINGLHS100-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.0x-(45-50 years old) \/ Blue","offer_id":55022648066353,"sku":"CL-1YANJINGLLS100-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.0x-(45-50 years old) \/ Champagne","offer_id":55022648099121,"sku":"CL-1YANJINGLXB100-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.0x-(45-50 years old) \/ 🔥4 Pack","offer_id":55022648131889,"sku":"CL-4YANJINGHUNDA100","price":39.99,"currency_code":"USD","in_stock":true},{"title":"👓1.5x-(50-55 years old) \/ Glossy black","offer_id":55022648164657,"sku":"CL-1YANJINGLHK150-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.5x-(50-55 years old) \/ Red","offer_id":55022648197425,"sku":"CL-1YANJINGLHS150-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.5x-(50-55 years old) \/ Blue","offer_id":55022648230193,"sku":"CL-1YANJINGLLS150-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.5x-(50-55 years old) \/ Champagne","offer_id":55022648262961,"sku":"CL-1YANJINGLXB150-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓1.5x-(50-55 years old) \/ 🔥4 Pack","offer_id":55022648295729,"sku":"CL-4YANJINGHUNDA150","price":39.99,"currency_code":"USD","in_stock":true},{"title":"👓2.0x-(55-60years old) \/ Glossy black","offer_id":55022648328497,"sku":"CL-1YANJINGLHK200-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.0x-(55-60years old) \/ Red","offer_id":55022648361265,"sku":"CL-1YANJINGLHS200-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.0x-(55-60years old) \/ Blue","offer_id":55022648394033,"sku":"CL-1YANJINGLLS200-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.0x-(55-60years old) \/ Champagne","offer_id":55022648426801,"sku":"CL-1YANJINGLXB200-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.0x-(55-60years old) \/ 🔥4 Pack","offer_id":55022648459569,"sku":"CL-4YANJINGHUNDA200","price":39.99,"currency_code":"USD","in_stock":true},{"title":"👓2.5x-(60-65 years old) \/ Glossy black","offer_id":55022648492337,"sku":"CL-1YANJINGLHK250-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.5x-(60-65 years old) \/ Red","offer_id":55022648525105,"sku":"CL-1YANJINGLHS250-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.5x-(60-65 years old) \/ Blue","offer_id":55022648557873,"sku":"CL-1YANJINGLLS250-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.5x-(60-65 years old) \/ Champagne","offer_id":55022648590641,"sku":"CL-1YANJINGLXB250-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓2.5x-(60-65 years old) \/ 🔥4 Pack","offer_id":55022648623409,"sku":"CL-4YANJINGHUNDA250","price":39.99,"currency_code":"USD","in_stock":true},{"title":"👓3.0x-(65-70 years old) \/ Glossy black","offer_id":55022648656177,"sku":"CL-1YANJINGLHK300-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.0x-(65-70 years old) \/ Red","offer_id":55022648688945,"sku":"CL-1YANJINGLHS300-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.0x-(65-70 years old) \/ Blue","offer_id":55022648721713,"sku":"CL-1YANJINGLLS300-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.0x-(65-70 years old) \/ Champagne","offer_id":55022648754481,"sku":"CL-1YANJINGLXB300-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.0x-(65-70 years old) \/ 🔥4 Pack","offer_id":55022648787249,"sku":"CL-4YANJINGHUNDA300","price":39.99,"currency_code":"USD","in_stock":true},{"title":"👓3.5x- (70-75 years old) \/ Glossy black","offer_id":55022648820017,"sku":"CL-1YANJINGLHK350-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.5x- (70-75 years old) \/ Red","offer_id":55022648852785,"sku":"CL-1YANJINGLHS350-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.5x- (70-75 years old) \/ Blue","offer_id":55022648885553,"sku":"CL-1YANJINGLLS350-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.5x- (70-75 years old) \/ Champagne","offer_id":55022648918321,"sku":"CL-1YANJINGLXB350-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓3.5x- (70-75 years old) \/ 🔥4 Pack","offer_id":55022648951089,"sku":"CL-4YANJINGHUNDA350","price":39.99,"currency_code":"USD","in_stock":true},{"title":"👓4.0x-(over 75years old) \/ Glossy black","offer_id":55022648983857,"sku":"CL-1YANJINGLHK400-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓4.0x-(over 75years old) \/ Red","offer_id":55022649016625,"sku":"CL-1YANJINGLHS400-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓4.0x-(over 75years old) \/ Blue","offer_id":55022649049393,"sku":"CL-1YANJINGLLS400-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓4.0x-(over 75years old) \/ Champagne","offer_id":55022649082161,"sku":"CL-1YANJINGLXB400-1PC","price":18.99,"currency_code":"USD","in_stock":true},{"title":"👓4.0x-(over 75years old) \/ 🔥4 Pack","offer_id":55022649114929,"sku":"CL-4YANJINGHUNDA400","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0973\/3095\/4545\/files\/ChatGPTImageJun29_2026_03_46_21PM.png?v=1782977905","url":"https:\/\/vylioral.com\/products\/shipment-today-progressive-multifocal-reading-glasses","provider":"Vylioral","version":"1.0","type":"link"}