/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.btn-gl-primary {
  background: var(--gl-ink); color: var(--gl-bg);
  border: 1px solid var(--gl-ink);
  font-family: var(--gl-body); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 12px 24px; cursor: pointer;
  border-radius: 0; transition: all 0.2s;
  text-decoration: none; display: inline-block;
}
.btn-gl-primary:hover { background: var(--gl-ink-hover); border-color: var(--gl-ink-hover); color: var(--gl-bg); }

.btn-gl-primary--white {
  background: var(--gl-bg); color: var(--gl-ink);
  border-color: var(--gl-bg);
}
.btn-gl-primary--white:hover { background: rgba(255,255,255,0.88); border-color: rgba(255,255,255,0.88); color: var(--gl-ink); }

.btn-gl-outline {
  background: transparent; color: var(--gl-ink);
  border: 1px solid var(--gl-line);
  font-family: var(--gl-body); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 12px 24px; cursor: pointer;
  border-radius: 0; transition: all 0.2s;
  text-decoration: none; display: inline-block;
}
.btn-gl-outline:hover { border-color: var(--gl-ink); }

/* ══════════════════════════════════════════
   SECTION HEADER
══════════════════════════════════════════ */
.gl-section-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--gl-line);
}
.gl-section-title {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gl-ink);
}
.gl-section-link {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gl-muted); background: none; border: none; cursor: pointer;
  text-decoration: none; transition: color 0.2s;
}
.gl-section-link:hover { color: var(--gl-ink); }

@media (max-width: 767.98px) {
  .gl-section-header { padding: 20px 20px 16px; }
}

/* ══════════════════════════════════════════
   NEW ARRIVALS
══════════════════════════════════════════ */
.gl-arrivals {
  border-bottom: 1px solid var(--gl-line);
  display: flex;
  overflow: hidden;
}
.gl-arrivals-scroll {
  display: flex;
  gap: 0;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.gl-arrivals-scroll::-webkit-scrollbar { display: none; }

.gl-arrivals[data-arrivals-slider] {
  position: relative;
}
.gl-arrivals-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  opacity: 1;
  background: rgba(250, 250, 248, 0.92);
  border: 1px solid var(--gl-line);
  color: var(--gl-ink);
  transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s;
  z-index: 3;
}
.gl-arrivals-control:hover {
  background: var(--gl-bg);
  color: var(--gl-ink);
  border-color: var(--gl-ink);
}
.gl-arrivals-control:disabled {
  opacity: 0.35;
  pointer-events: none;
}
.gl-arrivals-control--prev { left: 12px; }
.gl-arrivals-control--next { right: 12px; }
.gl-arrivals-control .carousel-control-prev-icon,
.gl-arrivals-control .carousel-control-next-icon {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  filter: invert(1) grayscale(1);
}

@media (max-width: 767.98px) {
  .gl-arrivals-control {
    width: 38px;
    height: 38px;
  }
  .gl-arrivals-control--prev { left: 8px; }
  .gl-arrivals-control--next { right: 8px; }
}

.gl-arrival-card {
  flex-shrink: 0; width: 220px;
  border-right: 1px solid var(--gl-line);
  cursor: pointer;
  display: flex; flex-direction: column;
}
.gl-arrival-card:last-child { border-right: none; }

.gl-arrival-card > a {
  display: flex; flex-direction: column; flex: 1;
  text-decoration: none; color: inherit;
}

.gl-arrival-img {
  height: 280px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--gl-line);
}
.gl-arrival-bg {
  position: absolute; inset: 0;
  transition: transform 0.5s ease;
}
.gl-arrival-card:hover .gl-arrival-bg,
.gl-arrival-card > a:hover .gl-arrival-bg { transform: scale(1.04); }

.gl-arrival-card > a:focus-visible .gl-arrival-bg {
  transform: scale(1.04);
}

/* Shared gradient utilities */
[class^="arr-bg-"],
[class^="pb"],
[class^="bb-"],
[class^="dt"],
[class^="cib"] {
  background: linear-gradient(var(--_bg-angle, 145deg), var(--_bg-from), var(--_bg-to));
}

