/* Genussexpress — main component styles (Raupolds Design System) */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg-page);
  color: var(--text-strong);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
}

html.gx-age-locked,
body.gx-age-locked {
  overflow: hidden;
  height: auto; /* do not trap layout height */
  overscroll-behavior: none;
}

/* Closed overlays must never block scroll or clicks */
.gx-overlay:not(.is-open) {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}

a:hover {
  color: var(--link-hover);
}

::selection {
  background: var(--gold-bright);
  color: var(--ink-800);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.gx-container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

@media (max-width: 768px) {
  .gx-container {
    padding-left: var(--container-pad-mobile);
    padding-right: var(--container-pad-mobile);
  }
}

.gx-overline {
  font-family: var(--font-body);
  font-size: var(--fs-2xs);
  font-weight: var(--weight-semi);
  letter-spacing: var(--tracking-overline);
  text-transform: uppercase;
  color: var(--gold-deep);
}

.gx-overline--on-ink {
  color: var(--gold-hover);
}

.gx-display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: var(--tracking-tight);
  line-height: var(--lh-tight);
  color: var(--text-strong);
  margin: 0;
}

.gx-display--on-ink {
  color: var(--text-invert);
}

.gx-script {
  font-family: var(--font-script);
  color: var(--gold-deep);
}

/* Buttons */
.gx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: var(--control-h);
  padding: 0 26px;
  border: none;
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
  text-decoration: none;
}

.gx-btn:hover {
  transform: var(--hover-lift);
}

.gx-btn--primary {
  background: var(--gold);
  color: var(--accent-ink);
  box-shadow: var(--shadow-gold);
}

.gx-btn--primary:hover {
  background: var(--gold-hover);
  color: var(--accent-ink);
}

.gx-btn--secondary {
  background: transparent;
  color: var(--gold-deep);
  border: 1px solid var(--gold);
}

.gx-btn--secondary:hover {
  background: var(--gold);
  color: var(--accent-ink);
}

.gx-btn--ghost-ink {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-invert);
  border: 1px solid rgba(230, 220, 205, 0.28);
  backdrop-filter: var(--glass-blur);
}

.gx-btn--ghost-ink:hover {
  border-color: rgba(174, 144, 105, 0.6);
  color: var(--text-invert);
}

.gx-btn--sm {
  height: var(--control-h-sm);
  padding: 0 16px;
  font-size: 13.5px;
  border-radius: var(--r-sm);
}

.gx-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.gx-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-deep);
  white-space: nowrap;
}

.gx-link-arrow:hover {
  color: var(--gold);
}

/* Liquid glass */
.gx-glass {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border-gold);
  box-shadow: var(--glass-sheen), 0 8px 30px rgba(9, 8, 7, 0.35);
}

.gx-glass--ink {
  background: var(--glass-bg-ink);
  border: var(--glass-border);
}

/* Badges */
.gx-badge,
.gx-product-card__badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(26, 42, 54, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(26, 42, 54, 0.08);
}

.gx-badge--sale,
.gx-badge--new,
.gx-badge--accent {
  background: var(--logo-blue, #b1d0e6);
  color: var(--logo-blue-ink, #1a2a36);
}

.gx-badge--brand {
  background: var(--brown);
  color: var(--text-invert);
}

/* Header */
.gx-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.gx-site-header.is-sticky {
  position: fixed;
}

/* Checkout: slim fixed header (logo + back) */
.gx-site-header--checkout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(18, 16, 13, 0.92);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(230, 220, 205, 0.12);
}

.gx-checkout-header__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.gx-checkout-header__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  color: #dfc9ab;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.gx-checkout-header__back:hover {
  color: #f0e2c8;
}

.gx-checkout-header__logo {
  justify-self: center;
}

.gx-checkout-header__logo img {
  height: 44px;
  width: auto;
}

.gx-checkout-header__spacer {
  justify-self: end;
  width: 1px;
  height: 1px;
}

@media (max-width: 640px) {
  .gx-checkout-header__inner {
    height: 64px;
    padding: 0 16px;
  }

  .gx-checkout-header__back span {
    display: none;
  }

  .gx-checkout-header__logo img {
    height: 38px;
  }
}

.gx-header-pad {
  padding: 12px 40px;
  max-width: none;
}

.gx-header-bar {
  position: relative;
  overflow: hidden;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 26px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 16px;
  background: rgba(18, 16, 13, 0.6);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(230, 220, 205, 0.14);
  box-shadow: 0 18px 44px -18px rgba(0, 0, 0, 0.65);
  transition: height 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gx-header-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 9, 8, 0.22) 0%,
    rgba(10, 9, 8, 0.08) 35%,
    rgba(10, 9, 8, 0) 70%
  );
}

.gx-site-header.is-scrolled .gx-header-bar::before {
  background: linear-gradient(
    90deg,
    rgba(10, 9, 8, 0.72) 0%,
    rgba(10, 9, 8, 0.45) 22%,
    rgba(10, 9, 8, 0.18) 48%,
    rgba(10, 9, 8, 0.04) 72%,
    rgba(10, 9, 8, 0) 100%
  );
}

.gx-header-bar > * {
  position: relative;
  z-index: 1;
}

.gx-site-header.is-scrolled .gx-header-bar {
  height: 78px;
}

.gx-header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.gx-header-logo img {
  height: 64px;
  width: auto;
  max-width: 100%;
  transition: height 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gx-site-header.is-scrolled .gx-header-logo img {
  height: 50px;
}

.gx-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 0;
}

.gx-header-action--search {
  color: #dfc9ab;
}

.gx-header-action--search:hover {
  color: #f0e2c8;
}

.gx-header-action {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border: none;
  background: transparent;
  border-radius: 8px;
  color: #e6dccd;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.gx-header-action:hover {
  color: #ffffff;
}

.gx-header-action__label {
  display: none;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .gx-header-action__label {
    display: inline;
  }
}

