{"product_id":"kugo-cherry-daytime","title":"Cherry 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\"\u003eCherry Daytime\u003c\/h1\u003e\n\u003cp class=\"kugo-subtitle\"\u003eCherry Daytime turns cat-eye confidence into a brighter all-day style — polished, feminine and easy on digital eyes.\u003c\/p\u003e\n\u003cdiv class=\"kugo-chip-row\"\u003e\n\u003cspan class=\"kugo-chip\"\u003eBold cat-eye silhouette\u003c\/span\u003e \u003cspan class=\"kugo-chip\"\u003eMedium to large fit\u003c\/span\u003e \u003cspan class=\"kugo-chip\"\u003eSustainable bio-acetate\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\"\u003eClassic cat-eye, rebalanced for daylight.\u003c\/h2\u003e\n\u003cp class=\"kugo-p\"\u003eNamed after Cherry Street in Lower Manhattan, Cherry blends heritage and contemporary city life in a frame that feels elegant, expressive and sustainably made.\u003c\/p\u003e\n\u003cp class=\"kugo-p\"\u003eIts bold cat-eye silhouette is available in tortoiseshell or sleek solid black, each crafted from bio-acetate for a more responsible material profile and a clean premium finish.\u003c\/p\u003e\n\u003cp class=\"kugo-p\"\u003eWith yellow Daytime lenses, Cherry becomes an ideal choice for daily office styling, reading, screen use and bright indoor routines where comfort matters just as much as shape.\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. Bright. Feminine.\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  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M5 14c1-4.5 13-4.5 14 0\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M6.5 10.5c1.2-2.3 3.1-3.5 5.5-3.5s4.3 1.2 5.5 3.5\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M17.5 10.5 20 9\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eCat-eye confidence\u003c\/h3\u003e\n\u003cp\u003eA bold cat-eye line with elegant lift and modern presence.\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 8h14\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M6 12h12\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M7 16h10\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eBio-acetate build\u003c\/h3\u003e\n\u003cp\u003eSustainable bio-acetate keeps the frame refined and wearable.\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=\"M6 7c3 1.2 3 8.8 6 10\"\u003e\u003c\/path\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M12 7c3 1.2 3 8.8 6 10\"\u003e\u003c\/path\u003e\n  \u003cpath opacity=\"0.6\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#111111\" d=\"M4.5 8.5c2.5-1 5-.8 7.5.2 2.5 1 5 .8 7.5-.2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eTortoiseshell or black\u003c\/h3\u003e\n\u003cp\u003eTwo polished frame moods for softer warmth or cleaner contrast.\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 to large fit\u003c\/h3\u003e\n\u003cp\u003eAt 146 mm, Cherry gives a fuller fashion-led medium-to-large fit.\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 to large fit.\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 0; color: #6e6e73;\" class=\"kugo-p\"\u003eCherry sits in the medium to large-size range with a front width of 146 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\"\u003e146 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\"\u003e49 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\"\u003e11 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\"\u003e134 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\"\u003e48 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 Cherry fits.\u003c\/h2\u003e\n\u003cp\u003eCompare Cherry 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":"Black \/ Standard \/ No","offer_id":53498264420693,"sku":null,"price":79.0,"currency_code":"EUR","in_stock":true},{"title":"Tortoise \/ Standard \/ No","offer_id":53498264453461,"sku":null,"price":79.0,"currency_code":"EUR","in_stock":true},{"title":"Black \/ Premium \/ No","offer_id":53498264486229,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Black \/ Premium \/ Yes","offer_id":53498264518997,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Tortoise \/ Premium \/ No","offer_id":53498264551765,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Tortoise \/ Premium \/ Yes","offer_id":53498264584533,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0265\/9070\/7747\/files\/KUGO_Cherry_Black_Front_Daytime_450_Standard.jpg?v=1749648658","url":"https:\/\/www.kugoglasses.com\/products\/kugo-cherry-daytime","provider":"KUGO Glasses","version":"1.0","type":"link"}