============================================================
   OPTIWAR GLASSMORPHISM MOCKUP — FULLY RESPONSIVE
   All devices, all browsers, glassmorphism with fallbacks
   ============================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-1: #ffffff;
  --bg-2: #f5f5f7;
  --bg-3: #eeeef0;
  --glass: rgba(0,0,0,0.04);
  --glass-border: rgba(0,0,0,0.10);
  --glass-light: rgba(0,0,0,0.06);
  --accent: #6366f1;
  --accent-2: #8b5cf6;
  --text: #1a1a2e;
  --text-muted: rgba(0,0,0,0.6);
  --text-dim: rgba(0,0,0,0.4);
  --radius: 20px;
  --radius-sm: 12px;
  --blur: 20px;

  /* OW design tokens */
  --ow-white: #ffffff;
  --ow-text: #1a1a2e;
  --ow-text-secondary: #64748b;
  --ow-text-muted: #94a3b8;
  --ow-primary: #4f46e5;
  --ow-primary-light: #6366f1;
  --ow-primary-bg: #eef2ff;
  --ow-accent: #6366f1;
  --ow-accent-hover: #4f46e5;
  --ow-border: #e2e8f0;
  --ow-border-light: #f1f5f9;
  --ow-danger: #ef4444;
  --ow-success: #22c55e;
  --ow-radius: 16px;
  --ow-radius-sm: 10px;
  --ow-radius-lg: 20px;
  --ow-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --ow-shadow: 0 4px 16px rgba(0,0,0,0.08);
  --ow-shadow-md: 0 8px 24px rgba(0,0,0,0.1);
  --ow-shadow-lg: 0 16px 48px rgba(0,0,0,0.12);
  --ow-transition: 0.2s ease;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Decorative blobs */
.blob {
  position: fixed; border-radius: 50%; pointer-events: none; z-index: 0;
  filter: blur(100px); -webkit-filter: blur(100px);
}
.blob-1 { width: 500px; height: 500px; background: rgba(99,102,241,0.08); top: -120px; left: -100px; }
.blob-2 { width: 400px; height: 400px; background: rgba(236,72,153,0.06); bottom: -80px; right: -60px; }
.blob-3 { width: 350px; height: 350px; background: rgba(34,211,238,0.05); top: 40%; right: 5%; }

/* Glass mixin via class */
.glass {
  background: var(--glass);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
}

/* Container */
.container {
  max-width: 1200px; margin: 0 auto;
  padding: 0 24px;
  position: relative; z-index: 1;
}

/* ─── HEADER ─── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  padding: 0 24px;
  color: #000;
}
.header-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 60px; gap: 16px;
}
.header-logo {
  font-size: 1.4rem; font-weight: 900; color: #000;
  text-decoration: none; letter-spacing: -0.5px;
  display: flex; align-items: center; gap: 8px;
  flex-shrink: 0;
}
.header-logo svg { width: 28px; height: 28px; }
.header-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.header-logo-sub { font-size: 0.55rem; font-weight: 600; color: rgba(0,0,0,0.6); letter-spacing: 1.5px; text-transform: uppercase; }
.header-actions {
  display: flex; align-items: center; gap: 4px;
  flex-wrap: nowrap;
}
.header-btn {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  color: rgba(0,0,0,0.7); text-decoration: none;
  padding: 8px 12px; border-radius: 10px;
  transition: all 0.2s; font-size: 0.72rem; font-weight: 600;
  white-space: nowrap; flex-shrink: 0;
}
.header-btn:hover { color: #000; background: rgba(0,0,0,0.06); }
.header-btn svg { width: 22px; height: 22px; stroke: #222; fill: none; stroke-width: 1.8; }
.header-btn .btn-label { display: block; }
.ow-cart-badge { background: #6c3ce0; color: #fff; }

/* Tablet: hide text labels to fit all icons */
@media (max-width: 899px) {
  .header-btn .btn-label { display: none; }
  .header-btn { padding: 8px 10px; }
  .header-actions { gap: 2px; }
}
/* Mobile: compact header */
@media (max-width: 599px) {
  .header-btn { padding: 8px; }
  .header-inner { height: 52px; gap: 8px; }
  .header-logo { font-size: 1.2rem; }
  .header-logo-sub { font-size: 0.48rem; }
  .header { padding: 0 12px; }
}
/* Very small screens */
@media (max-width: 374px) {
  .header-btn { padding: 6px; }
  .header-btn svg { width: 20px; height: 20px; }
  .header-logo { font-size: 1.05rem; }
  .header { padding: 0 8px; }
}

/* ─── HEADER 2: LENS TYPES BAR ─── */
.header2 {
  position: sticky; top: 60px; z-index: 99;
  background: #000; color: #fff;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  padding: 0 24px;
  overflow-x: auto; overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.header2::-webkit-scrollbar { display: none; }
.header2-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 12px;
  height: 56px; min-width: max-content;
}
.header2-label {
  font-size: 0.7rem; font-weight: 700; color: var(--text-dim);
  text-transform: uppercase; letter-spacing: 1.5px;
  white-space: nowrap; flex-shrink: 0;
  margin-right: 4px;
}
.lens-widget {
  flex-shrink: 0; cursor: pointer;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  transition: all 0.3s;
  text-decoration: none; color: var(--text);
}
.lens-widget:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.lens-widget svg {
  width: 36px; height: 36px; flex-shrink: 0;
}
.lens-widget-info { display: flex; flex-direction: column; gap: 1px; }
.lens-widget-name { font-size: 0.78rem; font-weight: 700; white-space: nowrap; color: #fff; }
.lens-widget-tag { font-size: 0.62rem; font-weight: 500; color: rgba(255,255,255,0.6); white-space: nowrap; }
.lens-widget.active {
  background: rgba(99,102,241,0.15);
  border-color: rgba(99,102,241,0.35);
}
.lens-widget.active .lens-widget-name { color: #a5b4fc; }
.header2-label { color: rgba(255,255,255,0.5); }

@media (max-width: 599px) {
  .header2 { top: 52px; padding: 0 12px; }
  .header2-inner { height: 48px; gap: 8px; }
  .lens-widget { padding: 6px 12px; }
  .lens-widget svg { width: 28px; height: 28px; }
  .lens-widget-name { font-size: 0.7rem; }
  .lens-widget-tag { font-size: 0.56rem; }
  .header2-label { font-size: 0.6rem; }
}

/* ─── HERO ─── */
.hero {
  padding: 48px 0 40px;
  text-align: center;
}
.hero-inner {
  padding: 48px 32px;
  background: rgba(245,245,247,0.7);
  backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur));
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  position: relative; overflow: hidden;
}
.hero-inner::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 250px; height: 250px;
  background: rgba(99,102,241,0.15); border-radius: 50%;
  filter: blur(70px); -webkit-filter: blur(70px);
}
.hero-badge {
  display: inline-block; padding: 6px 16px;
  background: rgba(99,102,241,0.25); border: 1px solid rgba(99,102,241,0.4);
  border-radius: 50px; font-size: 0.75rem; font-weight: 700;
  color: #a5b4fc; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 900;
  line-height: 1.15; letter-spacing: -1px;
  margin-bottom: 8px;
}
.hero h1 span { color: var(--accent); }
.hero-price {
  font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 700;
  color: var(--text-muted); margin-bottom: 24px;
}
.hero-pills {
  display: flex; gap: 10px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 24px;
}
.hero-pill {
  padding: 10px 22px; cursor: pointer;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 50px; color: var(--text);
  font-size: 0.88rem; font-weight: 600;
  text-decoration: none; transition: all 0.25s;
}
.hero-pill:hover, .hero-pill:focus {
  background: rgba(255,255,255,0.20);
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-2px);
}
.hero-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 36px; cursor: pointer;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-weight: 700; font-size: 1rem;
  border-radius: 14px; text-decoration: none; border: none;
  box-shadow: 0 8px 30px rgba(99,102,241,0.4);
  transition: all 0.3s; margin-bottom: 32px;
}
.hero-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(99,102,241,0.55); }
.hero-frame {
  max-width: 500px; width: 100%; height: auto; margin: 0 auto; display: block;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.4));
}