.gx-header-action__badge {
  position: absolute;
  top: 2px;
  right: 6px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--accent-ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.gx-header-action__badge.gx-wishlist-count {
  background: var(--logo-blue);
  color: var(--logo-blue-ink);
}

.gx-header-action__badge[data-count='0'],
.gx-header-action__badge[hidden] {
  display: none;
}

/* Mobile header */
.gx-header-mobile {
  display: none;
  background: #100f0e;
  border-bottom: 1px solid #201d19;
}

.gx-header-mobile__bar {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gx-header-mobile__bar .gx-header-logo {
  flex: 1;
  justify-content: center;
}

.gx-header-mobile__bar .gx-header-logo img {
  height: 42px;
}

.gx-header-mobile__icon {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #e6dccd;
  padding: 0;
}

.gx-header-mobile__icon .gx-header-action__badge {
  top: 2px;
  right: 4px;
  min-width: 18px;
  height: 18px;
}

@media (max-width: 1199px) {
  .gx-header-pad {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .gx-header-desktop {
    display: none;
  }

  .gx-header-mobile {
    display: block;
  }
}

/* Legacy icon-btn (overlays / elsewhere) */
.gx-icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #e6dccd;
  cursor: pointer;
}

.gx-icon-btn:hover {
  color: #ffffff;
}

.gx-icon-btn .gx-cart-count,
.gx-icon-btn .gx-wishlist-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--accent-ink);
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gx-icon-btn .gx-wishlist-count {
  background: var(--logo-blue);
  color: var(--logo-blue-ink);
}

.gx-icon-btn .gx-cart-count[data-count='0'],
.gx-icon-btn .gx-wishlist-count[data-count='0'],
.gx-icon-btn .gx-wishlist-count[hidden] {
  display: none;
}

/* Overlays */
.gx-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(9, 8, 7, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur-fast) var(--ease-out), visibility var(--dur-fast) var(--ease-out);
}

.gx-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gx-search-panel {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 22px 24px 32px;
}

.gx-search-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 24px 32px;
}

.gx-search-sheet {
  background: #fff;
  border: 1px solid #e2dad2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(9, 8, 7, 0.28);
}

.gx-search-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f1ece6;
  padding: 0 18px;
  height: 60px;
}

.gx-search-bar input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 17px;
  color: #171513;
}

.gx-search-close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: #f1ece6;
  cursor: pointer;
  color: #625d58;
}

.gx-search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.gx-search-col {
  padding: 24px 26px;
  border-right: 1px solid #f1ece6;
}

.gx-search-col:last-child {
  border-right: none;
}

.gx-search-results {
  padding: 20px 26px 24px;
  max-width: 720px;
}

.gx-search-results[hidden],
.gx-search-browse[hidden],
.gx-search-recent-block[hidden] {
  display: none !important;
}

.gx-search-results__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}

.gx-search-results__head .gx-search-label {
  margin-bottom: 0;
}

.gx-search-results__all {
  font-size: 13px;
  font-weight: 600;
  color: #96764f;
  text-decoration: none;
  white-space: nowrap;
}

.gx-search-results__all:hover {
  color: #7a5f3f;
}

.gx-search-empty {
  margin: 12px 0 4px;
  font-size: 14.5px;
  color: #625d58;
}

.gx-search-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #938c85;
  margin-bottom: 14px;
}

.gx-search-recent {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  font-size: 14.5px;
  color: #171513;
  text-decoration: none;
}

.gx-search-recent:hover,
.gx-search-link:hover {
  color: #96764f;
}

.gx-search-link {
  display: block;
  padding: 8px 0;
  font-size: 14.5px;
  color: #171513;
  text-decoration: none;
}

.gx-search-chips,
.gx-search-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gx-search-chips a {
  padding: 7px 14px;
  border: 1px solid #e2dad2;
  border-radius: 999px;
  font-size: 13px;
  color: #625d58;
  text-decoration: none;
}

.gx-search-brands a,
.gx-search-brands span {
  padding: 7px 13px;
  border: 1px solid #e2dad2;
  border-radius: 8px;
  font-size: 13px;
  color: #625d58;
  text-decoration: none;
}

.gx-search-chips a:hover,
.gx-search-brands a:hover,
.gx-search-brands span:hover {
  border-color: #ae9069;
  color: #96764f;
}

.gx-search-suggest {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.gx-search-suggest + .gx-search-suggest {
  border-top: 1px solid #f1ece6;
  border-radius: 0;
}

.gx-search-suggest:hover {
  background: #f7f4f0;
}

.gx-search-suggest__media {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1ece6;
}

.gx-search-suggest__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-search-suggest__meta {
  flex: 1 1 auto;
  min-width: 0;
}

.gx-search-suggest__ph {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: radial-gradient(120% 100% at 50% 15%, #fbf8f4, #e9e1d8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b8ab99;
}

.gx-search-suggest__brand {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #938c85;
}

.gx-search-suggest__name {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: #171513;
}

[data-gx-search-suggest-list].is-loading {
  opacity: 0.55;
  transition: opacity 0.12s ease;
}

.gx-search-results.is-searching [data-gx-search-results-label]::after {
  content: " …";
  color: #96764f;
}

.gx-search-suggest__price {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #171513;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .gx-search-grid {
    grid-template-columns: 1fr;
  }
  .gx-search-col {
    border-right: none;
    border-bottom: 1px solid #f1ece6;
  }
  .gx-search-col:last-child {
    border-bottom: none;
  }
  .gx-search-results {
    padding: 16px 18px 20px;
    max-width: none;
  }
}

/* ---- Menu dropdown (same sheet as search) ---- */

.gx-menu-sheet {
  border-radius: 18px;
  border-color: rgba(226, 218, 210, 0.85);
  box-shadow:
    0 8px 24px rgba(18, 14, 10, 0.08),
    0 32px 72px rgba(9, 8, 7, 0.28);
}

.gx-menu-bar {
  gap: 12px;
  height: 64px;
  padding: 0 22px;
  background:
    linear-gradient(180deg, #fffefc 0%, #fbf8f4 100%);
  border-bottom: 1px solid rgba(226, 218, 210, 0.9);
}

.gx-menu-bar__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #171513;
  color: #e6dccd;
}

.gx-menu-bar__title {
  flex: 1;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #171513;
}

.gx-menu-bar__shop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2dad2;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #171513;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.gx-menu-bar__shop:hover {
  border-color: #ae9069;
  color: #96764f;
  background: #faf7f3;
}

.gx-menu-body {
  display: grid;
  grid-template-columns: minmax(230px, 260px) minmax(0, 1fr) minmax(220px, 250px);
  align-items: stretch;
  max-height: min(85vh, 820px);
  overflow: hidden;
  background: #fff;
}

