{"product_id":"kugo-sport-sunglasses-transparent-blue","title":"KUGO Sport Sunglasses Transparent Frame Blue Lens","description":"\u003cdiv class=\"kugo-sport-wrap kugo-sport-theme-blue-transparent\"\u003e\n  \u003cstyle\u003e\n    \/* KUGO Sport Sunglasses — full responsive product block *\/\n    \/* Variant theme is controlled by the wrapper class on the first line *\/\n.kugo-sport-wrap {\n  --text: #0f1115;\n  --muted: #667085;\n  --line: #e9edf2;\n  --soft: #f7f9fb;\n  --card: #fbfcfd;\n  --white: #ffffff;\n  --shadow: 0 12px 34px rgba(15, 17, 21, 0.06);\n  --shadow-hover: 0 18px 40px rgba(15, 17, 21, 0.10);\n  --radius-xl: 34px;\n  --radius-lg: 26px;\n  --radius-md: 20px;\n  --radius-pill: 999px;\n  --dark-1: #191c22;\n  --dark-2: #101318;\n  --glow-1: #d7dde5;\n  --glow-2: #aab4c2;\n  --accent-1: #d9ecff;\n  --accent-2: #9cc8ff;\n  --accent-3: #66a8ff;\n  --success-1: #dff7ea;\n  --success-2: #8fd3ad;\n\n  \/* VARIANT TOKENS *\/\n  --sport-accent-a: rgba(255,122,61,0.22);\n  --sport-accent-b: rgba(255,179,138,0.18);\n  --sport-accent-c: #ff7a3d;\n  --sport-accent-d: #ffb38a;\n  --sport-lens-bar: linear-gradient(90deg, rgba(255,109,57,0.18) 0%, rgba(255,145,77,0.34) 52%, rgba(255,191,120,0.22) 100%);\n  --sport-frame-chip-bg: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);\n  --sport-frame-chip-text: #3a4350;\n\n  font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Arial, sans-serif;\n  color: var(--text);\n  background: #fff;\n  max-width: 1120px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.kugo-sport-theme-orange-transparent {\n  --sport-accent-a: rgba(255,122,61,0.22);\n  --sport-accent-b: rgba(255,179,138,0.18);\n  --sport-accent-c: #ff7a3d;\n  --sport-accent-d: #ffb38a;\n  --sport-lens-bar: linear-gradient(90deg, rgba(255,109,57,0.18) 0%, rgba(255,145,77,0.34) 52%, rgba(255,191,120,0.22) 100%);\n}\n\n.kugo-sport-theme-blue-transparent {\n  --sport-accent-a: rgba(76,118,255,0.18);\n  --sport-accent-b: rgba(135,187,255,0.18);\n  --sport-accent-c: #4c76ff;\n  --sport-accent-d: #87bbff;\n  --sport-lens-bar: linear-gradient(90deg, rgba(61,108,255,0.18) 0%, rgba(80,155,255,0.34) 52%, rgba(148,212,255,0.22) 100%);\n}\n\n.kugo-sport-theme-orange-black {\n  --sport-accent-a: rgba(255,122,61,0.18);\n  --sport-accent-b: rgba(255,179,138,0.12);\n  --sport-accent-c: #ff7a3d;\n  --sport-accent-d: #ffb38a;\n  --sport-lens-bar: linear-gradient(90deg, rgba(255,109,57,0.18) 0%, rgba(255,145,77,0.34) 52%, rgba(255,191,120,0.22) 100%);\n  --sport-frame-chip-bg: linear-gradient(180deg, #1a1d23 0%, #0f1115 100%);\n  --sport-frame-chip-text: #ffffff;\n}\n\n.kugo-sport-theme-blue-black {\n  --sport-accent-a: rgba(76,118,255,0.16);\n  --sport-accent-b: rgba(135,187,255,0.12);\n  --sport-accent-c: #4c76ff;\n  --sport-accent-d: #87bbff;\n  --sport-lens-bar: linear-gradient(90deg, rgba(61,108,255,0.18) 0%, rgba(80,155,255,0.34) 52%, rgba(148,212,255,0.22) 100%);\n  --sport-frame-chip-bg: linear-gradient(180deg, #1a1d23 0%, #0f1115 100%);\n  --sport-frame-chip-text: #ffffff;\n}\n\n.kugo-sport-wrap * {\n  box-sizing: border-box;\n}\n\n.kugo-section {\n  padding: 72px 28px;\n  border-bottom: 1px solid var(--line);\n}\n\n.kugo-section:last-child {\n  border-bottom: 0;\n  padding-bottom: 84px;\n}\n\n.kugo-center {\n  text-align: center;\n}\n\n.kugo-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.10em;\n  text-transform: uppercase;\n  color: #7a8595;\n  margin-bottom: 16px;\n}\n\n.kugo-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, var(--sport-accent-d) 0%, var(--sport-accent-c) 100%);\n  box-shadow: 0 0 0 6px color-mix(in srgb, var(--sport-accent-c) 16%, transparent);\n}\n\n.kugo-hero {\n  position: relative;\n  overflow: hidden;\n  border: 1px solid #e6ebf1;\n  border-radius: 38px;\n  padding: 42px 34px 34px;\n  background:\n    radial-gradient(circle at top right, var(--sport-accent-a) 0%, rgba(255,255,255,0) 42%),\n    radial-gradient(circle at bottom left, var(--sport-accent-b) 0%, rgba(255,255,255,0) 44%),\n    linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);\n  box-shadow: var(--shadow);\n}\n\n.kugo-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 34px;\n  padding: 0 14px;\n  border: 1px solid #e6ebf1;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.86);\n  backdrop-filter: blur(10px);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #667085;\n  margin-bottom: 18px;\n}\n\n.kugo-title {\n  margin: 0;\n  font-size: 62px;\n  line-height: 1.08;\n  font-weight: 800;\n  letter-spacing: -0.05em;\n  color: transparent;\n  background:\n    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.04) 24%, rgba(255,255,255,0) 42%),\n    linear-gradient(90deg, #1f2430 0%, #5f6c7d 42%, #2b313c 78%, #0f1115 100%);\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  padding-bottom: 0.18em;\n}\n\n.kugo-subtitle {\n  max-width: 820px;\n  margin: 12px auto 0;\n  font-size: 24px;\n  line-height: 1.38;\n  color: #20242c;\n  letter-spacing: -0.01em;\n}\n\n.kugo-chip-row {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  flex-wrap: wrap;\n  margin-top: 26px;\n}\n\n.kugo-chip {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 40px;\n  padding: 0 14px;\n  border-radius: 999px;\n  border: 1px solid #e6ebf1;\n  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);\n  color: #3a4350;\n  font-size: 14px;\n  font-weight: 500;\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n}\n\n.kugo-chip-frame {\n  background: var(--sport-frame-chip-bg);\n  color: var(--sport-frame-chip-text);\n  border-color: rgba(15,17,21,0.08);\n}\n\n.kugo-hero-grid {\n  display: grid;\n  grid-template-columns: 1.08fr 0.92fr;\n  gap: 22px;\n  margin-top: 34px;\n  align-items: stretch;\n}\n\n.kugo-hero-copy,\n.kugo-hero-visual {\n  border-radius: 30px;\n  border: 1px solid #e7ecf2;\n  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);\n}\n\n.kugo-hero-copy {\n  padding: 28px 26px;\n}\n\n.kugo-hero-copy p {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.72;\n  color: #4a5360;\n}\n\n.kugo-hero-visual {\n  position: relative;\n  overflow: hidden;\n  min-height: 320px;\n  background:\n    radial-gradient(circle at 72% 22%, var(--sport-accent-a) 0%, rgba(255,255,255,0) 26%),\n    linear-gradient(180deg, #f8fbff 0%, #eef4fb 42%, #ffffff 100%);\n}\n\n.kugo-speed-ring {\n  position: absolute;\n  inset: 50% auto auto 50%;\n  transform: translate(-50%, -50%);\n  width: 250px;\n  height: 250px;\n  border-radius: 50%;\n  border: 1px solid rgba(95,108,125,0.12);\n  box-shadow:\n    0 0 0 22px rgba(95,108,125,0.04),\n    0 0 0 50px rgba(95,108,125,0.03);\n}\n\n.kugo-speed-ring::before,\n.kugo-speed-ring::after {\n  content: \"\";\n  position: absolute;\n  inset: 50%;\n  transform: translate(-50%, -50%);\n  border-radius: 50%;\n}\n\n.kugo-speed-ring::before {\n  width: 150px;\n  height: 150px;\n  border: 1px dashed rgba(43,49,60,0.15);\n}\n\n.kugo-speed-ring::after {\n  width: 76px;\n  height: 76px;\n  background: linear-gradient(180deg, #1f2430 0%, #0f1115 100%);\n  box-shadow: 0 18px 34px rgba(15,17,21,0.16);\n}\n\n.kugo-hero-stat {\n  position: absolute;\n  display: inline-flex;\n  flex-direction: column;\n  gap: 4px;\n  min-width: 120px;\n  padding: 14px 16px;\n  border-radius: 20px;\n  background: rgba(255,255,255,0.84);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(15,17,21,0.06);\n  box-shadow: 0 10px 28px rgba(15,17,21,0.06);\n}\n\n.kugo-hero-stat strong {\n  font-size: 18px;\n  line-height: 1.1;\n  color: #111827;\n  font-weight: 700;\n}\n\n.kugo-hero-stat span {\n  font-size: 12px;\n  line-height: 1.4;\n  color: #6b7280;\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n  font-weight: 700;\n}\n\n.kugo-stat-1 { top: 22px; left: 22px; }\n.kugo-stat-2 { bottom: 22px; right: 22px; }\n\n.kugo-h2 {\n  margin: 0 0 14px;\n  font-size: 42px;\n  line-height: 1.08;\n  font-weight: 800;\n  letter-spacing: -0.04em;\n  color: var(--text);\n}\n\n.kugo-p {\n  margin: 0 0 14px;\n  font-size: 18px;\n  line-height: 1.68;\n  color: #4a5360;\n}\n\n.kugo-p:last-child {\n  margin-bottom: 0;\n}\n\n.kugo-narrow {\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.kugo-grid-4 {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.kugo-card {\n  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);\n  border: 1px solid var(--line);\n  border-radius: 28px;\n  padding: 28px 24px;\n  min-height: 248px;\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;\n}\n\n.kugo-card:hover {\n  transform: translateY(-4px);\n  box-shadow: var(--shadow);\n  border-color: #dde5ee;\n}\n\n.kugo-icon {\n  width: 48px;\n  height: 48px;\n  border-radius: 16px;\n  background: linear-gradient(180deg, #f4f8fc 0%, #eef3f8 100%);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 18px;\n  border: 1px solid #e7edf3;\n}\n\n.kugo-card h3 {\n  margin: 0 0 10px;\n  font-size: 21px;\n  line-height: 1.2;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n  color: var(--text);\n}\n\n.kugo-card p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.66;\n  color: #667085;\n}\n\n.kugo-lens-shell {\n  max-width: 980px;\n  margin: 0 auto;\n  padding: 34px 30px;\n  border-radius: 34px;\n  border: 1px solid var(--line);\n  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n}\n\n.kugo-lens-top {\n  text-align: center;\n  max-width: 820px;\n  margin: 0 auto 28px;\n}\n\n.kugo-lens-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 16px;\n  margin-top: 22px;\n}\n\n.kugo-lens-card {\n  border-radius: 24px;\n  padding: 22px 20px;\n  border: 1px solid #ebeef2;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n}\n\n.kugo-lens-swatch {\n  width: 100%;\n  height: 12px;\n  border-radius: 999px;\n  margin-bottom: 16px;\n  border: 1px solid rgba(15,17,21,0.05);\n  box-shadow: inset 0 1px 1px rgba(255,255,255,0.35);\n}\n\n.kugo-clear {\n  background: linear-gradient(90deg, rgba(210,220,232,0.20) 0%, rgba(241,246,251,0.75) 50%, rgba(210,220,232,0.22) 100%);\n}\n\n.kugo-black {\n  background: linear-gradient(90deg, rgba(52,58,68,0.18) 0%, rgba(107,114,128,0.36) 48%, rgba(180,187,197,0.22) 100%);\n}\n\n.kugo-color {\n  background: var(--sport-lens-bar);\n}\n\n.kugo-lens-card h3 {\n  margin: 0 0 8px;\n  font-size: 20px;\n  line-height: 1.2;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n  color: #101828;\n}\n\n.kugo-lens-card p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.66;\n  color: #667085;\n}\n\n.kugo-options {\n  display: flex;\n  gap: 10px;\n  flex-wrap: wrap;\n  justify-content: center;\n  margin-top: 22px;\n}\n\n.kugo-option {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 0 14px;\n  border-radius: 999px;\n  border: 1px solid #e5ebf2;\n  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);\n  color: #435063;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n}\n\n.kugo-included-grid,\n.kugo-size-grid {\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0, 1fr));\n  gap: 16px;\n}\n\n.kugo-size-card,\n.kugo-included-card {\n  background: #fbfcfd;\n  border: 1px solid var(--line);\n  border-radius: 24px;\n  padding: 24px 18px;\n  text-align: center;\n  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;\n}\n\n.kugo-size-card:hover,\n.kugo-included-card:hover {\n  transform: translateY(-4px);\n  box-shadow: var(--shadow);\n  border-color: #dde5ee;\n}\n\n.kugo-size-label,\n.kugo-included-label {\n  font-size: 13px;\n  color: #7a8595;\n  margin: 10px 0 6px;\n}\n\n.kugo-size-value {\n  font-size: 28px;\n  line-height: 1.08;\n  font-weight: 800;\n  letter-spacing: -0.03em;\n  color: #111827;\n}\n\n.kugo-included-value {\n  font-size: 16px;\n  line-height: 1.45;\n  font-weight: 700;\n  color: #111827;\n}\n\n.kugo-clip-shell {\n  display: grid;\n  grid-template-columns: 1.05fr 0.95fr;\n  gap: 22px;\n  align-items: stretch;\n}\n\n.kugo-clip-copy,\n.kugo-clip-visual {\n  border-radius: 32px;\n  border: 1px solid var(--line);\n  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n}\n\n.kugo-clip-copy {\n  padding: 34px 30px;\n}\n\n.kugo-clip-visual {\n  min-height: 300px;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background:#ffffff;\n}\n\n.kugo-clip-image {\n  display: block;\n}\n\n.kugo-clip-image-full {\n  position: relative;\n  width: min(82%, 360px);\n  max-width: 100%;\n  height: auto;\n  border: 0;\n  border-radius: 0;\n  background: transparent;\n  box-shadow: none;\n  object-fit: contain;\n}\n\n.kugo-warranty-note {\n  margin-top: 18px;\n  padding: 14px 16px;\n  border-radius: 18px;\n  background: linear-gradient(180deg, #fbfcfd 0%, #f4f7fa 100%);\n  border: 1px solid #e8edf3;\n  font-size: 14px;\n  line-height: 1.6;\n  color: #556070;\n}\n\n.kugo-cta-shell {\n  max-width: 860px;\n  margin: 0 auto;\n  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);\n  border: 1px solid var(--line);\n  border-radius: 34px;\n  padding: 34px 28px;\n  box-shadow: 0 1px 0 rgba(15,17,21,0.02);\n}\n\n.kugo-cta-text {\n  max-width: 650px;\n  margin: 0 auto 24px;\n  text-align: center;\n}\n\n.kugo-cta-text p {\n  margin: 0;\n  font-size: 18px;\n  line-height: 1.68;\n  color: #667085;\n}\n\n.kugo-button-row {\n  display: flex;\n  justify-content: center;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n.kugo-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  min-height: 54px;\n  padding: 0 22px;\n  border-radius: 999px;\n  text-decoration: none;\n  font-size: 15px;\n  font-weight: 700;\n  letter-spacing: -0.01em;\n  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;\n  white-space: nowrap;\n}\n\n.kugo-btn-primary {\n  color: #ffffff;\n  border: 1px solid transparent;\n  background: linear-gradient(90deg, #20242c 0%, #0f1115 100%);\n  box-shadow: 0 14px 30px rgba(15,17,21,0.16);\n}\n\n.kugo-btn-primary:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 20px 38px rgba(15,17,21,0.20);\n}\n\n.kugo-btn-secondary {\n  color: #1f2937;\n  border: 1px solid #e3e8ef;\n  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);\n  box-shadow: 0 1px 0 rgba(15,17,21,0.01);\n}\n\n.kugo-btn-secondary:hover {\n  transform: translateY(-4px);\n  box-shadow: var(--shadow-hover);\n  border-color: #d8e0ea;\n  background: #ffffff;\n}\n\n.kugo-btn svg {\n  flex: 0 0 auto;\n}\n\n@media (max-width: 980px) {\n  .kugo-title {\n    font-size: 52px;\n  }\n\n  .kugo-subtitle {\n    font-size: 21px;\n  }\n\n  .kugo-hero-grid,\n  .kugo-clip-shell {\n    grid-template-columns: 1fr;\n  }\n\n  .kugo-grid-4 {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .kugo-size-grid,\n  .kugo-included-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .kugo-lens-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 640px) {\n  .kugo-section {\n    padding: 56px 18px;\n  }\n\n  .kugo-hero {\n    padding: 28px 18px 20px;\n    border-radius: 28px;\n  }\n\n  .kugo-title {\n    font-size: 40px;\n    line-height: 1.10;\n    padding-bottom: 0.20em;\n  }\n\n  .kugo-subtitle {\n    font-size: 18px;\n  }\n\n  .kugo-h2 {\n    font-size: 32px;\n  }\n\n  .kugo-grid-4,\n  .kugo-size-grid,\n  .kugo-included-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .kugo-hero-copy,\n  .kugo-lens-shell,\n  .kugo-clip-copy,\n  .kugo-cta-shell {\n    padding: 24px 18px;\n  }\n\n  .kugo-hero-copy,\n  .kugo-hero-visual,\n  .kugo-lens-shell,\n  .kugo-clip-copy,\n  .kugo-clip-visual,\n  .kugo-cta-shell {\n    border-radius: 26px;\n  }\n\n  .kugo-hero-visual,\n  .kugo-clip-visual {\n    min-height: 240px;\n  }\n\n  .kugo-speed-ring {\n    width: 190px;\n    height: 190px;\n  }\n\n  .kugo-hero-stat {\n    min-width: 104px;\n    padding: 12px 12px;\n  }\n\n  .kugo-stat-1 { top: 14px; left: 14px; }\n  .kugo-stat-2 { right: 14px; bottom: 14px; }\n\n  .kugo-clip-image-full {\n    width: min(88%, 280px);\n  }\n\n  .kugo-button-row {\n    flex-direction: column;\n  }\n\n  .kugo-btn {\n    width: 100%;\n  }\n}\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"kugo-section kugo-center\"\u003e\n    \u003cdiv class=\"kugo-hero\"\u003e\n      \u003cdiv class=\"kugo-badge\"\u003eUltralight Performance Eyewear\u003c\/div\u003e\n\n      \u003ch1 class=\"kugo-title\"\u003eKUGO Sport Sunglasses\u003c\/h1\u003e\n\n      \u003cp class=\"kugo-subtitle\"\u003e\n        Engineered for athletes who demand precision, adaptability and all-day comfort. Built to move fast, stay secure and perform under pressure.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"kugo-chip-row\"\u003e\n        \u003cspan class=\"kugo-chip kugo-chip-frame\"\u003eTransparent frame\u003c\/span\u003e\n        \u003cspan class=\"kugo-chip\"\u003eBlue sport lens\u003c\/span\u003e\n        \u003cspan class=\"kugo-chip\"\u003e3 lenses\u003c\/span\u003e\n        \u003cspan class=\"kugo-chip\"\u003ePrescription clip compatible\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kugo-hero-grid\"\u003e\n        \u003cdiv class=\"kugo-hero-copy\"\u003e\n          \u003cdiv class=\"kugo-eyebrow\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003ePerformance concept\u003c\/div\u003e\n          \u003cp\u003e\n            KUGO Sport Sunglasses are designed around speed, stability and visual control. The aerodynamic wraparound shape expands your field of view while shielding the eyes from wind, glare and distractions. Lightweight construction keeps pressure low through long sessions, while the secure fit holds steady during dynamic movement.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kugo-hero-visual\" aria-hidden=\"true\"\u003e\n          \u003cdiv class=\"kugo-speed-ring\"\u003e\u003c\/div\u003e\n\n          \u003cdiv class=\"kugo-hero-stat kugo-stat-1\"\u003e\n            \u003cstrong\u003e3 lenses\u003c\/strong\u003e\n            \u003cspan\u003eIncluded\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"kugo-hero-stat kugo-stat-2\"\u003e\n            \u003cstrong\u003eUV400\u003c\/strong\u003e\n            \u003cspan\u003eProtection\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HIGHLIGHTS --\u003e\n  \u003csection class=\"kugo-section\"\u003e\n    \u003cdiv class=\"kugo-center kugo-narrow\" style=\"margin-bottom: 34px;\"\u003e\n      \u003cdiv class=\"kugo-eyebrow\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003eWhy it stands out\u003c\/div\u003e\n      \u003ch2 class=\"kugo-h2\"\u003eBuilt for speed. Designed for control.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kugo-grid-4\"\u003e\n      \u003cdiv class=\"kugo-card\"\u003e\n        \u003cdiv class=\"kugo-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 14c3.2-4.2 12.8-4.2 16 0\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 10.5c2.2-2.6 7.8-2.6 10 0\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8v8\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" opacity=\"0.55\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eWraparound coverage\u003c\/h3\u003e\n        \u003cp\u003eA wide, protective sport silhouette that helps shield the eyes from wind, dust and harsh direct light.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-card\"\u003e\n        \u003cdiv class=\"kugo-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M8 5 5 12l3 7\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 5l3 7-3 7\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 12h4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eFast lens swap\u003c\/h3\u003e\n        \u003cp\u003eThe easy-change system lets you switch lenses in seconds and adapt immediately to different riding or training conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-card\"\u003e\n        \u003cdiv class=\"kugo-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 5v14\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8l3-3 3 3M9 16l3 3 3-3\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eUltralight comfort\u003c\/h3\u003e\n        \u003cp\u003eEngineered to reduce pressure during long wear so the frame feels stable, balanced and barely there.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-card\"\u003e\n        \u003cdiv class=\"kugo-icon\"\u003e\n          \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect x=\"6\" y=\"8\" width=\"12\" height=\"8\" rx=\"2.2\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 8V6.8c0-.8.7-1.5 1.5-1.5h3c.8 0 1.5.7 1.5 1.5V8\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 12h4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003ePrescription-ready\u003c\/h3\u003e\n        \u003cp\u003eCompatible with an internal diopter clip, allowing custom vision correction without changing the sport silhouette.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LENS SYSTEM --\u003e\n  \u003csection class=\"kugo-section\"\u003e\n    \u003cdiv class=\"kugo-lens-shell\"\u003e\n      \u003cdiv class=\"kugo-lens-top\"\u003e\n        \u003cdiv class=\"kugo-eyebrow\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003eLens system\u003c\/div\u003e\n        \u003ch2 class=\"kugo-h2\" style=\"margin-bottom: 12px;\"\u003eOne frame. Three included lenses.\u003c\/h2\u003e\n        \u003cp class=\"kugo-p\" style=\"margin-bottom:0;\"\u003e\n          KUGO Sport Sunglasses come ready for changing environments with a complete interchangeable lens setup built for clarity, glare reduction and visual versatility.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kugo-lens-grid\"\u003e\n        \u003cdiv class=\"kugo-lens-card\"\u003e\n          \u003cdiv class=\"kugo-lens-swatch kugo-black\"\u003e\u003c\/div\u003e\n          \u003ch3\u003eBlack polarized lens\u003c\/h3\u003e\n          \u003cp\u003eIdeal for strong sunlight. Reduces harsh glare, improves contrast and gives cleaner vision in bright outdoor conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kugo-lens-card\"\u003e\n          \u003cdiv class=\"kugo-lens-swatch kugo-color\"\u003e\u003c\/div\u003e\n          \u003ch3\u003eBlue performance lens\u003c\/h3\u003e\n          \u003cp\u003eA sport-focused lens option created for sharper visual perception, better terrain reading and a more dynamic field of view.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kugo-lens-card\"\u003e\n          \u003cdiv class=\"kugo-lens-swatch kugo-clear\"\u003e\u003c\/div\u003e\n          \u003ch3\u003eClear UV400 lens\u003c\/h3\u003e\n          \u003cp\u003eBest for low light, indoor sessions or evening use, while still maintaining full UV400 eye protection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kugo-options\"\u003e\n        \u003cspan class=\"kugo-option\"\u003ePolarized option\u003c\/span\u003e\n        \u003cspan class=\"kugo-option\"\u003ePrescription clip option\u003c\/span\u003e\n        \u003cspan class=\"kugo-option\"\u003eQuick interchangeable system\u003c\/span\u003e\n\n        \u003c!-- FUTURE OPTION: Uncomment when photochromic version is available --\u003e\n        \u003c!-- \u003cspan class=\"kugo-option\"\u003ePhotochromic lens option\u003c\/span\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CLIP --\u003e\n  \u003csection class=\"kugo-section\"\u003e\n    \u003cdiv class=\"kugo-clip-shell\"\u003e\n      \u003cdiv class=\"kugo-clip-copy\"\u003e\n        \u003cdiv class=\"kugo-eyebrow\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003ePrescription compatibility\u003c\/div\u003e\n        \u003ch2 class=\"kugo-h2\" style=\"margin-bottom: 12px;\"\u003eAdd an internal diopter clip.\u003c\/h2\u003e\n        \u003cp class=\"kugo-p\"\u003e\n          For athletes who need corrective vision, the optional internal prescription insert integrates cleanly behind the main sport lens.\n        \u003c\/p\u003e\n        \u003cp class=\"kugo-p\"\u003e\n          It keeps the outer performance shield intact while allowing personalized optics inside — a practical solution that preserves both comfort and aerodynamic style.\n        \u003c\/p\u003e\n        \u003cdiv class=\"kugo-warranty-note\"\u003e\n          KUGO Sport Sunglasses also come with a 5-year warranty covering manufacturing faults and material issues. Manual damage is not included.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kugo-clip-visual\" aria-hidden=\"true\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0265\/9070\/7747\/files\/KUGO_Prescription_Clip.jpg?v=1774085519\" alt=\"KUGO prescription clip\" class=\"kugo-clip-image kugo-clip-image-full\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED --\u003e\n  \u003csection class=\"kugo-section\"\u003e\n    \u003cdiv class=\"kugo-center kugo-narrow\" style=\"margin-bottom: 34px;\"\u003e\n      \u003cdiv class=\"kugo-eyebrow\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003eWhat’s included\u003c\/div\u003e\n      \u003ch2 class=\"kugo-h2\"\u003eEverything you need in one setup.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kugo-included-grid\"\u003e\n      \u003cdiv class=\"kugo-included-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect x=\"5\" y=\"7\" width=\"14\" height=\"10\" rx=\"2.2\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 7V6.2c0-.9.7-1.7 1.7-1.7h2.6c.9 0 1.7.8 1.7 1.7V7\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-included-label\"\u003eProtection\u003c\/div\u003e\n        \u003cdiv class=\"kugo-included-value\"\u003eKUGO hard case\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-included-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M6 8h12l-2 8H8L6 8Z\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 8c0-2.2 1.8-4 4-4s4 1.8 4 4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-included-label\"\u003eStorage\u003c\/div\u003e\n        \u003cdiv class=\"kugo-included-value\"\u003eSoft pouch\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-included-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M6 17 17 6\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 6h10v10\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-included-label\"\u003eCare\u003c\/div\u003e\n        \u003cdiv class=\"kugo-included-value\"\u003eMicrofiber cloth\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-included-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"8\" cy=\"12\" r=\"2.3\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"12\" r=\"2.3\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M10.3 12h3.4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-included-label\"\u003eVision\u003c\/div\u003e\n        \u003cdiv class=\"kugo-included-value\"\u003e3 included lenses\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-included-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect x=\"7\" y=\"8\" width=\"10\" height=\"8\" rx=\"2\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9.5 8V7c0-.8.7-1.5 1.5-1.5h2c.8 0 1.5.7 1.5 1.5v1\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-included-label\"\u003eUpgrade\u003c\/div\u003e\n        \u003cdiv class=\"kugo-included-value\"\u003eRX clip option\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SIZE --\u003e\n  \u003csection class=\"kugo-section\"\u003e\n    \u003cdiv class=\"kugo-center kugo-narrow\" style=\"margin-bottom: 34px;\"\u003e\n      \u003cdiv class=\"kugo-eyebrow\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003eDimensions\u003c\/div\u003e\n      \u003ch2 class=\"kugo-h2\"\u003eSport fit dimensions.\u003c\/h2\u003e\n      \u003cp class=\"kugo-p\" style=\"margin-bottom:0; color:#667085;\"\u003e\n        Built for broad coverage, a secure fit and extended comfort during movement.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kugo-size-grid\"\u003e\n      \u003cdiv class=\"kugo-size-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 12h16\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 8l-4 4 4 4M16 8l4 4-4 4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-size-label\"\u003eFrame width\u003c\/div\u003e\n        \u003cdiv class=\"kugo-size-value\"\u003e144 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-size-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 4v16\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8l3-4 3 4M9 16l3 4 3-4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-size-label\"\u003eLens height\u003c\/div\u003e\n        \u003cdiv class=\"kugo-size-value\"\u003e59 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-size-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M8 12h8\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 9 7 12l3 3M14 9l3 3-3 3\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-size-label\"\u003eBridge\u003c\/div\u003e\n        \u003cdiv class=\"kugo-size-value\"\u003e15 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-size-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect x=\"5\" y=\"8\" width=\"14\" height=\"8\" rx=\"2.4\" stroke=\"#111827\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-size-label\"\u003eLens width\u003c\/div\u003e\n        \u003cdiv class=\"kugo-size-value\"\u003e133 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kugo-size-card\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M5 12h14\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 8l4 4-4 4\" stroke=\"#111827\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv class=\"kugo-size-label\"\u003eTemple length\u003c\/div\u003e\n        \u003cdiv class=\"kugo-size-value\"\u003e141 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\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\"\u003e\n\u003cspan class=\"kugo-dot\"\u003e\u003c\/span\u003eExplore more\u003c\/div\u003e\n        \u003ch2 class=\"kugo-h2\" style=\"margin-bottom: 12px;\"\u003eExplore the KUGO sport collection.\u003c\/h2\u003e\n        \u003cp\u003e\n          Discover the full sport range or learn more about our 5-year warranty covering manufacturing and material faults excluding manual damage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kugo-button-row\"\u003e\n        \u003ca href=\"https:\/\/www.kugoglasses.com\/collections\/sport\" class=\"kugo-btn kugo-btn-primary\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M5 12h14\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M13 6l6 6-6 6\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cspan\u003eExplore sport collection\u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca href=\"https:\/\/www.kugoglasses.com\/pages\/extender-5-years-warranty\" class=\"kugo-btn kugo-btn-secondary\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 4 18 6.5v5.2c0 3.9-2.4 6.9-6 8.3-3.6-1.4-6-4.4-6-8.3V6.5L12 4Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m9.5 12 1.6 1.6L14.8 10\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cspan\u003eExtended 5-year warranty\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"KUGO","offers":[{"title":"No","offer_id":51419648426325,"sku":"Black_Sport1","price":49.0,"currency_code":"EUR","in_stock":true},{"title":"Yes","offer_id":51419648459093,"sku":"Black_Sport2","price":69.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0265\/9070\/7747\/files\/KUGO_Sport_Sunglasses_Transparent_Blue_N.jpg?v=1763223385","url":"https:\/\/www.kugoglasses.com\/products\/kugo-sport-sunglasses-transparent-blue","provider":"KUGO Glasses","version":"1.0","type":"link"}