/* ─── HERO CAROUSEL ─── */
.hero-carousel {
  position: relative; width: 100%; max-width: 600px; margin: 0 auto;
  aspect-ratio: 3/2; overflow: hidden; border-radius: 16px;
  background: #fff; border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.hero-carousel img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 0; transform: scale(1.25);
  opacity: 0; transition: opacity 0.6s ease;
}
.hero-carousel img.active { opacity: 1; }
.hero-carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(15,12,41,0.55); border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #fff; font-size: 1.2rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s; z-index: 3;
}
.hero-carousel-btn:hover { background: rgba(99,102,241,0.7); }
.hero-carousel-btn.prev { left: 10px; }
.hero-carousel-btn.next { right: 10px; }
.hero-carousel-dots {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; z-index: 3;
}
.hero-carousel-dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(15,12,41,0.3); transition: all 0.3s; cursor: pointer;
}
.hero-carousel-dots span.active { background: #6366f1; width: 20px; border-radius: 4px; }
@media (max-width: 767px) {
  .hero-carousel { max-width: 100%; aspect-ratio: 3/2; }
  .hero-carousel img { padding: 2px; }
  .hero-carousel-btn { width: 34px; height: 34px; font-size: 1rem; }
}
@media (min-width: 1800px) {
  .hero-carousel { max-width: 780px; border-radius: 24px; aspect-ratio: 16/9; }
  .hero-carousel img { transform: scale(1.35); }
  .hero-carousel-btn { width: 48px; height: 48px; font-size: 1.4rem; }
  .hero-carousel-dots span { width: 10px; height: 10px; }
  .hero-carousel-dots span.active { width: 26px; }
}
@media (min-width: 2400px) {
  .hero-carousel { max-width: 1000px; border-radius: 28px; aspect-ratio: 16/9; }
  .hero-carousel img { transform: scale(1.45); padding: 0; }
  .hero-carousel-btn { width: 56px; height: 56px; font-size: 1.6rem; }
  .hero-carousel-dots span { width: 12px; height: 12px; }
  .hero-carousel-dots span.active { width: 32px; }
}

/* ─── BANNER SOLO (rotating announcements) ─── */
.ow-banner-solo {
  position: relative; text-align: center; padding: 18px 0;
  min-height: 56px; overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ow-banner-solo a {
  position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 0.92rem; font-weight: 700; color: var(--text-muted);
  text-decoration: none; cursor: pointer;
  opacity: 0; transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-50%) translateX(60px);
  pointer-events: none;
}
.ow-banner-solo a.active {
  opacity: 1; transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}
.ow-banner-solo a.exit {
  opacity: 0; transform: translateY(-50%) translateX(-60px);
}
.ow-banner-solo a:hover { color: #1a1a2e; }
.ow-banner-solo .banner-icon { color: #22c55e; font-size: 1.1em; flex-shrink: 0; }
.ow-banner-solo .banner-arrow {
  font-size: 0.8em; opacity: 0.5; transition: opacity 0.2s;
}
.ow-banner-solo a:hover .banner-arrow { opacity: 1; }

/* ─── SECTION TITLE ─── */
.section-title {
  font-size: clamp(1.2rem, 3vw, 1.6rem); font-weight: 800;
  margin-bottom: 28px; letter-spacing: -0.5px;
}

/* ─── SPECIAL LENS ADD-ONS ─── */
.addons { padding: 48px 0; }
.addons-grid {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center;
}
.addon-chip {
  padding: 12px 24px; cursor: pointer;
  background: var(--glass);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 50px;
  font-size: 0.88rem; font-weight: 600; color: var(--text);
  text-decoration: none; transition: all 0.3s;
  display: inline-flex; align-items: center; gap: 8px;
}
.addon-chip:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.30);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.addon-chip svg { width: 18px; height: 18px; stroke: #a5b4fc; fill: none; stroke-width: 2; }

/* ─── SPLIT SECTION: SCROLLING FRAMES + BEST SELLERS ─── */
.split { padding: 48px 0; }
.split-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
/* Left: scrolling frames */
.frame-carousel {
  background: var(--glass);
  backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  overflow: hidden; position: relative;
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.frame-carousel img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain;
  padding: 24px; opacity: 0;
  transition: opacity 0.8s ease;
}
.frame-carousel img.active { opacity: 1; }
.carousel-dots {
  position: absolute; bottom: 12px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 6px; z-index: 2;
}
.carousel-dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: background 0.3s;
}
.carousel-dots span.active { background: #fff; }

/* Right: best selling lenses */
.best-lenses {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 32px;
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.best-lenses h3 {
  font-size: 1.3rem; font-weight: 800; margin-bottom: 24px;
}
.lens-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.lens-item:last-of-type { border-bottom: none; }
.lens-name { font-weight: 600; font-size: 0.95rem; }
.lens-price { font-weight: 800; font-size: 1.1rem; color: var(--accent); }
.lens-price.free {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.browse-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; padding: 12px 28px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-weight: 700; font-size: 0.9rem;
  border-radius: var(--radius-sm); text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(99,102,241,0.3);
}
.browse-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(99,102,241,0.45); }

@media (max-width: 767px) {
  .split-grid { grid-template-columns: 1fr; }
  .frame-carousel { aspect-ratio: 16/10; }
}

/* ─── POPULAR FRAMES ─── */
.popular { padding: 48px 0; }
.popular-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.frame-card {
  text-decoration: none; color: var(--text);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  overflow: hidden; transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.frame-card:hover {
  border-color: rgba(0,0,0,0.15);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.frame-card-img {
  width: 100%; aspect-ratio: 4/3; object-fit: contain;
  padding: 16px; background: #fff;
}
.frame-card-info { padding: 14px 18px 18px; }
.frame-card-info h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.frame-card-price { font-size: 1rem; font-weight: 800; color: var(--accent); margin-bottom: 4px; }
.frame-card-stars { color: #fbbf24; font-size: 0.82rem; letter-spacing: 1px; }

/* ─── BOTTOM: REVIEWS + SOCIAL ─── */
.bottom-row { padding: 48px 0; }
.bottom-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.reviews-box, .social-box {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.reviews-box h3, .social-box h3 {
  font-size: 1.2rem; font-weight: 800; margin-bottom: 20px;
}
.review-item {
  margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.review-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.review-stars { color: #fbbf24; font-size: 0.85rem; letter-spacing: 1px; margin-bottom: 4px; }
.review-text { font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; }
.review-note {
  margin-top: 16px; padding: 12px 16px;
  background: rgba(0,0,0,0.03);
  border-radius: var(--radius-sm);
  font-size: 0.78rem; color: var(--text-dim);
  font-style: italic;
}

.social-link {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0; text-decoration: none; color: var(--text);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: color 0.2s;
}
.social-link:last-child { border-bottom: none; }
.social-link:hover { color: #a5b4fc; }
.social-link svg { width: 24px; height: 24px; fill: currentColor; flex-shrink: 0; }
.social-link span { font-weight: 600; font-size: 0.95rem; }

@media (max-width: 767px) {
  .bottom-grid { grid-template-columns: 1fr; }
}

/* ─── FOOTER ─── */
.footer {
  padding: 32px 24px; text-align: center;
  color: var(--text-dim); font-size: 0.8rem;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-top: 24px;
}

/* ─── OVERLAY / POPUP ─── */
.overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.60);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  justify-content: center; align-items: center;
  padding: 24px;
}
.overlay.active { display: flex; }
.overlay-box {
  max-width: 560px; width: 100%; text-align: center;
  padding: 48px 36px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  position: relative;
}
.overlay-box h2 {
  font-size: 1.6rem; font-weight: 900; margin-bottom: 14px; line-height: 1.2;
}
.overlay-box p {
  font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 28px;
}
.overlay-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; color: var(--text-dim);
  font-size: 1.6rem; cursor: pointer; transition: color 0.2s;
  line-height: 1;
}
.overlay-close:hover { color: var(--text); }
.overlay-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 32px; margin: 0 6px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-weight: 700; font-size: 0.95rem;
  border-radius: var(--radius-sm); text-decoration: none;
  box-shadow: 0 6px 20px rgba(99,102,241,0.35);
  transition: all 0.3s;
}
.overlay-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(99,102,241,0.5); }
.overlay-btn.ghost {
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: none; color: var(--text);
}
.overlay-btn.ghost:hover { background: rgba(0,0,0,0.08); }

@media (max-width: 480px) {
  .overlay-box { padding: 36px 24px; }
  .overlay-box h2 { font-size: 1.3rem; }
  .overlay-btn { padding: 10px 24px; font-size: 0.85rem; margin-bottom: 8px; }
}

/* ─── EXPLORE SECTION (loaded via JS) ─── */
.explore { padding: 48px 0; display: none; }
.explore.active { display: block; }
.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.explore-loading {
  text-align: center; padding: 32px;
  color: var(--text-dim); font-size: 0.9rem;
}

/* Accessibility: focus-visible */
a:focus-visible, button:focus-visible {
  outline: 2px solid #a5b4fc;
  outline-offset: 2px;
}

/* ═══════════════════════════════════════════
   WIDE SCREEN / SMART TV SCALING
   1400px → 1800px → 2400px+
   ═══════════════════════════════════════════ */

/* --- Large Desktop (1400px+) --- */
@media (min-width: 1400px) {
  .container { max-width: 1360px; }
  .header-inner { max-width: 1360px; }
  .header2-inner { max-width: 1360px; }
  .header-logo { font-size: 1.6rem; }
  .header-logo svg { width: 32px; height: 32px; }
  .header-logo-sub { font-size: 0.62rem; letter-spacing: 2px; }
  .header-btn { font-size: 0.8rem; padding: 10px 16px; }
  .header-btn svg { width: 26px; height: 26px; }
  .hero h1 { font-size: 3.4rem; }
  .hero-price { font-size: 1.6rem; }
  .hero-pill { padding: 12px 28px; font-size: 0.95rem; }
  .hero-cta { padding: 16px 44px; font-size: 1.1rem; }
  .hero-frame { max-width: 600px; }
  .hero-carousel { max-width: 680px; aspect-ratio: 16/10; }
  .hero-carousel img { transform: scale(1.3); }
  .section-title { font-size: 1.8rem; }
  .addon-chip { padding: 14px 28px; font-size: 0.95rem; }
  .best-lenses h3 { font-size: 1.5rem; }
  .lens-name { font-size: 1.05rem; }
  .lens-price { font-size: 1.2rem; }
  .browse-btn { padding: 14px 34px; font-size: 1rem; }
  .lens-widget { padding: 10px 20px; }
  .lens-widget svg { width: 42px; height: 42px; }
  .lens-widget-name { font-size: 0.85rem; }
  .lens-widget-tag { font-size: 0.68rem; }
  .header2 { top: 60px; }
  .header2-inner { height: 62px; gap: 16px; }
  .popular-grid { gap: 24px; }
  .frame-card h4 { font-size: 0.95rem; }
  .frame-card .card-price { font-size: 0.95rem; }
  .social-grid { gap: 28px; }
  .review-item { font-size: 0.95rem; }
  .footer { font-size: 0.85rem; padding: 24px; }
  .ow-banner-solo { min-height: 62px; }
  .ow-banner-solo a { font-size: 1rem; }
  .explore-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
}

/* --- XL Desktop / Wide Monitor (1800px+) --- */
@media (min-width: 1800px) {
  .container { max-width: 1680px; padding: 0 40px; }
  .header { padding: 0 40px; }
  .header-inner { max-width: 1680px; height: 72px; }
  .header2 { padding: 0 40px; top: 72px; }
  .header2-inner { max-width: 1680px; height: 70px; gap: 20px; }
  .header-logo { font-size: 1.9rem; }
  .header-logo svg { width: 38px; height: 38px; }
  .header-logo-sub { font-size: 0.7rem; letter-spacing: 2.5px; }
  .header-btn { font-size: 0.88rem; padding: 12px 18px; gap: 4px; }
  .header-btn svg { width: 30px; height: 30px; }
  .hero { padding: 64px 0 56px; }
  .hero-inner { padding: 64px 48px; border-radius: 36px; }
  .hero h1 { font-size: 4rem; letter-spacing: -1.5px; }
  .hero-price { font-size: 1.9rem; margin-bottom: 32px; }
  .hero-pill { padding: 14px 34px; font-size: 1.05rem; }
  .hero-cta { padding: 18px 52px; font-size: 1.2rem; border-radius: 18px; }
  .hero-frame { max-width: 720px; }
  .section-title { font-size: 2.1rem; margin-bottom: 36px; }
  .addon-chip { padding: 16px 32px; font-size: 1.05rem; }
  .addon-chip svg { width: 22px; height: 22px; }
  .addons { padding: 64px 0; }
  .split { padding: 64px 0; }
  .split-grid { gap: 36px; }
  .best-lenses { padding: 40px; }
  .best-lenses h3 { font-size: 1.7rem; }
  .lens-item { padding: 20px 0; }
  .lens-name { font-size: 1.15rem; }
  .lens-price { font-size: 1.35rem; }
  .browse-btn { padding: 16px 40px; font-size: 1.1rem; }
  .lens-widget { padding: 12px 24px; gap: 14px; border-radius: 16px; }
  .lens-widget svg { width: 50px; height: 50px; }
  .lens-widget-name { font-size: 0.95rem; }
  .lens-widget-tag { font-size: 0.72rem; }
  .header2-label { font-size: 0.8rem; }
  .popular { padding: 64px 0; }
  .popular-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .frame-card { border-radius: 24px; }
  .frame-card img { height: 180px; }
  .frame-card h4 { font-size: 1.05rem; }
  .frame-card .card-price { font-size: 1.05rem; }
  .frame-card .card-footer { padding: 18px; }
  .ow-banner-solo { min-height: 70px; }
  .ow-banner-solo a { font-size: 1.1rem; }
  .social-section { padding: 64px 0; }
  .social-grid { gap: 36px; }
  .social-card { padding: 36px; border-radius: 24px; }
  .social-card h3 { font-size: 1.5rem; }
  .review-item { font-size: 1.05rem; }
  .social-link { font-size: 1.05rem; padding: 12px 0; }
  .footer { font-size: 0.9rem; padding: 28px; }
  .overlay-box { max-width: 620px; padding: 56px; border-radius: 28px; }
  .overlay-box h2 { font-size: 1.8rem; }
  .overlay-box p { font-size: 1.05rem; }
  .overlay-btn { padding: 16px 40px; font-size: 1.05rem; }
  .explore-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
}

/* --- Smart TV / Ultra-Wide (2400px+) --- */
@media (min-width: 2400px) {
  .container { max-width: 2200px; padding: 0 60px; }
  .header { padding: 0 60px; }
  .header-inner { max-width: 2200px; height: 88px; }
  .header2 { padding: 0 60px; top: 88px; }
  .header2-inner { max-width: 2200px; height: 84px; gap: 28px; }
  .header-logo { font-size: 2.4rem; gap: 14px; }
  .header-logo svg { width: 48px; height: 48px; }
  .header-logo-sub { font-size: 0.85rem; letter-spacing: 3px; }
  .header-btn { font-size: 1.05rem; padding: 14px 22px; gap: 5px; }
  .header-btn svg { width: 36px; height: 36px; }
  .hero { padding: 80px 0 72px; }
  .hero-inner { padding: 80px 64px; border-radius: 44px; box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
  .hero h1 { font-size: 5rem; letter-spacing: -2px; margin-bottom: 12px; }
  .hero-price { font-size: 2.3rem; margin-bottom: 40px; }
  .hero-pill { padding: 18px 44px; font-size: 1.25rem; border-radius: 60px; }
  .hero-pills { gap: 16px; margin-bottom: 36px; }
  .hero-cta { padding: 22px 64px; font-size: 1.4rem; border-radius: 22px; margin-bottom: 48px; }
  .hero-frame { max-width: 900px; }
  .section-title { font-size: 2.6rem; margin-bottom: 44px; }
  .addon-chip { padding: 20px 40px; font-size: 1.25rem; border-radius: 60px; }
  .addon-chip svg { width: 28px; height: 28px; }
  .addons { padding: 80px 0; }
  .split { padding: 80px 0; }
  .split-grid { gap: 48px; }
  .frame-carousel { border-radius: 28px; }
  .frame-carousel img { padding: 40px; }
  .carousel-dots span { width: 12px; height: 12px; }
  .carousel-dots { bottom: 20px; gap: 10px; }
  .best-lenses { padding: 52px; border-radius: 28px; }
  .best-lenses h3 { font-size: 2rem; margin-bottom: 32px; }
  .lens-item { padding: 24px 0; }
  .lens-name { font-size: 1.35rem; }
  .lens-price { font-size: 1.6rem; }
  .browse-btn { padding: 20px 48px; font-size: 1.25rem; border-radius: 18px; }
  .lens-widget { padding: 16px 32px; gap: 18px; border-radius: 20px; }
  .lens-widget svg { width: 64px; height: 64px; }
  .lens-widget-name { font-size: 1.15rem; }
  .lens-widget-tag { font-size: 0.85rem; }
  .header2-label { font-size: 0.95rem; letter-spacing: 2.5px; }
  .popular { padding: 80px 0; }
  .popular-grid { grid-template-columns: repeat(4, 1fr); gap: 36px; }
  .frame-card { border-radius: 28px; }
  .frame-card img { height: 240px; }
  .frame-card h4 { font-size: 1.25rem; }
  .frame-card .card-price { font-size: 1.25rem; }
  .frame-card .card-footer { padding: 24px; }
  .frame-card .card-stars { font-size: 0.95rem; }
  .ow-banner-solo { min-height: 80px; padding: 24px 0; }
  .ow-banner-solo a { font-size: 1.3rem; }
  .social-section { padding: 80px 0; }
  .social-grid { gap: 48px; }
  .social-card { padding: 48px; border-radius: 28px; }
  .social-card h3 { font-size: 1.8rem; }
  .review-item { font-size: 1.2rem; margin-bottom: 20px; }
  .review-stars { font-size: 1.2rem; }
  .social-link { font-size: 1.25rem; padding: 16px 0; }
  .social-link svg { width: 28px; height: 28px; }
  .footer { font-size: 1.05rem; padding: 36px; }
  .overlay-box { max-width: 800px; padding: 72px; border-radius: 36px; }
  .overlay-box h2 { font-size: 2.2rem; }
  .overlay-box p { font-size: 1.2rem; line-height: 1.7; }
  .overlay-btn { padding: 20px 52px; font-size: 1.2rem; border-radius: 18px; }
  .overlay-close { font-size: 2.2rem; width: 48px; height: 48px; }
  .explore-grid { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 36px; }
  .explore-loading { font-size: 1.1rem; padding: 48px; }
  .blob-1 { width: 800px; height: 800px; }
  .blob-2 { width: 650px; height: 650px; }
  .blob-3 { width: 550px; height: 550px; }
}

/* --- 4K Smart TV (3200px+) --- */
@media (min-width: 3200px) {
  .container { max-width: 2800px; padding: 0 80px; }
  .header { padding: 0 80px; }
  .header-inner { max-width: 2800px; height: 104px; }
  .header2 { padding: 0 80px; top: 104px; }
  .header2-inner { max-width: 2800px; height: 100px; gap: 36px; }
  .header-logo { font-size: 3rem; gap: 18px; }
  .header-logo svg { width: 60px; height: 60px; }
  .header-logo-sub { font-size: 1rem; letter-spacing: 4px; }
  .header-btn { font-size: 1.3rem; padding: 18px 28px; }
  .header-btn svg { width: 44px; height: 44px; }
  .hero h1 { font-size: 6.5rem; }
  .hero-price { font-size: 2.8rem; }
  .hero-pill { padding: 22px 56px; font-size: 1.5rem; }
  .hero-cta { padding: 28px 80px; font-size: 1.7rem; }
  .hero-frame { max-width: 1100px; }
  .hero-inner { padding: 100px 80px; border-radius: 52px; }
  .section-title { font-size: 3.2rem; }
  .lens-widget svg { width: 80px; height: 80px; }
  .lens-widget-name { font-size: 1.4rem; }
  .lens-widget-tag { font-size: 1rem; }
  .lens-widget { padding: 20px 40px; gap: 22px; border-radius: 24px; }
  .ow-banner-solo { min-height: 96px; }
  .ow-banner-solo a { font-size: 1.6rem; }
}

/* Print: remove blobs, keep content */
@media print {
  .blob, body::before, body::after { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
}


/* ═══════════════════════════════════════════
   PRESERVED PAGE-SPECIFIC STYLES
   (Categories, Auth, Checkout, Profile, PDP, Search, etc.)
   ═══════════════════════════════════════════ */

.my-orders {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600 !important;
  color: var(--ow-primary) !important;
}

.user-account-nav {
  text-align: center;
  padding: 6px 16px;
  background: var(--ow-border-light);
  border-top: 1px solid var(--ow-border);
}

.user-greeting {
  color: var(--ow-text-secondary);
  font-size: 13px;
  margin-right: 10px;
  font-weight: 500;
}

.auth-nav-btn {
  display: inline-block;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  margin: 0 3px;
  transition: all var(--ow-transition);
}

.login-btn, .register-btn {
  color: var(--ow-primary);
  border: 1.5px solid var(--ow-primary);
  background: transparent;
}

.login-btn:hover, .register-btn:hover {
  background: var(--ow-primary);
  color: var(--ow-white);
}

.logout-btn {
  color: var(--ow-danger);
  border: 1.5px solid var(--ow-danger);
  background: transparent;
}

.logout-btn:hover {
  background: var(--ow-danger);
  color: var(--ow-white);
}

#categories-overlay.overlay {
  background-color: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.overlay-content { color: var(--ow-text); }

.overlay-content a {
  color: var(--ow-text);
  font-size: 1.05rem;
  font-weight: 500;
  padding: 16px 24px;
  margin: 0;
  border-radius: var(--ow-radius);
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  transition: all var(--ow-transition);
  text-decoration: none;
  display: block;
}

.overlay-content a:hover {
  background: var(--ow-primary-bg);
  color: var(--ow-primary);
  transform: translateX(4px);
  border-color: var(--ow-primary-light);
}

.overlay .closebtn {
  color: var(--ow-white);
  font-size: 40px;
  top: 16px;
  right: 24px;
  z-index: 10;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  max-width: 480px;
  margin: 0 auto;
}

.category-item {
  padding: 16px 24px;
  border-radius: var(--ow-radius);
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  color: var(--ow-text);
  text-decoration: none;
  transition: all var(--ow-transition);
  font-weight: 500;
}

.category-item:hover {
  background: var(--ow-primary-bg);
  color: var(--ow-primary);
  transform: translateX(4px);
  border-color: var(--ow-primary-light);
}

.running-text-ribbon {
  display: none;
}

/* =========================
   GLASSMORPHISM SOLO-PILL BANNER
========================= */
h2 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: 20px;
}

h3 {
  color: var(--ow-text);
  font-weight: 600;
  font-size: 0.95rem;
}

h5, h6 {
  color: var(--ow-text-secondary);
  font-weight: 400;
  font-size: 0.85rem;
  margin: 2px 0;
}

p {
  color: var(--ow-text-secondary);
  margin: 4px 0;
}

ul {
  list-style: none;
  padding: 0;
}

ul#product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0;
}

li {
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  box-shadow: var(--ow-shadow);
  margin: 0;
  padding: 16px;
  border-radius: var(--ow-radius-lg);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

li:hover {
  box-shadow: var(--ow-shadow-lg);
  transform: translateY(-2px);
  border-color: var(--ow-border);
}

.product_link {
  text-decoration: none;
  color: inherit;
}

.product_link h3 {
  color: var(--ow-text);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 8px 0 4px;
  line-height: 1.4;
}

span[style*="line-through"] {
  color: var(--ow-text-muted) !important;
  font-size: 0.85rem;
}

span[style*="color: red"] {
  color: var(--ow-danger) !important;
  font-weight: 600;
}

.scrolling-image-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  border-radius: var(--ow-radius);
  background: var(--ow-border-light);
}

.scrolling-track {
  display: flex;
  gap: 8px;
  will-change: transform;
}

.scrolling-track img {
  width: 160px;
  height: auto;
  flex-shrink: 0;
  border-radius: var(--ow-radius-sm);
  object-fit: contain;
  image-rendering: auto;
  transition: transform 0.3s ease;
}

.scrolling-track img:hover {
  transform: scale(1.03);
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: var(--ow-radius);
  overflow: hidden;
}

.img-container.normal {
  background: var(--ow-border-light);
  border-radius: var(--ow-radius);
}

.s-badge {
  position: inherit;
  top: 8px;
  left: 8px;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
  animation: blink 3s step-end infinite;
}

button {
  font-family: 'Inter', sans-serif;
  background: var(--ow-primary);
  color: var(--ow-white);
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: var(--ow-radius-sm);
  font-weight: 600;
  font-size: 0.875rem;
  transition: all var(--ow-transition);
  box-shadow: none;
  width: auto;
}

/* Full-width buttons for product listing cards */
li button,
.checkout-form button,
.auth-container button.auth-submit-btn {
  width: 100%;
}

button:hover {
  background: var(--ow-primary-light);
  box-shadow: var(--ow-shadow-md);
  transform: translateY(-1px);
}

button[type="submit"] {
  margin-top: 6px;
}

.remove-btn {
  background: transparent;
  color: var(--ow-danger);
  border: 1.5px solid var(--ow-danger);
  padding: 8px 20px;
  font-size: 0.8rem;
  width: auto;
  display: inline-block;
}

.remove-btn:hover {
  background: #fef2f2;
  box-shadow: none;
  transform: none;
}

.go-back-btn {
  background: transparent;
  color: var(--ow-text-secondary);
  border: 1.5px solid var(--ow-border);
  padding: 8px 20px;
  font-size: 13px;
  cursor: pointer;
  border-radius: var(--ow-radius-sm);
  margin-bottom: 16px;
  box-shadow: none;
  width: auto;
}

.go-back-btn:hover {
  background: var(--ow-border-light);
  transform: none;
  box-shadow: none;
}

form {
  max-width: 100%;
  margin: 4px 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.checkout-form {
  max-width: 560px;
  margin: 24px auto;
  padding: 28px;
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius-lg);
  box-shadow: var(--ow-shadow);
}

.checkout-form form {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.checkout-form h1 {
  color: var(--ow-text);
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.checkout-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: var(--ow-text);
  font-size: 0.85rem;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1.5px solid var(--ow-border);
  background: var(--ow-white);
  color: var(--ow-text);
  border-radius: var(--ow-radius-sm);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color var(--ow-transition), box-shadow var(--ow-transition);
  box-sizing: border-box;
}

.checkout-form input:focus {
  border-color: var(--ow-primary);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.checkout-form input::placeholder {
  color: var(--ow-text-muted);
}

.checkout-form button {
  background: var(--ow-accent);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px;
  border-radius: var(--ow-radius-sm);
  margin-top: 8px;
  letter-spacing: 0.01em;
}

.checkout-form button:hover {
  background: var(--ow-accent-hover);
}

select {
  padding: 12px 14px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: var(--ow-white);
  color: var(--ow-text);
  border: 1.5px solid var(--ow-border);
  border-radius: var(--ow-radius-sm);
  cursor: pointer;
  outline: none;
  width: 100%;
  margin-bottom: 14px;
}

select:focus {
  border-color: var(--ow-primary);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

select option {
  background: var(--ow-white);
  color: var(--ow-text);
}

th {
  border: 1px solid var(--ow-border);
  padding: 12px;
  background: var(--ow-border-light);
  color: var(--ow-text);
  font-weight: 600;
  font-size: 0.9rem;
}

td {
  border: 1px solid var(--ow-border);
  padding: 12px;
  color: var(--ow-text-secondary);
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4px;
}

.prescription-container {
  border: 2px solid var(--ow-primary-bg);
  border-radius: var(--ow-radius-lg);
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  background: var(--ow-white);
  box-shadow: var(--ow-shadow);
}

.prescription-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.prescription-table th,
.prescription-table td {
  border: 1px solid var(--ow-border);
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: var(--ow-text);
}

.prescription-table .eye-label {
  background: var(--ow-primary-bg);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ow-primary);
  font-size: 0.8rem;
}

.prescription-table select {
  width: 100%;
  padding: 8px;
  font-size: 0.85em;
  background: var(--ow-white);
  color: var(--ow-text);
  border: 1.5px solid var(--ow-border);
  border-radius: 6px;
}

.prescription-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 14px 0;
}

.eye-card {
  border-radius: var(--ow-radius);
  padding: 14px;
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
}

.right-eye {
  background: #eff6ff;
  border-top: 3px solid #3b82f6;
  border-left: none;
}

.left-eye {
  background: #fef2f2;
  border-top: 3px solid #ef4444;
  border-left: none;
}

.eye-header {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ow-text-secondary);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eye-box {
  flex: 1;
  border-radius: var(--ow-radius-sm);
  padding: 10px;
  background: var(--ow-white);
}

.eye-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid var(--ow-border);
  padding: 10px;
  border-radius: var(--ow-radius-sm);
  background: var(--ow-border-light);
  margin-top: 10px;
  gap: 8px;
}

.eye-line {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--ow-white);
  font-weight: 500;
  color: var(--ow-text-secondary);
  font-size: 0.85rem;
}

.eye-line .label {
  display: inline-block;
  min-width: 50px;
  margin-right: 8px;
  font-weight: 700;
  color: var(--ow-primary);
}

/* Reset the global svg rule from styles.css */
svg {
  position: static;
  color: inherit;
  left: auto;
  width: 24px;
  height: 24px;
}
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */
/* old rule removed */

.heart.favorited svg {
  fill: #ec4899;
  stroke: #ec4899;
}

.nav-favorite {
  position: inherit;
  color: #ec4899;
}

/* Google button SVG should be inline */
.google-btn svg {
  position: static;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}

.cl_rx_card {
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius);
  padding: 20px;
  margin-bottom: 16px;
  background: var(--ow-white);
  box-shadow: var(--ow-shadow-sm);
}

.cl_rx_product_name { font-weight: 600; color: var(--ow-text); }
.cl_rx_original_price { color: var(--ow-text-muted); text-decoration: line-through; }
.cl_rx_special_price { color: var(--ow-danger); font-weight: 700; }
.cl_rx_summary { cursor: pointer; font-weight: 600; color: var(--ow-primary); }

.cl_rx_eyes_container {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  padding: 14px;
  background: var(--ow-border-light);
  border-radius: var(--ow-radius-sm);
  flex-wrap: wrap;
}

.cl_rx_eye_heading {
  color: var(--ow-text-secondary);
  border-bottom: 1px dashed var(--ow-border);
  padding-bottom: 4px;
  font-size: 0.85rem;
}

.cl_rx_remove_btn {
  background: transparent;
  color: var(--ow-danger);
  border: 1.5px solid var(--ow-danger);
  padding: 8px 16px;
  border-radius: var(--ow-radius-sm);
  cursor: pointer;
  transition: all var(--ow-transition);
  font-size: 0.8rem;
  box-shadow: none;
  width: auto;
}

.cl_rx_remove_btn:hover {
  background: #fef2f2;
  transform: none;
}

.zoom-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}

.zoomed-image {
  max-width: min(90%, 1000px);
  max-height: min(90%, 800px);
  border-radius: var(--ow-radius);
  box-shadow: var(--ow-shadow-lg);
  image-rendering: auto;
}

.zoomable-image {
  cursor: zoom-in;
  transition: transform 0.3s;
  border-radius: var(--ow-radius-sm);
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
}

.modal-content {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90%;
}

.modal-content img {
  margin: 8px;
  max-height: 250px;
  max-width: 100%;
  border-radius: var(--ow-radius-sm);
  border: 2px solid var(--ow-white);
  box-shadow: var(--ow-shadow-lg);
}

.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: var(--ow-white);
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

footer {
  text-align: center;
  padding: 24px 16px;
  background: var(--ow-white);
  border-top: 1px solid var(--ow-border);
  color: var(--ow-text-secondary);
  width: 100%;
  margin-top: 40px;
  border-radius: 0;
}

footer p {
  color: var(--ow-text-secondary);
  font-size: 0.8rem;
  margin-bottom: 12px;
}

footer a.footer-button {
  display: inline-block;
  padding: 8px 16px;
  margin: 4px;
  background: transparent;
  border: 1.5px solid var(--ow-border);
  color: var(--ow-text-secondary);
  text-align: center;
  text-decoration: none;
  border-radius: var(--ow-radius-sm);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--ow-transition);
}

footer a.footer-button:hover {
  background: var(--ow-border-light);
  color: var(--ow-primary);
  border-color: var(--ow-primary-light);
}

footer button {
  margin: 6px 0;
  padding: 8px 20px;
  font-size: 12px;
  border-radius: var(--ow-radius-sm);
  background: transparent;
  border: 1.5px solid var(--ow-border);
  color: var(--ow-text-secondary);
  box-shadow: none;
  width: auto;
}

footer button:hover {
  background: var(--ow-border-light);
  box-shadow: none;
  transform: none;
}

.loader {
  border: 3px solid var(--ow-border);
  border-top: 3px solid var(--ow-primary);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 0.8s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.flashes {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 12px auto;
}

.flashes li {
  padding: 12px 16px;
  margin: 6px 0;
  border-radius: var(--ow-radius-sm);
  background: var(--ow-primary-bg);
  color: var(--ow-primary);
  border: 1px solid #c7d2fe;
  font-size: 0.9rem;
  font-weight: 500;
}

.share-buttons {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ow-text-secondary);
  font-size: 0.85rem;
}

.share-buttons img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform 0.2s;
}

.share-buttons img:hover {
  transform: scale(1.1);
}

.my-order-section {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}

.order-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-card {
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  padding: 16px;
  cursor: pointer;
  transition: all var(--ow-transition);
  border-radius: var(--ow-radius);
  box-shadow: var(--ow-shadow-sm);
}

.order-card:hover {
  box-shadow: var(--ow-shadow-md);
  border-color: var(--ow-primary-light);
}

.order-summary {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: var(--ow-text);
}

.order-details {
  display: none;
  padding: 12px;
  background: var(--ow-border-light);
  border-top: 1px solid var(--ow-border);
  border-radius: 0 0 var(--ow-radius-sm) var(--ow-radius-sm);
  color: var(--ow-text-secondary);
  margin-top: 12px;
}

.product-image {
  max-width: 80px;
  margin-right: 10px;
  border-radius: var(--ow-radius-sm);
}

.contact-us-container {
  max-width: 560px;
  margin: 32px auto;
  padding: 28px;
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius-lg);
  box-shadow: var(--ow-shadow);
}

.contact-us-container h1 {
  color: var(--ow-text);
  margin-bottom: 20px;
}

.contact-us-container form label {
  color: var(--ow-text);
  font-weight: 500;
  font-size: 0.85rem;
}

.contact-us-container form input[type="text"],
.contact-us-container form input[type="email"],
.contact-us-container form input[type="phone"],
.contact-us-container form textarea,
.contact-us-container form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1.5px solid var(--ow-border);
  background: var(--ow-white);
  color: var(--ow-text);
  border-radius: var(--ow-radius-sm);
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.contact-us-container form input:focus,
.contact-us-container form textarea:focus {
  border-color: var(--ow-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.contact-us-container form button {
  width: 100%;
}

.auth-container {
  max-width: 440px;
  margin: 32px auto;
  padding: 32px;
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius-lg);
  box-shadow: var(--ow-shadow);
}

.auth-container h2 {
  text-align: center;
  margin-bottom: 24px;
  color: var(--ow-text);
  font-size: 1.4rem;
}

.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"],
.auth-form input[type="tel"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1.5px solid var(--ow-border);
  background: var(--ow-white);
  color: var(--ow-text);
  border-radius: var(--ow-radius-sm);
  font-size: 14px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

.auth-form input:focus {
  border-color: var(--ow-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.auth-form input::placeholder {
  color: var(--ow-text-muted);
}

.auth-form label {
  color: var(--ow-text);
  font-weight: 500;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 4px;
}

.auth-submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--ow-primary);
  color: var(--ow-white);
  border: none;
  border-radius: var(--ow-radius-sm);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
}

.auth-submit-btn:hover {
  background: var(--ow-primary-light);
}

.google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  background: var(--ow-white);
  color: var(--ow-text);
  border: 1.5px solid var(--ow-border);
  border-radius: var(--ow-radius-sm);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--ow-transition);
}

.google-btn:hover {
  background: var(--ow-border-light);
  border-color: var(--ow-text-muted);
}

.auth-divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background-color: var(--ow-border);
}

.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }

.auth-divider span {
  background-color: var(--ow-white);
  padding: 0 12px;
  color: var(--ow-text-muted);
  font-size: 13px;
  font-weight: 500;
}

.captcha-section label {
  color: var(--ow-text);
  font-weight: 500;
}