.gx-menu-cats {
  padding: 22px 16px 24px;
  border-right: 1px solid #efe8df;
  background:
    linear-gradient(180deg, #fbf8f4 0%, #f7f3ee 100%);
  overflow-y: auto;
}

.gx-menu-cats .gx-search-label {
  padding: 0 12px;
  margin-bottom: 14px;
}

.gx-menu-cat {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  margin: 0 0 4px;
  border: none;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #2c2824;
  text-decoration: none;
  text-align: left;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.gx-menu-cat svg {
  flex: 0 0 auto;
  color: #a59d94;
  opacity: 0.7;
  transition: transform 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.gx-menu-cat:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #96764f;
}

.gx-menu-cat.is-active {
  background: #fff;
  color: #171513;
  box-shadow: 0 8px 18px rgba(34, 28, 22, 0.06);
}

.gx-menu-cat.is-active::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: #96764f;
}

.gx-menu-cat.is-active svg,
.gx-menu-cat:hover svg {
  opacity: 1;
  color: #96764f;
}

.gx-menu-cat.is-active svg {
  transform: translateX(2px);
}

.gx-menu-cat--sale span {
  color: #7a2e2a;
}

.gx-menu-panels {
  overflow-y: auto;
  min-width: 0;
  background: #fff;
}

.gx-menu-panel {
  padding: 28px 34px 32px;
  animation: gxMenuPanelIn 0.28s ease;
}

@keyframes gxMenuPanelIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.gx-menu-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efe8df;
}

.gx-menu-panel__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #171513;
}

.gx-menu-panel__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  font-size: 13.5px;
  font-weight: 700;
  color: #96764f;
  text-decoration: none;
  white-space: nowrap;
}

.gx-menu-panel__all:hover {
  color: #7a5f3d;
}

.gx-menu-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 28px;
}

.gx-menu-panel__col {
  min-width: 0;
}

.gx-menu-panel__col-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #171513;
}

.gx-menu-panel__col-title--sub {
  margin-top: 18px;
}

.gx-menu-panel__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gx-menu-panel__link {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  line-height: 1.35;
  color: #4a443e;
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}

.gx-menu-panel__link:hover {
  color: #96764f;
  transform: translateX(3px);
}

.gx-menu-body .gx-search-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  color: #8a8278;
}

.gx-menu-panel__brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #efe8df;
}

.gx-menu-panel__brands-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8278;
}

.gx-menu-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gx-menu-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid #e5ddd4;
  border-radius: 999px;
  background: #faf7f3;
  font-size: 13px;
  font-weight: 600;
  color: #3a342e;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.gx-menu-brand:hover {
  border-color: #ae9069;
  color: #96764f;
  background: #fff;
}

.gx-menu-editorial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #f7f3ee;
  text-decoration: none;
  transition: background 0.18s ease;
}

.gx-menu-editorial:hover {
  background: #f1ece4;
}

.gx-menu-editorial__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #171513;
}

.gx-menu-editorial__cta {
  flex: 0 0 auto;
  font-size: 13.5px;
  font-weight: 700;
  color: #96764f;
  white-space: nowrap;
}

.gx-menu-editorial__cta::after {
  content: ' →';
}

.gx-menu-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  border-left: 1px solid #efe8df;
  background: linear-gradient(180deg, #fbf8f4 0%, #f5f0ea 100%);
  overflow-y: auto;
}

.gx-menu-aside__advice {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e8dfd4;
  background: #fff;
}

.gx-menu-aside__eyebrow {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8278;
}

.gx-menu-aside__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  text-decoration: none;
}

.gx-menu-aside__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f7f3ee;
  color: #96764f;
}

.gx-menu-aside__num {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #171513;
}

.gx-menu-aside__hours {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  color: #8a8278;
}

.gx-menu-aside__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #625d58;
}

.gx-menu-aside__quick {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gx-menu-aside__quick a {
  display: block;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #2c2824;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.gx-menu-aside__quick a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #96764f;
}

@media (prefers-reduced-motion: reduce) {
  .gx-menu-panel {
    animation: none;
  }
}

@media (max-width: 1199px) {
  .gx-menu-body {
    grid-template-columns: minmax(200px, 230px) minmax(0, 1fr);
  }

  .gx-menu-aside {
    grid-column: 1 / -1;
    border-left: none;
    border-top: 1px solid #efe8df;
    flex-direction: row;
    align-items: stretch;
  }

  .gx-menu-aside__advice {
    flex: 1.2;
  }

  .gx-menu-aside__quick {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}

@media (max-width: 767px) {
  .gx-menu-bar__shop {
    display: none;
  }

  .gx-menu-bar__title {
    font-size: 20px;
  }

  .gx-menu-body {
    grid-template-columns: 1fr;
    max-height: min(78vh, 720px);
  }

  .gx-menu-cats {
    border-right: none;
    border-bottom: 1px solid #efe8df;
    padding: 16px 14px;
  }

  .gx-menu-panel {
    padding: 20px 18px 22px;
  }

  .gx-menu-panel__title {
    font-size: 22px;
  }

  .gx-menu-panel__grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
  }

  .gx-menu-editorial {
    flex-direction: column;
    align-items: flex-start;
  }

  .gx-menu-aside {
    flex-direction: column;
    padding: 16px;
  }

  .gx-menu-aside__quick {
    grid-template-columns: 1fr 1fr;
  }
}

.gx-search-panel form {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--paper-border);
  border-radius: var(--r-lg);
  padding: 0 18px;
  height: 60px;
}

.gx-search-panel input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--text-strong);
}

.gx-drawer {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform var(--dur-mid) var(--ease-out);
}

.gx-drawer--left {
  left: 0;
  width: min(360px, 86%);
  background: var(--ink-800);
  box-shadow: 20px 0 60px rgba(0, 0, 0, 0.4);
  transform: translateX(-100%);
}

.gx-drawer--right {
  right: 0;
  width: min(400px, 100%);
}

.gx-overlay.is-open .gx-drawer {
  transform: translateX(0);
}

.gx-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--paper-border);
}

.gx-drawer--left .gx-drawer__head {
  border-bottom-color: var(--ink-border);
}

.gx-drawer__title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-strong);
  margin: 0;
}

.gx-drawer__body {
  flex: 1;
  overflow: auto;
  padding: 12px 24px;
}

/* Mini-cart body must keep side padding even if a WC fragment drops gx-drawer__body */
#gx-mini-cart .gx-drawer__body,
#gx-mini-cart .gx-mini-cart-content,
#gx-mini-cart .widget_shopping_cart_content {
  flex: 1;
  overflow: auto;
  padding: 16px 24px;
  box-sizing: border-box;
}

.gx-drawer__foot {
  padding: 20px 24px 28px;
  border-top: 1px solid var(--paper-border);
  background: var(--surface-sunken);
}