.arr-bg-1, .pb1 { --_bg-from: #e8ddd0; --_bg-to: #f0e8dc; }
.arr-bg-2, .pb2 { --_bg-from: #d5dce5; --_bg-to: #e4eaf0; }
.arr-bg-3, .pb3 { --_bg-from: #d0d8e0; --_bg-to: #dde5ec; }
.arr-bg-4, .pb4 { --_bg-from: #e0ddd6; --_bg-to: #eae8e2; }
.arr-bg-5, .pb5 { --_bg-from: #d8d4cc; --_bg-to: #e6e2da; }
.pb6              { --_bg-from: #dcd5d0; --_bg-to: #ece8e4; }

.bb-1 { --_bg-angle: ellipse at 65% 35%; --_bg-from: #e2d8cc; --_bg-to: #ede8e0; background: radial-gradient(var(--_bg-angle), var(--_bg-from) 0%, #cfc3b0 30%, #bdb09c 55%, var(--_bg-to) 100%); }
.bb-2 { --_bg-angle: ellipse at 40% 40%; --_bg-from: #c8d4dc; --_bg-to: #dde8ee; background: radial-gradient(var(--_bg-angle), var(--_bg-from) 0%, #b4c2cc 30%, #a0b0bc 55%, var(--_bg-to) 100%); }

.dt1, .cib1 { --_bg-angle: 135deg; --_bg-from: #e8ddd0; --_bg-to: #f0e8dc; }
.dt2, .cib2 { --_bg-angle: 135deg; --_bg-from: #d5dce5; --_bg-to: #e4eaf0; }
.dt3         { --_bg-angle: 135deg; --_bg-from: #d0d8e0; --_bg-to: #dde5ec; }
.dt4, .cib3 { --_bg-angle: 135deg; --_bg-from: #e0ddd6; --_bg-to: #eae8e2; }

.gl-arrival-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 3px 8px;
  background: var(--gl-ink); color: var(--gl-bg);
  z-index: 2;
}
.gl-arrival-badge.sale { background: var(--gl-red); }

.gl-arrival-info {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.gl-arrival-card a,
.gl-arrival-card a:visited,
.gl-banner > a,
.gl-banner > a:visited,
.gl-ed-panel > a,
.gl-ed-panel > a:visited,
.gl-brand-cell,
.gl-brand-cell:visited { color: inherit; text-decoration: none; }
.gl-arrival-brand {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gl-muted); margin-bottom: 4px;
}
.gl-arrival-name {
  font-size: 13px; font-weight: 400; color: var(--gl-ink);
  line-height: 1.4; margin-bottom: 0; flex: 1;
}
.gl-arrival-price {
  font-family: var(--gl-disp); font-size: 20px; color: var(--gl-ink);
  margin-top: 10px;
}
.gl-arrival-old {
  font-size: 11px; color: var(--gl-muted); text-decoration: line-through;
  margin-left: 6px; font-family: var(--gl-body);
}

@media (max-width: 767.98px) {
  .gl-arrival-card { width: 46vw; min-width: 160px; }
  .gl-arrival-img { height: 58vw; min-height: 200px; }
}

/* ══════════════════════════════════════════
   HERO: DOUBLE BANNER
══════════════════════════════════════════ */
.gl-hero-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: calc(100vh - var(--nav-h));
  min-height: 560px;
  border-bottom: 1px solid var(--gl-line);
}

/* ══════════════════════════════════════════
   HERO: SINGLE BANNER
══════════════════════════════════════════ */
.gl-hero-single {
  border-bottom: 1px solid var(--gl-line);
  height: 560px;
}
.gl-hero-single .gl-banner {
  height: 100%;
  border-right: none;
}

@media (max-width: 767.98px) {
  .gl-hero-single {
    height: auto;
  }
  .gl-hero-single .gl-banner {
    min-height: 130vw;
  }
  .gl-hero-single .gl-banner-img-wrap {
    position: absolute;
    inset: 0;
  }
  .gl-hero-single .gl-banner-picture,
  .gl-hero-single .gl-banner-picture img {
    width: 100%;
    height: 100%;
  }
  .gl-hero-single .gl-banner-img--hero-single {
    object-fit: cover;
    object-position: center top;
  }
  .gl-hero-single .gl-banner-content,
  .gl-hero-single .gl-banner-content--photo {
    padding-top: 56px;
  }
}

.gl-banner {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  cursor: pointer;
  border-right: 1px solid var(--gl-line);
}
.gl-banner:last-child { border-right: none; }

.gl-banner > a {
  display: flex; flex-direction: column; justify-content: flex-end;
  position: absolute; inset: 0; z-index: 3;
  text-decoration: none; color: inherit;
}

.gl-banner-img-wrap {
  position: absolute; inset: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gl-banner:hover .gl-banner-img-wrap,
.gl-banner:focus-within .gl-banner-img-wrap { transform: scale(1.04); }

/* (banner gradients consolidated above in gradient utilities) */

.gl-banner-illus {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -52%);
  opacity: 0.85; pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
}
.gl-banner:hover .gl-banner-illus,
.gl-banner:focus-within .gl-banner-illus { transform: translate(-50%, -55%); opacity: 1; }

.gl-banner-tag {
  position: absolute; top: 28px; left: 28px;
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #000;
  display: flex; align-items: center; gap: 10px;
  z-index: 2;
}
.gl-banner-tag::after {
  content: ''; width: 40px; height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.gl-banner-num {
  position: absolute; top: 24px; right: 28px;
  font-family: var(--gl-disp); font-size: 72px; line-height: 1;
  color: rgba(255,255,255,0.07); z-index: 1; pointer-events: none;
  transition: color 0.3s;
}
.gl-banner:hover .gl-banner-num,
.gl-banner:focus-within .gl-banner-num { color: rgba(0, 0, 0, 0.12); }

.gl-banner-sale {
  position: absolute; top: 28px; right: 28px;
  background: var(--gl-red); color: #fff;
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 4px 10px; z-index: 3;
}

/* Banner background layer */
.gl-banner-img-wrap .gl-banner-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}

/* Banner image helpers */
.gl-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.gl-banner-img--top {
  object-position: center top;
}

.gl-banner-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.gl-banner-img--hero-single {
  object-position: center 18%;
}

.gl-banner-content {
  position: relative; z-index: 2;
  padding: 32px 32px 36px;
  background: linear-gradient(to top, rgba(250,250,248,0.98) 50%, transparent 100%);
}

.gl-banner-content--photo {
  background: linear-gradient(to top, var(--gl-overlay-banner) 50%, transparent 100%);
}

.gl-banner-headline {
  font-family: var(--gl-disp);
  font-size: clamp(52px, 6vw, 96px);
  line-height: 0.88; letter-spacing: -0.01em;
  color: var(--gl-ink); margin-bottom: 12px;
}
.gl-banner-headline .outline {
  -webkit-text-stroke: 1px var(--gl-line);
  color: transparent; display: block;
}
.gl-banner-headline--light { color: #ffffff; }
.gl-banner-headline--light .outline {
  -webkit-text-stroke: 1px rgba(255,255,255,0.4);
  color: transparent;
}

.gl-banner-desc {
  font-size: 12px; line-height: 1.7;
  color: var(--gl-muted); max-width: 280px;
  letter-spacing: 0.02em; margin-bottom: 20px;
}
.gl-banner-desc--light { color: rgba(255,255,255,0.82); }

.gl-banner-cta { display: flex; gap: 8px; flex-wrap: wrap; }

/* Mobile layout */
@media (max-width: 767.98px) {
  .gl-hero-double {
    grid-template-columns: 1fr;
    height: auto; min-height: auto;
  }
  .gl-banner {
    position: relative;
    min-height: 130vw;
    border-right: none; border-bottom: 1px solid var(--gl-line);
    overflow: hidden;
    display: flex; flex-direction: column; justify-content: flex-end;
  }
  .gl-banner:last-child { border-bottom: none; }

  .gl-banner-img-wrap {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    overflow: hidden;
  }
  .gl-banner-img-wrap .gl-banner-bg {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
  }
  .gl-banner > a { position: static; display: flex; flex-direction: column; justify-content: flex-end; flex: 1; }

  .gl-banner-illus { display: none; }
  .gl-banner-tag { top: 16px; left: 16px; }
  .gl-banner-num { font-size: 48px; top: 12px; right: 12px; }
  .gl-banner-sale { top: 16px; right: 16px; }

  /* All banners get dark overlay on mobile */
  .gl-banner .gl-banner-content,
  .gl-banner .gl-banner-content--photo {
    position: relative; z-index: 2;
    background: linear-gradient(to top, var(--gl-overlay-banner-mobile) 60%, transparent 100%);
    padding: 40px 20px 24px;
  }
  .gl-banner .gl-banner-headline,
  .gl-banner .gl-banner-headline--light {
    font-size: clamp(40px, 12vw, 64px);
    color: #fff;
  }
  .gl-banner .gl-banner-headline .outline {
    -webkit-text-stroke: 1px rgba(255,255,255,0.35);
    color: transparent;
  }
  .gl-banner .gl-banner-desc,
  .gl-banner .gl-banner-desc--light { color: rgba(255,255,255,0.82); }

  .gl-banner .gl-banner-content .btn-gl-primary,
  .gl-banner .gl-banner-content .btn-gl-primary--white {
    background: var(--gl-bg);
    color: var(--gl-ink);
    border-color: var(--gl-bg);
  }
}

/* ══════════════════════════════════════════
   BRANDS GRID
══════════════════════════════════════════ */
.gl-brands-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid var(--gl-line);
}
.gl-brand-cell {
  height: 80px; padding: 0 12px;
  border-right: 1px solid var(--gl-line);
  border-bottom: 1px solid var(--gl-line);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.15s; text-decoration: none;
}
.gl-brand-cell:hover { background: var(--gl-bg2); }
.gl-brand-cell span {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  text-align: center; color: var(--gl-muted); line-height: 1.3;
  transition: color 0.15s;
}
.gl-brand-cell:hover span { color: var(--gl-ink); }

@media (max-width: 1024px) { .gl-brands-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575.98px) { .gl-brands-grid { grid-template-columns: repeat(3, 1fr); } }

/* ══════════════════════════════════════════
   EDITORIAL STRIP
══════════════════════════════════════════ */
.gl-editorial {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--gl-line);
  border-bottom: 1px solid var(--gl-line);
}
.gl-ed-panel {
  position: relative; overflow: hidden;
  border-right: 1px solid var(--gl-line);
  cursor: pointer; transition: background 0.2s;
  min-height: 280px;
}
.gl-ed-panel:last-child { border-right: none; }
.gl-ed-panel:hover,
.gl-ed-panel:focus-within { background: var(--gl-bg2); }

.gl-ed-panel > a {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 48px 40px; min-height: 280px;
  text-decoration: none; color: inherit;
  position: relative; z-index: 1;
}

.gl-ed-tag {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gl-gold); margin-bottom: 16px; display: block;
}
.gl-ed-title {
  font-family: var(--gl-disp);
  font-size: clamp(36px, 4vw, 56px); line-height: 0.88;
  color: var(--gl-ink); margin: 0;
}
.gl-ed-body { font-size: 12px; line-height: 1.8; color: var(--gl-muted); margin-top: 16px; }
.gl-ed-arrow { font-size: 20px; color: var(--gl-gold); }
.gl-ed-num {
  position: absolute; bottom: 16px; right: 24px;
  font-family: var(--gl-disp); font-size: 100px; line-height: 1;
  color: var(--gl-line); pointer-events: none;
}

@media (max-width: 767.98px) {
  .gl-editorial { grid-template-columns: 1fr; }
  .gl-ed-panel { border-right: none; border-bottom: 1px solid var(--gl-line); min-height: auto; }
  .gl-ed-panel > a { padding: 32px 20px; min-height: auto; }
  .gl-ed-panel:last-child { border-bottom: none; }
  .gl-ed-num { font-size: 72px; }
}

/* ══════════════════════════════════════════
   PRODUCTS PAGE
══════════════════════════════════════════ */
.gl-products-header { padding: 32px 32px 0; border-bottom: 1px solid var(--gl-line); }
.gl-products-h1 {
  font-family: var(--gl-disp);
  font-size: clamp(48px, 8vw, 80px);
  line-height: 0.9; color: var(--gl-ink); margin-bottom: 4px;
}
.gl-products-sub {
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gl-muted); display: block; margin-bottom: 20px;
}
.gl-products-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 12px; flex-wrap: wrap;
}
.gl-products-count { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gl-muted); }

.gl-sort-select {
  background: none; border: 1px solid var(--gl-line);
  font-family: var(--gl-body); font-size: 11px;
  letter-spacing: 0.1em; color: var(--gl-ink);
  padding: 8px 32px 8px 12px; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23777'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
}

.gl-filter-toggle {
  display: none; align-items: center; gap: 6px;
  background: none; border: 1px solid var(--gl-line);
  color: var(--gl-ink); font-family: var(--gl-body);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 8px 14px; cursor: pointer;
}
@media (max-width: 1024px) { .gl-filter-toggle { display: flex; } }

.gl-filter-sidebar { width: 220px; min-width: 220px; border-right: 1px solid var(--gl-line); }

@media (max-width: 1024px) {
  .gl-filter-sidebar {
    display: none; position: fixed;
    top: calc(var(--nav-h) + var(--ticker-h)); left: 0; bottom: 0;
    width: 280px; z-index: 1030; overflow-y: auto;
    background: var(--gl-bg); border-right: 1px solid var(--gl-line);
  }
  .gl-filter-sidebar.open { display: block; }
}

.gl-filter-block { border-bottom: 1px solid var(--gl-line); }
.gl-filter-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 20px;
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gl-ink); cursor: pointer;
}
.gl-filter-body { padding: 4px 0 12px; }
.gl-filter-opt {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 20px; cursor: pointer;
  font-size: 12px; color: var(--gl-muted);
  transition: color 0.15s, background 0.15s;
}
.gl-filter-opt:hover { color: var(--gl-ink); background: var(--gl-bg2); }
.gl-filter-opt.active { color: var(--gl-ink); font-weight: 400; }
.gl-filter-count { font-size: 10px; color: var(--gl-muted); }

.gl-color-swatches { display: flex; gap: 8px; padding: 8px 20px 12px; flex-wrap: wrap; }
.gl-swatch { width: 22px; height: 22px; cursor: pointer; border: 1.5px solid transparent; transition: all 0.15s; }
.gl-swatch.active { box-shadow: 0 0 0 2px var(--gl-bg), 0 0 0 3.5px var(--gl-ink); }

.gl-products-layout { display: flex; min-height: 600px; }
.gl-prod-wrap { flex: 1; }
.gl-prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--gl-line); }
@media (max-width: 1199.98px) { .gl-prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .gl-prod-grid { grid-template-columns: repeat(2, 1fr); } }

.gl-p-card { border-right: 1px solid var(--gl-line); border-bottom: 1px solid var(--gl-line); cursor: pointer; }
.gl-p-card:hover .gl-p-overlay { opacity: 1; }
.gl-p-card:hover .gl-p-img-bg { transform: scale(1.04); }

.gl-p-img {
  position: relative; overflow: hidden; aspect-ratio: 3/4;
  display: flex; align-items: center; justify-content: center; background: var(--gl-bg2);
}
.gl-p-img-bg { position: absolute; inset: 0; transition: transform 0.5s ease; display: flex; align-items: center; justify-content: center; }

.gl-p-badge {
  position: absolute; top: 12px; left: 12px;
  font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 3px 8px; background: var(--gl-ink); color: var(--gl-bg);
}
.gl-p-badge.sale { background: var(--gl-red); }
.gl-p-badge.excl { background: var(--gl-gold); }

.gl-p-overlay {
  position: absolute; inset: 0; background: rgba(250,250,248,0.7);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.2s;
}
.gl-p-overlay-btn {
  background: var(--gl-ink); color: var(--gl-bg); border: none; padding: 12px 24px;
  font-family: var(--gl-body); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer;
}

.gl-p-info { padding: 14px 16px 20px; }
.gl-p-brand { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gl-muted); margin-bottom: 4px; }
.gl-p-name { font-size: 13px; font-weight: 400; color: var(--gl-ink); line-height: 1.4; margin-bottom: 8px; }
.gl-p-price { font-family: var(--gl-disp); font-size: 18px; color: var(--gl-ink); }
.gl-p-old { font-size: 11px; color: var(--gl-muted); text-decoration: line-through; margin-left: 6px; font-family: var(--gl-body); }