.captcha-img {
  display: block;
  margin: 8px auto 10px;
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius-sm);
  max-width: 200px;
}

.captcha-section input {
  width: 100%;
  padding: 12px;
  border: 1.5px solid var(--ow-border);
  background: var(--ow-white);
  color: var(--ow-text);
  border-radius: var(--ow-radius-sm);
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

.auth-switch {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: var(--ow-text-secondary);
}

.auth-switch a {
  color: var(--ow-primary);
  text-decoration: none;
  font-weight: 600;
}

.auth-switch a:hover {
  text-decoration: underline;
}

.checkout-item-row {
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius);
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: var(--ow-shadow-sm);
}

.cart-item-info h3 { font-size: 0.95rem; margin-bottom: 8px; }
.cart-item-info h3 a { color: var(--ow-primary) !important; text-decoration: none !important; font-weight: 600; }
.cart-item-info h3 a:hover { text-decoration: underline !important; }
.cart-item-info h3 img { border-radius: var(--ow-radius-sm); border: 1px solid var(--ow-border); vertical-align: middle; }

.fieldset-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}

.option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--ow-border-light);
  padding: 12px 14px;
  border-radius: var(--ow-radius-sm);
  border: 1px solid var(--ow-border);
  transition: all var(--ow-transition);
}

.option-row:hover {
  background: var(--ow-primary-bg);
  border-color: var(--ow-primary-light);
}

.radio-with-icon {
  flex: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ow-text);
}

.addon-icon { position: inherit; width: 24px; height: 24px; flex-shrink: 0; }

.biofocals-fieldset {
  border: 1.5px solid var(--ow-border);
  border-radius: var(--ow-radius);
  padding: 20px;
  margin: 16px 0;
  background: var(--ow-white);
  box-shadow: var(--ow-shadow-sm);
}

.option-image { cursor: pointer; transition: transform 0.2s; border-radius: var(--ow-radius-sm); }
.option-image:hover { transform: scale(1.03); }
.biofocal-option.selected { border-color: var(--ow-primary); background: var(--ow-primary-bg); }

.blink-delivery {
  background: var(--ow-success);
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-block;
  margin-top: 8px;
  font-size: 0.8rem;
  font-weight: 600;
}

.checkout-price-font {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: var(--ow-text);
  font-size: 1.05rem;
}

img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto 8px;
}

.ribbon {
  position: fixed;
  width: 100%;
  background: var(--ow-accent);
  text-align: center;
  font-weight: 700;
  padding: 8px 0;
  z-index: 1000;
  font-size: 13px;
  color: var(--ow-white);
}

.color-section details {
  margin: 16px auto;
  max-width: 800px;
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius);
  padding: 14px;
}

.color-section summary { font-weight: 600; font-size: 15px; cursor: pointer; padding: 8px; color: var(--ow-text); }

.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 14px;
  padding: 14px;
  justify-items: center;
}

.color-swatch {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--ow-border);
  transition: all 0.2s;
}

.color-swatch:hover {
  transform: scale(1.1);
  border-color: var(--ow-primary);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  font-family: 'Inter', sans-serif;
}

@media (min-width: 1050px) {
  ul#product-list { grid-template-columns: repeat(3, 1fr); }
}

/* Desktop text sharpness & readability boost */
@media (min-width: 1200px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 2rem;
    letter-spacing: -0.015em;
  }
  h2 {
    font-size: 1.75rem;
    letter-spacing: -0.015em;
  }
  h3 {
    font-size: 1.05rem;
  }
  .product_link h3 {
    font-size: 1rem;
  }
  p, .ow-footer-text, .ow-footer .ow-footer-links a {
    font-size: 14px;
  }
  header nav a {
    font-size: 0.9rem;
  }
  .ow-nav-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 1050px) {
  ul#product-list { grid-template-columns: repeat(2, 1fr); }
  main { padding: 16px; }
}

@media (max-width: 760px) {
  header nav { gap: 2px; padding: 8px 10px; }
  header nav a { font-size: 0.8rem; padding: 6px 12px; }
  .top-title { width: 56px; position: relative; left: auto; display: block; margin: 0 auto 4px; transform: none; top: auto; }
  .top-title:hover { transform: scale(1.03); }
  .my-orders { position: relative; right: auto; transform: none; top: auto; }
  ul#product-list { grid-template-columns: 1fr; gap: 14px; }
  main { padding: 12px; }
  li { padding: 14px; border-radius: var(--ow-radius); }
  .checkout-form { margin: 12px; padding: 20px; }
  .auth-container { margin: 16px; padding: 24px; }
  .prescription-container { padding: 12px; margin: 12px; }
  .prescription-table th, .prescription-table td { padding: 6px; font-size: 12px; }
  .scrolling-track img { width: 130px; }
}

@media (max-width: 480px) {
  header nav a { font-size: 0.75rem; padding: 5px 10px; }
  h1 { font-size: 1.25rem; }
  h2 { font-size: 1.1rem; }
  .prescription-grid { grid-template-columns: 1fr; }
  .eye-line { flex: 1 1 100%; }
  .cl_rx_eyes_container { flex-direction: column; gap: 10px; }
  button { padding: 10px 18px; font-size: 0.85rem; }
}

@media print {
  body { background: white; color: black; }
  body::before { display: none; }
  header, footer, .running-text-ribbon, .user-account-nav { display: none; }
  li { background: white; border: 1px solid #ddd; box-shadow: none; }
  .print-button { display: none; }
}

.print-button { text-align: center; margin-top: 20px; }
.print-button button { background: var(--ow-primary); color: var(--ow-white); padding: 12px 24px; font-size: 14px; border: none; border-radius: var(--ow-radius-sm); cursor: pointer; width: auto; }

.addon-lenses-svg { position: inherit; width: 40px; height: 40px; display: inline-block; vertical-align: middle; }

details { color: var(--ow-text-secondary); }
summary { color: var(--ow-primary); cursor: pointer; font-weight: 600; font-size: 0.9rem; }

.glow { color: var(--ow-primary); }

.search-form,
form[action*="search"] {
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius);
  padding: 20px;
  max-width: 560px;
  margin: 20px auto;
  box-shadow: var(--ow-shadow-sm);
}

.prescription-summary details { margin-top: 0.5em; cursor: pointer; color: var(--ow-text-secondary); }
.prescription-summary summary { font-weight: 600; color: var(--ow-primary); padding: 0.3em 0; font-size: 0.85rem; }

.eye-prescription {
  display: flex;
  justify-content: space-between;
  background: var(--ow-border-light);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius-sm);
  padding: 1em;
  margin-top: 0.5em;
  gap: 16px;
}

.eye-label {
  font-weight: 700;
  margin-bottom: 0.3em;
  color: var(--ow-primary);
  font-size: 0.8rem;
  text-transform: uppercase;
}

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--ow-border-light); }
::-webkit-scrollbar-thumb { background: var(--ow-border); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--ow-text-muted); }

html { scroll-behavior: smooth; }
::selection { background: rgba(79, 70, 229, 0.15); color: var(--ow-text); }
a { transition: all var(--ow-transition); }

.responsive-table { width: 100%; border-collapse: collapse; overflow-x: auto; display: block; -webkit-overflow-scrolling: touch; }
.hidden { display: none; }
.center-text { text-align: center; }

#form-factor { border: 1.5px dashed var(--ow-primary-light); padding: 5px 10px; margin: 4px; display: inline-block; color: var(--ow-text-secondary); border-radius: 6px; font-size: 0.8rem; }
#warranty { border: 1.5px dashed #a78bfa; padding: 5px 10px; margin: 4px; display: inline-block; color: var(--ow-text-secondary); border-radius: 6px; font-size: 0.8rem; }
#fitting_range { border: 1.5px dashed #f59e0b; padding: 5px 10px; margin: 4px; display: inline-block; color: var(--ow-text-secondary); border-radius: 6px; font-size: 0.8rem; }
#channels { border: 1.5px dashed #06b6d4; padding: 5px 10px; margin: 4px; display: inline-block; color: var(--ow-text-secondary); border-radius: 6px; font-size: 0.8rem; }

table tfoot td {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ow-text);
  background: var(--ow-primary-bg);
  padding: 14px 16px;
}

/* Checkout action buttons row - side by side, secondary style */
table tr form button { width: auto !important; display: inline-block !important; margin: 4px 6px; }
table tr form { display: inline-block !important; }
table tr td form { display: inline-block !important; }
table tr td form button { width: auto !important; }

/* Checkout cart action buttons: "Add more Products" and "Clear the cart" */
table tr form button[type="submit"] {
  width: auto !important;
  padding: 10px 24px !important;
  font-size: 0.85rem;
  background: transparent !important;
  color: var(--ow-primary) !important;
  border: 1.5px solid var(--ow-primary) !important;
  box-shadow: none !important;
}
table tr form button[type="submit"]:hover {
  background: var(--ow-primary-bg) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Checkout page table containing Add more/Clear buttons */
table:has(tr form) {
  max-width: 800px;
  margin: 12px auto;
  text-align: center;
}

/* Checkout item row improvements */
.checkout-item-row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Grand total table improvements */
table tfoot {
  max-width: 800px;
}

/* Remove button: compact, inline */
.remove-btn {
  width: auto !important;
  display: inline-block;
  padding: 6px 20px;
  font-size: 0.8rem;
  margin-top: 8px;
}

/* Checkout page h1 */
main > h1 {
  margin-top: 32px;
  margin-bottom: 16px;
}

/* ============================================================
   PRESCRIPTION PAGE - Balanced layout & centered buttons
   ============================================================ */

/* Constrain prescription form to readable width and center it */
main > form:has(.prescription-table) {
  max-width: 700px;
  margin: 0 auto;
  padding: 24px 20px;
}

/* Prescription page heading */
main > form:has(.prescription-table) ~ h1,
main > h1 + form:has(.prescription-table) {
  text-align: center;
}

/* Prescription table - balanced columns */
.prescription-table {
  max-width: 100%;
  margin: 0 auto 20px;
}

.prescription-table th {
  background: var(--ow-primary-bg);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 12px 16px;
  white-space: nowrap;
}

.prescription-table td {
  padding: 10px 12px;
  vertical-align: middle;
}

.prescription-table select {
  min-width: 80px;
  padding: 10px 8px;
  font-size: 0.9rem;
}

/* ADD column "Click to add values" box */
.add-box {
  background: var(--ow-border-light);
  border: 1.5px dashed var(--ow-border);
  border-radius: var(--ow-radius-sm);
  padding: 12px 16px;
  text-align: center;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--ow-text-secondary);
  transition: all var(--ow-transition);
}

.add-box:hover {
  border-color: var(--ow-primary);
  color: var(--ow-primary);
  background: var(--ow-primary-bg);
}

/* Lens recommendation text */
#lensRecommendation {
  text-align: center;
  padding: 12px 16px;
  margin: 16px 0;
  font-size: 1rem;
  color: var(--ow-text);
}

/* "Show me Lens Options" button - centered */
#toggleLensOptionsBtn {
  display: block;
  margin: 20px auto;
  padding: 14px 32px;
  background: var(--ow-accent);
  color: var(--ow-white);
  border-radius: var(--ow-radius-sm);
  font-weight: 700;
  font-size: 0.95rem;
}

#toggleLensOptionsBtn:hover {
  background: var(--ow-accent-hover);
}

/* Submit container - center buttons in a row */
.submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px auto;
  text-align: center;
}

/* Checkout with lenses button (input[type=submit]) */
.submit-container input[type="submit"] {
  padding: 14px 32px;
  background: var(--ow-success);
  color: var(--ow-white);
  border: none;
  border-radius: var(--ow-radius-sm);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--ow-transition);
}

.submit-container input[type="submit"]:hover {
  background: #059669;
  transform: translateY(-1px);
}

/* Re-build button */
#resetButton {
  padding: 14px 32px;
  background: var(--ow-primary);
  color: var(--ow-white);
  font-weight: 700;
  font-size: 0.95rem;
}

/* Fieldsets for addon options - constrain and center */
.fieldset-row {
  max-width: 700px;
  margin: 16px auto;
  border: 1.5px solid var(--ow-border);
  border-radius: var(--ow-radius);
  background: var(--ow-white);
  box-shadow: var(--ow-shadow-sm);
}

/* No-addon button - center it */
.no-addon-button {
  text-align: center;
  margin-top: 12px;
}

.no-addon-button button {
  background: transparent;
  color: var(--ow-text-secondary);
  border: 1.5px solid var(--ow-border);
  padding: 10px 24px;
  font-size: 0.85rem;
}

.no-addon-button button:hover {
  background: var(--ow-border-light);
  box-shadow: none;
  transform: none;
}

/* Biofocals fieldset - constrain */
#fieldset_biofocals_container {
  max-width: 700px;
  margin: 0 auto;
}

/* ============================================================
   FOOTER - Clean, balanced, consistent
   ============================================================ */
footer {
  text-align: center;
  padding: 32px 20px 24px;
  border-top: 1px solid var(--ow-border);
  background: var(--ow-white);
  margin-top: 40px;
}

footer p {
  color: var(--ow-text-secondary);
  font-size: 0.85rem;
  margin-bottom: 16px;
}

footer form {
  display: inline-block;
  margin: 8px auto;
}

footer form button[type="submit"] {
  background: transparent !important;
  color: var(--ow-text-secondary) !important;
  border: 1.5px solid var(--ow-border) !important;
  padding: 8px 20px !important;
  font-size: 0.8rem;
  box-shadow: none !important;
}

footer form button[type="submit"]:hover {
  background: var(--ow-border-light) !important;
  transform: none !important;
}

.footer-button {
  display: inline-block;
  padding: 8px 20px;
  margin: 6px 4px;
  border: 1.5px solid var(--ow-border);
  border-radius: var(--ow-radius-sm);
  color: var(--ow-text-secondary);
  text-decoration: none;
  font-size: 0.8rem;
  transition: all var(--ow-transition);
}

.footer-button:hover {
  background: var(--ow-border-light);
  color: var(--ow-text);
}

footer a[aria-label="Instagram"] img {
  margin-top: 16px;
  opacity: 0.6;
  transition: opacity var(--ow-transition);
}

footer a[aria-label="Instagram"] img:hover {
  opacity: 1;
}

/* ============================================================
   MODERN CHECKOUT PAGE - Two-column breeze-through layout
   ============================================================ */

.ow-checkout-page {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
  align-items: start;
}

.ow-section-card {
  background: var(--ow-white);
  border: 1px solid var(--ow-border);
  border-radius: var(--ow-radius-lg);
  padding: 24px;
  box-shadow: var(--ow-shadow);
}

.ow-section-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ow-text);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ow-border-light);
}

.ow-item-count {
  font-weight: 400;
  color: var(--ow-text-secondary);
  font-size: 0.9rem;
}

/* Cart Items - Compact horizontal layout */
.ow-cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ow-cart-item {
  display: flex;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--ow-border-light);
  border-radius: var(--ow-radius);
  background: var(--ow-bg);
  transition: all var(--ow-transition);
}

.ow-cart-item:hover {
  border-color: var(--ow-border);
  box-shadow: var(--ow-shadow-sm);
}

.ow-cart-item-img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: var(--ow-radius-sm);
  overflow: hidden;
  background: var(--ow-white);
  border: 1px solid var(--ow-border-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ow-cart-item-img img {
  width: 100% !important;
  height: 100% !important;
  max-width: 80px !important;
  max-height: 80px !important;
  object-fit: contain;
  border-radius: 0;
  border: none;
}

.ow-cart-item-details {
  flex: 1;
  min-width: 0;
}

.ow-cart-item-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ow-primary) !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 2px;
  line-height: 1.3;
}

.ow-cart-item-name:hover {
  text-decoration: underline !important;
}

.ow-cart-item-brand {
  font-size: 0.8rem;
  color: var(--ow-text-secondary);
  margin-bottom: 4px;
}

.ow-cart-item-rx {
  font-size: 0.8rem;
  color: var(--ow-text-secondary);
  font-style: italic;
  margin-bottom: 4px;
}

.ow-addon-line {
  font-size: 0.78rem;
  color: var(--ow-text-secondary);
  margin-bottom: 2px;
}

.ow-cart-item-price-row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-price-current {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ow-text);
}

.ow-price-old {
  font-size: 0.8rem;
  color: var(--ow-text-muted);
  text-decoration: line-through;
}

.ow-cart-item-ship {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.ow-ship-badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ow-success);
  background: #ecfdf5;
  padding: 3px 10px;
  border-radius: 999px;
}

.ow-remove-form {
  display: inline;
}

.ow-remove-btn {
  background: transparent !important;
  color: var(--ow-danger) !important;
  border: 1px solid var(--ow-danger) !important;
  padding: 3px 12px !important;
  font-size: 0.72rem !important;
  border-radius: 999px;
  cursor: pointer;
  width: auto !important;
  box-shadow: none !important;
}

.ow-remove-btn:hover {
  background: #fef2f2 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Order Total */
.ow-order-total {
  margin-top: 20px;
  padding: 16px 20px;
  background: var(--ow-primary-bg);
  border-radius: var(--ow-radius);
}

.ow-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ow-text);
}

.ow-total-amount {
  font-size: 1.25rem;
  color: var(--ow-primary);
}

/* Cart actions */
.ow-cart-actions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  justify-content: center;
}

.ow-cart-actions form {
  display: inline;
}

.ow-action-link {
  background: transparent !important;
  color: var(--ow-primary) !important;
  border: 1.5px solid var(--ow-primary) !important;
  padding: 8px 20px !important;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: var(--ow-radius-sm);
  cursor: pointer;
  width: auto !important;
  box-shadow: none !important;
}

.ow-action-link:hover {
  background: var(--ow-primary-bg) !important;
  transform: none !important;
  box-shadow: none !important;
}

.ow-action-danger {
  color: var(--ow-text-secondary) !important;
  border-color: var(--ow-border) !important;
}

.ow-action-danger:hover {
  background: var(--ow-border-light) !important;
  color: var(--ow-danger) !important;
}

/* Prefill badge */
.ow-prefill-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ow-success);
  background: #ecfdf5;
  padding: 3px 10px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 6px;
}

/* RIGHT COLUMN: Delivery Form */
.ow-sticky-form {
  position: sticky;
  top: 24px;
}

.ow-delivery-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ow-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ow-form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ow-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ow-form-group input,
.ow-form-group select {
  padding: 11px 14px;
  border: 1.5px solid var(--ow-border);
  border-radius: var(--ow-radius-sm);
  font-size: 0.9rem;
  color: var(--ow-text);
  background: var(--ow-white);
  transition: border-color var(--ow-transition);
  width: 100%;
  font-family: 'Inter', sans-serif;
}

.ow-form-group input:focus,
.ow-form-group select:focus {
  border-color: var(--ow-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.ow-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ow-form-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--ow-border-light);
  margin-top: 4px;
  font-weight: 700;
  color: var(--ow-text);
}

.ow-form-total-amount {
  font-size: 1.2rem;
  color: var(--ow-primary);
}

.ow-pay-btn {
  width: 100% !important;
  padding: 16px 24px !important;
  background: var(--ow-accent) !important;
  color: var(--ow-white) !important;
  border: none !important;
  border-radius: var(--ow-radius-sm) !important;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all var(--ow-transition);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3) !important;
}

.ow-pay-btn:hover {
  background: var(--ow-accent-hover) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4) !important;
}

/* Responsive: Stack on mobile */
@media (max-width: 860px) {
  .ow-checkout-page {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 12px;
  }

  .ow-sticky-form {
    position: static;
  }

  .ow-cart-item-img {
    width: 64px;
    height: 64px;
  }

  .ow-cart-item-img img {
    max-width: 64px !important;
    max-height: 64px !important;
  }

  .ow-form-row {
    grid-template-columns: 1fr;
  }

  .ow-section-card {
    padding: 18px;
  }
}

@media (max-width: 480px) {
  .ow-cart-item {
    padding: 10px;
    gap: 10px;
  }

  .ow-cart-item-img {
    width: 56px;
    height: 56px;
  }

  .ow-cart-item-img img {
    max-width: 56px !important;
    max-height: 56px !important;
  }
}

/* ============================================
   QUANTITY CONTROLS + TRASH ICON + MOBILE STEPS
   ============================================ */

/* Cart item top row: name + trash icon side by side */
.ow-cart-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.ow-cart-item-top .ow-cart-item-name {
  flex: 1;
  min-width: 0;
}

/* Trash icon button */
.ow-trash-form {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.ow-trash-btn {
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  width: auto !important;
  min-width: unset !important;
}

.ow-trash-btn:hover {
  color: #ef4444;
  border-color: #fca5a5;
  background: #fef2f2;
}

.ow-trash-btn svg {
  width: 16px;
  height: 16px;
  position: static !important;
  left: auto !important;
  display: inline-block;
}

/* Price + Quantity bottom row */
.ow-cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

/* Quantity controls */
.ow-qty-controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.ow-qty-form {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.ow-qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f8fafc;
  color: var(--ow-text);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  padding: 0;
  min-width: unset !important;
}

.ow-qty-btn:hover:not(:disabled) {
  background: #e2e8f0;
}

.ow-qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ow-qty-minus {
  border-right: 1px solid #e2e8f0;
}

.ow-qty-plus {
  border-left: 1px solid #e2e8f0;
}

.ow-qty-value {
  min-width: 32px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ow-text);
  padding: 0 4px;
  line-height: 32px;
}

/* =====================
   MOBILE STEP INDICATOR
   ===================== */

.ow-mobile-steps {
  display: none; /* hidden on desktop */
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  margin-bottom: 12px;
  grid-column: 1 / -1;
}

.ow-step-tab {
  background: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: #94a3b8;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto !important;
  min-width: unset !important;
}

.ow-step-tab.ow-step-active {
  color: var(--ow-primary, #4f46e5);
  background: #eef2ff;
  font-weight: 600;
}

.ow-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
}