/* Age gate */
.gx-age-gate {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9, 8, 7, 0.86);
  backdrop-filter: blur(6px);
}

.gx-age-gate__card {
  width: 100%;
  max-width: 480px;
  background: var(--ink-800);
  border: 1px solid var(--ink-border-strong);
  border-radius: var(--r-xl);
  padding: 44px 40px;
  text-align: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.gx-age-gate__card h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: var(--text-invert);
  margin: 0 0 16px;
}

.gx-age-gate__card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-invert-muted);
  margin: 0 auto 30px;
  max-width: 360px;
}

.gx-age-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gx-age-gate__leave {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink-border-strong);
  border-radius: var(--r-sm);
  color: var(--text-invert-muted);
  font-size: 15px;
  font-weight: 500;
}

.gx-age-gate__note {
  font-size: 12px !important;
  color: #6f6a64 !important;
  margin: 24px 0 0 !important;
}

/* Toast */
.gx-toast {
  position: fixed;
  z-index: 170;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--ink-800);
  color: var(--text-invert);
  border: 1px solid var(--brown);
  border-radius: var(--r-pill);
  padding: 14px 22px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  animation: gxToast 0.28s var(--ease-out);
}

.gx-toast svg {
  color: var(--gold);
  flex: 0 0 auto;
}

.gx-toast.is-leaving {
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 0.25s, transform 0.25s;
}

@keyframes gxToast {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes gxKen {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.16);
  }
}

@keyframes gxFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes gxFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Hero */
.gx-hero {
  position: relative;
  background: var(--ink-850);
  overflow: visible;
  color: var(--text-invert);
}

.gx-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gx-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform-origin: 70% 40%;
  animation: gxKen 20s ease-in-out infinite alternate;
}

.gx-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(14, 13, 11, 0.96) 0%,
    rgba(14, 13, 11, 0.84) 34%,
    rgba(14, 13, 11, 0.36) 62%,
    rgba(14, 13, 11, 0.08) 100%
  );
}

.gx-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 78% 28%, rgba(174, 144, 105, 0.2) 0%, rgba(174, 144, 105, 0) 55%);
}

.gx-hero__vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -120px 120px -60px rgba(9, 8, 7, 0.92), inset 0 90px 90px -60px rgba(9, 8, 7, 0.7);
  pointer-events: none;
}

.gx-hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='140' height='140' filter='url(%23n)' opacity='0.5'/></svg>");
}

.gx-hero__content {
  position: relative;
  z-index: 2;
  padding: 220px 0 84px;
  max-width: 560px;
}

@media (max-width: 768px) {
  .gx-hero__content {
    padding: 140px 0 72px;
    max-width: 100%;
  }
  .gx-hero__content h1 {
    font-size: 40px !important;
  }
  .gx-hero__media img {
    object-position: 72% center;
  }
}

.gx-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-invert-muted);
  margin: 22px 0 0;
  max-width: 450px;
}

.gx-hero__card {
  position: absolute;
  right: var(--container-pad);
  bottom: -56px;
  z-index: 3;
  width: min(290px, calc(100% - 40px));
  padding: 22px 24px;
  border-radius: var(--r-xl);
  background: rgba(18, 15, 12, 0.55);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(230, 220, 205, 0.18);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
}

.gx-marken-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #ece4da;
  border-left: 1px solid #ece4da;
}

.gx-marken-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  padding: 16px 20px;
  overflow: hidden;
  border-right: 1px solid #ece4da;
  border-bottom: 1px solid #ece4da;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #625d58;
  text-decoration: none;
  transition: color 0.18s, background 0.18s;
}

.gx-marken-logo {
  display: block;
  max-width: min(160px, 100%);
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.gx-marken-grid a:hover {
  color: #96764f;
  background: #faf7f3;
}

.gx-marken-grid a:hover .gx-marken-logo {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 1100px) {
  .gx-marken-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 700px) {
  .gx-marken-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gx-btn--dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  background: #13110f;
  color: #f8f5f1;
  font-weight: 600;
  text-decoration: none;
}

.gx-btn--dark:hover {
  background: #1d1a17;
  color: #f8f5f1;
}

.gx-rail-nav {
  display: flex;
  gap: 8px;
}

.gx-rail-nav__btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2dad2;
  border-radius: 999px;
  background: #fff;
  color: #171513;
  cursor: pointer;
}

.gx-rail-nav__btn:hover {
  border-color: #ae9069;
  color: #96764f;
}

.gx-product-card__foot--stack .gx-product-card__cta,
.gx-product-card__cta {
  width: 100%;
  height: 44px;
  justify-content: center;
}

.gx-product-card__price.is-sale {
  color: #7a2e2a;
}

.gx-drawer-nav {
  flex: 1;
  overflow-y: auto;
  padding: 6px 0;
}

.gx-drawer-nav__item {
  border-bottom: 1px solid #1c1915;
}

.gx-drawer-nav__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #e6dccd;
}

.gx-drawer-nav__btn svg {
  color: #ae9069;
  opacity: 0.45;
  transition: transform 0.2s, opacity 0.2s;
}

.gx-drawer-nav__btn[aria-expanded='true'] svg {
  opacity: 1;
  transform: rotate(180deg);
}

.gx-drawer-nav__sub {
  padding: 0 20px 14px;
}

.gx-drawer-nav__sub a {
  display: block;
  padding: 8px 0;
  font-size: 14.5px;
  color: #b7b0a8;
  text-decoration: none;
}

.gx-drawer-nav__foot {
  padding: 18px 20px;
  border-top: 1px solid #201d19;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gx-drawer-nav__phone {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.gx-drawer-nav__phone-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(174, 144, 105, 0.4);
  color: #c6a97d;
}

.gx-drawer-nav__phone-title {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #f8f5f1;
}

.gx-drawer-nav__phone-num {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #c6a97d;
  margin-top: 1px;
}

.gx-drawer-nav__phone-hours {
  display: block;
  font-size: 11.5px;
  color: #8a837b;
  margin-top: 1px;
}

.gx-drawer-nav__sep {
  height: 1px;
  background: #201d19;
}

.gx-drawer-nav__links {
  display: flex;
  gap: 24px;
}

.gx-drawer-nav__links a {
  font-size: 14px;
  color: #b7b0a8;
  text-decoration: none;
}

.gx-drawer--nav {
  background: #13110f;
}

.gx-mini__empty {
  text-align: center;
  padding: 70px 20px;
  color: #625d58;
  font-size: 15px;
}