/* Product background gradients are defined in the shared utility section. */

/* ══════════════════════════════════════════
   DETAIL PAGE (LEGACY gl-d-* PREFIX)
   Deprecated: keep only while older templates still depend on it.
══════════════════════════════════════════ */
.gl-detail-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - var(--nav-h)); }
@media (max-width: 767.98px) { .gl-detail-wrap { grid-template-columns: 1fr; } }

.gl-d-gallery { border-right: 1px solid var(--gl-line); display: flex; flex-direction: column; }
.gl-d-main-img {
  flex: 1; background: var(--gl-bg2);
  display: flex; align-items: center; justify-content: center; position: relative;
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .gl-d-main-img {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }
}

.gl-d-img-label { position: absolute; bottom: 16px; right: 20px; font-size: 10px; letter-spacing: 0.2em; color: var(--gl-muted); }
.gl-d-thumbs { display: flex; gap: 0; border-top: 1px solid var(--gl-line); }
.gl-d-thumb { flex: 1; height: 80px; border-right: 1px solid var(--gl-line); cursor: pointer; overflow: hidden; }
.gl-d-thumb:last-child { border-right: none; }
.gl-d-thumb-bg { width: 100%; height: 100%; transition: transform 0.4s ease; }
.gl-d-thumb:hover .gl-d-thumb-bg { transform: scale(1.06); }
.gl-d-thumb.active { box-shadow: inset 0 -2px 0 var(--gl-gold); }
/* (detail thumb gradients consolidated in gradient utilities section) */

