{"product_id":"anti-blue-light-transition-glasses","title":"Anti-Blue Light Transition Glasses","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8c763e;\n      --primary-hover: #735e2f;\n      --text-main: #2d2d2d;\n      --text-sub: #5a5a5a;\n      --bg-body: #ffffff;\n      --bg-card: #fdfdfd;\n      --bg-soft: #f8f9fa;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #eaeaea;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 14px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .trust-badge {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Trust Badge Layout *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 16px;\n      border-radius: 30px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Image Rules *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      background-color: var(--bg-soft);\n      border: 1px dashed #cccccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 40px 20px;\n      box-sizing: border-box;\n      margin-bottom: 24px;\n      color: #777777;\n      font-weight: 500;\n    }\n\n    .image-placeholder span {\n      font-size: 18px;\n      display: block;\n    }\n\n    \/* Hero Block Styles *\/\n    .hero-section {\n      text-align: center;\n      padding: 40px 0 20px 0;\n    }\n\n    .hero-section .badge-container {\n      justify-content: center;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Block Styles *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background: rgba(140, 118, 62, 0.08);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n    }\n\n    \/* Specifications Table Styles *\/\n    .specifications-section {\n      background: var(--bg-soft);\n      padding: 40px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Block Styles *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 40px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-icon {\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Desktop Adjustments (Z-Pattern) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        padding: 40px;\n        gap: 50px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n        flex-shrink: 0;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specifications Mobile Safety Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      \/* Hide the first cell's default label column text in mobile *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Unisex Business Browline Photochromic Blue Light Blocking Smart Progressive Reading Glasses\n  Target Audience: Men and women looking for stylish reading glasses with smart outdoor sun tinting, screen blue light filtering, and age-based progressive lenses.\n  Visual Style: Professional, refined, premium business-classic look\n  Color Strategy: Deep charcoal grey, classic muted gold highlights, clean white backgrounds, and subtle silver dividers\n  Module Order: Hero Header -\u003e Transition Feature -\u003e Frame Craftsmanship Feature -\u003e Blue Light Feature -\u003e Specifications Table -\u003e FAQ Accordion\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"detail-section hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"trust-badge\"\u003eSmart Progressive Multifocal\u003c\/span\u003e \u003cspan class=\"trust-badge\"\u003eAdaptive Blue Light Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eSmart Progressive Photochromic Browline Reading Glasses\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eExperience sharp reading vision indoors and automatic sun protection outdoors. This unisex modern black and silver half-rim design offers lightweight elegance with smart light-adapting technology and progressive multifocal lenses tailored to your age.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img136\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911130729\/24d285d7c1a078c3761b2259e8318b36.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\u003c!-- Feature 1: Photochromic Lens Transition --\u003e\n\n\u003csection class=\"detail-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911171932\/9b942b74b13b9bc6fc4ae7a13883bfe9.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003ePhotochromic Lens Transition\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eNo more switching between reading glasses and sunglasses. These smart lenses automatically adjust their tint based on changing sunlight conditions, maintaining a clear view indoors, a light shade on cloudy days, and a darker tint under direct outdoor sunlight.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"tag\"\u003eAdapts to Light\u003c\/span\u003e \u003cspan class=\"tag\"\u003eClear Indoors\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDarker Outdoors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Frame Craftsmanship (Reverse on Desktop) --\u003e\n\n\u003csection class=\"detail-section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img138\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911130729\/8b90f359903796fbef0f4a1b2a186d0c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eRefined Half-Rim Browline Design\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eA classic, professional unisex silhouette meticulously built with a premium TR and alloy frame. Dual decorative metal accents adorn the endpieces, paired with an elegant textured u-bridge, thin titanium metal temples, and soft adjustable silicone nose pads for a comfortable fit.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"tag\"\u003e12g Ultra-Lightweight\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTitanium Temples\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAdjustable Nose Pads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Screen Eye Strain Protection --\u003e\n\n\u003csection class=\"detail-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img139\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911130728\/a6449d78e50378f45d44b2e2c5125108.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eAdaptive Blue Light Filtering\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered for the digital age, these high-clarity lenses block harmful blue light radiation from computers, smartphones, and tablets, significantly reducing eye strain, fatigue, and blurriness during long reading or working hours.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"tag\"\u003eBlocks Screen Blue Light\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReduces Eye Fatigue\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSharp Vision\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS SECTION (TEXT ONLY, NO IMAGE PLACEHOLDERS) --\u003e\n\n\u003csection class=\"detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eGender\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Gender\"\u003e\u003cspan class=\"spec-value\"\u003eUnisex (Suitable for both Men and Women)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLens Technology\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Lens Technology\"\u003e\u003cspan class=\"spec-value\"\u003eSmart Progressive Multifocal \u0026amp; Photochromic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSelection Guide\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Selection Guide\"\u003e\u003cspan class=\"spec-value\"\u003eChoose by Age: Under 50, 50-54, 55-59, 60-64, 65-69, 70-74, 75+ years old\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFrame Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Frame Material\"\u003e\u003cspan class=\"spec-value\"\u003eAlloy \u0026amp; TR (Classic half-rim browline structure)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTemple Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Temple Material\"\u003e\u003cspan class=\"spec-value\"\u003eTitanium (Ultra-thin flat metal temples with soft end tips)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTotal Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Width\"\u003e\u003cspan class=\"spec-value\"\u003e143 mm (5.6 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBridge Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bridge Width\"\u003e\u003cspan class=\"spec-value\"\u003e20 mm (0.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLens Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Lens Width\"\u003e\u003cspan class=\"spec-value\"\u003e52 mm (2.0 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLens Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Lens Height\"\u003e\u003cspan class=\"spec-value\"\u003e45 mm (1.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTemple Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Temple Length\"\u003e\u003cspan class=\"spec-value\"\u003e145 mm (5.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e\u003cspan class=\"spec-value\"\u003e12 g (0.42 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBlack \u0026amp; Silver, Black \u0026amp; Gold\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ SECTION --\u003e\n\n\u003csection class=\"detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e How do I choose the right glasses for me?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThese glasses feature smart progressive multifocal lenses. You simply need to select the option that matches your current age group (e.g., Under 50, 50-54, 55-59, etc.). The lenses are intelligently designed to provide the appropriate multi-zone focus for your daily reading and viewing needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e Do these glasses darken automatically while indoors?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the photochromic lenses react specifically to outdoor UV light. When you are indoors, studying, or reading under home or office lights, they remain fully transparent and clear.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e Are these glasses suitable for both men and women?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The refined half-rim browline design is completely unisex, offering a professional and elegant look that complements a wide variety of face shapes for both men and women.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e Are these glasses heavy to wear for long hours?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. With premium lightweight titanium temples, the entire frame weighs only 12 grams. Combined with adjustable soft silicone nose pads, they offer a comfortable, secure, slip-free fit without putting heavy pressure on your face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \u0026 Gold (Photochromic) \/ Under 50 years old","offer_id":58940288532640,"sku":"20260920-160253-9404","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ Under 50 years old","offer_id":58940288565408,"sku":"20260920-160253-3778","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold (Photochromic) \/ 50-54 years old","offer_id":58940288598176,"sku":"20260920-160253-2679","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ 50-54 years old","offer_id":58940288630944,"sku":"20260920-160253-8685","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold (Photochromic) \/ 55-59 years old","offer_id":58940288663712,"sku":"20260920-160253-3160","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ 55-59 years old","offer_id":58940288696480,"sku":"20260920-160253-6984","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold (Photochromic) \/ 60-64 years old","offer_id":58940288729248,"sku":"20260920-160253-5091","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ 60-64 years old","offer_id":58940288762016,"sku":"20260920-160253-7163","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold (Photochromic) \/ 65-69 years old","offer_id":58940288794784,"sku":"20260920-160253-1646","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ 65-69 years old","offer_id":58940288827552,"sku":"20260920-160253-8653","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold (Photochromic) \/ 70-74 years old","offer_id":58940288860320,"sku":"20260920-160253-2560","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ 70-74 years old","offer_id":58940288893088,"sku":"20260920-160253-7527","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold (Photochromic) \/ 75+ years old","offer_id":58940288925856,"sku":"20260920-160253-1063","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Silver (Photochromic) \/ 75+ years old","offer_id":58940288958624,"sku":"20260920-160253-1508","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/24d285d7c1a078c3761b2259e8318b36.jpg?v=1789891626","url":"https:\/\/cartivra.com\/products\/anti-blue-light-transition-glasses","provider":"Cartivra","version":"1.0","type":"link"}