.gx-mini__foot {
  padding: 22px 24px;
  border-top: 1px solid #e2dad2;
  background: #fff;
  box-sizing: border-box;
}

#gx-mini-cart .gx-mini__foot {
  padding: 22px 24px;
}

.gx-mini__sub {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  font-size: 14px;
  color: #625d58;
}

.gx-mini__sub .gx-cart-total {
  font-size: 22px;
  font-weight: 600;
  color: #171513;
}

.gx-mini__note {
  margin: -8px 0 16px;
  font-size: 12.5px;
  color: #938c85;
}

.gx-mini__checkout {
  width: 100%;
  text-decoration: none;
}

.gx-mini__cart-link {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: #96764f;
  text-decoration: none;
}

.gx-mini__cart-link:hover {
  color: #7a5f38;
}

.gx-mini-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gx-mini-item {
  display: flex;
  gap: 14px;
  padding: 16px 4px;
  border-bottom: 1px solid #e9e1d8;
}

.gx-mini-item:last-child {
  border-bottom: none;
}

.gx-mini-item__img {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  background: radial-gradient(120% 100% at 50% 15%, #fbf8f4, #e9e1d8);
}

.gx-mini-item__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.gx-mini-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gx-mini-item__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gx-mini-item__brand {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #938c85;
}

.gx-mini-item__name {
  display: block;
  font-size: 14.5px;
  line-height: 1.35;
  color: #171513;
  text-decoration: none;
}

.gx-mini-item__name:hover {
  color: #96764f;
}

.gx-mini-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.gx-mini-item__unit {
  font-size: 13px;
  color: #625d58;
}

.gx-mini-item__aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-width: 64px;
}

.gx-mini-item__remove {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #938c85;
  cursor: pointer;
  padding: 0;
}

.gx-mini-item__remove:hover {
  color: #a12828;
  background: rgba(161, 40, 40, 0.08);
}

.gx-mini-item__total {
  font-size: 15px;
  font-weight: 600;
  color: #171513;
  white-space: nowrap;
}

.gx-mini-qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 32px;
  border: 1px solid #e2dad2;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.gx-mini-qty.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.gx-mini-qty__btn {
  width: 30px;
  height: 100%;
  border: none;
  background: transparent;
  color: #171513;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.gx-mini-qty__btn:hover:not(:disabled) {
  background: #f7f4f0;
}

.gx-mini-qty__btn:disabled {
  color: #c3bcb3;
  cursor: default;
}

.gx-mini-qty__val {
  min-width: 28px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: #171513;
}

/* Neutralize Woo default widget styles inside our mini cart */
#gx-mini-cart .woocommerce-mini-cart,
#gx-mini-cart .cart_list,
#gx-mini-cart ul.product_list_widget {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gx-mini-cart .woocommerce-mini-cart-item,
#gx-mini-cart li {
  list-style: none;
}

.gx-newsletter {
  padding-top: 230px;
}

.gx-hero__inner {
  position: relative;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.gx-hero__kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.gx-hero__kicker-line {
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(174, 144, 105, 0));
}

.gx-hero__content h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 6vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-invert);
  margin: 0;
}

.gx-hero__content h1 em {
  font-style: normal;
  position: relative;
}

.gx-hero__content h1 em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.12em;
  background: linear-gradient(90deg, var(--gold), rgba(174, 144, 105, 0.2));
  border-radius: 2px;
}

.gx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .gx-hero__card {
    display: none;
  }
}

.gx-hero__card-script {
  font-family: var(--font-script);
  font-size: 28px;
  color: var(--gold-hover);
  margin: 0 0 6px;
}

.gx-hero__card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-invert-muted);
}

/* Sections */
.gx-section {
  padding: var(--section-pad-y) 0;
}

.gx-section--paper {
  background: var(--paper);
}

.gx-section--surface {
  background: var(--surface);
  border-top: 1px solid var(--paper-border-soft);
}

.gx-section--ink {
  position: relative;
  background: var(--ink-800);
  color: var(--text-invert);
  overflow: hidden;
}

.gx-section--ink-alt {
  background: var(--ink-750);
}

.gx-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.gx-section__head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 8px 0 0;
}

.gx-section--ink .gx-section__head h2 {
  color: var(--text-invert);
}

/* Trust strip */
.gx-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  padding: 26px 0;
  border-bottom: 1px solid var(--paper-border-soft);
  margin-bottom: 40px;
  font-size: 14px;
  color: var(--text);
}

.gx-trust-strip span {
  display: flex;
  align-items: center;
  gap: 11px;
}

.gx-trust-strip svg {
  color: var(--gold-deep);
  flex: 0 0 auto;
}

/* Category cards rail */
.gx-rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-hover) transparent;
}

.gx-rail::-webkit-scrollbar {
  height: 8px;
}

.gx-rail::-webkit-scrollbar-thumb {
  background: #d8ccbc;
  border-radius: 999px;
}

.gx-cat-card {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 158px;
  background: var(--surface);
  border: 1px solid var(--paper-border);
  border-radius: var(--r-lg);
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s var(--ease-out), border-color 0.2s, box-shadow 0.2s;
  color: inherit;
}

.gx-cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(174, 144, 105, 0.55);
  box-shadow: var(--shadow-card);
  color: inherit;
}

.gx-cat-card__img {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-md);
  background: var(--photo-placeholder);
  overflow: hidden;
  position: relative;
}

.gx-cat-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-cat-card__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-strong);
  text-align: center;
}

/* Product card */
.gx-product-card {
  background: var(--surface);
  border: 1px solid var(--paper-border);
  border-radius: var(--r-lg);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s, border-color 0.2s;
}

.gx-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(174, 144, 105, 0.55);
  box-shadow: var(--shadow-card);
}

.gx-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--photo-placeholder);
}

.gx-product-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gift vouchers: keep square media so card text aligns; show full art via contain */
.gx-product-card--voucher .gx-product-card__media {
  background: #fff;
}

.gx-product-card--voucher .gx-product-card__media img {
  object-fit: contain;
  object-position: center;
}

.gx-product-card__wish {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
  cursor: pointer;
  color: var(--brown);
  box-shadow: 0 1px 4px rgba(15, 14, 13, 0.08);
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gx-product-card__wish:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(15, 14, 13, 0.12);
}

.gx-product-card__wish.is-active {
  color: var(--logo-blue);
  background: rgba(177, 208, 230, 0.28);
  box-shadow: 0 2px 10px rgba(127, 169, 196, 0.28);
}

