@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --oz-black: #0d0d0d;
  --oz-charcoal: #2b2b2b;
  --oz-ivory: #f7f5f1;
  --oz-warm-beige: #dccdb8;
  --oz-sand: #e8e0d2;
  --oz-taupe: #b8ada0;
  --oz-warm-gray: #a69f95;
  --oz-ink: var(--oz-black);
  --oz-paper: var(--oz-ivory);
  --oz-mist: var(--oz-sand);
  --oz-soft: #f1ede6;
  --oz-smoke: #69645d;
  --oz-line: #d8d0c5;
  --oz-accent: var(--oz-charcoal);
  --oz-display: 'Cormorant Garamond', Georgia, serif;
  --oz-body: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ozara-home,
.ozara-home button,
.ozara-home input,
.ozara-home textarea,
.ozara-home select { font-family: var(--oz-body); }

.ozara-home { color: var(--oz-ink); background: var(--oz-paper); overflow: hidden; }
.ozara-home *, .ozara-home *::before, .ozara-home *::after { box-sizing: border-box; }
.ozara-home img { display: block; max-width: 100%; }
.ozara-home a { text-decoration: none; }
.ozara-home a:focus-visible, .ozara-home summary:focus-visible { outline: 2px solid var(--oz-black); outline-offset: 4px; }

.oz-eyebrow { margin: 0 0 18px; color: var(--oz-charcoal); font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }

.oz-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; font-size: 13px; line-height: 1; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.oz-button:hover { transform: translateY(-2px); }
.oz-button--primary { color: var(--oz-ivory); background: var(--oz-black); box-shadow: 0 14px 34px rgba(13, 13, 13, .12); }
.oz-button--primary:hover { color: var(--oz-ivory); background: var(--oz-charcoal); }
.oz-button--text { min-height: auto; padding: 11px 0 8px; color: var(--oz-black); border-bottom: 1px solid var(--oz-black); }
.oz-button--light { min-height: auto; padding: 11px 0 8px; color: var(--oz-warm-beige); border-bottom: 1px solid var(--oz-warm-beige); }