.gl-d-info { padding: 40px; overflow-y: auto; }
@media (max-width: 767.98px) { .gl-d-info { padding: 24px 20px; } .gl-d-thumbs { display: none; } }

.gl-d-breadcrumb { font-size: 10px; letter-spacing: 0.15em; color: var(--gl-muted); margin-bottom: 20px; }
.gl-d-breadcrumb a { cursor: pointer; color: var(--gl-muted); text-decoration: none; }
.gl-d-breadcrumb a:hover { color: var(--gl-ink); }
.gl-d-brand-tag { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gl-gold); margin-bottom: 10px; }
.gl-d-name { font-family: var(--gl-disp); font-size: clamp(36px, 5vw, 56px); line-height: 0.9; color: var(--gl-ink); margin-bottom: 8px; }
.gl-d-sku { font-size: 10px; letter-spacing: 0.2em; color: var(--gl-muted); margin-bottom: 20px; }

.gl-d-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.gl-d-price { font-family: var(--gl-disp); font-size: 36px; color: var(--gl-ink); }
.gl-d-price-old { font-size: 14px; color: var(--gl-muted); text-decoration: line-through; font-family: var(--gl-body); }
.gl-d-pct { font-size: 12px; color: var(--gl-red); letter-spacing: 0.05em; }