.gx-product-card__wish.is-active svg {
  fill: var(--logo-blue);
  stroke: var(--logo-blue-deep);
}

.gx-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
}

.gx-product-card__brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
  min-height: 1.2em;
  line-height: 1.2;
}

.gx-product-card__brand--empty {
  display: none;
}

.gx-product-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-strong);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.gx-product-card__title a {
  color: inherit;
}

.gx-product-card__meta {
  font-size: 12.5px;
  line-height: 1.35;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gx-product-card__meta--empty {
  display: none;
}

.gx-product-card__stock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: var(--text-muted);
}

.gx-product-card__stock-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--r-pill);
  background: var(--ok);
}

.gx-product-card__stock-dot.is-out {
  background: var(--sale);
}

.gx-product-card__foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}

.gx-product-card__price {
  font-size: 19px;
  font-weight: 600;
  color: var(--text-strong);
  line-height: 1;
}

.gx-product-card__price del {
  display: block;
  font-size: 12.5px;
  color: var(--text-faint);
  font-weight: 400;
  margin-bottom: 2px;
}

.gx-product-card__tax {
  font-size: 10.5px;
  line-height: 1.3;
  color: var(--text-faint);
  margin-top: 1px;
}

.gx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gx-product-grid--rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4 * 24px) / 5);
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
}

.gx-product-grid--rail > * {
  scroll-snap-align: start;
}

@media (max-width: 1100px) {
  .gx-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gx-product-grid--rail {
    grid-auto-columns: calc((100% - 2 * 20px) / 3);
  }
}

@media (max-width: 768px) {
  .gx-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .gx-product-grid--rail {
    grid-auto-columns: calc((100% - 14px) / 2);
    gap: 14px;
  }
}

/* Editorial split */
.gx-editorial {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  .gx-editorial {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.gx-editorial__media {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ink-700);
}

.gx-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-editorial__text h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-invert);
  margin: 10px 0 0;
}

.gx-editorial__text p {
  color: var(--text-invert-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 460px;
}

.gx-editorial__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Genusswelten / Nach Anlass */
.gx-welten__intro {
  max-width: 600px;
  margin-bottom: 40px;
}

.gx-welten__heading {
  font-size: clamp(28px, 7vw, 44px);
  margin-top: 10px;
  overflow-wrap: anywhere;
}

.gx-welten__lede {
  font-size: 16px;
  color: var(--text-muted);
  margin: 12px 0 0;
  overflow-wrap: anywhere;
}

.gx-welten {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(20, 15, 10, 0.5);
  width: 100%;
  max-width: 100%;
}

.gx-welten__frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 420px;
  background: #14110d;
  box-sizing: border-box;
}

.gx-welten__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.gx-welten__slide.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.gx-welten__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-welten__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 8, 6, 0.9) 0%,
    rgba(11, 9, 7, 0.55) 42%,
    rgba(12, 10, 8, 0.12) 75%,
    rgba(12, 10, 8, 0.35) 100%
  );
}

.gx-welten__text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 56px;
  max-width: min(560px, 100%);
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gx-welten__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.gx-welten__num {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: #c6a97d;
}

.gx-welten__rule {
  width: 28px;
  height: 1px;
  background: rgba(198, 169, 125, 0.6);
  flex-shrink: 0;
}

.gx-welten__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c6a97d;
}

.gx-welten__title {
  display: block;
  width: 100%;
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  color: #f8f5f1;
}

.gx-welten__desc {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.55;
  color: #d4ccc2;
  margin: 16px 0 26px;
}

.gx-welten__cta {
  width: fit-content;
  max-width: 100%;
}

.gx-welten__counter {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #f8f5f1;
  background: rgba(18, 15, 12, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(230, 220, 205, 0.16);
  padding: 7px 14px;
  border-radius: 999px;
}

.gx-welten__navs {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 5;
  display: flex;
  gap: 10px;
}

.gx-welten__nav {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(230, 220, 205, 0.22);
  border-radius: 999px;
  background: rgba(18, 15, 12, 0.5);
  backdrop-filter: blur(12px);
  color: #f8f5f1;
  cursor: pointer;
}

.gx-welten__dots {
  position: absolute;
  left: 56px;
  bottom: 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gx-welten__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(230, 220, 205, 0.3);
  cursor: pointer;
  transition: width 0.3s, background 0.3s;
}

.gx-welten__dot.is-active {
  width: 30px;
  background: #ae9069;
}

@media (max-width: 900px) {
  .gx-welten__frame {
    aspect-ratio: auto;
    min-height: 460px;
    height: auto;
  }

  .gx-welten__scrim {
    background: linear-gradient(
      180deg,
      rgba(10, 8, 6, 0.55) 0%,
      rgba(10, 8, 6, 0.72) 45%,
      rgba(10, 8, 6, 0.92) 100%
    );
  }

  .gx-welten__text {
    justify-content: flex-end;
    padding: 28px 22px 96px;
    max-width: 100%;
  }

  .gx-welten__title {
    font-size: clamp(24px, 7vw, 34px);
  }

  .gx-welten__desc {
    font-size: 15px;
    margin: 12px 0 20px;
  }

  .gx-welten__dots {
    left: 22px;
    bottom: 22px;
  }

  .gx-welten__navs {
    right: 16px;
    bottom: 16px;
  }

  .gx-welten__nav {
    width: 44px;
    height: 44px;
  }

  .gx-welten__counter {
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 480px) {
  .gx-welten__frame {
    min-height: 440px;
  }

  .gx-welten__text {
    padding: 24px 18px 92px;
  }

  .gx-welten__navs {
    display: none;
  }
}

/* Gift finder */
.gx-gift {
  max-width: 720px;
}

.gx-gift__steps {
  display: flex;
  gap: 8px;
  margin: 28px 0 20px;
}

.gx-gift__step {
  flex: 1;
  height: 3px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.12);
}

.gx-gift__step.is-active,
.gx-gift__step.is-done {
  background: var(--gold);
}

.gx-gift__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 600px) {
  .gx-gift__options {
    grid-template-columns: 1fr;
  }
}

.gx-gift__option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: var(--r-lg);
  border: 1px solid var(--ink-border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-invert);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 0.18s, background 0.18s;
}

.gx-gift__option:hover,
.gx-gift__option.is-selected {
  border-color: rgba(198, 169, 125, 0.7);
  background: rgba(174, 144, 105, 0.12);
}