.ow-step-active .ow-step-num {
  background: var(--ow-primary, #4f46e5);
  color: #fff;
}

.ow-step-arrow {
  font-size: 1.2rem;
  color: #cbd5e1;
  font-weight: 300;
}

/* Mobile: Proceed to Delivery button */
.ow-mobile-next-btn {
  display: none; /* hidden on desktop */
  width: 100%;
  padding: 14px;
  background: var(--ow-primary, #4f46e5);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.2s;
  text-align: center;
}

.ow-mobile-next-btn:hover {
  background: #4338ca;
}

/* Mobile: Back to Cart button */
.ow-mobile-back-btn {
  display: none; /* hidden on desktop */
  background: none;
  border: none;
  color: var(--ow-primary, #4f46e5);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: 8px;
  width: auto !important;
  min-width: unset !important;
}

.ow-mobile-back-btn:hover {
  text-decoration: underline;
}

/* =====================
   MOBILE RESPONSIVE
   ===================== */

@media (max-width: 860px) {
  .ow-mobile-steps {
    display: flex;
  }

  .ow-mobile-next-btn {
    display: block;
  }

  .ow-mobile-back-btn {
    display: inline-block;
  }

  .ow-checkout-page {
    display: block !important;
  }

  .ow-checkout-left,
  .ow-checkout-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Remove the old remove button - replaced by trash icon */
  .ow-remove-form {
    display: none;
  }
}

@media (min-width: 861px) {
  /* On desktop: hide mobile-only elements */
  .ow-mobile-steps {
    display: none !important;
  }

  .ow-mobile-next-btn {
    display: none !important;
  }

  .ow-mobile-back-btn {
    display: none !important;
  }

  /* Hide old remove button on desktop too since we have trash icon now */
  .ow-remove-form {
    display: none;
  }
}


/* ============================================
   ICON-BASED NAVIGATION
   ============================================ */

/* Remove old user-account-nav text-based styles */
.user-account-nav {
  display: none !important;
}


.ow-profile-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
}

/* Profile Header Card */
.ow-profile-header-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, var(--ow-primary, #4f46e5), #7c3aed);
  border-radius: 16px;
  color: #fff;
  margin-bottom: 16px;
}

.ow-profile-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ow-profile-avatar svg {
  stroke: #fff;
}

.ow-profile-info h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.ow-profile-email {
  display: block;
  font-size: 0.85rem;
  opacity: 0.85;
}

.ow-profile-since {
  display: block;
  font-size: 0.75rem;
  opacity: 0.65;
  margin-top: 2px;
}

/* Tab Navigation */
.ow-profile-tabs {
  display: flex;
  gap: 4px;
  background: #f1f5f9;
  border-radius: 14px;
  padding: 4px;
  margin-bottom: 16px;
}

.ow-tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--ow-text-secondary, #64748b);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ow-tab-btn:hover {
  color: var(--ow-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.06);
}

.ow-tab-active {
  background: #fff !important;
  color: var(--ow-primary, #4f46e5) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ow-tab-content {
  display: none;
}

.ow-tab-visible {
  display: block;
}

/* Profile Cards */
.ow-profile-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 12px;
}

.ow-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.ow-card-header h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ow-text, #1e293b);
  margin: 0;
}

/* Profile Form */
.ow-profile-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ow-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 480px) {
  .ow-form-row {
    grid-template-columns: 1fr;
  }
}

.ow-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ow-form-group label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ow-text-secondary, #64748b);
}

.ow-form-group input,
.ow-form-group select {
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--ow-text, #1e293b);
  background: #f8fafc;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.ow-form-group input:focus,
.ow-form-group select:focus {
  outline: none;
  border-color: var(--ow-primary, #4f46e5);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
  background: #fff;
}

.ow-input-disabled {
  background: #f1f5f9 !important;
  color: #94a3b8 !important;
  cursor: not-allowed;
}

.ow-readonly-badge {
  font-size: 0.65rem;
  background: #f1f5f9;
  color: #94a3b8;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 400;
}

/* Buttons */
.ow-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  background: var(--ow-primary, #4f46e5);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  align-self: flex-start;
}

.ow-btn-primary:hover {
  background: #4338ca;
  transform: translateY(-1px);
}

.ow-btn-ghost-sm {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  background: transparent;
  color: var(--ow-primary, #4f46e5);
  border: 1px solid var(--ow-primary, #4f46e5);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.ow-btn-ghost-sm:hover {
  background: rgba(79, 70, 229, 0.06);
}

.ow-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: #f1f5f9;
  color: var(--ow-text-secondary, #64748b);
  cursor: pointer;
  transition: all 0.2s;
}

.ow-icon-btn:hover {
  background: #e2e8f0;
  color: var(--ow-primary, #4f46e5);
}

.ow-icon-btn-danger:hover {
  background: #fef2f2;
  color: #ef4444;
}

/* Address Cards */
.ow-addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.ow-address-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ow-address-card:hover {
  border-color: var(--ow-primary, #4f46e5);
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.1);
}

.ow-address-default {
  border-color: var(--ow-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.02);
}

.ow-address-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 4px;
}

.ow-address-body {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.ow-address-body svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.ow-address-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ow-text, #1e293b);
  margin: 0 0 4px;
  padding-right: 70px;
}

.ow-address-meta {
  font-size: 0.8rem;
  color: var(--ow-text-secondary, #64748b);
  margin: 0;
}

.ow-default-badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--ow-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.1);
  padding: 2px 8px;
  border-radius: 6px;
}

/* Orders */
.ow-orders-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ow-order-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.ow-order-card:hover {
  border-color: #cbd5e1;
}

.ow-order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}

.ow-order-id {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ow-text, #1e293b);
}

.ow-order-status {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: capitalize;
}

.ow-status-pending {
  background: #fef3c7;
  color: #92400e;
}

.ow-status-confirmed, .ow-status-shipped, .ow-status-delivered {
  background: #d1fae5;
  color: #065f46;
}

.ow-status-cancelled {
  background: #fee2e2;
  color: #991b1b;
}

.ow-order-body {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  align-items: center;
}

.ow-order-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
  flex-shrink: 0;
}

.ow-order-product {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ow-text, #1e293b);
  margin: 0 0 2px;
}

.ow-order-meta {
  font-size: 0.78rem;
  color: var(--ow-text-secondary, #64748b);
  margin: 0;
}

.ow-order-date {
  font-size: 0.72rem;
  color: #94a3b8;
  margin: 2px 0 0;
}

/* Empty State */
.ow-empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #94a3b8;
}

.ow-empty-state svg {
  margin-bottom: 12px;
}

.ow-empty-state p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

/* Modal */
.ow-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999;
}

.ow-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, 92%);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  z-index: 1000;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.ow-modal-open {
  display: block;
}

.ow-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ow-modal-header h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

/* Checkout Address Selector */
.ow-address-selector {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.ow-addr-sel-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ow-text-secondary, #64748b);
  margin-bottom: 10px;
}