.gl-d-stars { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.gl-stars { color: var(--gl-gold); letter-spacing: 2px; }
.gl-stars-txt { font-size: 12px; color: var(--gl-muted); }

.gl-d-opt-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gl-muted); margin-bottom: 10px; }
.gl-d-opt-label a { color: var(--gl-gold); text-decoration: underline; cursor: pointer; margin-left: 8px; }

.gl-sizes { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.gl-sz { width: 48px; height: 48px; border: 1px solid var(--gl-line); background: none; font-family: var(--gl-body); font-size: 12px; cursor: pointer; color: var(--gl-ink); transition: all 0.15s; }
.gl-sz:hover:not(.off) { border-color: var(--gl-ink); }
.gl-sz.active { border-color: var(--gl-ink); background: var(--gl-ink); color: var(--gl-bg); }
.gl-sz.off { color: var(--gl-line); border-color: var(--gl-line); cursor: not-allowed; text-decoration: line-through; }

.gl-colors { display: flex; gap: 8px; margin-bottom: 24px; }
.gl-col-dot { width: 28px; height: 28px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; }
.gl-col-dot.active { box-shadow: 0 0 0 2px var(--gl-bg), 0 0 0 3.5px var(--gl-ink); }

.gl-qty-row { display: flex; align-items: center; margin-bottom: 12px; }
.gl-qty-btn { width: 40px; height: 48px; border: 1px solid var(--gl-line); background: none; font-size: 18px; cursor: pointer; color: var(--gl-ink); transition: background 0.15s; }
.gl-qty-btn:hover { background: var(--gl-bg2); }
.gl-qty-num { width: 56px; height: 48px; border-top: 1px solid var(--gl-line); border-bottom: 1px solid var(--gl-line); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 400; }

.gl-add-row { display: grid; grid-template-columns: 1fr 48px; gap: 6px; margin-bottom: 32px; }
.gl-btn-cart { background: var(--gl-ink); color: var(--gl-bg); border: none; font-family: var(--gl-body); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; padding: 14px; cursor: pointer; transition: background 0.2s; }
.gl-btn-cart:hover { background: var(--gl-ink-hover); }
.gl-btn-wish { border: 1px solid var(--gl-line); background: none; font-size: 18px; color: var(--gl-ink); cursor: pointer; transition: all 0.2s; }
.gl-btn-wish:hover { border-color: var(--gl-red); color: var(--gl-red); }

.gl-tabs-nav { display: flex; border-bottom: 1px solid var(--gl-line); margin-bottom: 16px; }
.gl-tab-btn { padding: 12px 0; margin-right: 28px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gl-muted); background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; transition: color 0.2s, border-color 0.2s; }
.gl-tab-btn.active { color: var(--gl-ink); border-bottom-color: var(--gl-ink); }
.gl-tab-content { display: none; font-size: 13px; line-height: 1.8; color: var(--gl-muted); }
.gl-tab-content.active { display: block; }
.gl-tab-content table { width: 100%; font-size: 12px; }
.gl-tab-content table td { padding: 8px 0; border-bottom: 1px solid var(--gl-line); }
.gl-tab-content table td:first-child { color: var(--gl-muted); width: 140px; }

/* ══════════════════════════════════════════
   CART PAGE
══════════════════════════════════════════ */
.gl-cart-header { padding: 32px 32px 20px; border-bottom: 1px solid var(--gl-line); display: flex; align-items: baseline; gap: 16px; }
.gl-cart-h1 { font-family: var(--gl-disp); font-size: clamp(48px, 8vw, 80px); color: var(--gl-ink); margin: 0; }
.gl-cart-count { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gl-muted); }

.gl-cart-body { display: grid; grid-template-columns: 1fr 340px; }
@media (max-width: 1024px) {
  .gl-cart-body { grid-template-columns: 1fr; }
  .gl-cart-items { border-right: none; }
}