.gx-gift__back:hover {
  color: var(--text-invert);
}

/* Brands */
.gx-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  justify-content: center;
}

.gx-brands a,
.gx-brands span {
  opacity: 0.7;
  filter: grayscale(1);
  transition: opacity 0.2s, filter 0.2s;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--text-strong);
}

.gx-brands a:hover {
  opacity: 1;
  filter: none;
  color: var(--gold-deep);
}

/* Footer + newsletter */
.gx-nl-footer {
  position: relative;
  background: #100f0e;
  color: var(--text-invert);
  overflow: hidden;
}

.gx-nl-footer__bg {
  position: absolute;
  inset: 0;
}

.gx-nl-footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.45;
}

.gx-nl-footer__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 11, 10, 0.86) 0%, rgba(12, 11, 10, 0.8) 45%, rgba(12, 11, 10, 0.92) 100%);
}

.gx-newsletter {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 230px 0 88px;
  text-align: center;
}

.gx-newsletter__signet {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  opacity: 0.9;
  border-radius: 50%;
  object-fit: cover;
}

.gx-newsletter h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  color: #f8f5f1;
}

.gx-newsletter > p {
  font-size: 16.5px;
  line-height: 1.6;
  color: #b7b0a8;
  margin: 14px auto 28px;
  max-width: 480px;
}


.gx-newsletter__notice {
  margin: 0 auto 18px;
  max-width: 480px;
  font-size: 14.5px;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 10px;
}
.gx-newsletter__notice--ok {
  color: #e8dfd2;
  background: rgba(174, 144, 105, 0.18);
  border: 1px solid rgba(174, 144, 105, 0.45);
}
.gx-newsletter__notice--err {
  color: #f3d0c8;
  background: rgba(160, 60, 48, 0.22);
  border: 1px solid rgba(190, 90, 70, 0.45);
}
.gx-newsletter__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gx-newsletter__soon {
  margin: 8px 0 0;
}

.gx-newsletter__form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}

.gx-newsletter__form input[type="email"] {
  flex: 1;
  height: 52px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid #34302c;
  background: #13110f;
  color: #f8f5f1;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.gx-newsletter__form input[type="email"]::placeholder {
  color: #8a837b;
}

.gx-newsletter__form .gx-btn {
  flex: 0 0 auto;
  height: 52px;
  padding: 0 26px;
  border-radius: 8px;
}

.gx-newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  justify-content: center;
  margin: 16px auto 0;
  max-width: 480px;
  font-size: 12.5px;
  color: #8a837b;
  text-align: left;
  cursor: pointer;
}

.gx-newsletter__consent input {
  margin-top: 2px;
  accent-color: #ae9069;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.gx-newsletter__consent a {
  color: #c6a97d;
}

@media (max-width: 600px) {
  .gx-newsletter {
    padding: 100px 0 64px;
  }

  .gx-newsletter__form {
    flex-direction: column;
  }
}

.gx-site-footer {
  position: relative;
  z-index: 1;
  padding: 32px 0 40px;
}

.gx-site-footer__glass {
  border-radius: 20px;
  border: 1px solid rgba(230, 220, 205, 0.14);
  background: rgba(18, 16, 13, 0.55);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 44px 44px 0;
}

@media (max-width: 700px) {
  .gx-site-footer__glass {
    padding: 28px 22px 0;
    border-radius: 16px;
  }
}

.gx-site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(230, 220, 205, 0.12);
}

@media (max-width: 1100px) {
  .gx-site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gx-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.gx-site-footer__brand img {
  height: 52px;
  width: auto;
  margin-bottom: 18px;
  display: block;
}

.gx-site-footer__brand p {
  font-size: 14px;
  line-height: 1.7;
  color: #c3bcb3;
  max-width: 280px;
  margin: 0 0 18px;
}

.gx-site-footer__nap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 18px;
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.45;
  color: #c3bcb3;
}

.gx-site-footer__nap-line {
  display: block;
}

.gx-site-footer__nap a {
  color: #c6a97d;
  text-decoration: none;
}

.gx-site-footer__nap a:hover {
  color: #dfc9ab;
}

.gx-site-footer__social {
  display: flex;
  gap: 10px;
}

.gx-site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #34302c;
  border-radius: 8px;
  color: #b7b0a8;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.gx-site-footer__social a:hover {
  border-color: #ae9069;
  color: #ae9069;
}

.gx-site-footer__col-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #96764f;
  margin-bottom: 16px;
}

.gx-site-footer__link {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #b7b0a8;
  transition: color 0.2s ease;
}

.gx-site-footer__link:hover {
  color: #f8f5f1;
}

.gx-site-footer__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
}

.gx-site-footer__age {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  color: #c3bcb3;
  max-width: 520px;
}

.gx-site-footer__age svg {
  flex-shrink: 0;
}

.gx-site-footer__pays {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gx-site-footer__pays span {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(230, 220, 205, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #c3bcb3;
}

.gx-site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(230, 220, 205, 0.12);
  font-size: 12.5px;
  color: #8a837b;
}

.gx-site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.gx-site-footer__widerruf {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 18px;
  border-top: 1px solid rgba(230, 220, 205, 0.12);
}

.gx-site-footer__widerruf .eu-owb-order-withdraw-from-contract-button {
  margin: 0;
  text-align: center;
}

.gx-site-footer__widerruf .eu-owb-order-withdraw-from-contract-button a,
.gx-site-footer__widerruf a.gx-btn--widerruf,
.gx-btn--widerruf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--control-h, 48px);
  height: auto;
  padding: 12px 26px;
  border: 1px solid rgba(198, 169, 125, 0.72);
  border-radius: var(--r-sm, 10px);
  background: rgba(255, 255, 255, 0.06);
  color: #f3ebe1;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  transition: background var(--dur-fast, 0.18s) var(--ease-out, ease),
    border-color var(--dur-fast, 0.18s) var(--ease-out, ease),
    color var(--dur-fast, 0.18s) var(--ease-out, ease),
    transform var(--dur-fast, 0.18s) var(--ease-out, ease);
}

.gx-site-footer__widerruf .eu-owb-order-withdraw-from-contract-button a:hover,
.gx-site-footer__widerruf a.gx-btn--widerruf:hover,
.gx-btn--widerruf:hover {
  background: rgba(198, 169, 125, 0.18);
  border-color: rgba(198, 169, 125, 0.95);
  color: #fffaf3;
  transform: var(--hover-lift, translateY(-1px));
}