.ow-addr-sel-label svg {
  stroke: var(--ow-primary, #4f46e5);
}

.ow-addr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ow-addr-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: var(--ow-text, #1e293b);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.ow-addr-chip:hover {
  border-color: var(--ow-primary, #4f46e5);
  background: rgba(79, 70, 229, 0.04);
}

.ow-addr-chip-active {
  border-color: var(--ow-primary, #4f46e5) !important;
  background: rgba(79, 70, 229, 0.08) !important;
  color: var(--ow-primary, #4f46e5);
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.15);
}

.ow-addr-chip svg {
  flex-shrink: 0;
  stroke: currentColor;
}

.ow-chip-zip {
  font-size: 0.72rem;
  background: rgba(0,0,0,0.06);
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 2px;
}

.ow-addr-chip-new {
  border-style: dashed;
  color: var(--ow-primary, #4f46e5);
}

.ow-addr-chip-new svg {
  stroke: var(--ow-primary, #4f46e5);
}

/* Mobile responsiveness */
@media (max-width: 860px) {
  .ow-profile-container {
    padding: 10px;
  }

  .ow-profile-header-card {
    padding: 16px;
    gap: 12px;
  }

  .ow-profile-avatar {
    width: 48px;
    height: 48px;
  }

  .ow-profile-avatar svg {
    width: 32px;
    height: 32px;
  }

  .ow-profile-info h2 {
    font-size: 1.05rem;
  }

  .ow-tab-btn span {
    display: none;
  }

  .ow-tab-btn svg {
    width: 20px;
    height: 20px;
  }

  .ow-tab-btn {
    padding: 10px;
  }

  .ow-addresses-grid {
    grid-template-columns: 1fr;
  }

  .ow-profile-card {
    padding: 14px;
  }
}


/* ===== RICH FOOTER OVERRIDES (must be after generic styles) ===== */
/* ===== END RICH FOOTER OVERRIDES ===== */

/* ===== Contact Us Popup Modal ===== */
.ow-contact-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeInOverlay 0.25s ease;
}
@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}
.ow-contact-modal {
  position: relative;
  width: min(480px, 92vw);
  max-height: 88vh;
  overflow-y: auto;
  padding: 32px 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(79, 70, 229, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255,255,255,0.1);
  animation: slideUpModal 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes slideUpModal {
  from { opacity: 0; transform: translateY(30px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.ow-contact-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s, transform 0.2s;
}
.ow-contact-close:hover {
  color: #ef4444;
  transform: scale(1.2);
}
.ow-contact-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}
.ow-contact-subtitle {
  font-size: 0.88rem;
  color: #64748b;
  margin-bottom: 20px;
}
.ow-contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ow-contact-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.ow-contact-field input,
.ow-contact-field select,
.ow-contact-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.92rem;
  color: #1e293b;
  background: #f8fafc;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.ow-contact-field input:focus,
.ow-contact-field select:focus,
.ow-contact-field textarea:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.ow-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ow-contact-captcha {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ow-contact-captcha label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.ow-captcha-img {
  width: 180px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.ow-contact-captcha input {
  width: 180px;
  padding: 8px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.92rem;
  color: #1e293b;
  background: #f8fafc;
  outline: none;
}
.ow-contact-captcha input:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}
.ow-contact-submit {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 4px;
}
.ow-contact-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.35);
}
.ow-contact-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.ow-contact-msg {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
}
.ow-contact-error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}
.ow-contact-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 30px 20px;
  text-align: center;
}
.ow-contact-success p {
  font-size: 1rem;
  font-weight: 500;
  color: #1e293b;
}
@media (max-width: 520px) {
  .ow-contact-modal {
    padding: 24px 18px;
    border-radius: 16px;
  }
  .ow-contact-row {
    grid-template-columns: 1fr;
  }
}

/* ===== Cart Badge ===== */
.ow-nav-cart {
  position: relative;
}
.ow-cart-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  padding: 0 4px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
  pointer-events: none;
  animation: badgePop 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes badgePop {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

/* ===== Polarized Lens Comparison Widget ===== */
.ow-polar-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-polar-card {
  width: 200px;
  padding: 14px;
  border-radius: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-polar-normal {
  background: linear-gradient(135deg, #f97316, #ef4444);
}
.ow-polar-polarized {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}
.ow-polar-card-title {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.ow-polar-scene {
  position: relative;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(to bottom, #60a5fa 0%, #bae6fd 45%, #6b7280 46%, #4b5563 100%);
}
.ow-polar-sun {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fde047;
  box-shadow: 0 0 20px rgba(253,224,71,.8);
}
.ow-polar-road {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: linear-gradient(to bottom, #4b5563, #111827);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
}
.ow-polar-glare {
  position: absolute;
  background: rgba(255,255,255,.72);
  filter: blur(3px);
  border-radius: 100px;
  animation: owGlareFlicker 2s ease-in-out infinite;
}
.ow-polar-glare-1 {
  width: 120px; height: 16px;
  bottom: 34px; left: 24px;
  transform: rotate(-16deg);
}
.ow-polar-glare-2 {
  width: 80px; height: 12px;
  top: 56px; left: 14px;
  transform: rotate(18deg);
  animation-delay: 0.3s;
}
.ow-polar-glare-3 {
  width: 60px; height: 10px;
  top: 90px; right: 16px;
  transform: rotate(-18deg);
  animation-delay: 0.7s;
}
@keyframes owGlareFlicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.ow-polar-polarized .ow-polar-scene {
  filter: contrast(1.08) saturate(1.1);
}
.ow-polar-block {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.18);
  backdrop-filter: contrast(1.15);
}
.ow-polar-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111827;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
@media (max-width: 480px) {
  .ow-polar-card { width: 100%; }
}

/* ===== Ultra-Thin Lens Comparison Widget ===== */
.ow-thin-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-thin-card {
  width: 200px;
  padding: 12px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255,255,255,.06);
}
.ow-thin-badge {
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}
.ow-thin-badge-normal {
  background: #374151;
}
.ow-thin-badge-ultra {
  background: linear-gradient(135deg, #f59e0b, #06b6d4);
}
.ow-thin-sideview {
  position: relative;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 45%, #f2c49c 0 22%, #8b5cf6 23%, #111827 100%);
}
.ow-thin-face {
  position: absolute;
  right: -20px;
  top: -8px;
  width: 96px;
  height: 150px;
  border-radius: 52% 0 0 52%;
  background: linear-gradient(180deg, #d6a170, #9a6a45);
}
.ow-thin-temple {
  position: absolute;
  left: 28px;
  top: 54px;
  width: 92px;
  height: 7px;
  border-radius: 999px;
  z-index: 3;
}
.ow-thin-temple-black {
  background: #1f2937;
}
.ow-thin-temple-gold {
  background: linear-gradient(90deg, #b7791f, #fde68a);
}
.ow-thin-lens {
  position: absolute;
  left: 33px;
  top: 34px;
  height: 72px;
  border-radius: 45% 55% 55% 45%;
  background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,.15));
  z-index: 2;
}
.ow-thin-lens-thick {
  width: 30px;
  border-left: 12px solid rgba(31,41,55,.75);
  border-right: 8px solid rgba(255,255,255,.75);
}
.ow-thin-lens-slim {
  width: 16px;
  border-left: 3px solid rgba(255,255,255,.85);
  border-right: 2px solid rgba(255,255,255,.85);
}
.ow-thin-spark {
  position: absolute;
  left: 51px;
  top: 31px;
  width: 18px;
  height: 18px;
  z-index: 5;
  animation: owSparkPulse 1.5s ease-in-out infinite;
}
.ow-thin-spark::before,
.ow-thin-spark::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 999px;
}
.ow-thin-spark::before {
  width: 18px;
  height: 3px;
  top: 7px;
}
.ow-thin-spark::after {
  width: 3px;
  height: 18px;
  left: 7px;
}
@keyframes owSparkPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.ow-thin-label {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111827;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
@media (max-width: 480px) {
  .ow-thin-card { width: 100%; }
}

/* ===== Anti-Glare Lens Comparison Widget ===== */
.ow-ag-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-ag-panel {
  width: 200px;
  padding: 12px;
  border-radius: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-ag-regular {
  background: linear-gradient(135deg, #475569, #111827);
}
.ow-ag-coated {
  background: linear-gradient(135deg, #0891b2, #2563eb);
}
.ow-ag-label {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.ow-ag-specs {
  position: relative;
  height: 110px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e0f2fe, #f8fafc);
  overflow: hidden;
}
.ow-ag-lens {
  position: absolute;
  top: 34px;
  width: 62px;
  height: 44px;
  border: 6px solid #334155;
  border-radius: 18px 18px 24px 24px;
  background: rgba(20,184,166,.18);
  overflow: hidden;
}
.ow-ag-left { left: 22px; }
.ow-ag-right { right: 22px; }
.ow-ag-bridge {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 26px;
  height: 12px;
  transform: translateX(-50%);
  border-top: 6px solid #334155;
  border-radius: 999px;
}
.ow-ag-glare {
  position: absolute;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  filter: blur(.5px);
  box-shadow: 0 0 10px rgba(255,255,255,.9);
  animation: owAgFlicker 2s ease-in-out infinite;
}
.ow-ag-g1 {
  width: 70px; left: -8px; top: 10px;
  transform: rotate(-24deg);
}
.ow-ag-g2 {
  width: 54px; left: 4px; top: 24px;
  transform: rotate(-24deg);
  animation-delay: 0.3s;
}
.ow-ag-g3 {
  width: 42px; left: 10px; top: 35px;
  transform: rotate(-24deg);
  animation-delay: 0.6s;
}
@keyframes owAgFlicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.ow-ag-soft {
  position: absolute;
  inset: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34,211,238,.45), transparent 65%);
  box-shadow: inset 0 0 14px rgba(14,165,233,.35);
}
.ow-ag-coated .ow-ag-lens {
  background: linear-gradient(135deg, rgba(45,212,191,.35), rgba(255,255,255,.08));
}
.ow-ag-caption {
  margin-top: 10px;
  text-align: center;
  padding: 7px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.ow-ag-bad {
  background: rgba(239,68,68,.25);
}
.ow-ag-good {
  background: rgba(16,185,129,.28);
}
@media (max-width: 480px) {
  .ow-ag-panel { width: 100%; }
}

/* ===== Blue-Cut Lens Comparison Widget ===== */
.ow-bc-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-bc-panel {
  width: 200px;
  padding: 12px;
  border-radius: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-bc-regular {
  background: linear-gradient(135deg, #475569, #111827);
}
.ow-bc-coated {
  background: linear-gradient(135deg, #1d4ed8, #06b6d4);
}
.ow-bc-title {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.ow-bc-scene {
  position: relative;
  height: 130px;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(circle at 30% 30%, #dbeafe, #0f172a 75%);
}
.ow-bc-round {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.85);
  z-index: 4;
}
.ow-bc-clear {
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 0 18px rgba(255,255,255,.4);
}
.ow-bc-tinted {
  background: linear-gradient(145deg, rgba(96,165,250,.65), rgba(37,99,235,.35) 55%, rgba(255,255,255,.16));
  box-shadow: inset 0 0 24px rgba(59,130,246,.65), 0 0 18px rgba(14,165,233,.45);
}
.ow-bc-beam {
  position: absolute;
  left: -20px;
  width: 160px;
  height: 15px;
  border-radius: 999px;
  background: rgba(37,99,235,.9);
  filter: blur(1px);
  box-shadow: 0 0 18px rgba(37,99,235,.95);
  z-index: 2;
  animation: owBcPulse 2s ease-in-out infinite;
}
.ow-bc-beam1 {
  top: 48px;
  transform: rotate(-18deg);
}
.ow-bc-beam2 {
  top: 72px;
  transform: rotate(-18deg);
  animation-delay: 0.4s;
}
.ow-bc-regular .ow-bc-beam {
  width: 220px;
}
.ow-bc-blocked {
  width: 82px;
}
.ow-bc-blocked::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -9px;
  width: 18px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 14px rgba(255,255,255,.8);
}
@keyframes owBcPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.ow-bc-caption {
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  z-index: 6;
}
.ow-bc-bad {
  background: rgba(239,68,68,.88);
}
.ow-bc-good {
  background: rgba(255,255,255,.92);
  color: #1d4ed8;
}
@media (max-width: 480px) {
  .ow-bc-panel { width: 100%; }
}

/* ===== Multi Anti-Glare Lens Comparison Widget ===== */
.ow-mg-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-mg-card {
  width: 200px;
  padding: 12px;
  border-radius: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-mg-regular {
  background: linear-gradient(135deg, #4b5563, #111827);
}
.ow-mg-protected {
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
}
.ow-mg-title {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.ow-mg-scene {
  position: relative;
  height: 135px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 25%, #ffffff 0 5%, transparent 6%),
    radial-gradient(circle at 82% 28%, #fde68a 0 5%, transparent 6%),
    linear-gradient(135deg, #dbeafe, #0f172a 75%);
}
.ow-mg-lens {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 82px;
  height: 82px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.86);
  overflow: hidden;
  z-index: 2;
}
.ow-mg-normal {
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 18px rgba(255,255,255,.35);
}
.ow-mg-coated {
  background: linear-gradient(145deg, rgba(20,184,166,.42), rgba(99,102,241,.28)), rgba(255,255,255,.12);
  box-shadow: inset 0 0 22px rgba(34,211,238,.45), 0 0 18px rgba(34,211,238,.35);
}
.ow-mg-glare {
  position: absolute;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 0 14px rgba(255,255,255,.95);
  filter: blur(.5px);
  animation: owMgFlicker 2s ease-in-out infinite;
}
.ow-mg-g1 {
  width: 90px; top: 16px; left: -10px;
  transform: rotate(-26deg);
}
.ow-mg-g2 {
  width: 72px; top: 34px; left: 8px;
  transform: rotate(18deg);
  animation-delay: 0.3s;
}
.ow-mg-g3 {
  width: 64px; top: 52px; left: -3px;
  transform: rotate(-16deg);
  animation-delay: 0.5s;
}
.ow-mg-g4 {
  width: 48px; top: 66px; left: 20px;
  transform: rotate(26deg);
  animation-delay: 0.8s;
}
@keyframes owMgFlicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.ow-mg-glow {
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.45), transparent 62%);
  opacity: .55;
}
.ow-mg-shield {
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0891b2;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.ow-mg-note {
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  z-index: 4;
}
.ow-mg-bad {
  background: rgba(239,68,68,.88);
}
.ow-mg-good {
  background: rgba(255,255,255,.92);
  color: #2563eb;
}
@media (max-width: 480px) {
  .ow-mg-card { width: 100%; }
}

/* ===== Photo Grey Lens Comparison Widget ===== */
.ow-pg-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-pg-card {
  width: 200px;
  padding: 12px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-pg-regular {
  background: linear-gradient(135deg, #475569, #111827);
}
.ow-pg-grey {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
}
.ow-pg-title {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.ow-pg-scene {
  position: relative;
  height: 135px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(to bottom, #dbeafe 0%, #f8fafc 52%, #cbd5e1 100%);
}
.ow-pg-sun {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fde047;
  box-shadow: 0 0 14px rgba(253,224,71,.8);
}
.ow-pg-sun-active {
  animation: owPgPulse 1.6s infinite;
}
@keyframes owPgPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}
.ow-pg-uv {
  position: absolute;
  top: 20px;
  left: 14px;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, rgba(59,130,246,.9), transparent);
  transform: rotate(28deg);
  opacity: .4;
}
.ow-pg-uv-active {
  opacity: 1;
}
.ow-pg-lens {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.9);
  overflow: hidden;
  z-index: 2;
}
.ow-pg-clear {
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 0 16px rgba(255,255,255,.35);
}
.ow-pg-tinted {
  background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%, rgba(209,213,219,.85) 45%, rgba(75,85,99,.92) 100%);
  box-shadow: inset 0 0 20px rgba(255,255,255,.35), 0 0 18px rgba(59,130,246,.35);
}
.ow-pg-transition {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.15), rgba(17,24,39,.45));
  animation: owPgDarken 3s infinite alternate;
}
@keyframes owPgDarken {
  from { opacity: .25; }
  to { opacity: .85; }
}
.ow-pg-label {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  z-index: 4;
}
.ow-pg-bad {
  background: rgba(239,68,68,.9);
}
.ow-pg-good {
  background: rgba(255,255,255,.92);
  color: #2563eb;
}
@media (max-width: 480px) {
  .ow-pg-card { width: 100%; }
}

/* ===== Photo Brown Lens Comparison Widget ===== */
.ow-pb-widget {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-pb-card {
  width: 200px;
  padding: 12px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-pb-regular {
  background: linear-gradient(135deg, #475569, #111827);
}
.ow-pb-brown {
  background: linear-gradient(135deg, #92400e, #f59e0b);
}
.ow-pb-title {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.ow-pb-scene {
  position: relative;
  height: 135px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(to bottom, #fef3c7 0%, #fde68a 45%, #d6d3d1 100%);
}
.ow-pb-sun {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fde047;
  box-shadow: 0 0 14px rgba(253,224,71,.8);
}
.ow-pb-sun-active {
  animation: owPbPulse 1.6s infinite;
}
@keyframes owPbPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}
.ow-pb-uv {
  position: absolute;
  top: 20px;
  left: 14px;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, rgba(180,83,9,.95), transparent);
  transform: rotate(28deg);
  opacity: .35;
}
.ow-pb-uv-active {
  opacity: 1;
}
.ow-pb-lens {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.92);
  overflow: hidden;
  z-index: 2;
}
.ow-pb-clear {
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 0 16px rgba(255,255,255,.35);
}
.ow-pb-tinted {
  background: linear-gradient(to bottom, rgba(255,248,220,.92) 0%, rgba(251,191,36,.78) 40%, rgba(120,53,15,.92) 100%);
  box-shadow: inset 0 0 22px rgba(255,255,255,.25), 0 0 20px rgba(245,158,11,.35);
}
.ow-pb-transition {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.08), rgba(120,53,15,.45));
  animation: owPbDarken 3s infinite alternate;
}
@keyframes owPbDarken {
  from { opacity: .2; }
  to { opacity: .82; }
}
.ow-pb-label {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  z-index: 4;
}
.ow-pb-bad {
  background: rgba(239,68,68,.9);
}
.ow-pb-good {
  background: rgba(255,255,255,.94);
  color: #92400e;
}
@media (max-width: 480px) {
  .ow-pb-card { width: 100%; }
}

/* ===== Progressive vs Bifocal Comparison Widget ===== */
.ow-prog-widget {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-prog-card {
  flex: 1;
  min-width: 0;
  max-width: 220px;
  padding: 10px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 36px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-prog-progressive {
  background: linear-gradient(145deg, #1e3a8a, #2563eb, #0891b2);
}
.ow-prog-bifocal {
  background: linear-gradient(145deg, #4a1d6a, #7c3aed, #a855f7);
}
.ow-prog-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  background: rgba(255,255,255,.18);
  margin-bottom: 6px;
}
.ow-prog-h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.ow-prog-p {
  margin: 4px 0 12px;
  font-size: 11px;
  opacity: .82;
  color: #fff;
}
.ow-prog-round {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.9);
  box-shadow: inset 0 0 28px rgba(255,255,255,.35);
}
.ow-prog-round-prog {
  background: linear-gradient(to bottom, #f8fafc, #e0f2fe 32%, #bae6fd 60%, #38bdf8);
}
.ow-prog-round-bif {
  background: linear-gradient(to bottom, #f8fafc 0 55%, #fef9c3 56%, #fde68a 100%);
}
.ow-prog-zone {
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  padding: 4px;
  border-radius: 999px;
  color: #0f172a;
  background: rgba(255,255,255,.38);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 4;
}
.ow-prog-zone b {
  display: block;
  font-size: 10px;
  font-weight: 900;
}
.ow-prog-zone small {
  display: block;
  font-size: 8px;
  font-weight: 700;
}
.ow-prog-top { top: 8px; }
.ow-prog-mid { top: 56px; }
.ow-prog-bot { bottom: 8px; }
.ow-prog-corridor {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 48px;
  height: 126px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 2px dashed rgba(15,23,42,.18);
  pointer-events: none;
}
.ow-prog-soft {
  position: absolute;
  bottom: 40px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 900;
  color: rgba(15,23,42,.35);
  background: radial-gradient(circle, rgba(15,23,42,.12), transparent 70%);
}
.ow-prog-soft-l { left: 4px; }
.ow-prog-soft-r { right: 4px; }
.ow-prog-bifline {
  position: absolute;
  left: 6%;
  top: 55%;
  width: 88%;
  height: 3px;
  background: rgba(15,23,42,.45);
  border-radius: 99px;
  z-index: 3;
}
.ow-prog-missing {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(15,23,42,.48);
  font-size: 10px;
  font-weight: 900;
  z-index: 5;
}
.ow-prog-tip {
  margin-top: 10px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  font-size: 10px;
  font-weight: 800;
}
@media (max-width: 380px) {
  .ow-prog-round { width: 120px; height: 120px; }
  .ow-prog-zone { width: 82px; }
  .ow-prog-corridor { width: 40px; height: 100px; }
}

/* ===== Bifocal Flat-Top D vs Round Comparison Widget ===== */
.ow-bf-widget {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 16px 0;
}
.ow-bf-card {
  flex: 1;
  min-width: 0;
  max-width: 220px;
  padding: 14px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ow-bf-flatd {
  background: linear-gradient(145deg, #2563eb, #06b6d4);
}
.ow-bf-round {
  background: linear-gradient(145deg, #7c3aed, #ec4899);
}
.ow-bf-badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  background: rgba(255,255,255,.18);
}
.ow-bf-h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.ow-bf-p {
  margin: 4px 0 12px;
  font-size: 11px;
  opacity: .82;
  color: #fff;
}
.ow-bf-lens {
  position: relative;
  width: 150px;
  height: 178px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 42% 42% 50% 50%;
  border: 6px solid rgba(255,255,255,.92);
  background: linear-gradient(to bottom, #f8fafc 0 62%, #dbeafe 63% 100%);
  box-shadow: inset 0 0 26px rgba(255,255,255,.35);
}
.ow-bf-dist {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #0f172a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .5px;
}
.ow-bf-flat-seg {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 105px;
  height: 54px;
  transform: translateX(-50%);
  border-top: 3px solid rgba(15,23,42,.45);
  border-radius: 0 0 48px 48px;
  background: rgba(253,230,138,.72);
  display: grid;
  place-items: center;
}
.ow-bf-round-seg {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 80px;
  height: 66px;
  transform: translateX(-50%);
  border-top: 3px solid rgba(15,23,42,.4);
  border-radius: 50% 50% 42px 42px;
  background: rgba(253,230,138,.72);
  display: grid;
  place-items: center;
}
.ow-bf-flat-seg span,
.ow-bf-round-seg span {
  color: #78350f;
  font-size: 11px;
  font-weight: 900;
}
.ow-bf-line-label {
  position: absolute;
  left: 50%;
  bottom: 78px;
  transform: translateX(-50%);
  padding: 3px 7px;
  border-radius: 999px;
  white-space: nowrap;
  color: rgba(15,23,42,.62);
  background: rgba(255,255,255,.58);
  font-size: 8px;
  font-weight: 900;
}
.ow-bf-tip {
  margin-top: 10px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 10px;
  font-weight: 800;
}
@media (max-width: 380px) {
  .ow-bf-lens { width: 120px; height: 148px; }
  .ow-bf-flat-seg { width: 88px; height: 44px; bottom: 14px; }
  .ow-bf-round-seg { width: 66px; height: 54px; bottom: 14px; }
  .ow-bf-line-label { bottom: 64px; }
}

/* === Face Alert Badge on Nav === */
.ow-nav-faces{position:relative;}
.ow-face-alert{
  position:absolute;top:-6px;right:-6px;
  width:22px;height:22px;
  display:grid;place-items:center;
  border-radius:50%;
  overflow:visible;
  backdrop-filter:blur(8px);
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 3px 10px rgba(239,68,68,.35),inset 0 1px 1px rgba(255,255,255,.25);
  animation:owFaFloat 3s ease-in-out infinite;
  z-index:10;
  pointer-events:none;
}
.ow-fa-ring{
  position:absolute;inset:3px;
  border-radius:50%;
  border:1.5px solid rgba(239,68,68,.5);
  box-shadow:0 0 8px rgba(239,68,68,.4);
  animation:owFaGlow 2s ease-in-out infinite;
}
.ow-fa-core{
  position:relative;z-index:5;
  width:14px;height:14px;
  border-radius:50%;
  display:grid;place-items:center;
  color:#fff;font-size:10px;font-weight:900;
  background:linear-gradient(145deg,#ef4444,#f97316);
  box-shadow:0 2px 6px rgba(239,68,68,.5);
  animation:owFaBounce 1.6s infinite;
}
.ow-fa-pulse{
  position:absolute;border-radius:50%;
  border:1.5px solid rgba(239,68,68,.3);
  animation:owFaPulse 2.4s infinite;
}
.ow-fa-p1{width:18px;height:18px;}
.ow-fa-p2{width:24px;height:24px;animation-delay:.8s;}

@keyframes owFaBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes owFaPulse{0%{opacity:.8;transform:scale(.7)}100%{opacity:0;transform:scale(1.4)}}
@keyframes owFaGlow{0%,100%{opacity:.6}50%{opacity:1}}
@keyframes owFaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}

/* === Filter Widget === */
/* ═══ STICKY FILTER BAR ═══ */
.ow-filter-bar{
  position:sticky;top:0;z-index:998;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(0,0,0,.06);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  box-shadow:0 2px 12px rgba(0,0,0,.06);
}
.ow-filter-bar-inner{
  max-width:100%;margin:0 auto;
  display:flex;align-items:center;gap:10px;
  padding:8px 16px;
  flex-wrap:wrap;
}
/* Animated filter icon inside toggle button */
.ow-fb-toggle{
  display:flex;align-items:center;gap:8px;
  padding:8px 16px;border-radius:22px;
  border:1.5px solid #e5e7eb;background:#fff;
  font-size:14px;font-weight:700;color:#333;
  cursor:pointer;transition:all .2s;white-space:nowrap;
  flex-shrink:0;
}
.ow-fb-toggle:hover{border-color:#6366f1;color:#4f46e5;}
.ow-fb-toggle.active{background:#4f46e5;color:#fff;border-color:#4f46e5;}
.ow-fb-toggle.active .ow-fl-line{background:#fff;}
.ow-fb-toggle.active .ow-fl-knob{border-color:#fff;background:#4f46e5;}
.ow-fb-icon{
  display:flex;flex-direction:column;justify-content:space-between;
  width:24px;height:20px;
}
.ow-fl-line{
  position:relative;width:100%;height:2.5px;
  border-radius:999px;background:#333;
  transition:background .2s;
}
.ow-fl-knob{
  position:absolute;top:50%;width:9px;height:9px;
  border:2.5px solid #333;border-radius:50%;background:#fff;
  transform:translateY(-50%);
  animation:owKnobMove 2.4s ease-in-out infinite;
  transition:border-color .2s,background .2s;
}
.ow-fl-l1 .ow-fl-knob{left:18%;}
.ow-fl-l2 .ow-fl-knob{left:62%;animation-delay:.25s;}
.ow-fl-l3 .ow-fl-knob{left:36%;animation-delay:.5s;}
@keyframes owKnobMove{0%,100%{transform:translateY(-50%) translateX(-3px)}50%{transform:translateY(-50%) translateX(6px)}}
.ow-fb-label{font-size:14px;font-weight:700;}
/* Filter pills */
.ow-fb-pills{
  display:flex;align-items:center;gap:8px;
  overflow-x:auto;-webkit-overflow-scrolling:touch;
  max-height:0;opacity:0;
  transition:max-height .3s ease,opacity .25s ease;
  flex:1;min-width:0;
  scrollbar-width:none;
}
.ow-fb-pills::-webkit-scrollbar{display:none;}
.ow-fb-pills.ow-fb-open{
  max-height:50px;opacity:1;
}
.ow-fb-pill{
  padding:7px 14px;border-radius:18px;
  border:1.5px solid #e5e7eb;background:#fff;
  font-size:13px;font-weight:600;color:#555;
  cursor:pointer;transition:all .15s;white-space:nowrap;
  flex-shrink:0;
}
.ow-fb-pill:hover{border-color:#6366f1;color:#4f46e5;background:rgba(99,102,241,.04);}
.ow-fb-pill.active{background:#4f46e5;color:#fff;border-color:#4f46e5;}
.ow-fb-size{
  width:36px;padding:7px 0;text-align:center;
  font-weight:800;font-size:13px;
}
.ow-fb-sep{
  width:1px;height:22px;background:rgba(0,0,0,.1);flex-shrink:0;
}
.ow-fb-reset{color:#ef4444;border-color:#fecaca;}
.ow-fb-reset:hover{background:rgba(239,68,68,.06);border-color:#ef4444;color:#dc2626;}

/* Filter bar responsive overrides */
@media(max-width:480px){
  .ow-filter-bar-inner{padding:6px 10px;gap:6px;}
  .ow-fb-toggle{padding:6px 10px;gap:5px;}
  .ow-fb-icon{width:18px;height:15px;}
  .ow-fb-label{font-size:12px;}
  .ow-fl-knob{width:7px;height:7px;border-width:2px;}
  .ow-fb-pill{padding:5px 10px;font-size:11px;}
  .ow-fb-size{width:30px;padding:5px 0;font-size:11px;}
  .ow-fb-sep{height:18px;}
}
@media(min-width:481px) and (max-width:768px){
  .ow-filter-bar-inner{padding:7px 14px;gap:8px;}
  .ow-fb-toggle{padding:7px 12px;}
  .ow-fb-pill{padding:6px 12px;font-size:12px;}
}
@media(min-width:1400px){
  .ow-filter-bar-inner{max-width:1400px;padding:10px 20px;gap:12px;}
  .ow-fb-toggle{padding:9px 18px;font-size:15px;border-radius:24px;}
  .ow-fb-icon{width:28px;height:23px;}
  .ow-fl-knob{width:11px;height:11px;border-width:3px;}
  .ow-fb-label{font-size:15px;}
  .ow-fb-pill{padding:8px 16px;font-size:14px;border-radius:20px;}
  .ow-fb-size{width:40px;padding:8px 0;font-size:14px;}
  .ow-fb-sep{height:26px;}
}
@media(min-width:1800px){
  .ow-filter-bar-inner{max-width:1700px;padding:12px 24px;gap:14px;}
  .ow-fb-toggle{padding:10px 22px;font-size:16px;}
  .ow-fb-icon{width:32px;height:26px;}
  .ow-fl-line{height:3px;}
  .ow-fl-knob{width:12px;height:12px;border-width:3px;}
  .ow-fb-label{font-size:16px;}
  .ow-fb-pill{padding:9px 18px;font-size:15px;}
  .ow-fb-size{width:44px;padding:9px 0;font-size:15px;}
  .ow-fb-sep{height:28px;}
}
@media(min-width:2400px){
  .ow-filter-bar-inner{max-width:2200px;padding:14px 30px;gap:16px;}
  .ow-fb-toggle{padding:12px 26px;font-size:18px;border-radius:28px;}
  .ow-fb-icon{width:38px;height:30px;}
  .ow-fl-line{height:3.5px;}
  .ow-fl-knob{width:14px;height:14px;border-width:3.5px;}
  .ow-fb-label{font-size:18px;}
  .ow-fb-pill{padding:10px 22px;font-size:17px;border-radius:24px;}
  .ow-fb-size{width:50px;padding:10px 0;font-size:17px;}
  .ow-fb-sep{height:32px;}
}

/* === Product Card Enhancements === */
.ow-card-pricing{
  position:relative;
  padding:14px 16px;
  margin:8px 0;
  border-radius:16px;
  background:#f8f9fc;
  border:1px solid rgba(0,0,0,.04);
}
.ow-card-market{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:4px;
}
.ow-card-market .ow-market-price{
  color:#9ca3af;
  font-size:13px;
  font-weight:600;
  text-decoration:line-through;
}
.ow-card-facefit-badge{
  display:none;
  padding:2px 8px;
  border-radius:6px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.5px;
  color:#ef4444;
  background:transparent;
  border:none;
  text-transform:uppercase;
}
.ow-card-facefit-badge.visible{
  display:inline-block;
}
.ow-card-wholesale{
  display:flex;
  align-items:baseline;
  gap:6px;
}
.ow-card-wholesale .ow-wh-label{
  font-size:15px;
  font-weight:700;
  color:#1e293b;
}
.ow-card-wholesale .ow-wh-price{
  font-size:28px;
  font-weight:900;
  color:#ef4444;
  line-height:1.1;
}
}
.ow-card-includes{
  display:flex;
  align-items:center;
  gap:8px;
  margin:10px 0 4px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(99,102,241,.06);
  border:1px solid rgba(99,102,241,.12);
}
.ow-card-includes .ow-inc-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  background:linear-gradient(145deg,#4f46e5,#6366f1);
  display:grid;
  place-items:center;
  flex-shrink:0;
}
.ow-card-includes .ow-inc-icon svg{
  width:16px;
  height:16px;
  fill:#fff;
}
.ow-card-includes .ow-inc-text{
  font-size:11px;
  font-weight:700;
  color:#4f46e5;
}
.ow-card-includes .ow-inc-text span{
  color:#334155;
  font-weight:600;
}
.ow-card-shipping{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  margin-top:4px;
  font-size:11px;
  font-weight:700;
  color:#4f46e5;
}
.ow-card-shipping svg{
  width:18px;
  height:14px;
  fill:#4f46e5;
}

/* === Mega Sale Discount Widget (scaled for product cards) === */
.ow-card-discount{
  position:absolute;top:-4px;right:-4px;
  width:60px;height:66px;
  display:grid;place-items:center;
  font-family:Inter,Arial,sans-serif;
  z-index:5;
}
.ow-disc-glow{
  position:absolute;
  width:52px;height:52px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,0,98,.4),rgba(255,0,98,.08),transparent 72%);
  animation:owDiscGlowPulse 2.5s ease-in-out infinite;
}
.ow-disc-badge{
  position:relative;
  width:48px;height:58px;
  overflow:hidden;
  clip-path:polygon(0 0,100% 0,100% 84%,50% 100%,0 84%);
  background:linear-gradient(180deg,#ff7a45 0%,#ff375f 45%,#ff0066 100%);
  box-shadow:0 8px 18px rgba(255,0,98,.35);
  animation:owDiscFloat 3s ease-in-out infinite;
}
.ow-disc-shimmer{
  position:absolute;top:-10px;left:-30px;
  width:14px;height:100px;
  background:rgba(255,255,255,.5);
  filter:blur(2px);
  transform:rotate(24deg);
  animation:owDiscShimmer 2.8s linear infinite;
}
.ow-disc-ring{
  position:absolute;border-radius:50%;
  border:1.5px solid rgba(255,255,255,.22);
  animation:owDiscRotate linear infinite;
}
.ow-disc-ring1{width:62px;height:62px;top:-6px;left:-7px;animation-duration:8s;}
.ow-disc-ring2{width:46px;height:46px;top:4px;left:1px;border-style:dashed;animation-duration:5s;animation-direction:reverse;}
.ow-disc-content{
  position:absolute;inset:0;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  color:#fff;z-index:5;
}
.ow-disc-num{
  font-size:18px;font-weight:900;
  letter-spacing:-.5px;line-height:1;
  text-shadow:0 2px 8px rgba(0,0,0,.2);
  animation:owDiscPulseText 1.5s ease-in-out infinite;
}
.ow-disc-off{
  margin-top:1px;font-size:8px;font-weight:800;
  letter-spacing:1.5px;opacity:.95;
}
.ow-disc-blight{
  position:absolute;left:0;right:0;bottom:0;height:14px;
  background:linear-gradient(to top,rgba(255,255,255,.2),transparent);
}
.ow-disc-particle{
  position:absolute;border-radius:50%;
  background:#fff;opacity:.7;
  animation:owDiscParticle linear infinite;
}
.ow-disc-p1{width:4px;height:4px;top:4px;left:6px;animation-duration:3s;}
.ow-disc-p2{width:3px;height:3px;top:10px;right:4px;animation-duration:4s;}
.ow-disc-p3{width:3px;height:3px;bottom:10px;left:4px;animation-duration:3.5s;}
.ow-disc-p4{width:2px;height:2px;bottom:4px;right:6px;animation-duration:5s;}

@keyframes owDiscFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes owDiscShimmer{from{transform:translateX(0) rotate(24deg)}to{transform:translateX(100px) rotate(24deg)}}
@keyframes owDiscGlowPulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}
@keyframes owDiscRotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes owDiscPulseText{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
@keyframes owDiscParticle{0%{transform:translateY(0) scale(1);opacity:0}20%{opacity:.8}100%{transform:translateY(-16px) scale(.2);opacity:0}}

/* === Fix heart/favourite icon overlapping with discount badge === */
.heart{
  position:relative;
  z-index:10;
  display:inline-flex;
  align-items:center;
  cursor:pointer;
}
.heart svg{
  position:static !important;
  left:auto !important;
  width:24px;
  height:24px;
  color:#ec4899;
}
.heart.favorited svg.heart-filled{
  display:block !important;
  fill:#ec4899;
  stroke:#ec4899;
}
.heart.favorited svg.heart-outline{
  display:none !important;
}

/* === Discount badge responsive === */
@media(max-width:420px){
  .ow-card-discount{
    width:50px;height:56px;
    top:-2px;right:-2px;
  }
  .ow-disc-badge{width:40px;height:48px;}
  .ow-disc-num{font-size:14px !important;}
  .ow-disc-off{font-size:7px !important;}
  .ow-disc-glow{width:42px;height:42px;}
  .ow-disc-ring1{width:52px;height:52px;top:-4px;left:-6px;}
  .ow-disc-ring2{width:38px;height:38px;top:3px;left:1px;}
  .ow-disc-particle{display:none;}
}

/* === Title row: product name + heart inline === */
.ow-title-row{
  display:flex;
  align-items:center;
  gap:8px;
  padding:4px 10px;
  flex-wrap:nowrap;
}
.ow-title-row h3{
  margin:0;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ow-title-row .heart{
  flex-shrink:0;
  cursor:pointer;
}
.ow-title-row .heart svg{
  width:22px;
  height:22px;
  color:#ec4899;
}
/* Inline discount badge in title row */
.ow-disc-inline{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  flex-shrink:0;
  margin-left:auto;
}

/* === CTA Lens Buttons (Glassmorphism) === */
.ow-btn-stack{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:8px 10px;
  width:100%;
  max-width:420px;
  margin:0 auto;
}
.ow-lens-btn{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:14px 18px;
  border:none;
  border-radius:16px;
  cursor:pointer;
  text-decoration:none;
  color:white;
  transition:.35s ease;
  isolation:isolate;
  backdrop-filter:blur(16px);
  font-family:'Inter',Arial,sans-serif;
}
.ow-lens-btn.ow-plano{
  background:linear-gradient(135deg,#6fd3ff,#4db8ff 45%,#3b82f6);
  box-shadow:0 12px 30px rgba(59,130,246,.25);
}
.ow-lens-btn.ow-plano:hover{
  box-shadow:0 18px 45px rgba(59,130,246,.4);
}
.ow-lens-btn.ow-special{
  background:linear-gradient(135deg,#1e3a8a,#312e81 45%,#5b21b6);
  box-shadow:0 12px 30px rgba(49,46,129,.3);
}
.ow-lens-btn.ow-special:hover{
  box-shadow:0 18px 45px rgba(49,46,129,.45);
}
/* Glow border */
.ow-lens-btn::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),transparent,rgba(255,255,255,.35));
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.7;
}
/* Shimmer */
.ow-lens-btn::after{
  content:"";
  position:absolute;
  top:0;left:-120px;
  width:60px;height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.7),transparent);
  transform:skewX(-20deg);
  transition:1s;
}
.ow-lens-btn:hover::after{left:120%;}
.ow-lens-btn:hover{
  transform:translateY(-4px) scale(1.01);
}
/* Content */
.ow-btn-left{
  display:flex;
  align-items:center;
  gap:10px;
  z-index:2;
  flex:1;
  min-width:0;
}
.ow-btn-icon{
  width:36px;height:36px;
  min-width:36px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  backdrop-filter:blur(10px);
  font-size:18px;
  animation:ow-floatIcon 2.8s ease-in-out infinite;
}
.ow-btn-text{
  min-width:0;
}
.ow-btn-text h3{
  font-size:15px;font-weight:700;
  margin:0 0 3px;line-height:1.25;
  color:#fff;
  letter-spacing:0.01em;
  text-shadow:0 1px 2px rgba(0,0,0,.15);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ow-btn-text p{
  font-size:11.5px;opacity:.85;font-weight:400;margin:0;
  color:rgba(255,255,255,.92);
  letter-spacing:0.01em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ow-btn-arrow{
  z-index:2;
  width:32px;height:32px;
  min-width:32px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.25);
  font-size:15px;
  transition:.3s;
  color:#fff;
  margin-left:8px;
}
.ow-lens-btn:hover .ow-btn-arrow{
  transform:translateX(4px) rotate(-8deg);
}
/* Spark particles */
.ow-spark{
  position:absolute;
  width:6px;height:6px;
  border-radius:50%;
  background:white;opacity:.5;
  animation:ow-particle 4s linear infinite;
}
.ow-spark:nth-child(1){top:18%;left:12%;}
.ow-spark:nth-child(2){top:70%;left:82%;animation-delay:1s;}
.ow-spark:nth-child(3){top:42%;left:60%;animation-delay:2s;}
@keyframes ow-floatIcon{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-4px);}
}
@keyframes ow-particle{
  0%{transform:translateY(0) scale(1);opacity:.2;}
  50%{opacity:.8;}
  100%{transform:translateY(-20px) scale(0);opacity:0;}
}
/* Mobile */
@media(max-width:640px){
  .ow-lens-btn{padding:12px 14px;border-radius:14px;}
  .ow-btn-text h3{font-size:13px;}
  .ow-btn-text p{font-size:10.5px;}
  .ow-btn-icon{width:32px;height:32px;min-width:32px;font-size:15px;border-radius:10px;}
  .ow-btn-arrow{width:28px;height:28px;min-width:28px;}
}

/* ============================================================
   LARGE SCREEN & SMART TV SCALING
   Breakpoints: 1400px, 1800px, 2400px+
   Covers: ALL pages — products, login, checkout, search,
   prescription, footer, nav, forms, alerts, etc.
   ============================================================ */

/* ===================== 1400px+ (Large Desktops / QHD) ===================== */
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.15rem;
  }

  /* Main container */
  main {
    max-width: 1400px;
    padding: 28px 24px;
  }

  /* Nav */
  header nav {
    max-width: 1400px;
    gap: 10px;
    padding: 14px 24px;
  }
  header nav a {
    font-size: 0.95rem;
    padding: 10px 20px;
  }
  header nav a svg {
    width: 26px;
    height: 26px;
  }
  .top-title {
    width: 84px;
  }

  /* Product grid: auto-fill with 280px min */
  ul#product-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* Product cards */
  li {
    padding: 20px;
    border-radius: 20px;
  }

  /* Card pricing */
  .ow-card-market .ow-market-price {
    font-size: 14px;
  }
  .ow-card-wholesale .ow-wh-price {
    font-size: 22px;
  }
  .ow-card-wholesale .ow-wh-label {
    font-size: 13px;
  }
  .ow-card-includes {
    padding: 10px 14px;
  }
  .ow-card-includes .ow-inc-text {
    font-size: 12px;
  }

  /* CTA buttons */
  .ow-lens-btn {
    padding: 16px 20px;
    border-radius: 18px;
  }
  .ow-btn-text h3 {
    font-size: 16px;
  }
  .ow-btn-text p {
    font-size: 12px;
  }
  .ow-btn-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 20px;
  }
  .ow-btn-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  /* Discount widget */
  .ow-disc-badge {
    width: 54px;
    height: 64px;
  }
  .ow-disc-num {
    font-size: 22px;
  }
  .ow-disc-off {
    font-size: 9px;
  }

  /* Login / Register form */
  .auth-container {
    max-width: 520px;
    padding: 40px;
    border-radius: 24px;
  }
  .auth-container h2 {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
  .auth-form label {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }
  .auth-form input[type="text"],
  .auth-form input[type="email"],
  .auth-form input[type="password"],
  .auth-form input[type="tel"] {
    padding: 14px 16px;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 12px;
  }
  .auth-submit-btn {
    padding: 16px;
    font-size: 16px;
    border-radius: 12px;
  }
  .google-btn {
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 12px;
  }
  .captcha-img {
    max-width: 220px;
  }
  .auth-switch {
    margin-top: 20px;
  }
  .auth-switch p, .auth-switch a {
    font-size: 15px;
  }

  /* Checkout form */
  .checkout-form {
    max-width: 620px;
    padding: 36px;
    border-radius: 24px;
  }
  .checkout-form h1 {
    font-size: 1.4rem;
  }
  .checkout-form label {
    font-size: 0.95rem;
  }
  .checkout-form input[type="text"],
  .checkout-form input[type="email"] {
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 12px;
  }
  .checkout-form button {
    font-size: 1.1rem;
    padding: 14px 24px;
    border-radius: 12px;
  }

  /* Alert boxes */
  .alert {
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 12px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Prescription page */
  .prescription-container {
    max-width: 900px;
    padding: 28px;
  }
  .prescription-table th,
  .prescription-table td {
    padding: 12px;
    font-size: 15px;
  }

  /* Search page */
  .search-form input,
  .search-form button {
    font-size: 16px;
    padding: 14px 18px;
  }

  /* Footer */
  .ow-footer {
    padding: 48px 32px 36px;
  }
  .ow-footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    gap: 32px;
  }
  .ow-footer-heading {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }
  .ow-footer-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .ow-footer .ow-footer-links a {
    font-size: 0.9rem;
    padding: 5px 0;
  }
  .ow-footer-bottom {
    padding-top: 28px;
    margin-top: 36px;
  }
  .ow-footer-bottom p {
    font-size: 0.85rem;
  }
  .ow-footer-addr {
    font-size: 0.85rem;
  }
  .ow-footer-social-link {
    width: 40px;
    height: 40px;
  }

  /* Old footer fallback */
  footer {
    padding: 40px 24px 32px;
  }
  footer p {
    font-size: 0.95rem;
  }
  .footer-button {
    font-size: 0.9rem;
    padding: 10px 24px;
  }

  /* Section headings */
  .ow-section-heading {
    font-size: 1.3rem;
  }

  /* Banner */
  .ow-banner-solo {
    min-height: 54px;
  }
  .ow-banner-pill {
    font-size: 15px;
    padding: 10px 28px;
  }

  /* Filter widget */

  /* Carousel images — scale up from 160px */
  .scrolling-track img {
    width: 200px;
  }
  .scrolling-track {
    gap: 10px;
  }
}

/* ===================== 1800px+ (Ultra-wide / 4K) ===================== */
@media (min-width: 1800px) {
  body {
    font-size: 18px;
    line-height: 1.65;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 0.95rem;
  }
  h6 {
    font-size: 0.85rem;
  }

  /* Main container */
  main {
    max-width: 1700px;
    padding: 36px 32px;
  }

  /* Nav */
  header {
    border-bottom-width: 2px;
  }
  header nav {
    max-width: 1700px;
    gap: 14px;
    padding: 16px 32px;
  }
  header nav a {
    font-size: 1.05rem;
    padding: 12px 24px;
  }
  header nav a svg {
    width: 30px;
    height: 30px;
  }
  .top-title {
    width: 96px;
    left: 24px;
  }
  .ow-nav-label {
    font-size: 0.8rem;
  }

  /* Product grid: auto-fill with 320px min */
  ul#product-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    max-width: 1760px;
    padding: 0 32px;
  }

  /* Product cards */
  li {
    padding: 24px;
    border-radius: 24px;
  }
  .product_link h3 {
    font-size: 1.15rem;
  }

  /* Card pricing */
  .ow-card-market .ow-market-price {
    font-size: 15px;
  }
  .ow-card-wholesale .ow-wh-price {
    font-size: 26px;
  }
  .ow-card-wholesale .ow-wh-label {
    font-size: 14px;
  }
  .ow-card-includes {
    padding: 12px 16px;
    border-radius: 14px;
  }
  .ow-card-includes .ow-inc-text {
    font-size: 13px;
  }
  .ow-card-includes .ow-inc-icon {
    width: 28px;
    height: 28px;
  }
  .ow-card-shipping {
    font-size: 13px;
  }

  /* CTA buttons */
  .ow-lens-btn {
    padding: 18px 24px;
    border-radius: 20px;
  }
  .ow-btn-text h3 {
    font-size: 18px;
    white-space: normal;
  }
  .ow-btn-text p {
    font-size: 13px;
    white-space: normal;
  }
  .ow-btn-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 22px;
    border-radius: 14px;
  }
  .ow-btn-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
  }
  .ow-btn-stack {
    gap: 14px;
  }

  /* Discount widget */
  .ow-disc-badge {
    width: 60px;
    height: 72px;
  }
  .ow-disc-num {
    font-size: 26px;
  }
  .ow-disc-off {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .ow-disc-glow {
    width: 68px;
    height: 68px;
  }

  /* Login / Register form */
  .auth-container {
    max-width: 600px;
    padding: 48px;
    margin: 48px auto;
    border-radius: 28px;
  }
  .auth-container h2 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  .auth-form label {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }
  .auth-form input[type="text"],
  .auth-form input[type="email"],
  .auth-form input[type="password"],
  .auth-form input[type="tel"] {
    padding: 16px 18px;
    font-size: 17px;
    margin-bottom: 18px;
    border-radius: 14px;
  }
  .auth-submit-btn {
    padding: 18px;
    font-size: 18px;
    border-radius: 14px;
    margin-top: 12px;
  }
  .google-btn {
    padding: 16px 28px;
    font-size: 17px;
    border-radius: 14px;
  }
  .google-btn svg {
    width: 24px;
    height: 24px;
  }
  .captcha-img {
    max-width: 260px;
    border-radius: 12px;
  }
  .captcha-section label {
    font-size: 1rem;
  }
  .auth-divider {
    margin: 24px 0;
  }
  .auth-divider span {
    font-size: 0.9rem;
  }
  .auth-switch p, .auth-switch a {
    font-size: 16px;
  }

  /* Checkout form */
  .checkout-form {
    max-width: 700px;
    padding: 44px;
    border-radius: 28px;
    margin: 40px auto;
  }
  .checkout-form h1 {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
  .checkout-form label {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }
  .checkout-form input[type="text"],
  .checkout-form input[type="email"] {
    padding: 16px 18px;
    font-size: 17px;
    margin-bottom: 18px;
    border-radius: 14px;
  }
  .checkout-form button {
    font-size: 1.2rem;
    padding: 16px 28px;
    border-radius: 14px;
  }
  .checkout-item-row {
    padding: 16px;
    font-size: 15px;
  }
  .checkout-price-font {
    font-size: 1.3rem;
  }

  /* Alert boxes */
  .alert {
    font-size: 16px;
    padding: 16px 24px;
    border-radius: 14px;
    max-width: 1700px;
  }

  /* Prescription page */
  .prescription-container {
    max-width: 1000px;
    padding: 36px;
    border-radius: 24px;
  }
  .prescription-table th,
  .prescription-table td {
    padding: 14px;
    font-size: 16px;
  }
  .prescription-table select {
    font-size: 15px;
    padding: 10px;
  }

  /* Search page */
  .search-form input,
  .search-form button {
    font-size: 17px;
    padding: 16px 20px;
    border-radius: 14px;
  }

  /* Footer */
  .ow-footer {
    padding: 56px 40px 44px;
  }
  .ow-footer-grid {
    max-width: 1700px;
    gap: 40px;
  }
  .ow-footer-heading {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }
  .ow-footer-text {
    font-size: 1.05rem;
    line-height: 1.8;
  }
  .ow-footer .ow-footer-links a {
    font-size: 1rem;
    padding: 6px 0;
  }
  .ow-footer-bottom {
    padding-top: 32px;
    margin-top: 40px;
  }
  .ow-footer-bottom p {
    font-size: 0.95rem;
  }
  .ow-footer-addr {
    font-size: 0.95rem;
    gap: 10px;
  }
  .ow-footer-social-link {
    width: 44px;
    height: 44px;
  }
  .ow-footer-social-link svg {
    width: 22px;
    height: 22px;
  }

  /* Old footer fallback */
  footer {
    padding: 48px 32px 36px;
    margin-top: 60px;
  }
  footer p {
    font-size: 1.05rem;
  }
  .footer-button {
    font-size: 1rem;
    padding: 12px 28px;
    margin: 8px 6px;
  }

  /* Section headings */
  .ow-section-heading {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }

  /* Banner */
  .ow-banner-solo {
    min-height: 60px;
  }
  .ow-banner-pill {
    font-size: 17px;
    padding: 12px 32px;
  }

  /* Filter widget */
  
  
  

  /* Face fit badge */
  .ow-card-facefit-badge {
    font-size: 12px;
    padding: 2px 8px;
  }

  /* Title row */
  .ow-title-row {
    gap: 10px;
  }

  /* Heart/favourite icon */
  .ow-title-row svg {
    width: 24px;
    height: 24px;
  }

  /* Carousel images — scale up */
  .scrolling-track img {
    width: 260px;
  }
  .scrolling-track {
    gap: 12px;
  }
}

/* ===================== 2400px+ (Smart TVs / 5K+) ===================== */
@media (min-width: 2400px) {
  body {
    font-size: 22px;
    line-height: 1.7;
  }
  h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    font-size: 1.1rem;
  }

  /* Main container */
  main {
    max-width: 2200px;
    padding: 48px;
  }

  /* Nav */
  header {
    border-bottom-width: 2px;
  }
  header nav {
    max-width: 2200px;
    gap: 18px;
    padding: 20px 48px;
  }
  header nav a {
    font-size: 1.2rem;
    padding: 14px 28px;
    border-radius: 999px;
  }
  header nav a svg {
    width: 36px;
    height: 36px;
  }
  .top-title {
    width: 120px;
    left: 36px;
  }
  .ow-nav-label {
    font-size: 0.9rem;
  }

  /* Product grid: auto-fill with 380px min, capped at 2200px */
  ul#product-list {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 36px;
    max-width: 2200px;
    padding: 0 48px;
  }

  /* Product cards */
  li {
    padding: 28px;
    border-radius: 28px;
    border-width: 2px;
  }
  li:hover {
    transform: translateY(-4px);
  }
  .product_link h3 {
    font-size: 1.35rem;
  }

  /* Card pricing */
  .ow-card-pricing {
    padding: 16px;
    border-radius: 20px;
  }
  .ow-card-market .ow-market-price {
    font-size: 17px;
  }
  .ow-card-wholesale .ow-wh-price {
    font-size: 32px;
  }
  .ow-card-wholesale .ow-wh-label {
    font-size: 16px;
  }
  .ow-card-includes {
    padding: 14px 18px;
    border-radius: 16px;
  }
  .ow-card-includes .ow-inc-text {
    font-size: 15px;
  }
  .ow-card-includes .ow-inc-icon {
    width: 32px;
    height: 32px;
  }
  .ow-card-shipping {
    font-size: 15px;
    gap: 8px;
  }
  .ow-card-shipping svg {
    width: 20px;
    height: 20px;
  }

  /* CTA buttons */
  .ow-lens-btn {
    padding: 22px 28px;
    border-radius: 24px;
  }
  .ow-btn-text h3 {
    font-size: 20px;
    white-space: normal;
  }
  .ow-btn-text p {
    font-size: 15px;
    white-space: normal;
  }
  .ow-btn-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    font-size: 26px;
    border-radius: 18px;
  }
  .ow-btn-arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 24px;
  }
  .ow-btn-stack {
    gap: 18px;
  }

  /* Discount widget */
  .ow-disc-badge {
    width: 72px;
    height: 86px;
  }
  .ow-disc-num {
    font-size: 30px;
  }
  .ow-disc-off {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .ow-disc-glow {
    width: 82px;
    height: 82px;
  }

  /* Login / Register form */
  .auth-container {
    max-width: 720px;
    padding: 56px;
    margin: 64px auto;
    border-radius: 32px;
    border-width: 2px;
  }
  .auth-container h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .auth-form label {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .auth-form input[type="text"],
  .auth-form input[type="email"],
  .auth-form input[type="password"],
  .auth-form input[type="tel"] {
    padding: 20px 22px;
    font-size: 20px;
    margin-bottom: 22px;
    border-radius: 16px;
    border-width: 2px;
  }
  .auth-submit-btn {
    padding: 22px;
    font-size: 20px;
    border-radius: 16px;
    margin-top: 16px;
  }
  .google-btn {
    padding: 20px 32px;
    font-size: 20px;
    border-radius: 16px;
    border-width: 2px;
  }
  .google-btn svg {
    width: 28px;
    height: 28px;
  }
  .captcha-img {
    max-width: 320px;
    border-radius: 14px;
    margin: 12px 0;
  }
  .captcha-section label {
    font-size: 1.15rem;
  }
  .captcha-section input {
    font-size: 18px;
    padding: 16px;
  }
  .auth-divider {
    margin: 32px 0;
  }
  .auth-divider span {
    font-size: 1rem;
    padding: 0 16px;
  }
  .auth-switch {
    margin-top: 28px;
  }
  .auth-switch p {
    font-size: 18px;
  }
  .auth-switch a {
    font-size: 18px;
  }

  /* Checkout form */
  .checkout-form {
    max-width: 860px;
    padding: 56px;
    border-radius: 32px;
    margin: 56px auto;
    border-width: 2px;
  }
  .checkout-form h1 {
    font-size: 2rem;
    margin-bottom: 36px;
  }
  .checkout-form label {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .checkout-form input[type="text"],
  .checkout-form input[type="email"] {
    padding: 20px 22px;
    font-size: 20px;
    margin-bottom: 22px;
    border-radius: 16px;
    border-width: 2px;
  }
  .checkout-form button {
    font-size: 1.4rem;
    padding: 20px 32px;
    border-radius: 16px;
  }
  .checkout-item-row {
    padding: 20px;
    font-size: 17px;
    border-radius: 16px;
  }
  .checkout-price-font {
    font-size: 1.5rem;
  }

  /* Alert boxes */
  .alert {
    font-size: 18px;
    padding: 20px 28px;
    border-radius: 16px;
    max-width: 2200px;
    border-width: 2px;
  }

  /* Prescription page */
  .prescription-container {
    max-width: 1200px;
    padding: 48px;
    border-radius: 28px;
  }
  .prescription-table th,
  .prescription-table td {
    padding: 18px;
    font-size: 18px;
  }
  .prescription-table select {
    font-size: 17px;
    padding: 12px;
    border-radius: 10px;
  }
  .prescription-table .eye-label {
    font-size: 18px;
  }

  /* Search page */
  .search-form {
    max-width: 800px;
  }
  .search-form input,
  .search-form button {
    font-size: 20px;
    padding: 20px 24px;
    border-radius: 16px;
  }

  /* Footer */
  .ow-footer {
    padding: 72px 56px 52px;
  }
  .ow-footer-grid {
    max-width: 2200px;
    gap: 48px;
  }
  .ow-footer-heading {
    font-size: 1.4rem;
    margin-bottom: 26px;
  }
  .ow-footer-heading::after {
    height: 3px;
    width: 48px;
  }
  .ow-footer-text {
    font-size: 1.15rem;
    line-height: 1.9;
  }
  .ow-footer .ow-footer-links a {
    font-size: 1.1rem;
    padding: 8px 0;
  }
  .ow-footer .ow-footer-links li {
    padding: 3px 0;
  }
  .ow-footer-bottom {
    padding-top: 36px;
    margin-top: 48px;
    border-top-width: 2px;
  }
  .ow-footer-bottom p {
    font-size: 1.05rem;
  }
  .ow-footer-addr {
    font-size: 1.05rem;
    gap: 12px;
  }
  .ow-footer-addr svg {
    width: 22px;
    height: 22px;
  }
  .ow-footer-social-link {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
  .ow-footer-social-link svg {
    width: 26px;
    height: 26px;
  }
  .ow-footer .ow-footer-clear-cart button {
    font-size: 0.95rem;
    padding: 10px 20px;
    border-radius: 12px;
  }

  /* Old footer fallback */
  footer {
    padding: 56px 48px 44px;
    margin-top: 80px;
  }
  footer p {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .footer-button {
    font-size: 1.15rem;
    padding: 14px 32px;
    margin: 10px 8px;
    border-radius: 12px;
  }

  /* Section headings */
  .ow-section-heading {
    font-size: 1.8rem;
    margin-bottom: 36px;
    padding-bottom: 16px;
  }

  /* Banner */
  .ow-banner-solo {
    min-height: 72px;
  }
  .ow-banner-pill {
    font-size: 20px;
    padding: 14px 40px;
    border-radius: 999px;
  }

  /* Filter widget */
  
  
  

  /* Face fit badge */
  .ow-card-facefit-badge {
    font-size: 14px;
    padding: 2px 10px;
  }

  /* Title row */
  .ow-title-row {
    gap: 12px;
  }

  /* Heart/favourite icon */
  .ow-title-row svg {
    width: 28px;
    height: 28px;
  }

  /* Profile page */
  .profile-container {
    max-width: 900px;
    padding: 48px;
  }

  /* Orders page */
  .my-orders-container {
    max-width: 1100px;
    padding: 36px;
  }

  /* Carousel images — scale up for 4K/5K */
  .scrolling-track img {
    width: 320px;
  }
  .scrolling-track {
    gap: 16px;
  }
}

/* ============================================================
   LARGE SCREEN v4 ADDITIONS
   Pages: Contact Modal, Lens Info, Profile, Checkout (ow-*)
   Appended INSIDE the existing @media blocks
   ============================================================ */

/* ===================== 1400px+ ===================== */
@media (min-width: 1400px) {

  /* --- Contact Us Modal --- */
  .ow-contact-modal {
    width: min(560px, 92vw);
    padding: 36px 32px;
    border-radius: 24px;
  }
  .ow-contact-title {
    font-size: 1.7rem;
  }
  .ow-contact-subtitle {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }
  .ow-contact-field label {
    font-size: 0.85rem;
  }
  .ow-contact-field input,
  .ow-contact-field select,
  .ow-contact-field textarea {
    padding: 12px 16px;
    font-size: 1rem;
    border-radius: 12px;
  }
  .ow-contact-row {
    gap: 16px;
  }
  .ow-captcha-img {
    width: 200px;
    height: 56px;
  }
  .ow-contact-captcha input {
    width: 200px;
    padding: 10px 14px;
    font-size: 1rem;
  }
  .ow-contact-submit {
    padding: 14px;
    font-size: 1.05rem;
    border-radius: 14px;
  }
  .ow-contact-close {
    font-size: 32px;
  }

  /* --- Lens Info Pages (inline styles in template) --- */
  .lens-page {
    max-width: 960px;
    padding: 20px 24px;
  }
  .lens-breadcrumb {
    font-size: 0.95rem;
  }
  .lens-header h1 {
    font-size: 2rem;
  }
  .lens-header .price-tag {
    font-size: 1.15rem;
  }
  .lens-header .lens-badge {
    width: 90px;
    height: 90px;
  }
  .lens-section h2 {
    font-size: 1.45rem;
  }
  .lens-section p,
  .lens-section li {
    font-size: 1.05rem;
  }
  .lens-specs dt {
    font-size: 0.95rem;
  }
  .lens-specs dd {
    font-size: 0.95rem;
  }

  /* --- Profile Page --- */
  .ow-profile-container {
    max-width: 920px;
    padding: 20px;
  }
  .ow-profile-header-card {
    padding: 28px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .ow-profile-avatar {
    width: 72px;
    height: 72px;
  }
  .ow-profile-info h2 {
    font-size: 1.35rem;
  }
  .ow-profile-email {
    font-size: 0.92rem;
  }
  .ow-profile-since {
    font-size: 0.82rem;
  }
  .ow-tab-btn {
    font-size: 0.92rem;
    padding: 12px 14px;
  }
  .ow-tab-btn svg {
    width: 20px;
    height: 20px;
  }
  .ow-profile-card {
    padding: 24px;
    border-radius: 16px;
  }
  .ow-card-header h3 {
    font-size: 1.1rem;
  }
  .ow-form-group label {
    font-size: 0.92rem;
  }
  .ow-form-group input,
  .ow-form-group select,
  .ow-form-group textarea {
    padding: 12px 14px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .ow-btn-primary {
    padding: 14px 24px;
    font-size: 1rem;
    border-radius: 12px;
  }
  .ow-address-card {
    padding: 18px;
    border-radius: 14px;
  }
  .ow-address-card p {
    font-size: 0.95rem;
  }

  /* --- Checkout Page (ow-checkout-*) --- */
  .ow-checkout-page {
    max-width: 1300px;
    gap: 28px;
    padding: 0 24px;
  }
  .ow-section-card {
    padding: 28px;
    border-radius: 20px;
  }
  .ow-cart-item {
    padding: 16px;
    border-radius: 14px;
    gap: 16px;
  }
  .ow-cart-item-name {
    font-size: 1.05rem;
  }
  .ow-cart-item-brand {
    font-size: 0.92rem;
  }
  .ow-cart-item-rx {
    font-size: 0.9rem;
  }
  .ow-delivery-form label {
    font-size: 0.92rem;
  }
  .ow-delivery-form input,
  .ow-delivery-form select {
    padding: 12px 14px;
    font-size: 1rem;
    border-radius: 10px;
  }
  .ow-step-tab {
    font-size: 0.92rem;
    padding: 10px 16px;
  }
  .ow-grand-total {
    font-size: 1.2rem;
  }
}

/* ===================== 1800px+ ===================== */
@media (min-width: 1800px) {

  /* --- Contact Us Modal --- */
  .ow-contact-modal {
    width: min(640px, 92vw);
    padding: 44px 38px;
    border-radius: 28px;
  }
  .ow-contact-title {
    font-size: 1.9rem;
    margin-bottom: 6px;
  }
  .ow-contact-subtitle {
    font-size: 1.05rem;
    margin-bottom: 28px;
  }
  .ow-contact-form {
    gap: 18px;
  }
  .ow-contact-field label {
    font-size: 0.92rem;
    margin-bottom: 6px;
  }
  .ow-contact-field input,
  .ow-contact-field select,
  .ow-contact-field textarea {
    padding: 14px 18px;
    font-size: 1.08rem;
    border-radius: 14px;
  }
  .ow-contact-row {
    gap: 18px;
  }
  .ow-captcha-img {
    width: 230px;
    height: 64px;
    border-radius: 10px;
  }
  .ow-contact-captcha input {
    width: 230px;
    padding: 12px 16px;
    font-size: 1.08rem;
    border-radius: 12px;
  }
  .ow-contact-captcha label {
    font-size: 0.92rem;
  }
  .ow-contact-submit {
    padding: 16px;
    font-size: 1.15rem;
    border-radius: 16px;
  }
  .ow-contact-close {
    font-size: 36px;
    top: 18px;
    right: 20px;
  }
  .ow-contact-msg {
    font-size: 0.95rem;
    padding: 12px 16px;
  }
  .ow-contact-success p {
    font-size: 1.1rem;
  }
  .ow-contact-success svg {
    width: 56px;
    height: 56px;
  }

  /* --- Lens Info Pages --- */
  .lens-page {
    max-width: 1100px;
    padding: 24px 32px;
  }
  .lens-breadcrumb {
    font-size: 1.05rem;
    margin-bottom: 20px;
  }
  .lens-breadcrumb a {
    font-size: 1.05rem;
  }
  .lens-header {
    gap: 20px;
    margin-bottom: 32px;
  }
  .lens-header h1 {
    font-size: 2.3rem;
  }
  .lens-header .price-tag {
    font-size: 1.25rem;
  }
  .lens-header .lens-badge {
    width: 100px;
    height: 100px;
    font-size: 2.8rem;
    border-radius: 28px;
  }
  .lens-section {
    margin-bottom: 40px;
  }
  .lens-section h2 {
    font-size: 1.65rem;
    margin-bottom: 16px;
  }
  .lens-section p,
  .lens-section li {
    font-size: 1.12rem;
    line-height: 1.8;
  }
  .lens-section ul {
    padding-left: 24px;
  }
  .lens-section ul li {
    margin-bottom: 8px;
  }
  .lens-specs dt {
    font-size: 1.05rem;
  }
  .lens-specs dd {
    font-size: 1.05rem;
  }

  /* --- Profile Page --- */
  .ow-profile-container {
    max-width: 1040px;
    padding: 24px;
  }
  .ow-profile-header-card {
    padding: 32px;
    border-radius: 22px;
    gap: 20px;
    margin-bottom: 24px;
  }
  .ow-profile-avatar {
    width: 80px;
    height: 80px;
  }
  .ow-profile-avatar svg {
    width: 40px;
    height: 40px;
  }
  .ow-profile-info h2 {
    font-size: 1.5rem;
  }
  .ow-profile-email {
    font-size: 1rem;
  }
  .ow-profile-since {
    font-size: 0.88rem;
  }
  .ow-profile-tabs {
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 20px;
  }
  .ow-tab-btn {
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: 12px;
    gap: 8px;
  }
  .ow-tab-btn svg {
    width: 22px;
    height: 22px;
  }
  .ow-profile-card {
    padding: 28px;
    border-radius: 18px;
    margin-bottom: 16px;
  }
  .ow-card-header {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .ow-card-header h3 {
    font-size: 1.2rem;
  }
  .ow-card-header svg {
    width: 22px;
    height: 22px;
  }
  .ow-profile-form {
    gap: 18px;
  }
  .ow-form-row {
    gap: 18px;
  }
  .ow-form-group label {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .ow-form-group input,
  .ow-form-group select,
  .ow-form-group textarea {
    padding: 14px 16px;
    font-size: 1.08rem;
    border-radius: 12px;
  }
  .ow-readonly-badge {
    font-size: 0.72rem;
    padding: 3px 8px;
  }
  .ow-btn-primary {
    padding: 16px 28px;
    font-size: 1.08rem;
    border-radius: 14px;
  }
  .ow-btn-primary svg {
    width: 20px;
    height: 20px;
  }
  .ow-addresses-grid {
    gap: 16px;
  }
  .ow-address-card {
    padding: 22px;
    border-radius: 16px;
  }
  .ow-address-card p,
  .ow-address-text {
    font-size: 1.02rem;
  }
  .ow-address-meta {
    font-size: 0.92rem;
  }
  .ow-default-badge {
    font-size: 0.78rem;
    padding: 4px 10px;
  }
  .ow-btn-ghost-sm {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
  .ow-icon-btn {
    width: 36px;
    height: 36px;
  }

  /* --- Checkout Page (ow-checkout-*) --- */
  .ow-checkout-page {
    max-width: 1500px;
    gap: 32px;
    padding: 0 32px;
    margin: 32px auto;
    grid-template-columns: 1fr 480px;
  }
  .ow-section-card {
    padding: 32px;
    border-radius: 22px;
  }
  .ow-section-heading {
    font-size: 1.35rem;
    margin-bottom: 24px;
    padding-bottom: 14px;
  }
  .ow-item-count {
    font-size: 1rem;
  }
  .ow-cart-items {
    gap: 20px;
  }
  .ow-cart-item {
    padding: 20px;
    gap: 18px;
    border-radius: 16px;
  }
  .ow-cart-item-img img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  .ow-cart-item-name {
    font-size: 1.12rem;
  }
  .ow-cart-item-brand {
    font-size: 1rem;
  }
  .ow-cart-item-rx {
    font-size: 0.95rem;
  }
  .ow-addon-line {
    font-size: 0.92rem;
  }
  .ow-trash-btn {
    width: 36px;
    height: 36px;
  }
  .ow-trash-btn svg {
    width: 18px;
    height: 18px;
  }
  .ow-qty-controls button {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .ow-qty-controls span {
    font-size: 1.05rem;
    min-width: 40px;
  }
  .ow-ship-date {
    font-size: 0.92rem;
  }
  .ow-grand-total {
    font-size: 1.35rem;
    padding: 18px;
  }
  .ow-grand-total .ow-total-amount {
    font-size: 1.4rem;
  }
  .ow-cart-actions {
    gap: 14px;
    margin-top: 20px;
  }
  .ow-cart-actions a,
  .ow-cart-actions button {
    font-size: 0.95rem;
    padding: 12px 20px;
    border-radius: 12px;
  }

  /* Delivery section */
  .ow-delivery-saved {
    gap: 12px;
    margin-bottom: 20px;
  }
  .ow-saved-addr {
    padding: 12px 16px;
    font-size: 0.95rem;
    border-radius: 12px;
  }
  .ow-delivery-form {
    gap: 16px;
  }
  .ow-delivery-form label {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .ow-delivery-form input,
  .ow-delivery-form select {
    padding: 14px 16px;
    font-size: 1.05rem;
    border-radius: 12px;
  }
  .ow-delivery-form .ow-form-row {
    gap: 16px;
  }
  .ow-total-bar {
    font-size: 1.15rem;
    padding: 18px;
    border-radius: 14px;
  }
  .ow-pay-btn {
    padding: 16px;
    font-size: 1.1rem;
    border-radius: 14px;
  }

  /* Prescription summary in cart */
  .prescription-summary {
    margin-top: 10px;
  }
  .eye-prescription {
    gap: 12px;
  }
  .eye-box {
    padding: 10px;
    border-radius: 10px;
  }
  .eye-label {
    font-size: 0.85rem;
  }
  .eye-data span {
    font-size: 0.82rem;
  }
}

/* ===================== 2400px+ ===================== */
@media (min-width: 2400px) {

  /* --- Contact Us Modal --- */
  .ow-contact-modal {
    width: min(780px, 92vw);
    padding: 56px 48px;
    border-radius: 32px;
    border-width: 2px;
  }
  .ow-contact-title {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .ow-contact-subtitle {
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
  .ow-contact-form {
    gap: 22px;
  }
  .ow-contact-field label {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .ow-contact-field input,
  .ow-contact-field select,
  .ow-contact-field textarea {
    padding: 18px 22px;
    font-size: 1.2rem;
    border-radius: 16px;
    border-width: 2px;
  }
  .ow-contact-field textarea {
    min-height: 120px;
  }
  .ow-contact-row {
    gap: 22px;
  }
  .ow-captcha-img {
    width: 280px;
    height: 76px;
    border-radius: 12px;
  }
  .ow-contact-captcha input {
    width: 280px;
    padding: 16px 18px;
    font-size: 1.15rem;
    border-radius: 14px;
    border-width: 2px;
  }
  .ow-contact-captcha label {
    font-size: 1rem;
  }
  .ow-contact-submit {
    padding: 20px;
    font-size: 1.3rem;
    border-radius: 18px;
  }
  .ow-contact-close {
    font-size: 42px;
    top: 22px;
    right: 26px;
  }
  .ow-contact-msg {
    font-size: 1.05rem;
    padding: 14px 20px;
    border-radius: 12px;
  }
  .ow-contact-success {
    gap: 20px;
    padding: 40px 28px;
  }
  .ow-contact-success p {
    font-size: 1.25rem;
  }
  .ow-contact-success svg {
    width: 64px;
    height: 64px;
  }

  /* --- Lens Info Pages --- */
  .lens-page {
    max-width: 1400px;
    padding: 32px 48px;
  }
  .lens-breadcrumb {
    font-size: 1.15rem;
    margin-bottom: 24px;
  }
  .lens-breadcrumb a {
    font-size: 1.15rem;
  }
  .lens-header {
    gap: 28px;
    margin-bottom: 40px;
  }
  .lens-header h1 {
    font-size: 2.8rem;
  }
  .lens-header .price-tag {
    font-size: 1.4rem;
    padding: 8px 20px;
  }
  .lens-header .lens-badge {
    width: 120px;
    height: 120px;
    font-size: 3.2rem;
    border-radius: 32px;
  }
  .lens-section {
    margin-bottom: 48px;
  }
  .lens-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .lens-section p,
  .lens-section li {
    font-size: 1.25rem;
    line-height: 1.9;
  }
  .lens-section ul {
    padding-left: 28px;
  }
  .lens-section ul li {
    margin-bottom: 10px;
  }
  .lens-specs {
    gap: 16px;
  }
  .lens-specs dt {
    font-size: 1.15rem;
  }
  .lens-specs dd {
    font-size: 1.15rem;
  }

  /* --- Profile Page --- */
  .ow-profile-container {
    max-width: 1240px;
    padding: 32px;
  }
  .ow-profile-header-card {
    padding: 40px;
    border-radius: 28px;
    gap: 24px;
    margin-bottom: 28px;
    border-width: 2px;
  }
  .ow-profile-avatar {
    width: 96px;
    height: 96px;
  }
  .ow-profile-avatar svg {
    width: 48px;
    height: 48px;
  }
  .ow-profile-info h2 {
    font-size: 1.8rem;
  }
  .ow-profile-email {
    font-size: 1.1rem;
  }
  .ow-profile-since {
    font-size: 0.95rem;
  }
  .ow-profile-tabs {
    border-radius: 20px;
    padding: 6px;
    margin-bottom: 28px;
  }
  .ow-tab-btn {
    font-size: 1.15rem;
    padding: 16px 20px;
    border-radius: 14px;
    gap: 10px;
  }
  .ow-tab-btn svg {
    width: 26px;
    height: 26px;
  }
  .ow-profile-card {
    padding: 36px;
    border-radius: 22px;
    margin-bottom: 20px;
    border-width: 2px;
  }
  .ow-card-header {
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .ow-card-header h3 {
    font-size: 1.4rem;
  }
  .ow-card-header svg {
    width: 26px;
    height: 26px;
  }
  .ow-profile-form {
    gap: 22px;
  }
  .ow-form-row {
    gap: 22px;
  }
  .ow-form-group label {
    font-size: 1.15rem;
    margin-bottom: 8px;
  }
  .ow-form-group input,
  .ow-form-group select,
  .ow-form-group textarea {
    padding: 18px 20px;
    font-size: 1.2rem;
    border-radius: 14px;
    border-width: 2px;
  }
  .ow-input-disabled {
    padding: 18px 20px;
    font-size: 1.2rem;
    border-radius: 14px;
  }
  .ow-readonly-badge {
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 8px;
  }
  .ow-btn-primary {
    padding: 20px 32px;
    font-size: 1.2rem;
    border-radius: 16px;
  }
  .ow-btn-primary svg {
    width: 22px;
    height: 22px;
  }
  .ow-addresses-grid {
    gap: 20px;
  }
  .ow-address-card {
    padding: 28px;
    border-radius: 20px;
    border-width: 2px;
  }
  .ow-address-card p,
  .ow-address-text {
    font-size: 1.12rem;
    line-height: 1.7;
  }
  .ow-address-meta {
    font-size: 1rem;
  }
  .ow-default-badge {
    font-size: 0.85rem;
    padding: 5px 12px;
    border-radius: 8px;
  }
  .ow-btn-ghost-sm {
    font-size: 0.95rem;
    padding: 10px 18px;
    border-radius: 10px;
  }
  .ow-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .ow-icon-btn svg {
    width: 20px;
    height: 20px;
  }
  .ow-empty-state {
    padding: 40px;
  }
  .ow-empty-state p {
    font-size: 1.1rem;
  }
  .ow-empty-state svg {
    width: 56px;
    height: 56px;
  }

  /* --- Checkout Page (ow-checkout-*) --- */
  .ow-checkout-page {
    max-width: 1900px;
    gap: 40px;
    padding: 0 48px;
    margin: 48px auto;
    grid-template-columns: 1fr 560px;
  }
  .ow-section-card {
    padding: 40px;
    border-radius: 28px;
    border-width: 2px;
  }
  .ow-section-heading {
    font-size: 1.6rem;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }
  .ow-item-count {
    font-size: 1.1rem;
  }
  .ow-cart-items {
    gap: 24px;
  }
  .ow-cart-item {
    padding: 24px;
    gap: 22px;
    border-radius: 20px;
    border-width: 2px;
  }
  .ow-cart-item-img img {
    width: 100px;
    height: 100px;
    border-radius: 16px;
  }
  .ow-cart-item-name {
    font-size: 1.25rem;
  }
  .ow-cart-item-brand {
    font-size: 1.1rem;
  }
  .ow-cart-item-rx {
    font-size: 1.05rem;
  }
  .ow-addon-line {
    font-size: 1rem;
  }
  .addon-lenses-svg {
    width: 28px;
    height: 28px;
  }
  .ow-trash-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .ow-trash-btn svg {
    width: 22px;
    height: 22px;
  }
  .ow-qty-controls button {
    width: 44px;
    height: 44px;
    font-size: 22px;
    border-radius: 12px;
  }
  .ow-qty-controls span {
    font-size: 1.2rem;
    min-width: 48px;
  }
  .ow-ship-date {
    font-size: 1rem;
  }
  .ow-grand-total {
    font-size: 1.6rem;
    padding: 24px;
    border-radius: 18px;
  }
  .ow-grand-total .ow-total-amount {
    font-size: 1.7rem;
  }
  .ow-cart-actions {
    gap: 18px;
    margin-top: 24px;
  }
  .ow-cart-actions a,
  .ow-cart-actions button {
    font-size: 1.05rem;
    padding: 14px 24px;
    border-radius: 14px;
  }

  /* Delivery section */
  .ow-delivery-saved {
    gap: 14px;
    margin-bottom: 24px;
  }
  .ow-saved-addr {
    padding: 16px 20px;
    font-size: 1.05rem;
    border-radius: 14px;
    border-width: 2px;
  }
  .ow-delivery-form {
    gap: 20px;
  }
  .ow-delivery-form label {
    font-size: 1.15rem;
    margin-bottom: 8px;
  }
  .ow-delivery-form input,
  .ow-delivery-form select {
    padding: 18px 20px;
    font-size: 1.2rem;
    border-radius: 14px;
    border-width: 2px;
  }
  .ow-delivery-form .ow-form-row {
    gap: 20px;
  }
  .ow-total-bar {
    font-size: 1.35rem;
    padding: 22px;
    border-radius: 18px;
  }
  .ow-pay-btn {
    padding: 22px;
    font-size: 1.3rem;
    border-radius: 18px;
  }

  /* Prescription summary in cart */
  .prescription-summary {
    margin-top: 14px;
  }
  .eye-prescription {
    gap: 16px;
  }
  .eye-box {
    padding: 14px;
    border-radius: 14px;
  }
  .eye-label {
    font-size: 0.95rem;
  }
  .eye-data span {
    font-size: 0.9rem;
  }
}

/* =====================================================
   FACE MEASUREMENTS (My Face tab) — Large Screen Scaling
   Uses #tab-myface for specificity over inline <style>
   ===================================================== */

/* --- 1400px+ --- */
@media (min-width: 1400px) {
  #tab-myface .fc-card {
    padding: 28px;
    border-radius: 22px;
  }
  #tab-myface .fc-header-title {
    font-size: 1.25rem;
  }
  #tab-myface .fc-header-sub {
    font-size: 0.92rem;
  }
  #tab-myface .fc-header-date-label {
    font-size: 0.82rem;
  }
  #tab-myface .fc-header-date-val {
    font-size: 0.88rem;
  }
  #tab-myface .fc-tiles {
    gap: 22px;
  }
  #tab-myface .fc-tile-circle {
    width: 64px;
    height: 64px;
  }
  #tab-myface .fc-tile-val {
    font-size: 26px;
  }
  #tab-myface .fc-tile-unit {
    font-size: 14px;
  }
  #tab-myface .fc-tile-label {
    font-size: 0.78rem;
  }
  #tab-myface .fc-tile-desc {
    font-size: 0.76rem;
  }
  #tab-myface .fc-dec-row {
    font-size: 0.92rem;
    padding: 12px 16px;
  }
  #tab-myface .fc-dec-label {
    font-size: 0.88rem;
  }
  #tab-myface .fc-dec-val {
    font-size: 0.95rem;
  }
  #tab-myface .fc-dec-tag {
    font-size: 0.78rem;
    padding: 4px 10px;
  }
  #tab-myface .fc-candidates {
    margin-top: 20px;
  }
  #tab-myface .fc-cand-header {
    font-size: 0.88rem;
    padding: 10px 14px;
  }
  #tab-myface .fc-cand-cols {
    font-size: 0.72rem;
    padding: 8px 14px;
  }
  #tab-myface .fc-cand-row {
    padding: 12px 14px;
    font-size: 0.88rem;
  }
  #tab-myface .fc-cand-size {
    font-size: 0.92rem;
  }
  #tab-myface .fc-cand-width,
  #tab-myface .fc-cand-dec {
    font-size: 0.78rem;
  }
  #tab-myface .fc-cand-suit {
    font-size: 0.78rem;
  }
  #tab-myface .fc-info {
    font-size: 0.85rem;
    padding: 12px 16px;
  }
  #tab-myface .fc-btn {
    font-size: 0.92rem;
    padding: 12px 22px;
    border-radius: 14px;
  }
  #tab-myface .fc-btn-lg {
    padding: 16px 28px;
    font-size: 1rem;
  }
  #tab-myface .fc-empty-icon {
    font-size: 52px;
  }
  #tab-myface .fc-empty-title {
    font-size: 1.2rem;
  }
  #tab-myface .fc-empty-desc {
    font-size: 0.92rem;
  }
}

/* --- 1800px+ --- */
@media (min-width: 1800px) {
  #tab-myface .fc-card {
    padding: 34px;
    border-radius: 26px;
  }
  #tab-myface .fc-header-title {
    font-size: 1.45rem;
  }
  #tab-myface .fc-header-sub {
    font-size: 1.02rem;
  }
  #tab-myface .fc-header-date-label {
    font-size: 0.9rem;
  }
  #tab-myface .fc-header-date-val {
    font-size: 0.98rem;
  }
  #tab-myface .fc-tiles {
    gap: 28px;
  }
  #tab-myface .fc-tile-circle {
    width: 76px;
    height: 76px;
  }
  #tab-myface .fc-tile-val {
    font-size: 30px;
  }
  #tab-myface .fc-tile-unit {
    font-size: 16px;
  }
  #tab-myface .fc-tile-label {
    font-size: 0.88rem;
  }
  #tab-myface .fc-tile-desc {
    font-size: 0.84rem;
  }
  #tab-myface .fc-dec-row {
    font-size: 1.02rem;
    padding: 14px 20px;
  }
  #tab-myface .fc-dec-label {
    font-size: 0.98rem;
  }
  #tab-myface .fc-dec-val {
    font-size: 1.08rem;
  }
  #tab-myface .fc-dec-tag {
    font-size: 0.85rem;
    padding: 5px 12px;
  }
  #tab-myface .fc-candidates {
    margin-top: 24px;
  }
  #tab-myface .fc-cand-header {
    font-size: 0.98rem;
    padding: 12px 18px;
  }
  #tab-myface .fc-cand-cols {
    font-size: 0.8rem;
    padding: 10px 18px;
  }
  #tab-myface .fc-cand-row {
    padding: 14px 18px;
    font-size: 0.98rem;
  }
  #tab-myface .fc-cand-size {
    font-size: 1.02rem;
  }
  #tab-myface .fc-cand-width,
  #tab-myface .fc-cand-dec {
    font-size: 0.86rem;
  }
  #tab-myface .fc-cand-suit {
    font-size: 0.86rem;
  }
  #tab-myface .fc-info {
    font-size: 0.95rem;
    padding: 14px 20px;
  }
  #tab-myface .fc-btn {
    font-size: 1.02rem;
    padding: 14px 26px;
    border-radius: 16px;
  }
  #tab-myface .fc-btn-lg {
    padding: 18px 32px;
    font-size: 1.12rem;
  }
  #tab-myface .fc-empty-icon {
    font-size: 60px;
  }
  #tab-myface .fc-empty-title {
    font-size: 1.38rem;
  }
  #tab-myface .fc-empty-desc {
    font-size: 1.02rem;
  }
}

