{"product_id":"stanton-daytime","title":"STANTON daytime | denné","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\u003c!-- HERO --\u003e\n\u003csection class=\"kugo-section kugo-center\"\u003e\n\u003cdiv class=\"kugo-badge\"\u003eŽlté Daytime šošovky\u003c\/div\u003e\n\u003ch1 class=\"kugo-title\"\u003eStanton Daytime\u003c\/h1\u003e\n\u003cp class=\"kugo-subtitle\"\u003eStanton Daytime preklápa ikonického wayfarera do čistejšieho a screen-friendly spoločníka pre rušné moderné dni.\u003c\/p\u003e\n\u003cdiv class=\"kugo-chip-row\"\u003e\u003cspan class=\"kugo-chip\"\u003eKlasická obdĺžniková silueta\u003c\/span\u003e \u003cspan class=\"kugo-chip\"\u003eMedium až large fit\u003c\/span\u003e \u003cspan class=\"kugo-chip\"\u003eBio-acetátový rám\u003c\/span\u003e\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\"\u003ePríbeh dizajnu\u003c\/div\u003e\n\u003ch2 class=\"kugo-h2\"\u003eZnámy tvar, múdrejšie denné nosenie.\u003c\/h2\u003e\n\u003cp class=\"kugo-p\"\u003eStanton vychádza z jednej z ikonických ulíc New Yorku a prekladá ju do klasickej obdĺžnikovej siluety s jemne vytiahnutými rohmi a ticho ikonickým wayfarer charakterom.\u003c\/p\u003e\n\u003cp class=\"kugo-p\"\u003eIntegrovaný mostík a čistý front držia rám vizuálne pokojný, zatiaľ čo biologicky rozložiteľný acetát mu dodáva súčasnejší a zodpovednejší materiálový základ.\u003c\/p\u003e\n\u003cp class=\"kugo-p\"\u003eS Daytime šošovkami sa Stanton mení na každodenný základ pre kancelársku rutinu, laptop a indoor prostredie, kde sa z ostrejšieho digitálneho svetla časom zbiera vizuálna únava.\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\"\u003eČím vyniká\u003c\/div\u003e\n\u003ch2 class=\"kugo-h2\"\u003eZnámy. Čistý. Spoľahlivý.\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  \u003crect stroke-width=\"1.7\" stroke=\"#111111\" rx=\"2.4\" height=\"10\" width=\"16\" y=\"7\" x=\"4\"\u003e\u003c\/rect\u003e\n  \u003cpath stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"#111111\" d=\"M6 9.5h12\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWayfarer-inšpirovaný rám\u003c\/h3\u003e\n\u003cp\u003eČistý obdĺžnikový tvar s jemne vytiahnutými rohmi a dlhou univerzálnosťou.\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\u003eIntegrovaný mostík\u003c\/h3\u003e\n\u003cp\u003ePlynulý mostík drží prednú časť pokojne a moderne.\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\u003eBiologicky rozložiteľný acetát\u003c\/h3\u003e\n\u003cp\u003eVedomejší rámový materiál, ktorý si stále zachováva prémiový pocit.\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 až large fit\u003c\/h3\u003e\n\u003cp\u003eSo šírkou 140 mm nosí Stanton sebavedomú medium až large rovnováhu.\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\"\u003eVeľkosť a fit\u003c\/div\u003e\n\u003ch2 class=\"kugo-h2\"\u003eNavrhnutý pre medium až large fit.\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 0; color: #6e6e73;\" class=\"kugo-p\"\u003eStanton patrí do kategórie medium až large rámov so šírkou prednej časti 140 mm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-grid\"\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\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\"\u003eŠírka rámu\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e140 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\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\"\u003eŠírka šošovky\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e51 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\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\"\u003eMostík\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e13 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\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\"\u003eDĺžka straničiek\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e141 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-card\"\u003e\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\"\u003eVýška šošovky\u003c\/div\u003e\n\u003cdiv class=\"kugo-size-value\"\u003e49 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\"\u003eBenefit Daytime šošoviek\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 12px;\" class=\"kugo-h2\"\u003eNavrhnuté pre produktívny deň.\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"kugo-p\"\u003eKUGO Daytime šošovky sú navrhnuté tak, aby redukovali modrú zložku svetla až do 450–460 nm, vďaka čomu je každodenné používanie obrazoviek jemnejšie, čistejšie a menej vizuálne únavné. Sú ideálne na kancelársku prácu, laptop, mobil aj svetlé indoor prostredie, kde záleží na komforte a fokuse.\u003c\/p\u003e\n\u003cdiv class=\"kugo-day-actions\"\u003e\u003c!-- Replace the daytime guide link once your final URL is ready --\u003e \u003ca class=\"kugo-btn kugo-btn-primary\" href=\"https:\/\/www.kugoglasses.com\/sk\/pages\/kugo-daytime\" title=\"Denné šošovky\"\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\u003ePreskúmať Daytime šošovky\u003c\/span\u003e\u003c\/a\u003e\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\"\u003eFiltrácia modrého svetla pre aktívny deň\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\"\u003eObjav viac\u003c\/div\u003e\n\u003ch2 style=\"margin-bottom: 12px;\" class=\"kugo-h2\"\u003eZisti, kam Stanton patrí.\u003c\/h2\u003e\n\u003cp\u003ePorovnaj Stanton s ostatnými KUGO rámami alebo model prepoj so svojím budúcim Daytime lens guide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kugo-button-row\"\u003e\u003ca class=\"kugo-btn kugo-btn-primary\" href=\"https:\/\/www.kugoglasses.com\/sk\/pages\/kugo-frame-fit\" title=\"Porovnanie rámov\"\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\u003ePorovnať rámy\u003c\/span\u003e\u003c\/a\u003e \u003ca class=\"kugo-btn kugo-btn-secondary\" href=\"https:\/\/www.kugoglasses.com\/sk\/pages\/kugo-daytime\" title=\"Denné šošovky\"\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\u003ePreskúmať Daytime šošovky\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"KUGO Glasses","offers":[{"title":"Čierna \/ Štandard \/ Nie","offer_id":47642433126741,"sku":null,"price":79.0,"currency_code":"EUR","in_stock":true},{"title":"Tortoise \/ Štandard \/ Nie","offer_id":47642433159509,"sku":null,"price":79.0,"currency_code":"EUR","in_stock":true},{"title":"Priehľadná \/ Štandard \/ Nie","offer_id":50215949402453,"sku":null,"price":79.0,"currency_code":"EUR","in_stock":true},{"title":"Čierna \/ Prémium \/ Nie","offer_id":50909441589589,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Čierna \/ Prémium \/ Áno","offer_id":50909441622357,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Tortoise \/ Prémium \/ Nie","offer_id":50909441655125,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Tortoise \/ Prémium \/ Áno","offer_id":50909441687893,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Priehľadná \/ Prémium \/ Nie","offer_id":50909441720661,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true},{"title":"Priehľadná \/ Prémium \/ Áno","offer_id":50909441753429,"sku":null,"price":169.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0265\/9070\/7747\/files\/KUGO_Stanton_Transparent_Front_Daytime_450_Standard.jpg?v=1749649542","url":"https:\/\/www.kugoglasses.com\/sk\/products\/stanton-daytime","provider":"KUGO Glasses","version":"1.0","type":"link"}