.gx-site-footer__widerruf .eu-owb-order-withdraw-from-contract-button a:focus-visible,
.gx-btn--widerruf:focus-visible {
  outline: 2px solid rgba(198, 169, 125, 0.85);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .gx-site-footer__widerruf {
    padding: 8px 0 16px;
  }

  .gx-site-footer__widerruf .eu-owb-order-withdraw-from-contract-button a,
  .gx-site-footer__widerruf a.gx-btn--widerruf,
  .gx-btn--widerruf {
    width: 100%;
    max-width: 360px;
  }
}

.gx-site-footer__legal-links a {
  font-size: 12.5px;
  color: #b7b0a8;
  transition: color 0.2s ease;
}

.gx-site-footer__legal-links a:hover {
  color: #f8f5f1;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-credit-label {
  font-size: 0.72rem;
  font-weight: 500;
  color: #8a837b;
  line-height: 1;
  white-space: nowrap;
}

.footer-credit-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  text-decoration: none;
  line-height: 0;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.04);
  transition:
    border-color 180ms cubic-bezier(0.4, 0, 0.2, 1),
    background 180ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 180ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-credit-pill:hover {
  border-color: rgba(198, 169, 125, 0.55);
  background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  box-shadow: 0 8px 20px rgba(5, 5, 5, 0.12);
  transform: translateY(-1px);
}

/* Beat global `img { height: auto }` + HTML width/height attrs */
.footer-credit-pill img.footer-credit-logo {
  height: 11px !important;
  width: auto !important;
  max-height: 11px !important;
  max-width: 56px !important;
  flex-shrink: 0;
}

.footer-credit-pill img.footer-credit-logo--default {
  display: block;
}

.footer-credit-pill img.footer-credit-logo--hover {
  display: none;
}

.footer-credit-pill:hover img.footer-credit-logo--default {
  display: none;
}

.footer-credit-pill:hover img.footer-credit-logo--hover {
  display: block;
}

@media (hover: none), (pointer: coarse) {
  .footer-credit-pill:hover {
    border-color: #e5e5e5;
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.04);
    transform: none;
  }

  .footer-credit-pill:hover img.footer-credit-logo--default {
    display: block;
  }

  .footer-credit-pill:hover img.footer-credit-logo--hover {
    display: none;
  }
}

@media (max-width: 720px) {
  .gx-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-credit {
    margin-left: 0;
    margin-right: 0;
  }
}
1;
}

/* Shop */
.gx-shop-hero {
  background: var(--ink-850);
  color: var(--text-invert);
  padding: 140px 0 56px;
}

.gx-shop-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  margin: 10px 0 0;
  letter-spacing: -0.02em;
}

.gx-shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  padding: 40px 0 80px;
}

@media (max-width: 960px) {
  .gx-shop-layout {
    grid-template-columns: 1fr;
  }
}

.gx-shop-sidebar {
  background: var(--surface);
  border: 1px solid var(--paper-border);
  border-radius: var(--r-xl);
  padding: 22px;
  height: fit-content;
  position: sticky;
  top: 24px;
}

.gx-shop-sidebar h2 {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 14px;
}

.gx-cat-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gx-cat-tree__link {
  display: block;
  padding: 8px 0;
  font-size: 14.5px;
  color: var(--text);
}

.gx-cat-tree__item.is-active > .gx-cat-tree__link,
.gx-cat-tree__link:hover {
  color: var(--gold-deep);
  font-weight: 600;
}

.gx-cat-tree--depth-2 {
  padding-left: 14px;
}

.gx-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.gx-shop-toolbar select {
  height: 44px;
  padding: 0 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--paper-border);
  background: var(--surface);
  font: inherit;
  color: var(--text-strong);
}

/* PDP */
.gx-pdp {
  padding: 130px 0 80px;
}

.gx-pdp__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .gx-pdp__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.gx-pdp__gallery {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--photo-placeholder);
  border: 1px solid var(--paper-border);
  aspect-ratio: 1 / 1;
}

.gx-pdp__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-pdp__brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.gx-pdp__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 10px 0 0;
  color: var(--text-strong);
}

.gx-pdp__price {
  font-size: 28px;
  font-weight: 600;
  margin: 18px 0 6px;
}

.gx-pdp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gx-breadcrumbs {
  font-size: 13px;
  color: var(--text-faint);
  margin-bottom: 22px;
}

.gx-breadcrumbs a {
  color: var(--text-muted);
}

/* Checkout flow */
.gx-checkout-flow {
  max-width: none;
  margin: 0 0 28px;
}

.gx-checkout-flow__steps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.gx-checkout-flow__step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-faint);
  font-size: 14px;
  font-weight: 600;
}

.gx-checkout-flow__step--active {
  color: var(--text-strong);
}

.gx-checkout-flow__step--done {
  color: var(--gold-deep);
}

.gx-checkout-flow__number {
  width: 28px;
  height: 28px;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-hairline);
  font-size: 12px;
}

.gx-checkout-flow__step--active .gx-checkout-flow__number {
  background: var(--gold);
  color: var(--accent-ink);
}

.gx-checkout-flow__divider {
  width: 36px;
  height: 1px;
  background: var(--paper-border);
}

.gx-page-title {
  text-align: left;
  margin-bottom: 28px;
}

.gx-page-title h1 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

/* WooCommerce soft overrides */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-radius: var(--r-md);
  border-top: none;
  border: 1px solid var(--paper-border);
  background: var(--surface);
}

.woocommerce table.shop_table {
  border: 1px solid var(--paper-border);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button {
  background: var(--gold) !important;
  color: var(--accent-ink) !important;
  border-radius: var(--r-sm) !important;
  font-weight: 600 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: var(--gold-hover) !important;
}

.gx-main {
  min-height: 50vh;
}

/* top/bottom only — shorthand would wipe .gx-container side gutters */
.gx-page-shell {
  padding-top: 140px;
  padding-bottom: 80px;
}

.gx-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}

/* Mobile nav drawer links */
.gx-mobile-nav a,
.gx-mobile-nav button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: none;
  border-bottom: 1px solid #1c1915;
  background: transparent;
  color: #e6dccd;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
}

.gx-mobile-nav .gx-mobile-nav__sub a {
  display: block;
  padding: 8px 20px;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-invert-muted);
  border: none;
}

.gx-sticky-buy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(247, 244, 240, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--paper-border);
  gap: 12px;
  align-items: center;
}

@media (max-width: 768px) {
  .gx-sticky-buy.is-visible {
    display: flex;
  }
}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;}