.gl-cart-items { border-right: 1px solid var(--gl-line); }
.gl-cart-col-head { display: grid; grid-template-columns: 1fr auto auto auto; gap: 16px; padding: 12px 24px; border-bottom: 1px solid var(--gl-line); font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gl-muted); }
@media (max-width: 767.98px) { .gl-cart-col-head { display: none; } }

.gl-cart-item { display: grid; grid-template-columns: 88px 1fr auto auto auto; gap: 16px; padding: 20px 24px; border-bottom: 1px solid var(--gl-line); align-items: start; }
@media (max-width: 767.98px) { .gl-cart-item { grid-template-columns: 72px 1fr; } .gl-ci-price, .gl-ci-total { display: none; } }

.gl-ci-img { aspect-ratio: 3/4; overflow: hidden; }
.gl-ci-img-bg { width: 100%; height: 100%; }
/* (cart item bg gradients consolidated in gradient utilities section) */

.gl-ci-brand { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gl-muted); margin-bottom: 4px; }
.gl-ci-name { font-size: 14px; font-weight: 400; line-height: 1.4; color: var(--gl-ink); margin-bottom: 6px; }
.gl-ci-attr { font-size: 11px; color: var(--gl-muted); margin-bottom: 10px; }
.gl-ci-remove { background: none; border: none; cursor: pointer; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gl-muted); text-decoration: underline; padding: 0; transition: color 0.2s; }
.gl-ci-remove:hover { color: var(--gl-red); }
.gl-ci-price, .gl-ci-total { font-family: var(--gl-disp); font-size: 18px; color: var(--gl-ink); white-space: nowrap; }

.gl-qty-ctrl { display: flex; align-items: center; }
.gl-qty-b { width: 32px; height: 36px; border: 1px solid var(--gl-line); background: none; font-size: 16px; cursor: pointer; color: var(--gl-ink); transition: background 0.15s; }
.gl-qty-b:hover { background: var(--gl-bg2); }
.gl-qty-n { width: 44px; height: 36px; border-top: 1px solid var(--gl-line); border-bottom: 1px solid var(--gl-line); display: flex; align-items: center; justify-content: center; font-size: 13px; }

.gl-cart-summary { padding: 32px 28px; position: sticky; top: var(--nav-h); }
@media (max-width: 1024px) { .gl-cart-summary { position: static; border-top: 1px solid var(--gl-line); } }

.gl-cs-title { font-family: var(--gl-disp); font-size: 36px; color: var(--gl-ink); margin-bottom: 24px; }
.gl-cs-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--gl-line); font-size: 12px; }
.gl-cs-lbl { color: var(--gl-muted); letter-spacing: 0.05em; }
.gl-cs-val { font-weight: 400; color: var(--gl-ink); }
.gl-cs-val.free { color: var(--gl-gold); }
.gl-cs-val.disc { color: var(--gl-red); }

.gl-cs-total { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0 24px; }
.gl-cs-total-lbl { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gl-muted); }
.gl-cs-total-val { font-family: var(--gl-disp); font-size: 32px; color: var(--gl-ink); }

.gl-promo-row { display: flex; gap: 0; margin-bottom: 20px; }
.gl-promo-input { flex: 1; border: 1px solid var(--gl-line); border-right: none; background: none; padding: 10px 12px; font-family: var(--gl-body); font-size: 12px; color: var(--gl-ink); }
.gl-promo-input::placeholder { color: var(--gl-muted); }
.gl-promo-input:focus { outline: none; border-color: var(--gl-ink); }
.gl-promo-btn { padding: 10px 16px; border: 1px solid var(--gl-line); background: var(--gl-bg2); color: var(--gl-ink); font-family: var(--gl-body); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; }

.gl-btn-checkout { display: block; width: 100%; background: var(--gl-ink); color: var(--gl-bg); border: none; padding: 16px; margin-bottom: 10px; font-family: var(--gl-body); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.gl-btn-checkout:hover { background: var(--gl-ink-hover); }
.gl-btn-continue { display: block; width: 100%; text-align: center; background: none; border: 1px solid var(--gl-line); color: var(--gl-muted); padding: 12px; font-family: var(--gl-body); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.gl-btn-continue:hover { border-color: var(--gl-ink); color: var(--gl-ink); }

.gl-cs-secure { display: flex; gap: 12px; margin-top: 16px; justify-content: center; }
.gl-cs-badge { font-size: 9px; letter-spacing: 0.15em; color: var(--gl-muted); padding: 4px 8px; border: 1px solid var(--gl-line); }

/* ══════════════════════════════════════════
   PAGE WRAPPER
══════════════════════════════════════════ */
.page-product {
  padding-top: calc(var(--nav-h) + var(--ticker-h));
}

/* ══════════════════════════════════════════
   BREADCRUMB
══════════════════════════════════════════ */
.gl-breadcrumb {
  padding: 14px 32px;
  border-bottom: 1px solid var(--gl-line);
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gl-muted);
  display: flex; align-items: center; gap: 6px;
}
.gl-breadcrumb a {
  color: var(--gl-muted); text-decoration: none; transition: color 0.2s;
}
.gl-breadcrumb a:hover { color: var(--gl-ink); }
.gl-breadcrumb .sep { opacity: 0.4; }

@media (max-width: 767.98px) {
  .gl-breadcrumb { padding: 12px 20px; font-size: 9px; overflow-x: auto; white-space: nowrap; }
}

/* ══════════════════════════════════════════
   PRODUCT LAYOUT — 2-Column Grid
══════════════════════════════════════════ */
.pdp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--gl-line);
}

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

