{"product_id":"ludlow-daytime","title":"Ludlow Daytime","description":"\u003cstyle\u003e\n\/* =========================================================\n   KUGO Daytime Product Template — Shared CSS\n   Use this once per page \/ product template.\n   The model-specific HTML blocks below plug into this system.\n   ========================================================= *\/\n.kugo-day-wrap {\n  --text: #111111;\n  --muted: #6e6e73;\n  --line: #efefef;\n  --soft: #fafafb;\n  --card: #fbfbfc;\n  --white: #ffffff;\n  --shadow: 0 10px 30px rgba(0,0,0,0.04);\n  --shadow-hover: 0 18px 40px rgba(0,0,0,0.08);\n  --radius-xl: 32px;\n  --radius-lg: 24px;\n  --radius-pill: 999px;\n  --gold-1: #f6e69a;\n  --gold-2: #efcc55;\n  --gold-3: #d7a820;\n  --gold-4: #9c6a00;\n  font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Arial, sans-serif;\n  color: var(--text);\n  background: #fff;\n  max-width: 1080px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n.kugo-day-wrap * { box-sizing: border-box; }\n.kugo-section { padding: 72px 28px; border-bottom: 1px solid var(--line); }\n.kugo-section:last-child { border-bottom: 0; padding-bottom: 82px; }\n.kugo-center { text-align: center; }\n.kugo-eyebrow {\n  font-size: 13px; font-weight: 600; letter-spacing: 0.08em;\n  text-transform: uppercase; color: #8b8b90; margin-bottom: 14px;\n}\n.kugo-badge {\n  display: inline-flex; align-items: center; justify-content: center;\n  padding: 8px 14px; border: 1px solid #ececec; border-radius: 999px;\n  background: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;\n  text-transform: uppercase; color: var(--muted); margin-bottom: 18px;\n}\n.kugo-title {\n  margin: 0; font-size: 60px; line-height: 1.08; padding-bottom: 0.12em;\n  font-weight: 700; letter-spacing: -0.05em;\n  background: linear-gradient(90deg, var(--gold-1) 0%, var(--gold-2) 32%, var(--gold-3) 68%, var(--gold-4) 100%);\n  -webkit-background-clip: text; background-clip: text;\n  -webkit-text-fill-color: transparent; color: transparent;\n}\n.kugo-subtitle {\n  max-width: 780px; margin: 20px auto 0; font-size: 24px; line-height: 1.35;\n  color: #1d1d1f; letter-spacing: -0.01em;\n}\n.kugo-chip-row {\n  display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 26px;\n}\n.kugo-chip {\n  display: inline-flex; align-items: center; justify-content: center;\n  padding: 10px 14px; border-radius: 999px; border: 1px solid #ececec;\n  background: #fafafa; color: #3a3a3c; font-size: 14px;\n}\n.kugo-narrow { max-width: 790px; margin: 0 auto; }\n.kugo-h2 {\n  margin: 0 0 16px; font-size: 42px; line-height: 1.08; font-weight: 700;\n  letter-spacing: -0.04em; color: var(--text);\n}\n.kugo-p { margin: 0 0 14px; font-size: 18px; line-height: 1.65; color: #454548; }\n.kugo-p:last-child { margin-bottom: 0; }\n\n.kugo-grid-4 {\n  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;\n}\n.kugo-card {\n  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);\n  border: 1px solid var(--line); border-radius: 28px; padding: 28px 24px;\n  min-height: 230px; box-shadow: 0 1px 0 rgba(0,0,0,0.02);\n  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;\n}\n.kugo-card:hover {\n  transform: translateY(-4px); box-shadow: var(--shadow); border-color: #e8e8e8;\n}\n.kugo-icon {\n  width: 46px; height: 46px; border-radius: 14px; background: #f7f7f8;\n  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;\n}\n.kugo-card h3 {\n  margin: 0 0 10px; font-size: 21px; line-height: 1.2; font-weight: 600;\n  letter-spacing: -0.02em; color: var(--text);\n}\n.kugo-card p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--muted); }\n\n.kugo-size-grid {\n  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px;\n}\n.kugo-size-card {\n  background: #fbfbfc; border: 1px solid var(--line); border-radius: 24px;\n  padding: 26px 20px; text-align: center;\n  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;\n}\n.kugo-size-card:hover {\n  transform: translateY(-4px); box-shadow: var(--shadow); border-color: #e8e8e8;\n}\n.kugo-size-label { font-size: 13px; color: #8b8b90; margin: 10px 0 6px; }\n.kugo-size-value {\n  font-size: 28px; line-height: 1.1; font-weight: 700; letter-spacing: -0.03em; color: var(--text);\n}\n\n\/* Daytime feature block *\/\n.kugo-day-shell {\n  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 22px; align-items: stretch;\n}\n.kugo-day-copy, .kugo-day-visual {\n  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);\n  border: 1px solid var(--line); border-radius: 32px; box-shadow: 0 1px 0 rgba(0,0,0,0.02);\n}\n.kugo-day-copy { padding: 34px 30px; }\n.kugo-day-actions { margin-top: 24px; }\n.kugo-day-visual {\n  position: relative; overflow: hidden; min-height: 320px; display: flex;\n  align-items: center; justify-content: center;\n  background:\n    radial-gradient(circle at 50% 74%, rgba(239,204,85,0.18) 0%, rgba(215,168,32,0.10) 24%, rgba(255,255,255,0) 56%),\n    linear-gradient(180deg, #fffef4 0%, #fbfbfc 52%, #ffffff 100%);\n}\n.kugo-day-orb {\n  position: absolute; width: 180px; height: 180px; border-radius: 50%;\n  background: linear-gradient(180deg, #f6e69a 0%, #efcc55 42%, #d7a820 72%, #9c6a00 100%);\n  box-shadow: 0 20px 60px rgba(215,168,32,0.20), 0 0 0 14px rgba(239,204,85,0.06);\n  top: 52%; left: 50%; transform: translate(-50%, -50%);\n}\n.kugo-day-glow {\n  position: absolute; width: 320px; height: 320px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(239,204,85,0.20) 0%, rgba(239,204,85,0.07) 38%, rgba(255,255,255,0) 70%);\n  top: 50%; left: 50%; transform: translate(-50%, -50%);\n}\n.kugo-day-sun {\n  position: absolute; top: 34px; right: 36px; width: 74px; height: 74px;\n  border-radius: 50%; background: rgba(255,255,255,0.78); backdrop-filter: blur(8px);\n  border: 1px solid rgba(17,17,17,0.05); display: flex; align-items: center;\n  justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n}\n.kugo-day-note {\n  position: absolute; bottom: 26px; left: 26px; right: 26px; display: inline-flex;\n  justify-content: center; align-items: center; min-height: 46px; padding: 10px 16px;\n  border-radius: 999px; background: rgba(255,255,255,0.84); border: 1px solid rgba(17,17,17,0.06);\n  backdrop-filter: blur(10px); font-size: 13px; font-weight: 600; letter-spacing: 0.02em;\n  color: #3a3a3c; text-align: center;\n}\n\n\/* CTA block *\/\n.kugo-cta-shell {\n  max-width: 820px; margin: 0 auto; background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);\n  border: 1px solid var(--line); border-radius: 34px; padding: 34px 28px; box-shadow: 0 1px 0 rgba(0,0,0,0.02);\n}\n.kugo-cta-text { max-width: 620px; margin: 0 auto 24px; text-align: center; }\n.kugo-cta-text p { margin: 0; font-size: 18px; line-height: 1.65; color: var(--muted); }\n.kugo-button-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }\n.kugo-btn {\n  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px;\n  padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: 15px; font-weight: 600;\n  letter-spacing: -0.01em; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;\n  white-space: nowrap;\n}\n.kugo-btn-primary {\n  color: #111111; border: 1px solid rgba(0,0,0,0.04);\n  background: linear-gradient(90deg, #f6e69a 0%, #efcc55 52%, #d7a820 100%);\n  box-shadow: 0 14px 30px rgba(215,168,32,0.18);\n}\n.kugo-btn-primary:hover { transform: translateY(-4px); box-shadow: 0 20px 38px rgba(215,168,32,0.24); }\n.kugo-btn-secondary {\n  color: var(--text); border: 1px solid #e7e7e9; background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);\n  box-shadow: 0 1px 0 rgba(0,0,0,0.01);\n}\n.kugo-btn-secondary:hover {\n  transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: #dddddf; background: #ffffff;\n}\n.kugo-btn svg { flex: 0 0 auto; }\n\n@media (max-width: 980px) {\n  .kugo-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  .kugo-size-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }\n  .kugo-day-shell { grid-template-columns: 1fr; }\n  .kugo-day-visual { min-height: 280px; }\n  .kugo-title { font-size: 50px; }\n  .kugo-subtitle { font-size: 21px; }\n}\n@media (max-width: 640px) {\n  .kugo-section { padding: 56px 18px; }\n  .kugo-title { font-size: 40px; line-height: 1.1; padding-bottom: 0.14em; }\n  .kugo-subtitle { font-size: 18px; }\n  .kugo-h2 { font-size: 32px; }\n  .kugo-grid-4, .kugo-size-grid { grid-template-columns: 1fr; }\n  .kugo-day-copy { padding: 26px 20px; border-radius: 26px; }\n  .kugo-day-visual { min-height: 240px; border-radius: 26px; }\n  .kugo-day-orb { width: 140px; height: 140px; }\n  .kugo-day-note { left: 16px; right: 16px; bottom: 16px; font-size: 12px; }\n  .kugo-day-sun { top: 18px; right: 18px; width: 62px; height: 62px; }\n  .kugo-cta-shell { padding: 24px 18px; border-radius: 26px; }\n  .kugo-button-row { flex-direction: column; }\n  .kugo-btn { width: 100%; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"kugo-day-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"kugo-section kugo-center\"\u003e\n\u003cdiv class=\"kugo-badge\"\u003eYellow Tinted Daylight Lenses\u003c\/div\u003e\n\u003ch1 class=\"kugo-title\"\u003eLudlow Daytime\u003c\/h1\u003e\n\u003cp class=\"kugo-subtitle\"\u003eLudlow Daytime brings geometric elegance into workday light — polished black lines, refined tension and a softer digital experience.\u003c\/p\u003e\n\u003cdiv class=\"kugo-chip-row\"\u003e\n\u003cspan class=\"kugo-chip\"\u003eRound-angular hybrid shape\u003c\/span\u003e \u003cspan class=\"kugo-chip\"\u003eMedium fit\u003c\/span\u003e \u003cspan class=\"kugo-chip\"\u003eSignature double bridge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STORY --\u003e\n\u003csection class=\"kugo-section\"\u003e\n\u003cdiv class=\"kugo-narrow kugo-center\"\u003e\n\u003cdiv class=\"kugo-eyebrow\"\u003eDesign story\u003c\/div\u003e\n\u003ch2 class=\"kugo-h2\"\u003eSharper geometry for brighter hours.\u003c\/h2\u003e\n\u003cp class=\"kugo-p\"\u003eLudlow is shaped around a sophisticated dialogue between roundness and angle, creating a frame that feels polished, intelligent and quietly distinctive.\u003c\/p\u003e\n\u003cp class=\"kugo-p\"\u003eIts defining double bridge — a slim metal bar arcing above the nose bridge — adds architectural precision without making the frame feel rigid. That tension between softness and structure is exactly what gives Ludlow its presence.\u003c\/p\u003e\n\u003cp class=\"kugo-p\"\u003eThe Daytime lens version is made for bright office routines, laptops, presentations and back-to-back screen use, helping reduce the harsher blue range while maintaining a clearer, more daytime-friendly view.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGHLIGHTS --\u003e\n\u003csection class=\"kugo-section\"\u003e\n\u003cdiv style=\"margin-bottom: 34px;\" class=\"kugo-center kugo-narrow\"\u003e\n\u003cdiv class=\"kugo-eyebrow\"\u003eWhy it stands out\u003c\/div\u003e\n\u003ch2 class=\"kugo-h2\"\u003eElegant. Geometric. Day-ready.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-grid-4\"\u003e\n\u003cdiv class=\"kugo-card\"\u003e\n\u003cdiv class=\"kugo-icon\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n  \u003ccircle stroke-width=\"1.7\" stroke=\"#111111\" r=\"7\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eHybrid silhouette\u003c\/h3\u003e\n\u003cp\u003eA refined blend of round softness and angular precision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-card\"\u003e\n\u003cdiv class=\"kugo-icon\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M5 13h14\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M7 9.5h10\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M8 9.5c0 2 1.8 3.5 4 3.5s4-1.5 4-3.5\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDouble bridge design\u003c\/h3\u003e\n\u003cp\u003eThe upper metal bridge adds structure and a more elevated front profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-card\"\u003e\n\u003cdiv class=\"kugo-icon\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n  \u003ccircle stroke-width=\"1.7\" stroke=\"#111111\" r=\"4.2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M12 3.8v2.2M12 18v2.2M3.8 12H6M18 12h2.2M5.7 5.7l1.6 1.6M16.7 16.7l1.6 1.6M18.3 5.7l-1.6 1.6M7.3 16.7l-1.6 1.6\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDaytime visual balance\u003c\/h3\u003e\n\u003cp\u003eYellow lenses support visual comfort during prolonged screen sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-card\"\u003e\n\u003cdiv class=\"kugo-icon\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M4 12h16\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M7.5 8.5 4 12l3.5 3.5\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M16.5 8.5 20 12l-3.5 3.5\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMedium fit\u003c\/h3\u003e\n\u003cp\u003eAt 137 mm, Ludlow fits comfortably in the medium-size range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE --\u003e\n\u003csection class=\"kugo-section\"\u003e\n\u003cdiv style=\"margin-bottom: 34px;\" class=\"kugo-center kugo-narrow\"\u003e\n\u003cdiv class=\"kugo-eyebrow\"\u003eSize and fit\u003c\/div\u003e\n\u003ch2 class=\"kugo-h2\"\u003eBuilt for medium fit.\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 0; color: #6e6e73;\" class=\"kugo-p\"\u003eLudlow sits in the medium-size range with a front width of 137 mm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-grid\"\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M4 12h16\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M8 8l-4 4 4 4M16 8l4 4-4 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"kugo-size-label\"\u003eFront width\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e137 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003crect stroke-width=\"1.7\" stroke=\"#111111\" rx=\"3\" height=\"10\" width=\"14\" y=\"7\" x=\"5\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n\u003cdiv class=\"kugo-size-label\"\u003eLens width\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e55 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M10 9 7 12l3 3M14 9l3 3-3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"kugo-size-label\"\u003eBridge\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e21 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M5 12h14\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M15 8l4 4-4 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"kugo-size-label\"\u003eTemple length\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e145 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M12 4v16\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M9 8l3-4 3 4M9 16l3 4 3-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"kugo-size-label\"\u003eLens height\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e51 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DAYTIME LENSES FEATURE --\u003e\n\u003csection class=\"kugo-section\"\u003e\n\u003cdiv class=\"kugo-day-shell\"\u003e\n\u003cdiv class=\"kugo-day-copy\"\u003e\n\u003cdiv class=\"kugo-eyebrow\"\u003eDaytime lens benefit\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 12px;\" class=\"kugo-h2\"\u003eMade for clearer days.\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"kugo-p\"\u003eKUGO Daytime lenses are designed to reduce the blue portion of light up to 450–460 nm, helping make daily screen use feel softer, clearer and less visually fatiguing. They are ideal for office work, laptop sessions, phone use and bright indoor environments where comfort and focus matter.\u003c\/p\u003e\n\u003cdiv class=\"kugo-day-actions\"\u003e\n\u003c!-- Replace the daytime guide link once your final URL is ready --\u003e \u003ca title=\"Daytime Lenses\" class=\"kugo-btn kugo-btn-primary\" href=\"https:\/\/www.kugoglasses.com\/pages\/kugo-daytime\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle stroke-width=\"1.7\" stroke=\"currentColor\" r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M12 2.8v2.6M12 18.6v2.6M2.8 12h2.6M18.6 12h2.6M5.2 5.2l1.8 1.8M17 17l1.8 1.8M18.8 5.2 17 7M7 17l-1.8 1.8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eExplore daytime lenses\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"kugo-day-visual\"\u003e\n\u003cdiv class=\"kugo-day-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kugo-day-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kugo-day-sun\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 24 24\" height=\"64\" width=\"64\"\u003e\u003ccircle stroke-width=\"1.6\" stroke=\"#111111\" r=\"4.2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#111111\" d=\"M12 3.8v2.2M12 18v2.2M3.8 12H6M18 12h2.2M5.7 5.7l1.6 1.6M16.7 16.7l1.6 1.6M18.3 5.7l-1.6 1.6M7.3 16.7l-1.6 1.6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"kugo-day-note\"\u003eBlue-light filtering for active daylight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA BUTTONS --\u003e\n\u003csection class=\"kugo-section\"\u003e\n\u003cdiv class=\"kugo-cta-shell\"\u003e\n\u003cdiv class=\"kugo-cta-text\"\u003e\n\u003cdiv class=\"kugo-eyebrow\"\u003eExplore more\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 12px;\" class=\"kugo-h2\"\u003eDiscover where Ludlow fits.\u003c\/h2\u003e\n\u003cp\u003eCompare Ludlow with other KUGO silhouettes or connect the model to your future Daytime lens guide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-button-row\"\u003e\n\u003ca title=\"Frame Fit\" class=\"kugo-btn kugo-btn-primary\" href=\"https:\/\/www.kugoglasses.com\/pages\/kugo-frame-fit\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M4 12h16\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M8 8l-4 4 4 4M16 8l4 4-4 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eCompare frames\u003c\/span\u003e\u003c\/a\u003e \u003ca title=\"Daytime Lenses\" class=\"kugo-btn kugo-btn-secondary\" href=\"https:\/\/www.kugoglasses.com\/pages\/kugo-daytime\"\u003e\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003ccircle stroke-width=\"1.7\" stroke=\"currentColor\" r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" d=\"M12 2.8v2.6M12 18.6v2.6M2.8 12h2.6M18.6 12h2.6M5.2 5.2l1.8 1.8M17 17l1.8 1.8M18.8 5.2 17 7M7 17l-1.8 1.8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eExplore daytime lenses\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"KUGO Glasses","offers":[{"title":"No \/ Standard","offer_id":49779438846293,"sku":"","price":79.0,"currency_code":"EUR","in_stock":true},{"title":"No \/ Premium","offer_id":50911011471701,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Yes \/ Premium","offer_id":50911011504469,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0265\/9070\/7747\/files\/KUGO_Ludlow_Front_Daytime_450_Standard.jpg?v=1749666750","url":"https:\/\/www.kugoglasses.com\/products\/ludlow-daytime","provider":"KUGO Glasses","version":"1.0","type":"link"}