/* --- 2400px+ --- */
@media (min-width: 2400px) {
  #tab-myface .fc-card {
    padding: 44px;
    border-radius: 32px;
  }
  #tab-myface .fc-header {
    gap: 18px;
  }
  #tab-myface .fc-header-icon {
    width: 52px;
    height: 52px;
  }
  #tab-myface .fc-header-title {
    font-size: 1.75rem;
  }
  #tab-myface .fc-header-sub {
    font-size: 1.15rem;
  }
  #tab-myface .fc-header-date-label {
    font-size: 1rem;
  }
  #tab-myface .fc-header-date-val {
    font-size: 1.1rem;
  }
  #tab-myface .fc-tiles {
    gap: 36px;
  }
  #tab-myface .fc-tile-circle {
    width: 92px;
    height: 92px;
  }
  #tab-myface .fc-tile-val {
    font-size: 38px;
  }
  #tab-myface .fc-tile-unit {
    font-size: 20px;
  }
  #tab-myface .fc-tile-label {
    font-size: 1rem;
  }
  #tab-myface .fc-tile-desc {
    font-size: 0.95rem;
  }
  #tab-myface .fc-dec-row {
    font-size: 1.15rem;
    padding: 18px 24px;
    border-radius: 14px;
  }
  #tab-myface .fc-dec-label {
    font-size: 1.1rem;
  }
  #tab-myface .fc-dec-val {
    font-size: 1.22rem;
  }
  #tab-myface .fc-dec-tag {
    font-size: 0.95rem;
    padding: 6px 14px;
    border-radius: 10px;
  }
  #tab-myface .fc-candidates {
    margin-top: 32px;
    border-radius: 18px;
  }
  #tab-myface .fc-cand-header {
    font-size: 1.12rem;
    padding: 16px 22px;
  }
  #tab-myface .fc-cand-cols {
    font-size: 0.9rem;
    padding: 12px 22px;
  }
  #tab-myface .fc-cand-row {
    padding: 18px 22px;
    font-size: 1.1rem;
  }
  #tab-myface .fc-cand-size {
    font-size: 1.15rem;
  }
  #tab-myface .fc-cand-width,
  #tab-myface .fc-cand-dec {
    font-size: 0.98rem;
  }
  #tab-myface .fc-cand-suit {
    font-size: 0.98rem;
  }
  #tab-myface .fc-info {
    font-size: 1.08rem;
    padding: 18px 24px;
    border-radius: 14px;
  }
  #tab-myface .fc-btn {
    font-size: 1.18rem;
    padding: 18px 32px;
    border-radius: 20px;
  }
  #tab-myface .fc-btn-lg {
    padding: 22px 40px;
    font-size: 1.3rem;
  }
  #tab-myface .fc-empty-icon {
    font-size: 74px;
  }
  #tab-myface .fc-empty-title {
    font-size: 1.6rem;
  }
  #tab-myface .fc-empty-desc {
    font-size: 1.15rem;
  }
}