/* Left column: sticky gallery */
.pdp-gallery {
  border-right: 1px solid var(--gl-line);
  position: sticky; top: calc(var(--nav-h) + var(--ticker-h));
  height: calc(100vh - var(--nav-h) - var(--ticker-h));
  display: flex; flex-direction: column;
}

@media (max-width: 1024px) {
  .pdp-gallery {
    position: relative; top: auto;
    height: auto; border-right: none;
  }
}

.pdp-main-img {
  flex: 1; position: relative; overflow: hidden;
  background: var(--gl-bg2);
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-in; min-height: 0;
}
.pdp-main-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pdp-main-img:hover img { transform: scale(1.06); }

.pdp-img-badge {
  position: absolute; top: 20px; left: 20px;
  font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 4px 10px;
  background: var(--gl-ink); color: var(--gl-bg);
  z-index: 2;
}

.pdp-img-nav {
  position: absolute; bottom: 20px; right: 20px;
  display: flex; gap: 6px; z-index: 2;
}
.pdp-img-nav button {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.9); border: none;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
  backdrop-filter: blur(8px);
}
.pdp-img-nav button:hover { background: #fff; }
.pdp-img-nav button svg { width: 14px; height: 14px; }

.pdp-img-counter {
  position: absolute; bottom: 24px; left: 20px;
  font-size: 10px; letter-spacing: 0.2em; color: var(--gl-muted);
  z-index: 2;
}

/* Thumbnail strip */
.pdp-thumbs {
  display: flex; border-top: 1px solid var(--gl-line);
  flex-shrink: 0;
}
.pdp-thumb {
  flex: 1; height: 88px;
  border-right: 1px solid var(--gl-line);
  cursor: pointer; overflow: hidden;
  position: relative; background: var(--gl-bg2);
}
.pdp-thumb:last-child { border-right: none; }
.pdp-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.pdp-thumb:hover img { transform: scale(1.08); }
.pdp-thumb.active::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--gl-gold);
}

@media (max-width: 1024px) {
  .pdp-main-img { aspect-ratio: 3 / 4; min-height: 0; }
  .pdp-thumbs { display: none; }
}

/* Right column: product info */
.pdp-info {
  padding: 40px 48px;
  overflow-y: auto;
}

@media (max-width: 1024px) {
  .pdp-info { padding: 28px 20px; }
}

.pdp-brand-tag {
  font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gl-gold); margin-bottom: 8px;
}
.pdp-brand-tag a { text-decoration: none; color: inherit; transition: color 0.2s; }
.pdp-brand-tag a:hover { color: var(--gl-ink); }

.pdp-name {
  font-family: var(--gl-disp);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 0.88; color: var(--gl-ink);
  margin-bottom: 6px;
}

.pdp-sku {
  font-size: 10px; letter-spacing: 0.2em;
  color: var(--gl-muted); margin-bottom: 24px;
}

/* Price block */
.pdp-price-row {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 8px;
}
.pdp-price {
  font-family: var(--gl-disp);
  font-size: 40px; color: var(--gl-ink);
}
.pdp-price-old {
  font-size: 14px; color: var(--gl-muted);
  text-decoration: line-through;
}
.pdp-pct {
  font-size: 11px; letter-spacing: 0.05em;
  color: var(--gl-red); font-weight: 400;
}

.pdp-tax-note {
  font-size: 10px; color: var(--gl-muted);
  letter-spacing: 0.05em; margin-bottom: 24px;
}

/* Rating block */
.pdp-rating {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid var(--gl-line);
}
.pdp-stars { display: flex; gap: 2px; }
.pdp-stars svg { width: 14px; height: 14px; }
.pdp-stars svg.filled { fill: var(--gl-gold); stroke: var(--gl-gold); }
.pdp-stars svg.empty { fill: none; stroke: var(--gl-line); }
.pdp-rating-text {
  font-size: 11px; color: var(--gl-muted); letter-spacing: 0.03em;
}
.pdp-rating-text a { color: var(--gl-gold); text-decoration: underline; cursor: pointer; }

/* Color selector */
.pdp-opt-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gl-muted); margin-bottom: 12px;
}
.pdp-opt-label span {
  color: var(--gl-ink); font-weight: 400; margin-left: 4px;
  text-transform: none; letter-spacing: 0;
}

.pdp-colors { display: flex; gap: 8px; margin-bottom: 24px; }
.pdp-color-swatch {
  width: 32px; height: 32px; cursor: pointer;
  border: 2px solid transparent; transition: all 0.2s;
  position: relative;
}
.pdp-color-swatch:hover { border-color: var(--gl-muted); }
.pdp-color-swatch.active {
  box-shadow: 0 0 0 2px var(--gl-bg), 0 0 0 3.5px var(--gl-ink);
}