.head-main {
  color: var(--oz-black);
  background: var(--oz-ivory);
  border-bottom: 1px solid var(--oz-line);
}
.head-main.head-transparent,
.head-main.head-transparent-on-section {
  color: var(--oz-black);
  background: var(--oz-ivory);
}
.head-logo-row.ozara-headbar {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(18px, 4vw, 64px);
  background: var(--oz-ivory);
}
.ozara-headbar__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}
.ozara-headbar__menu,
.ozara-headbar__actions {
  display: flex;
  align-items: center;
}
.ozara-headbar__menu { justify-content: flex-start; }
.ozara-headbar__actions { justify-content: flex-end; gap: 4px; }
.ozara-headbar__search { position: relative; }
.ozara-headbar__search > summary {
  min-width: 42px;
  min-height: 42px;
  padding: 10px;
  display: grid;
  place-items: center;
  color: var(--oz-black);
  cursor: pointer;
  list-style: none;
}
.ozara-headbar__search > summary::-webkit-details-marker { display: none; }
.ozara-headbar__search > form {
  width: min(340px, calc(100vw - 32px));
  padding: 12px;
  position: absolute;
  z-index: 60;
  top: calc(100% + 18px);
  right: 0;
  display: flex;
  background: var(--oz-ivory);
  border: 1px solid var(--oz-line);
  box-shadow: 0 20px 45px rgba(43, 43, 43, .12);
}
.ozara-headbar__search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  color: var(--oz-black);
  background: transparent;
  border: 1px solid var(--oz-taupe);
  border-right: 0;
  border-radius: 0;
  font: 500 12px/1 var(--oz-body);
}
.ozara-headbar__search input:focus { outline: 1px solid var(--oz-black); outline-offset: -1px; }
.ozara-headbar__search button {
  width: 46px;
  flex: 0 0 46px;
  color: var(--oz-ivory);
  background: var(--oz-black);
  border: 1px solid var(--oz-black);
  border-radius: 0;
}
.ozara-headbar__menu-label {
  margin-left: 5px;
  color: var(--oz-charcoal);
  font: 600 10px/1 var(--oz-body);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ozara-headbar__brand { min-width: 0; display: flex; justify-content: center; }
.ozara-header-logo { width: clamp(142px, 13vw, 194px); height: 48px; display: block; overflow: hidden; margin: 0 auto; }
.ozara-header-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.ozara-headbar .utilities-container { display: inline-block !important; margin: 0 !important; }
.ozara-headbar .btn-utility {
  min-width: 42px;
  min-height: 42px;
  padding: 10px;
  display: inline-grid;
  place-items: center;
  color: var(--oz-black);
}
.ozara-headbar .utilities-icon { font-size: 21px; }
.ozara-headbar .badge {
  min-width: 16px;
  height: 16px;
  top: 1px;
  right: 0;
  color: var(--oz-ivory);
  background: var(--oz-black);
  font-size: 9px;
}
.ozara-headbar a:focus-visible,
.modal-nav-hamburger a:focus-visible {
  outline: 2px solid var(--oz-black);
  outline-offset: 3px;
}
.modal-nav-hamburger {
  width: min(460px, 92vw);
  max-width: 460px;
  color: var(--oz-black);
  background: var(--oz-ivory);
}
.modal-nav-hamburger .modal-header,
.modal-nav-hamburger .modal-body,
.modal-nav-hamburger .modal-footer { background: var(--oz-ivory); }
.ozara-drawer { padding: 8px 18px 28px; }
.ozara-drawer__heading { padding: 16px 15px 34px; border-bottom: 1px solid var(--oz-line); }
.ozara-drawer__heading span {
  display: block;
  color: var(--oz-warm-gray);
  font: 700 9px/1 var(--oz-body);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.ozara-drawer__heading strong {
  max-width: 290px;
  margin-top: 12px;
  display: block;
  font: 600 38px/.92 var(--oz-display);
}
.modal-nav-hamburger .ozara-drawer__links { margin: 0; padding: 0; }
.modal-nav-hamburger .ozara-drawer__links .nav-list-link {
  padding: 17px 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  color: var(--oz-black);
  border-bottom: 1px solid var(--oz-line);
}
.ozara-drawer__links .nav-list-link span { font-size: 15px; font-weight: 600; }
.ozara-drawer__links .nav-list-link small { color: var(--oz-smoke); font-size: 10px; }
.modal-nav-hamburger .nav-secondary {
  color: var(--oz-black);
  background: var(--oz-sand);
}

/* Keep the launch offer and first collection cards in view on the opening screen. */
.oz-hero { min-height: 0; height: min(500px, calc(100vh - 82px)); display: grid; grid-template-columns: 38% 62%; border-bottom: 1px solid var(--oz-line); }
.oz-hero__copy { min-width: 0; padding: 38px clamp(28px, 4.4vw, 76px) 22px clamp(28px, 5.4vw, 96px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.oz-hero h1 { margin: 0; font-family: var(--oz-display); font-size: clamp(52px, 4.3vw, 76px); line-height: .82; letter-spacing: -.045em; font-weight: 600; }
.oz-hero h1 span { color: var(--oz-charcoal); font-style: italic; font-weight: 500; }
.oz-hero__lead { max-width: 520px; margin: 18px 0 20px; color: var(--oz-smoke); font-size: clamp(13px, 1.05vw, 16px); line-height: 1.7; }
.oz-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.oz-hero__facts { width: 100%; margin: auto 0 0; padding: 25px 0 0; list-style: none; display: flex; flex-wrap: wrap; gap: 12px 25px; color: var(--oz-smoke); border-top: 1px solid var(--oz-line); font-size: 10px; }
.oz-hero__facts li::before { content: '·'; margin-right: 10px; color: var(--oz-black); }
.oz-hero__media { min-width: 0; min-height: 0; height: 100%; position: relative; display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(180px, .9fr); grid-template-rows: minmax(0, 1fr); gap: 1px; overflow: hidden; border-left: 1px solid var(--oz-line); background: var(--oz-line); }
.oz-hero__side { min-width: 0; display: grid; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--oz-line); }
.oz-hero-frame { min-width: 0; min-height: 0; position: relative; overflow: hidden; background: var(--oz-ivory); color: var(--oz-black); cursor: pointer; }
.oz-hero__media .oz-hero-frame { aspect-ratio: auto; }
.oz-hero-frame:visited { color: var(--oz-black); }
.oz-hero-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.oz-hero-frame:hover img { transform: scale(1.025); }
.oz-hero-frame > div { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--oz-ink); }
.oz-hero-frame > div::before { content: ''; position: absolute; z-index: -1; inset: -9px -10px; background: rgba(247,245,241,.9); backdrop-filter: blur(9px); }
.oz-hero-frame > div span { color: var(--oz-warm-gray); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.oz-hero-frame > div strong { font-family: var(--oz-display); font-size: 22px; font-weight: 600; letter-spacing: -.01em; }
.oz-hero__trace { width: 82%; height: 34%; position: absolute; z-index: 2; top: 31%; right: -32%; border: 1px solid var(--oz-taupe); border-radius: 50%; transform: rotate(-13deg); pointer-events: none; }

.oz-collection { padding: 44px clamp(22px, 5vw, 88px) 82px; }
.oz-section-heading { margin: 0 auto 36px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.oz-section-heading h2, .oz-process h2, .oz-lenses h2, .oz-faq h2, .oz-final-cta h2 { margin: 0; font-family: var(--oz-display); font-weight: 600; letter-spacing: -.025em; }
.oz-section-heading h2 { max-width: 760px; font-size: clamp(46px, 5.5vw, 86px); line-height: .9; }
.oz-section-heading > a { padding-bottom: 8px; color: var(--oz-black); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.oz-section-heading > a span { margin-left: 18px; }
.oz-model-rail { margin-right: calc(clamp(22px, 5vw, 88px) * -1); padding-right: clamp(22px, 5vw, 88px); padding-bottom: 20px; display: grid; grid-auto-flow: column; grid-auto-columns: clamp(240px, 24vw, 360px); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--oz-taupe) var(--oz-sand); }
.oz-model-card { min-width: 0; scroll-snap-align: start; overflow: hidden; border: 1px solid var(--oz-line); background: var(--oz-ivory); color: var(--oz-ink); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.oz-model-card:visited { color: var(--oz-ink); }
.oz-model-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(43, 43, 43, .09); }
.oz-model-card__photo { aspect-ratio: 1.02; overflow: hidden; background: var(--oz-ivory); }
.oz-model-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.oz-model-card:hover .oz-model-card__photo img { transform: scale(1.025); }
.oz-model-card__meta { min-height: 76px; padding: 15px 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-top: 1px solid var(--oz-line); }
.oz-model-card__meta > span { display: flex; flex-direction: column; }
.oz-model-card__meta strong { font-size: 14px; line-height: 1.35; }
.oz-model-card__meta small { margin-top: 5px; color: var(--oz-smoke); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.oz-model-card__meta em { color: var(--oz-warm-gray); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .08em; }
.oz-collection__hint { margin: 12px 0 0; display: flex; justify-content: flex-end; gap: 12px; color: var(--oz-smoke); font-size: 10px; }

.oz-process { padding: 96px clamp(28px, 6vw, 108px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 170px); color: #fff; background: var(--oz-ink); }
.oz-process .oz-eyebrow { color: var(--oz-warm-beige); }
.oz-process h2 { font-size: clamp(60px, 7vw, 104px); line-height: .82; }
.oz-process__intro > p:not(.oz-eyebrow) { max-width: 570px; margin: 30px 0; color: #bec2cd; font-size: 15px; line-height: 1.75; }
.oz-process__steps { align-self: center; margin: 0; padding: 0; list-style: none; }
.oz-process__steps li { padding: 26px 0; display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-bottom: 1px solid #383a42; }
.oz-process__steps li:first-child { border-top: 1px solid #383a42; }
.oz-process__steps > li > span { padding-top: 4px; color: var(--oz-warm-beige); font-size: 11px; }
.oz-process__steps strong { font-size: 17px; }
.oz-process__steps p { margin: 6px 0 0; color: #9296a1; font-size: 12px; line-height: 1.5; }

.oz-lenses { min-height: 640px; display: grid; grid-template-columns: 1fr 1fr; background: var(--oz-mist); }
.oz-lenses__visual { min-height: 560px; position: relative; display: grid; place-items: center; overflow: hidden; }
.oz-lenses__visual > span { position: relative; z-index: 2; color: var(--oz-charcoal); font-family: var(--oz-display); font-size: clamp(86px, 10vw, 152px); font-weight: 600; line-height: .7; text-align: center; }
.oz-lens-ring { position: absolute; display: block; border: 1px solid var(--oz-taupe); border-radius: 50%; }
.oz-lens-ring--one { width: min(72%, 500px); aspect-ratio: 1.65; transform: rotate(21deg); }
.oz-lens-ring--two { width: min(52%, 360px); aspect-ratio: .68; opacity: .35; transform: rotate(-27deg); }
.oz-lenses__copy { padding: 90px clamp(28px, 7vw, 118px) 90px clamp(28px, 3vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.oz-lenses h2 { max-width: 700px; font-size: clamp(58px, 6.4vw, 98px); line-height: .85; }
.oz-lenses__copy > p:not(.oz-eyebrow) { max-width: 630px; margin: 28px 0; color: #424754; font-size: 15px; line-height: 1.75; }
.oz-lenses__copy ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; list-style: none; font-size: 12px; font-weight: 600; }
.oz-lenses__copy li { display: flex; gap: 10px; align-items: center; }
.oz-lenses__copy li span { color: var(--oz-charcoal); }

.oz-trust { padding: 66px clamp(22px, 5vw, 88px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--oz-line); border-bottom: 1px solid var(--oz-line); }
.oz-trust article { min-height: 160px; padding: 10px 30px 10px 0; }
.oz-trust article + article { padding-left: 30px; border-left: 1px solid var(--oz-line); }
.oz-trust article > span { width: 36px; height: 36px; margin-bottom: 24px; display: grid; place-items: center; color: var(--oz-charcoal); border: 1px solid var(--oz-taupe); border-radius: 50%; font-size: 15px; }
.oz-trust strong { display: block; font-size: 13px; }
.oz-trust p { margin: 8px 0 0; color: var(--oz-smoke); font-size: 11px; line-height: 1.65; }

.oz-faq { padding: 92px clamp(28px, 6vw, 108px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 170px); }
.oz-faq h2 { max-width: 580px; font-size: clamp(58px, 6.5vw, 98px); line-height: .84; }
.oz-faq > div:first-child > p:last-child { max-width: 470px; margin-top: 26px; color: var(--oz-smoke); font-size: 14px; line-height: 1.7; }
.oz-faq__items { border-top: 1px solid var(--oz-line); }
.oz-faq details { border-bottom: 1px solid var(--oz-line); }
.oz-faq summary { padding: 24px 38px 24px 0; position: relative; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.oz-faq summary::-webkit-details-marker { display: none; }
.oz-faq summary::after { content: '+'; position: absolute; top: 20px; right: 3px; color: var(--oz-charcoal); font-size: 22px; font-weight: 400; }
.oz-faq details[open] summary::after { content: '−'; }
.oz-faq details p { max-width: 700px; margin: -4px 40px 24px 0; color: var(--oz-smoke); font-size: 13px; line-height: 1.7; }

.oz-final-cta { padding: 100px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--oz-soft); }
.oz-final-cta h2 { max-width: 950px; margin-bottom: 34px; font-size: clamp(64px, 8vw, 120px); line-height: .8; }

.ozara-footer-brand { max-width: 520px; margin: 0 auto 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(127,127,127,.25); }
.ozara-footer-brand img { width: 210px; height: 52px; margin: 0 auto; object-fit: cover; object-position: center; }
.ozara-footer-brand p { margin: 8px 0 0; font-family: var(--oz-body); color: var(--oz-smoke); font-size: 11px; }

@media (max-width: 991px) {
  .oz-hero { min-height: auto; height: auto; grid-template-columns: 1fr; }
  .oz-hero__copy { min-height: 550px; padding-top: 72px; }
  .oz-hero__media { height: auto; min-height: 560px; border-top: 1px solid var(--oz-line); border-left: 0; }
  .oz-process, .oz-faq { grid-template-columns: 1fr; gap: 60px; }
  .oz-lenses { grid-template-columns: 1fr; }
  .oz-lenses__visual { min-height: 540px; }
  .oz-trust { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .oz-trust article:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 767px) {
  .ozara-headbar { padding-inline: 12px; }
  .ozara-headbar__inner { min-height: 68px; gap: 8px; }
  .ozara-headbar__menu-label { display: none; }
  .ozara-header-logo { width: 124px; height: 36px; }
  .ozara-headbar .btn-utility { min-width: 36px; min-height: 38px; padding: 8px; }
  .ozara-headbar__search > summary { min-width: 36px; min-height: 38px; padding: 8px; }
  .ozara-headbar__search > form { position: fixed; top: 68px; right: 12px; left: 12px; width: auto; }
  .ozara-headbar .utilities-icon { font-size: 19px; }
  .ozara-headbar__actions { gap: 0; }
  .oz-hero__copy { min-height: 0; padding: 40px 22px 26px; }
  .oz-hero h1 { font-size: clamp(66px, 20vw, 78px); }
  .oz-hero__lead { margin: 20px 0; font-size: 13px; line-height: 1.55; }
  .oz-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
  .oz-button--primary { width: 100%; }
  .oz-button--text { align-self: flex-start; }
  .oz-hero__facts { display: none; }
  .oz-hero__media { min-height: 340px; grid-template-columns: 1fr; }
  .oz-hero__side { display: none; }
  .oz-hero-frame > div { left: 14px; right: 14px; bottom: 13px; }
  .oz-hero__trace { width: 112%; height: 36%; right: -52%; }
  .oz-collection { padding: 58px 16px 66px; }
  .oz-section-heading { align-items: flex-start; flex-direction: column; }
  .oz-section-heading h2 { font-size: 52px; }
  .oz-model-rail { margin-right: -16px; padding-right: 16px; grid-auto-columns: minmax(236px, 82vw); gap: 10px; }
  .oz-model-card__meta { min-height: 70px; padding: 13px 14px; }
  .oz-collection__hint { justify-content: flex-start; }
  .oz-process { padding: 72px 22px; }
  .oz-process h2, .oz-lenses h2, .oz-faq h2 { font-size: 60px; }
  .oz-process__steps li { grid-template-columns: 40px 1fr; }
  .oz-lenses__visual { min-height: 420px; }
  .oz-lenses__copy { padding: 66px 22px 76px; }
  .oz-lenses__copy ul { grid-template-columns: 1fr; }
  .oz-trust { padding: 54px 22px; grid-template-columns: 1fr; }
  .oz-trust article, .oz-trust article + article, .oz-trust article:nth-child(3) { min-height: 0; padding: 24px 0; border-left: 0; border-top: 1px solid var(--oz-line); }
  .oz-trust article:first-child { border-top: 0; }
  .oz-trust article > span { margin-bottom: 14px; }
  .oz-faq { padding: 72px 22px; gap: 48px; }
  .oz-final-cta { padding: 80px 20px; }
  .oz-final-cta h2 { font-size: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  .ozara-home *, .ozara-home *::before, .ozara-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ═══════════════════════════════════════════
   Product page (configurable frames) — clean
   premium optical PDP (Zeno-like disposition,
   Ozara brand — not a copy)
   ═══════════════════════════════════════════ */
.ozara-pdp-page {
  background: #fff;
  width: 100%;
  max-width: none;
}
.ozara-pdp-container {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ozara-pdp-row {
  align-items: flex-start;
  min-height: calc(100vh - 88px);
}
.ozara-pdp-gallery {
  position: relative;
  display: block;
  background: #fff;
}
/* Zeno-style 2×2 grid: four photos visible at once; only the gallery scrolls */
.ozara-scroll-gallery {
  width: 100%;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-content: start;
}
.ozara-scroll-gallery__item {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 0;
  aspect-ratio: 1 / 1;
  scroll-margin-top: 88px;
}
.ozara-scroll-gallery__item > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #fff;
}
.ozara-scroll-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 0;
  box-sizing: border-box;
  will-change: transform, opacity;
}
.ozara-pdp-gallery .product-detail-slider,
.ozara-pdp-gallery .product-slide,
.ozara-pdp-gallery .product-slider-image {
  background: transparent;
}
.ozara-pdp-gallery .product-slide a,
.ozara-pdp-gallery .js-product-slide-link {
  background: transparent;
}
.ozara-pdp-info-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: stretch;
  align-self: stretch;
}
.ozara-pdp-info {
  width: 100%;
  max-width: 520px;
  margin: clamp(40px, 8vh, 92px) auto;
  padding: 0 clamp(26px, 4vw, 68px);
  position: sticky;
  top: 108px;
}
.ozara-pdp-form {
  text-align: left !important;
}
.ozara-pdp-form .text-center {
  text-align: left !important;
}
.ozara-pdp-title {
  margin: 0 0 14px;
  font-family: var(--oz-display, 'Barlow Condensed', 'Arial Narrow', sans-serif);
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #101114;
  text-align: left;
}
.ozara-pdp-form .price-container {
  margin-bottom: 4px;
  text-align: left !important;
}
.ozara-pdp-form .js-price-container {
  margin-bottom: 6px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
}
.ozara-pdp-form .js-price-display {
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #101114;
  line-height: 1.1;
}
.ozara-pdp-form .js-compare-price-display,
.ozara-pdp-form .price-compare {
  font-size: 15px !important;
  color: #8a8f99 !important;
  text-decoration: line-through;
}
.ozara-pdp-installments {
  margin-bottom: 18px !important;
}
.ozara-pdp-installments .font-small {
  color: #666b75;
  font-size: 13px !important;
}
/* Hide free-shipping noise + promo clutter on clean PDP */
.ozara-pdp-form .js-free-shipping-minimum-message,
.ozara-pdp-form .js-product-promo-container,
.ozara-pdp-form .free-shipping-message {
  display: none !important;
}
/* Variants as color row */
.ozara-pdp-form .js-product-variants,
.ozara-pdp-form .form-group {
  margin-bottom: 18px;
}
.ozara-pdp-form .variant-label,
.ozara-pdp-form .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #101114;
  margin-bottom: 8px;
}

/* CTA — full width black (premium optical pattern) */
.ozara-configurator-cta {
  margin: 8px 0 0;
}
.ozara-pdp-cta,
.ozara-configurator-cta .ozara-pdp-cta {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: #101114 !important;
  color: #fff !important;
  font-family: var(--oz-body, 'Manrope', system-ui, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.ozara-pdp-cta:hover,
.ozara-configurator-cta .ozara-pdp-cta:hover {
  background: #2b2b2b !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.ozara-pdp-cta:focus-visible {
  outline: 2px solid #0d0d0d;
  outline-offset: 3px;
}

/* Trust list under CTA */
.ozara-pdp-trust {
  list-style: none;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid #e8eaee;
  display: grid;
  gap: 18px;
}
.ozara-pdp-trust__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: flex-start;
}
.ozara-pdp-trust__icon {
  display: grid;
  place-items: center;
  color: #101114;
  margin-top: 1px;
}
.ozara-pdp-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ozara-pdp-trust__copy strong {
  font-size: 13px;
  font-weight: 700;
  color: #101114;
  line-height: 1.3;
}
.ozara-pdp-trust__copy small {
  font-size: 12px;
  line-height: 1.45;
  color: #666b75;
}

/* Description accordion */
.ozara-pdp-description {
  margin-top: 28px;
  border-top: 1px solid #e8eaee;
}
.ozara-pdp-description__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #101114;
  text-align: left;
  cursor: pointer;
}
.ozara-pdp-description__chevron {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1;
}
.ozara-pdp-description__body {
  padding: 0 0 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #444953;
}
.ozara-pdp-description__body .product-description,
.ozara-pdp-description__body .user-content {
  font-size: inherit;
  line-height: inherit;
}
.ozara-pdp-description__text,
.ozara-material {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8eaee;
}
.ozara-material p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.65;
  color: #444953;
}
.ozara-material p:last-child {
  margin-bottom: 0;
}
.ozara-material strong {
  color: #101114;
  font-weight: 700;
}

/* Frame measures (A / B / C) inside Medidas e descrição */
.ozara-measures {
  margin: 0 0 4px;
}
.ozara-measures__figure {
  margin: 0 0 16px;
  padding: 0;
}
.ozara-measures__diagram {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #eceff3;
}
.ozara-measures__caption {
  margin: 8px 0 0;
  color: #8a8f99;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.ozara-measures__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.ozara-measures__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #eceff3;
}
.ozara-measures__row:first-child {
  border-top: 0;
  padding-top: 0;
}
.ozara-measures__row dt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  min-width: 0;
}
.ozara-measures__letter {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #101114;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.ozara-measures__label {
  color: #101114;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.ozara-measures__value {
  margin: 0;
  color: #444953;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Hide share icons that Morelia injects on product for configurable */
.ozara-pdp-page .product-share,
.ozara-pdp-page .js-product-share,
.ozara-pdp-form .social-share,
.ozara-pdp-info .social-share {
  display: none !important;
}

/* Legacy CTA fallback (non-pdp-cta class) */
.ozara-configurator-cta .btn {
  background: #101114;
  border-color: #101114;
  font-weight: 700;
}
.ozara-configurator-cta .btn:hover {
  background: #2b2b2b;
  border-color: #2b2b2b;
}

@media (max-width: 767px) {
  .ozara-scroll-gallery {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 0;
    overflow: visible;
  }
  .ozara-scroll-gallery__item {
    min-height: 0;
    aspect-ratio: 1;
    padding: 0;
    border: 0;
    background: #fff;
  }
  .ozara-scroll-gallery__item > a {
    min-height: 0;
    height: 100%;
    background: #fff;
  }
  .ozara-scroll-gallery__item img {
    height: 100%;
    max-height: none;
    padding: 0;
    will-change: auto;
  }
  .ozara-pdp-title {
    font-size: 28px;
    text-align: center;
  }
  .ozara-pdp-form .price-container,
  .ozara-pdp-form .js-price-container {
    justify-content: center;
    text-align: center !important;
  }
  .ozara-pdp-info {
    max-width: none;
    margin: 0;
    padding: 30px 22px 0;
    position: static;
  }
  .ozara-pdp-trust {
    margin-top: 22px;
    padding-top: 18px;
  }
}

/* Full-screen product configurator (matches Vercel standalone) */
#ozara-configurator-modal.ozara-configurator-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  width: 100dvw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  z-index: 2147483646 !important;
  overflow: hidden !important;
  transform: none !important;
  box-shadow: none !important;
}
#ozara-configurator-modal[hidden] {
  display: none !important;
}
.ozara-configurator-modal__backdrop {
  display: none !important;
}
#ozara-configurator-modal .ozara-configurator-modal__dialog,
#ozara-configurator-modal .ozara-configurator-modal__iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  display: block !important;
}
.ozara-configurator-modal__close {
  display: none !important;
}
html.ozara-configurator-open,
html.ozara-configurator-open body {
  overflow: hidden !important;
  height: 100% !important;
}

/* Configurable products: only lens flow — hide raw add-to-cart */
html.ozara-requires-config .js-buy-button-container,
html.ozara-requires-config .js-product-quantity,
html.ozara-requires-config .js-addtocart,
html.ozara-requires-config .js-prod-submit-form,
html.ozara-requires-config .js-addtocart-placeholder,
html.ozara-requires-config .js-added-to-cart-product-message,
html.ozara-requires-config [data-store="product-buy-button"],
html.ozara-requires-config [data-component="product.add-to-cart"],
.ozara-requires-config .js-buy-button-container,
.ozara-requires-config .js-product-quantity,
.ozara-requires-config .js-addtocart,
.ozara-requires-config .js-prod-submit-form,
.ozara-requires-config .js-addtocart-placeholder,
.ozara-requires-config [data-store="product-buy-button"],
.ozara-requires-config [data-component="product.add-to-cart"] {
  display: none !important;
}
.ozara-configurator-cta .btn {
  min-height: 54px;
  font-size: 15px;
}
/* ── Modern cart drawer + cart page ── */
#modal-cart .modal-header {
  padding: 18px 20px !important;
  border-bottom: 1px solid #eee !important;
}
#modal-cart .modal-header .page-header,
#modal-cart .modal-header h1,
#modal-cart .modal-header h2 {
  font-family: var(--oz-display, 'Barlow Condensed', sans-serif) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  margin: 0 !important;
}
#modal-cart .js-ajax-cart-list {
  padding: 8px 2px 0;
}
#modal-cart .cart-item,
.ozara-cart-page .cart-item {
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 12px !important;
  margin-bottom: 12px !important;
  background: #fff;
}
#modal-cart .cart-item-image,
.ozara-cart-page .cart-item-image,
.ozara-cart-item__thumb img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  object-fit: cover !important;
  border-radius: 10px;
  background: #f4f5f7;
}
.ozara-cart-item--tech .cart-item-image,
.ozara-cart-item--tech .ozara-cart-item__thumb img {
  border: 1px solid #eee;
}
.ozara-cart-item__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}
.ozara-cart-item__meta {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #6b7280;
}
#modal-cart .js-cart-item-subtotal,
.ozara-cart-page .js-cart-item-subtotal {
  font-weight: 700;
  color: #111;
}
#modal-cart .btn-primary,
#modal-cart .cart-row .btn-primary {
  background: #111 !important;
  border-color: #111 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-height: 48px;
}
#modal-cart .cart-row {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 8px !important;
}

/* Configurações ópticas vinculadas ao pedido */
.ozara-cart-configurations {
  margin: 16px 0 8px;
  padding: 16px;
  border: 1px solid #e8edf7;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
}

.ozara-cart-configurations h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.ozara-cart-configurations article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  padding: 12px 0;
  border-top: 1px solid #e4e7f2;
}