/* =====================================================
   PRODUCT DETAIL PAGE (PDP) — Large Screen Scaling
   ===================================================== */

/* --- 1400px+ --- */
@media (min-width: 1400px) {
  .pdp-wrap {
    max-width: 1280px !important;
    padding: 14px 24px 36px !important;
  }
  .pdp-crumb {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .pdp-row {
    gap: 36px !important;
  }
  .pdp-hero {
    min-height: 340px;
    max-height: 500px;
    border-radius: 14px;
    padding: 16px;
  }
  .pdp-hero img.pdp-hero-img {
    max-width: min(100%, 700px) !important;
    max-height: 480px !important;
    image-rendering: auto;
  }
  .pdp-hero .pdp-fav {
    width: 36px;
    height: 36px;
  }
  .pdp-hero .pdp-fav svg {
    width: 20px;
    height: 20px;
  }
  .pdp-hero .pdp-badge {
    font-size: 12px;
    padding: 4px 11px;
  }
  .pdp-thumbstrip img {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    border-radius: 8px;
  }
  .pdp-brand {
    font-size: 14px;
  }
  .pdp-code {
    font-size: 13px;
  }
  h1.pdp-title {
    font-size: 24px !important;
    margin: 0 0 14px !important;
  }
  .pdp-cat {
    font-size: 11px;
    padding: 3px 9px;
  }
  .pdp-pricebox {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .pdp-pricebox .price-big {
    font-size: 30px;
  }
  .pdp-pricebox .price-mrp {
    font-size: 15px;
  }
  .pdp-pricebox .price-off {
    font-size: 13px;
    padding: 3px 9px;
  }
  .pdp-pricebox .price-note {
    font-size: 13px;
  }
  .pdp-stock {
    font-size: 14px;
    padding: 5px 14px;
  }
  .pdp-specs {
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .pdp-specs h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .pdp-specs table td.lbl {
    font-size: 14px;
    padding: 9px 10px 9px 0;
  }
  .pdp-specs table td.val {
    font-size: 14px;
    padding: 9px 0;
  }
  .pdp-size-row .sz .num {
    font-size: 22px;
  }
  .pdp-size-row .sz .lbl {
    font-size: 12px;
  }
  .pdp-size-row .dash {
    font-size: 16px;
  }
  .pdp-details {
    padding: 16px 20px !important;
    border-radius: 10px !important;
    margin-bottom: 16px !important;
  }
  .pdp-details h3 {
    font-size: 16px;
  }
  .pdp-details p {
    font-size: 14px;
  }
  .pdp-cta button.btn-primary,
  .pdp-cta button.btn-outline {
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 10px;
  }
  .pdp-cta .btn-row {
    gap: 14px;
  }
  .pdp-share span.share-label {
    font-size: 14px;
  }
  .pdp-share a.share-ico {
    width: 36px !important;
    height: 36px !important;
  }
  .pdp-share a.share-ico img {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
  }
  .pdp-trust {
    font-size: 13px;
    gap: 18px;
  }
}

/* --- 1800px+ --- */
@media (min-width: 1800px) {
  .pdp-wrap {
    max-width: 1500px !important;
    padding: 18px 32px 44px !important;
  }
  .pdp-crumb {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .pdp-row {
    gap: 44px !important;
  }
  .pdp-hero {
    min-height: 400px;
    max-height: 580px;
    border-radius: 16px;
    padding: 20px;
  }
  .pdp-hero img.pdp-hero-img {
    max-width: min(90%, 700px) !important;
    max-height: 560px !important;
    image-rendering: auto;
  }
  .pdp-hero .pdp-fav {
    width: 42px;
    height: 42px;
  }
  .pdp-hero .pdp-fav svg {
    width: 24px;
    height: 24px;
  }
  .pdp-hero .pdp-badge {
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 7px;
  }
  .pdp-thumbstrip img {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
    border-radius: 10px;
  }
  .pdp-brand {
    font-size: 16px;
  }
  .pdp-code {
    font-size: 14px;
  }
  h1.pdp-title {
    font-size: 28px !important;
    margin: 0 0 16px !important;
  }
  .pdp-cat {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
  }
  .pdp-pricebox {
    padding: 18px 22px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .pdp-pricebox .price-big {
    font-size: 36px;
  }
  .pdp-pricebox .price-mrp {
    font-size: 17px;
  }
  .pdp-pricebox .price-off {
    font-size: 14px;
    padding: 4px 11px;
  }
  .pdp-pricebox .price-note {
    font-size: 14px;
  }
  .pdp-stock {
    font-size: 15px;
    padding: 6px 16px;
  }
  .pdp-specs {
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .pdp-specs h3 {
    font-size: 18px;
    margin: 0 0 12px;
  }
  .pdp-specs table td.lbl {
    font-size: 15px;
    padding: 10px 12px 10px 0;
  }
  .pdp-specs table td.val {
    font-size: 15px;
    padding: 10px 0;
  }
  .pdp-size-row .sz .num {
    font-size: 26px;
  }
  .pdp-size-row .sz .lbl {
    font-size: 13px;
  }
  .pdp-size-row .dash {
    font-size: 18px;
  }
  .pdp-size-row {
    gap: 12px;
    margin-top: 14px;
    padding-top: 12px;
  }
  .pdp-details {
    padding: 20px 24px !important;
    border-radius: 12px !important;
    margin-bottom: 18px !important;
  }
  .pdp-details h3 {
    font-size: 18px;
  }
  .pdp-details p {
    font-size: 15px;
    line-height: 1.7;
  }
  .pdp-cta button.btn-primary,
  .pdp-cta button.btn-outline {
    padding: 16px 28px;
    font-size: 17px;
    border-radius: 12px;
  }
  .pdp-cta .btn-row {
    gap: 16px;
  }
  .pdp-share {
    gap: 14px !important;
    padding: 12px 0;
  }
  .pdp-share span.share-label {
    font-size: 15px;
  }
  .pdp-share a.share-ico {
    width: 40px !important;
    height: 40px !important;
  }
  .pdp-share a.share-ico img {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
  .pdp-trust {
    font-size: 14px;
    gap: 22px;
    padding: 12px 0;
  }
}

/* --- 2400px+ --- */
@media (min-width: 2400px) {
  .pdp-wrap {
    max-width: 1900px !important;
    padding: 24px 40px 56px !important;
  }
  .pdp-crumb {
    font-size: 17px;
    margin-bottom: 24px;
    gap: 8px;
  }
  .pdp-row {
    gap: 56px !important;
  }
  .pdp-hero {
    min-height: 480px;
    max-height: 720px;
    border-radius: 20px;
    padding: 28px;
  }
  .pdp-hero img.pdp-hero-img {
    max-width: min(80%, 700px) !important;
    max-height: 700px !important;
    image-rendering: auto;
  }
  .pdp-hero .pdp-fav {
    width: 50px;
    height: 50px;
    top: 14px;
    right: 14px;
  }
  .pdp-hero .pdp-fav svg {
    width: 28px;
    height: 28px;
  }
  .pdp-hero .pdp-badge {
    font-size: 15px;
    padding: 6px 16px;
    border-radius: 8px;
  }
  .pdp-thumbstrip {
    gap: 10px;
    margin-top: 14px;
  }
  .pdp-thumbstrip img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    border-radius: 12px;
    border-width: 3px;
    padding: 4px;
  }
  .pdp-brand-row {
    gap: 10px;
    margin-bottom: 4px;
  }
  .pdp-brand {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .pdp-code {
    font-size: 16px;
  }
  h1.pdp-title {
    font-size: 36px !important;
    margin: 0 0 20px !important;
  }
  .pdp-cat {
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 6px;
  }
  .pdp-pricebox {
    padding: 22px 28px;
    border-radius: 14px;
    margin-bottom: 22px;
  }
  .pdp-pricebox .price-big {
    font-size: 44px;
  }
  .pdp-pricebox .price-mrp {
    font-size: 20px;
    margin-left: 12px;
  }
  .pdp-pricebox .price-off {
    font-size: 16px;
    padding: 5px 14px;
    border-radius: 6px;
  }
  .pdp-pricebox .price-note {
    font-size: 16px;
    margin-top: 6px;
  }
  .pdp-stock {
    font-size: 17px;
    padding: 8px 20px;
    border-radius: 24px;
    margin-bottom: 18px;
  }
  .pdp-specs {
    padding: 24px 30px;
    border-radius: 14px;
    margin-bottom: 22px;
  }
  .pdp-specs h3 {
    font-size: 21px;
    margin: 0 0 14px;
  }
  .pdp-specs table td.lbl {
    font-size: 17px;
    padding: 12px 14px 12px 0;
  }
  .pdp-specs table td.val {
    font-size: 17px;
    padding: 12px 0;
  }
  .pdp-size-row {
    gap: 16px;
    margin-top: 16px;
    padding-top: 14px;
  }
  .pdp-size-row .sz .num {
    font-size: 32px;
  }
  .pdp-size-row .sz .lbl {
    font-size: 15px;
  }
  .pdp-size-row .dash {
    font-size: 22px;
  }
  .pdp-details {
    padding: 24px 30px !important;
    border-radius: 14px !important;
    margin-bottom: 22px !important;
  }
  .pdp-details h3 {
    font-size: 21px;
  }
  .pdp-details p {
    font-size: 17px;
    line-height: 1.8;
  }
  .pdp-cta {
    margin-bottom: 22px;
  }
  .pdp-cta button.btn-primary,
  .pdp-cta button.btn-outline {
    padding: 20px 34px;
    font-size: 20px;
    border-radius: 14px;
  }
  .pdp-cta .btn-row {
    gap: 20px;
  }
  .pdp-sold-out {
    font-size: 17px;
    padding: 16px;
    border-radius: 12px;
  }
  .pdp-share {
    gap: 16px !important;
    padding: 16px 0;
  }
  .pdp-share span.share-label {
    font-size: 17px;
  }
  .pdp-share a.share-ico {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
  }
  .pdp-share a.share-ico img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
  .pdp-trust {
    font-size: 16px;
    gap: 28px;
    padding: 16px 0;
  }

  /* Zoom modal also needs scaling */
  .zoom-modal .zoomed-image {
    max-width: min(90%, 1000px);
    max-height: min(90%, 800px);
  }
}

/* === Visible Breadcrumb Navigation === */
.ow-breadcrumb {
  padding: 8px 16px;
  font-size: 13px;
  color: #666;
}
.ow-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.ow-breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.ow-breadcrumb li + li::before {
  content: "›";
  margin: 0 6px;
  color: #999;
}
.ow-breadcrumb a {
  color: #333;
  text-decoration: none;
}
.ow-breadcrumb a:hover {
  text-decoration: underline;
}

/* ═══ MEGA MENU BUTTON (mobile only) ═══ */
.mega-menu-tab {
  display: none; /* hidden on desktop */
}
@media (max-width: 899px) {
  .ow-desktop-only { display: none !important; }
  .mega-menu-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: clamp(38px, 9vw, 52px);
    height: clamp(38px, 9vw, 52px);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    box-shadow: 0 6px 16px rgba(15,23,42,.1);
    transition: .3s;
    flex-shrink: 0;
  }
  .mega-menu-tab span {
    display: block;
    height: 2px;
    min-height: 2px;
    flex: 0 0 2px;
    border-radius: 999px;
    background: #111827;
    transition: .35s;
  }
  .mega-menu-tab span:nth-child(1) { width: 18px; }
  .mega-menu-tab span:nth-child(2) { width: 13px; }
  .mega-menu-tab span:nth-child(3) { width: 22px; }
  .mega-menu-tab span:nth-child(4) { width: 15px; }
  .mega-menu-tab span:nth-child(5) { width: 20px; }
  .mega-menu-tab span:nth-child(6) { width: 11px; }
  .mega-menu-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15,23,42,.16);
  }
  .mega-menu-tab:hover span { width: 24px; }
  .mega-menu-tab:hover span:nth-child(odd) { transform: translateX(-2px); }
  .mega-menu-tab:hover span:nth-child(even) { transform: translateX(2px); }
  .mega-menu-tab:active { transform: scale(.96); }
}
@media (max-width: 480px) {
  .mega-menu-tab { width: 38px; height: 38px; }
  .mega-menu-tab span { height: 2px; min-height: 2px; flex: 0 0 2px; }
}

/* ═══ MEGA OVERLAY (mobile full screen) ═══ */
.ow-mega-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(15,23,42,.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .3s;
}
.ow-mega-overlay.ow-overlay-open {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.ow-mega-overlay-inner {
  width: 90vw;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 28px;
  padding: 32px 28px;
  box-shadow: 0 24px 60px rgba(15,23,42,.2);
  position: relative;
  animation: owSlideUp .3s ease-out;
}
@keyframes owSlideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.ow-mega-close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: none;
  background: none;
  font-size: 28px;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.ow-mega-close:hover { color: #0f172a; }
.ow-mega-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.ow-mega-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
}
.ow-mega-brand strong {
  font-size: 1.1rem;
  color: #0f172a;
  display: block;
}
.ow-mega-brand p {
  font-size: .75rem;
  color: #64748b;
  margin: 2px 0 0;
}
.ow-mega-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ow-mega-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #334155;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: background .2s;
}
.ow-mega-link:hover {
  background: rgba(79,70,229,.06);
  color: #4f46e5;
}
.ow-mega-link svg {
  flex-shrink: 0;
}

/* Measure my Face CTA */
.ow-mega-measure {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 8px;
  border: 1.5px solid #e0e7ff;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #f0f9ff 100%);
  text-decoration: none;
  color: inherit;
  transition: .2s;
}
.ow-mega-measure:hover { border-color: #818cf8; background: #e0e7ff; }
.ow-mega-measure strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}
.ow-mega-measure small {
  font-size: 11px;
  color: #64748b;
}
.ow-mega-measure > svg:last-child { margin-left: auto; }

/* Frame Shapes divider */
.ow-mega-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 10px;
}
.ow-mega-divider::before,
.ow-mega-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.ow-mega-divider span {
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 1px;
}

/* Frame shape grid */
.ow-mega-shapes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ow-mega-shape {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  transition: .2s;
}
.ow-mega-shape:hover { border-color: #818cf8; background: #f8fafc; }
.ow-mega-shape svg:first-child { flex-shrink: 0; }
.ow-mega-chevron { margin-left: auto; flex-shrink: 0; }

/* Kids frame special styling */
.ow-mega-shape--kids {
  border: 2px solid #c7d2fe;
  background: linear-gradient(135deg, #eef2ff 0%, #fef9c3 100%);
  flex-wrap: wrap;
}
.ow-mega-shape--kids small { width: 100%; margin-left: 52px; margin-top: -4px; }

/* Hide overlay on desktop */
@media (min-width: 900px) {
  .ow-mega-overlay { display: none !important; }
}