/* Size selector */
.pdp-sizes { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.pdp-sz {
  min-width: 52px; height: 48px; padding: 0 12px;
  border: 1px solid var(--gl-line); background: none;
  font-family: var(--gl-body); font-size: 13px;
  cursor: pointer; color: var(--gl-ink); transition: all 0.15s;
  display: flex; align-items: center; justify-content: center;
}
.pdp-sz:hover:not(.off) { border-color: var(--gl-ink); }
.pdp-sz.active {
  border-color: var(--gl-ink);
  background: var(--gl-ink); color: var(--gl-bg);
}
.pdp-sz.off {
  color: var(--gl-line); border-color: var(--gl-line);
  cursor: not-allowed; text-decoration: line-through;
}

.pdp-size-guide {
  font-size: 10px; letter-spacing: 0.12em;
  color: var(--gl-gold); text-decoration: underline;
  cursor: pointer; background: none; border: none;
  margin-bottom: 28px; display: inline-block;
}

/* Quantity selector */
.pdp-qty-row { display: flex; align-items: center; gap: 0; margin-bottom: 16px; }
.pdp-qty-btn {
  width: 44px; height: 52px;
  border: 1px solid var(--gl-line); background: none;
  font-size: 18px; cursor: pointer; color: var(--gl-ink);
  transition: background 0.15s;
  display: flex; align-items: center; justify-content: center;
}
.pdp-qty-btn:hover { background: var(--gl-bg2); }
.pdp-qty-num {
  width: 60px; height: 52px;
  border-top: 1px solid var(--gl-line);
  border-bottom: 1px solid var(--gl-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 400;
}

/* Primary actions */
.pdp-actions {
  display: grid; grid-template-columns: 1fr 52px;
  gap: 6px; margin-bottom: 16px;
}
.pdp-btn-cart {
  background: var(--gl-ink); color: var(--gl-bg); border: none;
  font-family: var(--gl-body); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 16px 24px; cursor: pointer;
  transition: background 0.25s;
  position: relative; overflow: hidden;
}
.pdp-btn-cart:hover { background: var(--gl-ink-hover); }
.pdp-btn-cart:active { transform: scale(0.99); }

.pdp-btn-wish {
  border: 1px solid var(--gl-line); background: none;
  cursor: pointer; color: var(--gl-ink);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.pdp-btn-wish:hover { border-color: var(--gl-red); color: var(--gl-red); }
.pdp-btn-wish svg { width: 20px; height: 20px; }

/* Trust badges */
.pdp-trust { display: flex; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.pdp-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.08em; color: var(--gl-muted);
}
.pdp-trust-item svg {
  width: 16px; height: 16px; flex-shrink: 0;
  stroke: var(--gl-gold); fill: none; stroke-width: 1.3;
}

/* Tabs */
.pdp-tabs-nav {
  display: flex;
  border-top: 1px solid var(--gl-line);
  border-bottom: 1px solid var(--gl-line);
  margin-bottom: 0;
}
.pdp-tab-btn {
  padding: 14px 0; margin-right: 28px;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gl-muted); background: none; border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer; transition: color 0.2s, border-color 0.2s;
}
.pdp-tab-btn:first-child { margin-left: 0; }
.pdp-tab-btn.active { color: var(--gl-ink); border-bottom-color: var(--gl-ink); }

.pdp-tab-panel {
  display: none; padding: 24px 0;
  font-size: 13px; line-height: 1.9; color: var(--gl-muted);
}
.pdp-tab-panel.active { display: block; }

.pdp-tab-panel table { width: 100%; font-size: 12px; border-collapse: collapse; }
.pdp-tab-panel table td {
  padding: 10px 0; border-bottom: 1px solid var(--gl-line); vertical-align: top;
}
.pdp-tab-panel table td:first-child {
  color: var(--gl-muted); width: 140px; letter-spacing: 0.05em;
}
.pdp-tab-panel table td:last-child { color: var(--gl-ink); }

.pdp-tab-panel ul { list-style: none; padding: 0; }
.pdp-tab-panel ul li { padding: 4px 0; padding-left: 16px; position: relative; }
.pdp-tab-panel ul li::before {
  content: '-'; position: absolute; left: 0; color: var(--gl-gold);
}

/* ══════════════════════════════════════════
   ANIMATIONS (PDP-specific)
══════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pdp-info > * { animation: fadeUp 0.5s ease both; }
.pdp-info > *:nth-child(1) { animation-delay: 0.05s; }
.pdp-info > *:nth-child(2) { animation-delay: 0.1s; }
.pdp-info > *:nth-child(3) { animation-delay: 0.14s; }
.pdp-info > *:nth-child(4) { animation-delay: 0.18s; }
.pdp-info > *:nth-child(5) { animation-delay: 0.22s; }
.pdp-info > *:nth-child(6) { animation-delay: 0.26s; }
.pdp-info > *:nth-child(7) { animation-delay: 0.3s; }
.pdp-info > *:nth-child(n+8) { animation-delay: 0.34s; }

/* ══════════════════════════════════════════
   NOTIFICATION TOAST
══════════════════════════════════════════ */
.pdp-notification {
  position: fixed; bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--gl-ink); color: var(--gl-bg);
  padding: 14px 28px;
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  z-index: 9999; opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none; white-space: nowrap;
}
.pdp-notification.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ══════════════════════════════════════════
   ZOOM OVERLAY
══════════════════════════════════════════ */
.pdp-zoom-overlay {
  position: fixed; inset: 0; z-index: 9998;
  background: var(--gl-overlay-dark);
  display: none; align-items: center; justify-content: center;
  cursor: zoom-out;
}
.pdp-zoom-overlay.active { display: flex; }
.pdp-zoom-overlay img {
  max-width: 90vw; max-height: 90vh;
  object-fit: contain;
  animation: fadeUp 0.3s ease;
}
.pdp-zoom-close {
  position: absolute; top: 24px; right: 24px;
  width: 44px; height: 44px;
  background: none; border: 1px solid rgba(255,255,255,0.2);
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s;
}
.pdp-zoom-close:hover { border-color: rgba(255,255,255,0.6); }

/* Mobile: hide arrival carousel controls, use swipe/scroll instead */
@media (max-width: 767.98px) {
  .gl-arrivals .carousel-control-prev,
  .gl-arrivals .carousel-control-next {
    display: none !important;
  }
}