.ozara-cart-configurations article:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.ozara-cart-configurations article div,
.ozara-cart-configurations article div span {
  display: block;
}

.ozara-cart-configurations article div span,
.ozara-cart-configurations article > span,
.ozara-cart-configurations small {
  color: #626675;
  font-size: 12px;
}

.ozara-cart-configurations a {
  color: #111;
  font-weight: 700;
}

.ozara-cart-configurations small {
  grid-column: 1 / -1;
}

@media (max-width: 575px) {
  .ozara-cart-configurations article {
    grid-template-columns: 1fr;
  }
}

/* Fancybox product gallery — close button must stay visible and clickable */
.fancybox__container {
  z-index: 100000 !important;
}
.fancybox__container .fancybox__backdrop {
  background: rgba(13, 13, 13, 0.82) !important;
}
.fancybox__toolbar {
  color: #fff !important;
  background: transparent !important;
  pointer-events: none;
}
.fancybox__toolbar__items,
.fancybox__toolbar .f-button,
.fancybox__toolbar button,
.fancybox__container .carousel__button.is-close {
  pointer-events: auto !important;
}
.fancybox__container .fancybox__button--close,
.fancybox__container .f-button.is-close,
.fancybox__container .f-button[title="Close"],
.fancybox__container .carousel__button.is-close,
.fancybox__toolbar .f-button:last-child {
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
  background: rgba(13, 13, 13, 0.88) !important;
  border: 0 !important;
  border-radius: 999px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  cursor: pointer !important;
}
.fancybox__container .fancybox__button--close:hover,
.fancybox__container .f-button.is-close:hover,
.fancybox__container .carousel__button.is-close:hover,
.fancybox__toolbar .f-button:last-child:hover {
  background: #000 !important;
}
.fancybox__container .svg-icon-invert,
.fancybox__container .fancybox__button--close svg,
.fancybox__container .carousel__button.is-close svg,
.fancybox__toolbar .f-button svg {
  fill: #fff !important;
  color: #fff !important;
  stroke: #fff;
  opacity: 1 !important;
  width: 20px;
  height: 20px;
}
.fancybox__counter,
.fancybox__toolbar [data-fancybox-index],
.fancybox__toolbar [data-fancybox-count] {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  opacity: 1 !important;
}
