:root {
  --store-bg: #f4f5f9;
  --store-surface: rgba(255, 255, 255, 0.92);
  --store-surface-strong: #ffffff;
  --store-border: rgba(14, 23, 42, 0.08);
  --store-text: #101828;
  --store-muted: #667085;
  --store-dark: #0b1220;
  --store-dark-soft: #17223b;
  --store-accent: #f4c76a;
  --store-accent-strong: #e8b449;
  --store-accent-soft: rgba(244, 199, 106, 0.18);
  --store-danger: #c73e51;
  --store-success: #0f9d68;
  --shadow-soft: 0 20px 60px rgba(16, 24, 40, 0.08);
  --shadow-card: 0 16px 40px rgba(16, 24, 40, 0.10);
  --shadow-strong: 0 24px 70px rgba(10, 16, 31, 0.18);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body.public-body {
  margin: 0;
  min-height: 100vh;
  color: var(--store-text);
  background:
    radial-gradient(circle at top left, rgba(244, 199, 106, 0.22), transparent 30%),
    radial-gradient(circle at top right, rgba(63, 94, 251, 0.12), transparent 25%),
    linear-gradient(180deg, #fbfbfd 0%, #f2f4f8 35%, #eef1f7 100%);
}

.public-main {
  position: relative;
  z-index: 2;
}

.site-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 199, 106, 0.10), transparent 20%),
    radial-gradient(circle at 84% 0%, rgba(10, 16, 31, 0.06), transparent 22%),
    radial-gradient(circle at 85% 35%, rgba(227, 184, 74, 0.10), transparent 18%);
  z-index: 0;
}

.container {
  max-width: 1240px;
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 0 10px;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(244, 245, 249, 0.96), rgba(244, 245, 249, 0.72) 80%, rgba(244, 245, 249, 0));
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(130deg, rgba(9, 17, 31, 0.98), rgba(20, 31, 54, 0.96) 58%, rgba(14, 22, 37, 0.96));
  box-shadow: var(--shadow-strong);
}

.brand-box,
.brand-box:hover {
  color: #fff;
  text-decoration: none;
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--store-accent), var(--store-accent-strong));
  color: var(--store-dark);
  box-shadow: 0 12px 32px rgba(232, 180, 73, 0.38);
}

.brand-copy {
  min-width: 0;
}

.brand-name {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-pill,
.nav-pill:hover {
  color: #fff;
  text-decoration: none;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nav-pill:hover,
.nav-pill.active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.nav-pill--accent {
  background: linear-gradient(135deg, rgba(244, 199, 106, 0.94), rgba(232, 180, 73, 0.96));
  color: var(--store-dark);
  border-color: rgba(255, 255, 255, 0.12);
}

.nav-pill--accent:hover {
  color: var(--store-dark);
}

.cart-badge {
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--store-accent), #ffdc94);
  color: var(--store-dark);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(232, 180, 73, 0.35);
}

.section-shell {
  padding-top: 14px;
  padding-bottom: 14px;
}

.surface-card {
  position: relative;
  border: 1px solid var(--store-border);
  border-radius: var(--radius-xl);
  background: var(--store-surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.surface-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.26), transparent 18%);
}

.hero-card {
  padding: 38px;
}

.hero-card .row {
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(13, 21, 37, 0.06);
  color: var(--store-dark-soft);
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow i {
  color: var(--store-accent-strong);
}

.hero-title {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.hero-title .highlight {
  color: var(--store-dark);
  position: relative;
}

.hero-title .highlight::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 8px;
  height: 16px;
  border-radius: 999px;
  background: rgba(244, 199, 106, 0.42);
  z-index: -1;
}

.hero-subtitle {
  margin-bottom: 28px;
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--store-muted);
  max-width: 580px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn-store,
.btn-store:hover {
  text-decoration: none;
}

.btn-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn-store:hover {
  transform: translateY(-2px);
}

.btn-store-primary {
  color: var(--store-dark);
  background: linear-gradient(135deg, var(--store-accent), var(--store-accent-strong));
  box-shadow: 0 16px 30px rgba(232, 180, 73, 0.28);
}

.btn-store-secondary {
  color: var(--store-dark);
  background: rgba(13, 21, 37, 0.06);
  border: 1px solid rgba(13, 21, 37, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stat {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.hero-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1;
}

.hero-stat span {
  color: var(--store-muted);
  font-size: 0.93rem;
}

.hero-visual {
  position: relative;
  padding: 22px 14px 12px;
}

.hero-image-wrap {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #eef1f7 100%);
  box-shadow: 0 30px 70px rgba(13, 21, 37, 0.18);
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.55) 32%, transparent 60%);
  transform: translateX(-110%);
  animation: hero-shine 6s ease-in-out infinite;
  z-index: 2;
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto -18% -16% 10%;
  height: 46%;
  background: radial-gradient(circle, rgba(244, 199, 106, 0.30), transparent 62%);
  filter: blur(20px);
}

.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.8s ease;
  animation: float-product 5.8s ease-in-out infinite;
}

.hero-image-wrap:hover .hero-image {
  transform: scale(1.03) rotate(-1deg);
}

.hero-floating {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(13, 21, 37, 0.16);
  backdrop-filter: blur(12px);
}

.hero-floating i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--store-accent-soft);
  color: var(--store-accent-strong);
  font-size: 1.1rem;
}

.hero-floating strong {
  display: block;
  font-size: 0.98rem;
}

.hero-floating small {
  display: block;
  color: var(--store-muted);
}

.hero-floating--top {
  top: 14px;
  right: -10px;
}

.hero-floating--bottom {
  left: -18px;
  bottom: 24px;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--store-accent-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.section-title {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
  font-weight: 800;
}

.section-subtitle {
  margin: 8px 0 0;
  color: var(--store-muted);
  max-width: 660px;
}

.section-link,
.section-link:hover {
  color: var(--store-dark);
  text-decoration: none;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
  font-weight: 800;
}

.category-tile,
.category-tile:hover {
  color: #fff;
  text-decoration: none;
}

.category-tile {
  position: relative;
  display: block;
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 21, 37, 0.02), rgba(13, 21, 37, 0.72));
  z-index: 1;
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 10%, rgba(255,255,255,0.24) 42%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  z-index: 2;
}

.category-tile:hover::after {
  transform: translateX(120%);
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-tile:hover .category-image {
  transform: scale(1.08);
}

.category-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 3;
}

.category-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  font-size: 0.84rem;
}

.category-name {
  display: block;
  margin-top: 14px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-premium {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
  border-color: rgba(244, 199, 106, 0.42);
}

.product-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255,255,255,0.16), transparent 35%);
  pointer-events: none;
  z-index: 1;
}

.product-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f5f9, #eef1f7);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.30) 44%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.product-premium:hover .product-media::after {
  transform: translateX(120%);
}

.product-media img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.product-premium:hover .product-media img {
  transform: scale(1.08);
}

.product-tags {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-badge,
.stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.product-badge {
  color: #fff;
  background: rgba(11, 18, 32, 0.7);
  backdrop-filter: blur(12px);
}

.stock-pill.in-stock {
  background: rgba(15, 157, 104, 0.12);
  color: var(--store-success);
}

.stock-pill.out-stock {
  background: rgba(199, 62, 81, 0.13);
  color: var(--store-danger);
}

.product-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 22px 24px;
}

.product-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--store-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.product-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-description {
  color: var(--store-muted);
  line-height: 1.65;
  min-height: 52px;
  margin: 0;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-tag {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--store-dark);
}

.price-note {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  color: var(--store-muted);
}

.price-old {
  display: block;
  font-size: 0.92rem;
  color: #ffb4b4;
  text-decoration: line-through;
  text-decoration-color: #ef4444;
  text-decoration-thickness: 2px;
}

.price-tag--discount {
  color: #fff7e8;
}

.product-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  background: rgba(239, 68, 68, 0.18);
  color: #fecaca;
  border: 1px solid rgba(248, 113, 113, 0.38);
}


.btn-add-cart,
.btn-add-cart:hover {
  color: var(--store-dark);
  text-decoration: none;
}

.btn-add-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-width: 142px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--store-accent), var(--store-accent-strong));
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(232, 180, 73, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-add-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(232, 180, 73, 0.34);
}

.btn-add-cart[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
  box-shadow: none;
}

.catalog-toolbar {
  padding: 22px;
  margin-bottom: 26px;
}

.catalog-toolbar .form-control {
  min-height: 52px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: none;
}

.catalog-toolbar .form-control:focus {
  border-color: rgba(232, 180, 73, 0.56);
  box-shadow: 0 0 0 0.2rem rgba(244, 199, 106, 0.18);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-pill,
.filter-pill:hover {
  color: var(--store-dark);
  text-decoration: none;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-pill:hover,
.filter-pill.active {
  transform: translateY(-2px);
  border-color: rgba(244, 199, 106, 0.55);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10);
}

.filter-pill.active {
  background: linear-gradient(135deg, rgba(244, 199, 106, 0.18), rgba(232, 180, 73, 0.12));
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-product-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  min-height: 118px;
}

.mini-product-card img {
  width: 86px;
  height: 86px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 86px;
}

.mini-product-card h6 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
}

.mini-product-card .meta {
  color: var(--store-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.dual-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.info-panel {
  padding: 28px;
}

.empty-note {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px dashed rgba(15, 23, 42, 0.14);
  color: var(--store-muted);
}

.cart-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 26px;
}

.cart-items-card,
.cart-summary-card {
  padding: 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.cart-item + .cart-item {
  margin-top: 16px;
}

.cart-thumb {
  width: 118px;
  height: 132px;
  border-radius: 22px;
  object-fit: cover;
}

.cart-line-top {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.cart-line-top h5 {
  margin: 6px 0 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.cart-category {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--store-muted);
  text-transform: uppercase;
}

.cart-price {
  font-size: 1.12rem;
  font-weight: 900;
  white-space: nowrap;
}

.cart-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.05);
}

.qty-wrap label {
  margin: 0;
  color: var(--store-muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.qty-wrap .form-control {
  width: 92px;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

.btn-remove {
  border: 0;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-weight: 800;
  color: var(--store-danger);
  background: rgba(199, 62, 81, 0.10);
}

.summary-lines {
  display: grid;
  gap: 14px;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--store-muted);
}

.summary-line strong {
  color: var(--store-dark);
}

.summary-total {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 1.06rem;
}

.summary-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(244, 199, 106, 0.14);
  color: var(--store-dark-soft);
}

.empty-state {
  padding: 34px 28px;
  text-align: center;
}

.empty-state i {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.05);
  font-size: 1.5rem;
  color: var(--store-accent-strong);
  margin-bottom: 16px;
}

.store-toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: grid;
  gap: 12px;
}

.store-toast {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 260px;
  max-width: 360px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 18, 32, 0.95);
  color: #fff;
  box-shadow: 0 18px 38px rgba(11, 18, 32, 0.28);
  transform: translateY(18px);
  opacity: 0;
  animation: toast-in 0.28s ease forwards;
}

.store-toast i {
  margin-top: 2px;
  color: var(--store-accent);
}

.store-toast--danger i {
  color: #ff9aa8;
}

.public-footer {
  position: relative;
  margin-top: 56px;
  padding: 38px 0;
}

.public-footer .footer-card {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(130deg, rgba(9, 17, 31, 0.98), rgba(21, 32, 54, 0.96));
  color: rgba(255,255,255,0.88);
  box-shadow: var(--shadow-strong);
}

.footer-card .brand-name {
  font-size: 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.footer-title {
  display: block;
  margin-bottom: 12px;
  font-weight: 800;
  color: #fff;
}

.footer-link,
.footer-link:hover {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.alert {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

@keyframes hero-shine {
  0%, 20% { transform: translateX(-110%); }
  40%, 100% { transform: translateX(130%); }
}

@keyframes float-product {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes toast-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .nav-shell {
    border-radius: 34px;
  }

  .hero-card {
    padding: 28px;
  }

  .mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .public-header {
    position: static;
  }

  .nav-shell {
    border-radius: 30px;
    padding: 16px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-stats,
  .dual-panels,
  .cart-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-floating--top {
    right: 10px;
  }

  .hero-floating--bottom {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-subtitle {
    display: none;
  }

  .hero-card {
    padding: 22px;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }

  .product-media img {
    height: 270px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-thumb {
    width: 100%;
    height: 250px;
  }
}

/* ===== visual refresh v2 ===== */
:root {
  --store-bg: #d9e1eb;
  --store-surface: rgba(231, 237, 245, 0.88);
  --store-surface-strong: #e8eef5;
  --store-border: rgba(7, 16, 31, 0.08);
  --store-text: #0c1524;
  --store-muted: #5f6f86;
  --store-dark: #0a1220;
  --store-dark-soft: #18263d;
  --store-accent: #f0c15d;
  --store-accent-strong: #dca83f;
  --store-accent-soft: rgba(240, 193, 93, 0.18);
  --shadow-soft: 0 20px 60px rgba(8, 18, 36, 0.10);
  --shadow-card: 0 18px 42px rgba(8, 18, 36, 0.12);
  --shadow-strong: 0 30px 70px rgba(6, 14, 28, 0.24);
}

body.public-body {
  background:
    radial-gradient(circle at top left, rgba(240, 193, 93, 0.10), transparent 20%),
    radial-gradient(circle at top right, rgba(36, 66, 120, 0.12), transparent 22%),
    linear-gradient(180deg, #cdd6e2 0%, #d9e2ec 22%, #e1e8f0 45%, #d7dee8 100%);
}

.site-backdrop {
  background:
    radial-gradient(circle at 12% 6%, rgba(240, 193, 93, 0.10), transparent 18%),
    radial-gradient(circle at 84% 0%, rgba(10, 18, 32, 0.08), transparent 20%),
    radial-gradient(circle at 82% 28%, rgba(90, 116, 165, 0.14), transparent 20%);
}

.container {
  max-width: 1460px;
}

.public-header {
  background: linear-gradient(180deg, rgba(205, 214, 226, 0.96), rgba(205, 214, 226, 0.74) 80%, rgba(205, 214, 226, 0));
}

.nav-shell {
  padding: 16px 18px;
  border-color: rgba(255,255,255,0.16);
}

.section-shell {
  padding-top: 16px;
  padding-bottom: 16px;
}

.surface-card {
  background: linear-gradient(180deg, rgba(236, 242, 248, 0.94), rgba(227, 234, 243, 0.88));
  border-color: rgba(8, 18, 36, 0.06);
}

.section-header-light .section-title,
.section-header-light .section-subtitle {
  color: var(--store-text);
}

.section-link-dark {
  background: rgba(236, 242, 248, 0.95);
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-title-light,
.hero-subtitle-light {
  color: #f5f8fc;
}

.hero-subtitle-light {
  max-width: 690px;
}

.btn-store-ghost {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.btn-store-ghost:hover {
  color: #fff;
  background: rgba(255,255,255,0.14);
}

.hero-band {
  position: relative;
  padding: 18px 0 12px;
}

.hero-band::before {
  content: "";
  position: absolute;
  inset: 20px 0 auto;
  height: 540px;
  background: linear-gradient(135deg, rgba(7, 16, 31, 0.90), rgba(20, 33, 58, 0.92) 58%, rgba(31, 49, 79, 0.84));
  box-shadow: var(--shadow-strong);
}

.hero-band .container {
  position: relative;
  z-index: 2;
}

.hero-band-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 34px;
  min-height: 540px;
  padding: 52px 44px 44px;
  border-radius: 36px;
  overflow: hidden;
}

.hero-band-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(240, 193, 93, 0.20), transparent 14%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(115deg, rgba(255,255,255,0.03), transparent 34%);
  pointer-events: none;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}

.hero-band .hero-title {
  max-width: 720px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.92;
}

.hero-band .hero-subtitle {
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-stats-dark .hero-stat-dark {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.09);
  backdrop-filter: blur(10px);
}

.hero-stats-dark .hero-stat-dark strong,
.hero-stats-dark .hero-stat-dark span {
  color: #eef4ff;
}

.hero-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.hero-stage-card {
  position: relative;
  width: min(100%, 670px);
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(247, 249, 252, 0.98), rgba(214, 224, 238, 0.95));
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.22);
}

.hero-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 8%, rgba(255,255,255,0.42) 38%, transparent 56%);
  transform: translateX(-120%);
  animation: hero-shine 7s ease-in-out infinite;
  z-index: 2;
}

.hero-stage-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% 16%;
  height: 48%;
  background: radial-gradient(circle, rgba(240, 193, 93, 0.34), transparent 62%);
  filter: blur(20px);
}

.hero-stage-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.8s ease;
  animation: float-product 6.4s ease-in-out infinite;
}

.hero-stage-card:hover .hero-stage-image {
  transform: scale(1.04) rotate(-1.2deg);
}

.hero-stage-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 22px;
  color: #0f1728;
  background: rgba(242, 246, 251, 0.9);
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(6, 14, 28, 0.20);
}

.hero-stage-badge i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(240, 193, 93, 0.18);
  color: var(--store-accent-strong);
}

.hero-stage-badge strong {
  display: block;
  font-size: 1rem;
}

.hero-stage-badge small {
  display: block;
  color: var(--store-muted);
}

.hero-stage-badge--top {
  top: 26px;
  right: 0;
}

.hero-stage-badge--bottom {
  left: 0;
  bottom: 28px;
}

.product-premium {
  background: linear-gradient(180deg, rgba(241, 245, 250, 0.96), rgba(229, 236, 244, 0.92));
}

.product-premium--featured {
  border-color: rgba(240, 193, 93, 0.24);
  box-shadow: 0 20px 42px rgba(8, 18, 36, 0.14);
}

.product-premium--featured .product-media {
  background: linear-gradient(180deg, #eef3f8, #dde5ef);
}

.product-media {
  background: linear-gradient(180deg, #edf2f8, #dfe7f1);
}

.product-media img {
  height: 350px;
}

.product-media::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(9, 17, 31, 0.10));
  z-index: 1;
  pointer-events: none;
}

.product-premium:hover .product-media img {
  transform: scale(1.07) rotate(-1.3deg);
}

.category-tile {
  min-height: 300px;
}

.catalog-shell {
  padding-top: 30px;
}

.mini-product-card,
.catalog-toolbar,
.filter-pill,
.section-link-dark {
  background: rgba(238, 243, 249, 0.92);
}

.price-note {
  color: #61718a;
}

@media (max-width: 1199px) {
  .hero-band::before {
    height: 500px;
  }

  .hero-band-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 28px 32px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-stage-card {
    width: 100%;
    min-height: 420px;
  }

  .hero-stage-badge--top {
    right: 18px;
  }

  .hero-stage-badge--bottom {
    left: 18px;
  }
}

@media (max-width: 767px) {
  .hero-band::before {
    inset: 14px 0 auto;
    height: 540px;
  }

  .hero-band-inner {
    padding: 26px 20px 22px;
    gap: 22px;
    border-radius: 28px;
  }

  .hero-band .hero-title {
    font-size: 2.6rem;
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 320px;
  }

  .hero-stage-badge {
    position: relative;
    margin-top: 12px;
  }

  .hero-stage {
    flex-direction: column;
  }

  .product-media img {
    height: 280px;
  }
}

/* ===== header/footer full width refinement ===== */
.public-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 0;
  background: linear-gradient(90deg, rgba(8, 16, 31, 0.98), rgba(16, 28, 49, 0.98) 52%, rgba(12, 20, 38, 0.98));
  border-bottom: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 18px 42px rgba(6, 14, 28, 0.18);
  backdrop-filter: blur(16px);
}

.header-inner,
.footer-inner {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.nav-shell {
  min-height: 92px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nav-brand-side {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
  flex-wrap: wrap;
}

.nav-links {
  gap: 12px;
}

.nav-links--primary {
  justify-content: flex-start;
}

.nav-links--secondary {
  justify-content: flex-end;
  margin-left: auto;
}

.nav-pill {
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.08);
}

.nav-pill:hover,
.nav-pill.active {
  background: rgba(255,255,255,0.11);
}

.public-main {
  padding-top: 10px;
}

.hero-band {
  padding-top: 0;
}

.hero-band::before {
  inset: 0 0 auto;
  height: 620px;
}

.hero-band .container {
  max-width: 1460px;
}

.hero-band-inner {
  border-radius: 0 0 44px 44px;
  min-height: 620px;
  padding-top: 58px;
}

.public-footer {
  margin-top: 64px;
  padding: 0;
  background: linear-gradient(120deg, rgba(7, 16, 31, 0.98), rgba(18, 29, 50, 0.98) 55%, rgba(10, 18, 34, 1));
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.public-footer .footer-card {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.footer-inner {
  padding-top: 36px;
  padding-bottom: 42px;
}

.footer-copy {
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
  max-width: 420px;
}

.footer-grid {
  align-items: start;
}

@media (max-width: 1199px) {
  .nav-shell {
    min-height: auto;
    align-items: flex-start;
  }

  .nav-brand-side {
    width: 100%;
    gap: 18px;
  }

  .nav-links--secondary {
    margin-left: 0;
  }

  .hero-band::before {
    height: 560px;
  }

  .hero-band-inner {
    border-radius: 0 0 34px 34px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .public-header {
    position: static;
  }

  .header-inner,
  .footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-shell {
    padding: 16px 0;
    gap: 14px;
  }

  .nav-brand-side,
  .nav-links,
  .nav-links--secondary {
    width: 100%;
  }

  .nav-links--secondary {
    justify-content: flex-start;
    margin-left: 0;
  }

  .hero-band::before {
    height: 540px;
  }

  .hero-band-inner {
    border-radius: 0 0 30px 30px;
    padding-top: 34px;
  }
}

@media (max-width: 767px) {
  .brand-name {
    font-size: 1.2rem;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-pill {
    min-height: 42px;
    padding: 0 15px;
  }

  .hero-band::before {
    height: 600px;
  }

  .hero-band-inner {
    border-radius: 0 0 26px 26px;
  }

  .footer-inner {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}

/* ===== storefront header with logo + menu + cart ===== */
:root {
  --store-bg: #dde5ef;
  --store-bg-soft: #e9eef6;
  --store-panel: rgba(255, 255, 255, 0.82);
  --store-panel-strong: rgba(255, 255, 255, 0.90);
  --store-header-start: #061225;
  --store-header-mid: #10233f;
  --store-header-end: #0b1a31;
  --store-header-height: 104px;
}

body.public-body {
  overflow-y: scroll;
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 199, 106, 0.18), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(18, 35, 63, 0.16), transparent 22%),
    linear-gradient(180deg, #d8e1ec 0%, var(--store-bg) 42%, var(--store-bg-soft) 100%);
}

body.drawer-open {
  overflow-y: scroll;
}

.site-backdrop {
  background:
    radial-gradient(circle at 15% 8%, rgba(244, 199, 106, 0.08), transparent 18%),
    radial-gradient(circle at 84% 0%, rgba(11, 26, 49, 0.08), transparent 22%),
    radial-gradient(circle at 78% 36%, rgba(244, 199, 106, 0.06), transparent 18%);
}

.public-header--storefront {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  padding: 0;
  background: linear-gradient(90deg, var(--store-header-start), var(--store-header-mid) 54%, var(--store-header-end));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(6, 13, 27, 0.18);
}

.header-inner--wide,
.footer-inner--wide,
.hero-band .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.header-inner--wide {
  padding-left: 18px;
  padding-right: 18px;
}

.footer-inner--wide {
  padding-left: 28px;
  padding-right: 28px;
}

.storefront-bar {
  min-height: var(--store-header-height);
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.storefront-left {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.storefront-logo,
.storefront-logo:hover {
  text-decoration: none;
}

.storefront-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-height: var(--store-header-height);
  padding-left: 8px;
  padding-right: 6px;
}

.storefront-logo img {
  height: 104px;
  width: auto;
  max-width: min(38vw, 340px);
  display: block;
  filter: none;
}

.storefront-menu-btn {
  height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.storefront-menu-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.storefront-menu-icon {
  width: 22px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.storefront-menu-icon span {
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 999px;
  background: #ffffff;
}


.storefront-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: 58px;
  justify-self: stretch;
  margin: 0 auto;
  padding: 0 12px 0 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 18, 36, 0.10);
  box-shadow: 0 14px 30px rgba(3, 10, 22, 0.16);
}

.storefront-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #53627a;
  font-size: 1.08rem;
}

.storefront-search input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #0b1a31;
  font-size: 1rem;
  font-weight: 600;
}

.storefront-search input::placeholder {
  color: #6b778a;
  font-weight: 500;
}

.storefront-search-btn {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--store-header-mid), var(--store-header-end));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(11, 26, 49, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.storefront-search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(11, 26, 49, 0.28);
}

.storefront-cart,
.storefront-cart:hover {
  text-decoration: none;
  color: #fff;
}

.storefront-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 62px;
  min-height: 54px;
  padding: 0 18px;
  margin-right: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.storefront-cart:hover,
.storefront-cart.active {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.storefront-cart i {
  font-size: 1.18rem;
}

.storefront-cart-badge {
  position: absolute;
  top: 3px;
  right: 0;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--store-accent), #ffd777);
  color: #0b1a31;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(244, 199, 106, 0.32);
}

.storefront-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 12, 24, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 89;
}

.storefront-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.storefront-drawer {
  position: fixed;
  top: calc(var(--store-header-height) - 6px);
  left: 26px;
  width: min(360px, calc(100vw - 36px));
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.98), rgba(17, 31, 54, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(6, 12, 24, 0.34);
  transform: translateY(-14px) scale(0.98);
  transform-origin: top left;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 90;
  overflow-y: auto;
  max-height: calc(100vh - var(--store-header-height) - 24px);
}

.storefront-drawer.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.storefront-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.storefront-logo--drawer {
  min-height: auto;
  padding: 0;
}

.storefront-logo--drawer img {
  height: 66px;
  max-width: 180px;
}

.storefront-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.05rem;
}

.drawer-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drawer-link,
.drawer-link:hover {
  color: #fff;
  text-decoration: none;
}

.drawer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.drawer-link:hover,
.drawer-link.active {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.16);
}

.drawer-link--accent {
  background: linear-gradient(135deg, rgba(244, 199, 106, 0.98), rgba(232, 180, 73, 0.98));
  color: #09101f;
  border-color: transparent;
}

.drawer-link--accent:hover {
  color: #09101f;
}

.public-main {
  position: relative;
  z-index: 2;
  padding-top: var(--store-header-height);
}

.hero-band {
  padding-top: 0;
}

.hero-band::before {
  left: 0;
  right: 0;
  height: 100%;
  background:
    radial-gradient(circle at 18% 8%, rgba(244, 199, 106, 0.12), transparent 20%),
    linear-gradient(115deg, rgba(11, 24, 46, 0.98), rgba(27, 47, 82, 0.96) 52%, rgba(57, 77, 112, 0.88));
}

.hero-band .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-band-inner {
  width: min(100%, 1500px);
  margin: 0 auto;
  min-height: min(78vh, 900px);
  padding: 58px 28px 68px;
  border-radius: 0 0 36px 36px;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  align-items: center;
  gap: 34px;
}

.hero-band-inner::before {
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.08), transparent 22%);
}

.hero-copy {
  max-width: 720px;
}

.hero-band .hero-title {
  max-width: 780px;
  font-size: clamp(3.6rem, 7vw, 6.2rem);
  line-height: 0.92;
}

.hero-band .hero-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 1.14rem;
}

.hero-actions {
  margin-bottom: 24px;
}

.hero-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stage-card {
  width: 100%;
  max-width: 760px;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(6, 12, 24, 0.30);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02));
}

.hero-stage-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease, filter 0.45s ease;
  filter: saturate(1.05) contrast(1.02);
}

.hero-stage-card:hover .hero-stage-image {
  transform: scale(1.035);
}

.hero-stage-badge {
  z-index: 2;
  backdrop-filter: blur(14px);
}

.hero-stage-badge--top {
  top: 34px;
  right: 26px;
}

.hero-stage-badge--bottom {
  bottom: 26px;
  left: 26px;
}

.hero-stats-dark .hero-stat-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.10);
}

.hero-stats-dark .hero-stat-dark span {
  color: rgba(255, 255, 255, 0.70);
}

.section-shell {
  padding-top: 28px;
  padding-bottom: 22px;
}

.section-header-light .section-subtitle {
  color: #5d697d;
}

.public-footer--storefront {
  margin-top: 72px;
  padding: 0;
  background: linear-gradient(90deg, var(--store-header-start), var(--store-header-mid) 52%, var(--store-header-end));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.storefront-footer-grid {
  min-height: 180px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.75fr));
  gap: 34px;
  padding: 34px 0 42px;
  color: rgba(255, 255, 255, 0.88);
}

.storefront-logo--footer img {
  height: 82px;
  max-width: min(42vw, 250px);
}

.storefront-footer-brand {
  max-width: 440px;
}

.public-footer .footer-title {
  color: #ffffff;
}

.footer-copy,
.public-footer .footer-link,
.public-footer .footer-link:hover,
.public-footer div {
  color: rgba(255, 255, 255, 0.78);
}

.public-footer .footer-link:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer-inner--wide,
  .hero-band-inner {
    width: min(100%, 1320px);
  }

  .storefront-logo img {
    height: 82px;
    max-width: min(40vw, 250px);
  }

  .hero-band-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    min-height: auto;
    padding-top: 44px;
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 540px;
  }
}

@media (max-width: 991px) {
  :root {
    --store-header-height: 88px;
  }

  .header-inner--wide {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-inner--wide {
    padding-left: 18px;
    padding-right: 18px;
  }

  .storefront-bar {
    min-height: var(--store-header-height);
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .storefront-logo {
    padding-left: 4px;
  }

  .storefront-logo img {
    height: 82px;
    max-width: min(44vw, 250px);
  }

  .storefront-cart-text {
    display: none;
  }

  .storefront-menu-btn,
  .storefront-cart {
    min-width: 52px;
    padding: 0 15px;
  }

  .storefront-drawer {
    left: 14px;
    width: min(340px, calc(100vw - 28px));
  }


  .storefront-search {
    max-width: 360px;
    font-size: 1rem;
    width: 100%;
    height: 54px;
    padding-left: 46px;
  }

  .hero-band-inner {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 36px 18px 42px;
    gap: 24px;
  }

  .hero-band .hero-title {
    font-size: clamp(3rem, 10vw, 4.8rem);
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 420px;
  }

  .storefront-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  :root {
    --store-header-height: 82px;
  }

  .storefront-left {
    gap: 10px;
  }

  .storefront-logo img {
    height: 72px;
    max-width: min(50vw, 210px);
  }

  .storefront-menu-btn,
  .storefront-cart {
    height: 48px;
  }


  .storefront-bar {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .storefront-search {
    grid-column: 1 / -1;
    order: 3;
    height: 50px;
    padding-left: 44px;
  }

  .storefront-search input {
    font-size: 0.96rem;
  }

  .storefront-search-btn {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .storefront-drawer {
    top: calc(var(--store-header-height) - 2px);
  }

  .hero-band .hero-title {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .hero-band .hero-subtitle {
    font-size: 1rem;
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 320px;
    border-radius: 24px;
  }

  .hero-stage-badge {
    transform: scale(0.92);
  }
}


/* --- Dynamic product mega menu --- */
.storefront-drawer--mega {
  top: var(--store-header-height);
  left: 0;
  width: min(1080px, calc(100vw - 36px));
  max-height: calc(100vh - var(--store-header-height) - 18px);
  border-radius: 0 0 28px 0;
  padding: 0;
  overflow: hidden;
}

.storefront-drawer-head--mega {
  padding: 22px 24px 18px;
  margin: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.drawer-title {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.storefront-drawer-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 520px;
}

.storefront-drawer-sidebar {
  padding: 16px;
  background: rgba(5, 12, 23, 0.42);
  border-right: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-segment-link,
.drawer-segment-link:hover {
  text-decoration: none;
  color: #fff;
}

.drawer-segment-link {
  width: 100%;
  text-align: left;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.drawer-segment-link:hover,
.drawer-segment-link.is-active {
  transform: translateX(3px);
  background: rgba(244, 199, 106, 0.16);
  border-color: rgba(244, 199, 106, 0.34);
}

.drawer-segment-link small {
  color: rgba(255,255,255,0.64);
  font-size: 0.8rem;
}

.drawer-segment-name {
  font-weight: 800;
  font-size: 1rem;
}

.drawer-segment-link--catalog {
  margin-top: auto;
  background: rgba(255,255,255,0.08);
}

.storefront-drawer-content {
  padding: 24px 26px;
  overflow-y: auto;
}

.drawer-panel {
  display: none;
}

.drawer-panel.is-active {
  display: block;
}

.drawer-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.drawer-panel-head h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}

.drawer-panel-kicker {
  display: inline-block;
  color: rgba(255,255,255,0.62);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.drawer-panel-link,
.drawer-panel-link:hover {
  color: var(--store-accent);
  text-decoration: none;
  font-weight: 700;
}

.drawer-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.drawer-category-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.drawer-category-title,
.drawer-category-title:hover {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.drawer-category-meta {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.58);
  font-size: 0.84rem;
}

.drawer-product-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-product-link,
.drawer-product-link:hover {
  color: rgba(255,255,255,0.84);
  text-decoration: none;
}

.drawer-product-link {
  font-size: 0.94rem;
  line-height: 1.3;
  transition: color 0.18s ease, transform 0.18s ease;
}

.drawer-product-link:hover {
  color: #fff;
  transform: translateX(3px);
}

.drawer-empty {
  min-height: 240px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.16);
}

.catalog-toolbar-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1199px) {
  .drawer-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .storefront-drawer--mega {
    width: min(760px, calc(100vw - 18px));
  }

  .storefront-drawer-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-drawer-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow-x: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .drawer-segment-link {
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .storefront-drawer--mega {
    left: 0;
    width: 100vw;
    border-radius: 0;
    max-height: calc(100vh - var(--store-header-height));
  }

  .storefront-drawer-head--mega,
  .storefront-drawer-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drawer-mega-grid {
    grid-template-columns: 1fr;
  }
}


/* --- 3-level dynamic catalog drawer override --- */
.storefront-drawer--mega {
  width: min(1280px, calc(100vw - 28px));
  max-height: calc(100vh - var(--store-header-height) - 16px);
}

.storefront-drawer-shell--3levels {
  grid-template-columns: 250px 320px minmax(0, 1fr);
  min-height: 560px;
}

.storefront-drawer-sidebar--level1 {
  gap: 8px;
}

.storefront-drawer-content--level2 {
  display: contents;
  padding: 0;
}

.drawer-top-link,
.drawer-top-link:hover {
  text-decoration: none;
  color: #fff;
}

.drawer-top-link {
  width: 100%;
  min-height: 54px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.035);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.drawer-top-link:hover,
.drawer-top-link.is-active {
  background: rgba(244, 199, 106, 0.14);
  border-color: rgba(244, 199, 106, 0.28);
  transform: translateX(3px);
}

.drawer-top-link__text {
  font-weight: 800;
  font-size: 0.98rem;
}

.drawer-top-link small {
  color: rgba(255,255,255,0.58);
  font-size: 0.79rem;
}

.drawer-top-panel {
  display: none;
  min-height: 560px;
}

.drawer-top-panel.is-active {
  display: contents;
}

.drawer-top-panel > .drawer-panel-head,
.drawer-top-panel > .drawer-level-title,
.drawer-top-panel > .drawer-level-list {
  grid-column: 2;
}

.drawer-top-panel > .drawer-detail-group {
  grid-column: 3;
  grid-row: 1 / span 3;
}

.drawer-level-title {
  align-self: end;
  margin: 0 0 12px;
  color: rgba(255,255,255,0.62);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 24px 18px 0;
}

.drawer-top-panel .drawer-panel-head {
  padding: 26px 18px 0;
  margin-bottom: 0;
}

.drawer-level-list {
  padding: 14px 18px 24px;
  border-left: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.025);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-level-link {
  width: 100%;
  min-height: 54px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.drawer-level-link span {
  font-weight: 700;
}

.drawer-level-link small {
  color: rgba(255,255,255,0.58);
  font-size: 0.82rem;
}

.drawer-level-link:hover,
.drawer-level-link.is-active {
  background: rgba(244, 199, 106, 0.14);
  border-color: rgba(244, 199, 106, 0.28);
  transform: translateX(4px);
}

.drawer-detail-group {
  padding: 26px 24px 24px;
}

.drawer-detail-panel {
  display: none;
}

.drawer-detail-panel.is-active {
  display: block;
}

.drawer-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.drawer-detail-head h4 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.drawer-product-list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.drawer-product-chip,
.drawer-product-chip:hover {
  text-decoration: none;
  color: #fff;
}

.drawer-product-chip {
  min-height: 84px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.drawer-product-chip:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(244, 199, 106, 0.26);
}

.drawer-product-chip span {
  line-height: 1.35;
  color: rgba(255,255,255,0.92);
}

.drawer-product-chip strong {
  font-size: 0.9rem;
  color: var(--store-accent);
}

.drawer-empty--compact {
  min-height: 0;
  padding: 18px;
}

@media (max-width: 1199px) {
  .storefront-drawer--mega {
    width: min(1120px, calc(100vw - 20px));
  }

  .storefront-drawer-shell--3levels {
    grid-template-columns: 230px 260px minmax(0, 1fr);
  }

  .drawer-product-list--grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .storefront-drawer--mega {
    width: min(880px, calc(100vw - 12px));
  }

  .storefront-drawer-content--level2,
  .drawer-top-panel.is-active {
    display: block;
  }

  .storefront-drawer-shell--3levels {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-drawer-sidebar--level1,
  .drawer-level-list {
    border-right: 0;
    border-left: 0;
  }

  .storefront-drawer-sidebar--level1 {
    max-height: 220px;
    overflow-y: auto;
  }

  .drawer-top-panel {
    display: none;
    min-height: 0;
  }

  .drawer-top-panel.is-active {
    display: block;
  }

  .drawer-top-panel > .drawer-panel-head,
  .drawer-top-panel > .drawer-level-title,
  .drawer-top-panel > .drawer-level-list,
  .drawer-top-panel > .drawer-detail-group {
    grid-column: auto;
    grid-row: auto;
  }

  .drawer-top-panel .drawer-panel-head,
  .drawer-level-title,
  .drawer-level-list,
  .drawer-detail-group {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .storefront-drawer--mega {
    width: 100vw;
  }

  .drawer-top-panel .drawer-panel-head,
  .drawer-level-title,
  .drawer-level-list,
  .drawer-detail-group {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.drawer-placeholder {
  grid-column: 2 / span 2;
  padding: 26px 24px 24px;
  display: none;
}

.drawer-placeholder.is-visible {
  display: block;
}

@media (max-width: 991px) {
  .drawer-placeholder {
    grid-column: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .drawer-placeholder {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* --- catalog menu refined to match requested compact layout --- */
.storefront-drawer--mega {
  width: min(1180px, calc(100vw - 12px));
  max-height: calc(100vh - var(--store-header-height) - 8px);
  top: calc(var(--store-header-height) + 4px);
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

.storefront-drawer-head--catalog {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.storefront-drawer-head--catalog .storefront-close {
  position: static;
  margin: 0;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.storefront-drawer-head--catalog .drawer-title {
  margin: 0;
  font-size: 1.2rem;
  color: #f4f6fb;
}

.storefront-drawer-shell--catalog {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 600px;
}

.storefront-drawer-sidebar--catalog {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-right: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  overflow-y: auto;
}

.storefront-drawer-content--catalog {
  min-height: 600px;
  background: rgba(255,255,255,0.02);
}

.drawer-top-link--catalog,
.drawer-top-link--catalog:hover {
  color: #eef2fb;
  text-decoration: none;
}

.drawer-top-link--catalog {
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .16s ease, color .16s ease;
}

.drawer-top-link--catalog .drawer-top-link__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.drawer-top-link--catalog i {
  color: rgba(255,255,255,0.45);
  font-size: 1.05rem;
}

.drawer-top-link--catalog:hover,
.drawer-top-link--catalog.is-active {
  background: rgba(255,255,255,0.08);
  transform: none;
}

.drawer-top-link--catalog:hover i,
.drawer-top-link--catalog.is-active i {
  color: var(--store-accent);
}

.drawer-top-panel--catalog {
  display: none;
  height: 100%;
  padding: 24px 30px 28px;
}

.drawer-top-panel--catalog.is-active {
  display: block;
}

.drawer-catalog-head {
  min-height: 56px;
  margin: 0 0 22px;
  padding: 10px 22px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(90deg, #d8b45c, #c48f3e);
  color: #14203b;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.drawer-catalog-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 34px;
  align-content: start;
}

.drawer-catalog-group {
  min-width: 0;
}

.drawer-catalog-group-title,
.drawer-catalog-group-title:hover {
  display: inline-block;
  margin: 0 0 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.drawer-catalog-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.drawer-catalog-link,
.drawer-catalog-link:hover {
  color: rgba(255,255,255,0.84);
  text-decoration: none;
}

.drawer-catalog-link {
  line-height: 1.35;
  font-size: 0.95rem;
  transition: color .15s ease, transform .15s ease;
}

.drawer-catalog-link:hover {
  color: var(--store-accent);
  transform: translateX(2px);
}

.drawer-empty--compact {
  padding: 18px;
}

.drawer-placeholder,
.drawer-panel-head,
.drawer-level-title,
.drawer-level-list,
.drawer-detail-group,
.drawer-panel-link,
.drawer-top-link small,
.drawer-product-chip strong {
  display: none !important;
}

@media (max-width: 1199px) {
  .storefront-drawer--mega {
    width: min(1040px, calc(100vw - 10px));
  }

  .drawer-catalog-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 24px;
  }
}

@media (max-width: 991px) {
  .storefront-drawer--mega {
    width: calc(100vw - 6px);
    max-height: calc(100vh - 74px);
  }

  .storefront-drawer-shell--catalog {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-drawer-sidebar--catalog {
    max-height: 260px;
  }

  .storefront-drawer-content--catalog {
    min-height: 0;
  }

  .drawer-catalog-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .drawer-top-panel--catalog {
    padding: 16px;
  }

  .drawer-catalog-head {
    margin-bottom: 16px;
    font-size: 0.98rem;
  }

  .drawer-catalog-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* --- compact catalog drawer with click open --- */
.storefront-drawer--mega {
  --drawer-sidebar-width: 212px;
  --drawer-panel-width: 0px;
  width: fit-content;
  min-width: var(--drawer-sidebar-width);
  max-width: calc(100vw - 12px);
  max-height: calc(100vh - var(--store-header-height) - 8px);
  top: var(--store-header-height);
  left: 0;
  border-radius: 0 0 22px 0;
  overflow: hidden;
}

.storefront-drawer-head--catalog,
.storefront-close,
.drawer-top-link--catalog i {
  display: none !important;
}

.storefront-drawer-shell--catalog {
  display: grid;
  grid-template-columns: var(--drawer-sidebar-width);
  min-height: 0;
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
  grid-template-columns: var(--drawer-sidebar-width) minmax(0, var(--drawer-panel-width));
}

.storefront-drawer-sidebar--catalog {
  min-height: 0;
  max-height: min(70vh, 720px);
}

.storefront-drawer-content--catalog {
  display: none;
  width: auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255,255,255,0.02);
  border-left: 1px solid rgba(255,255,255,0.08);
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-content--catalog {
  display: block;
}

.drawer-top-link--catalog {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 41px;
  padding: 0 16px;
  border-radius: 0;
}

.drawer-top-link--catalog .drawer-top-link__text {
  font-size: 0.98rem;
}

.drawer-top-panel--catalog {
  display: none;
  width: fit-content;
  min-width: 0;
  max-width: none;
  padding: 14px 18px 16px;
}

.drawer-top-panel--catalog.is-active {
  display: block;
}

.drawer-catalog-head {
  margin: 0 0 12px;
  padding: 9px 18px;
  min-height: 0;
  width: max-content;
  min-width: 0;
  max-width: 100%;
  border-radius: 0 0 24px 24px;
}

.drawer-catalog-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  width: fit-content;
  max-width: none;
}

.drawer-catalog-group {
  flex: 0 0 auto;
  width: max-content;
  max-width: 260px;
}

.drawer-catalog-group-title,
.drawer-catalog-group-title:hover {
  margin: 0 0 8px;
  font-size: 1rem;
}

.drawer-catalog-links {
  gap: 4px;
}

.drawer-catalog-link {
  font-size: 0.93rem;
  line-height: 1.26;
}

@media (max-width: 991px) {
  .storefront-drawer--mega,
  .storefront-drawer--mega.has-active-panel {
    width: calc(100vw - 8px);
    border-radius: 0 0 18px 18px;
  }

  .storefront-drawer-shell--catalog,
  .storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
    grid-template-columns: 1fr;
  }

  .storefront-drawer-content--catalog,
  .storefront-drawer--mega.has-active-panel .storefront-drawer-content--catalog {
    display: block;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .drawer-top-panel--catalog {
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }

  .drawer-catalog-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }

  .drawer-catalog-group {
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .drawer-catalog-columns {
    grid-template-columns: 1fr;
  }
}


/* --- final catalog drawer fit-content fixes --- */
.storefront-drawer--mega {
  --drawer-sidebar-width: 182px;
  --drawer-panel-width: 0px;
  width: fit-content;
  min-width: var(--drawer-sidebar-width);
  max-width: calc(100vw - 8px);
  max-height: none;
  overflow: visible;
}

.storefront-drawer-shell--catalog {
  align-items: start;
  grid-template-columns: var(--drawer-sidebar-width);
  min-height: 0;
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
  grid-template-columns: var(--drawer-sidebar-width) minmax(0, var(--drawer-panel-width));
}

.storefront-drawer-sidebar--catalog,
.storefront-drawer-content--catalog {
  max-height: calc(100vh - var(--store-header-height) - 14px);
}

.storefront-drawer-sidebar--catalog {
  overflow-y: auto;
  overflow-x: hidden;
}

.storefront-drawer-content--catalog {
  display: none;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  overflow-x: auto;
  overflow-y: auto;
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-content--catalog {
  display: block;
}

.drawer-top-link--catalog,
.drawer-top-link--catalog:hover {
  justify-content: flex-start;
  text-align: left;
}

.drawer-top-link--catalog {
  min-height: 36px;
  padding: 0 14px 0 28px;
}

.drawer-top-link--catalog .drawer-top-link__text {
  width: 100%;
  text-align: left;
}

.drawer-top-panel--catalog {
  height: auto;
  min-height: 0;
  width: fit-content;
  max-width: calc(100vw - var(--drawer-sidebar-width) - 18px);
  padding: 14px 16px 14px;
}

.drawer-top-panel--catalog.is-active {
  display: block;
}

.drawer-catalog-head {
  margin: 0 0 10px;
  text-align: left;
}

.drawer-catalog-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  gap: 22px;
}

.drawer-catalog-group {
  flex: 0 0 auto;
  width: max-content;
  min-width: max-content;
  max-width: none;
  text-align: left;
}

.drawer-catalog-group-title,
.drawer-catalog-group-title:hover,
.drawer-catalog-link,
.drawer-catalog-link:hover {
  text-align: left;
}

.drawer-catalog-group-title,
.drawer-catalog-link {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.drawer-catalog-links {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .storefront-drawer--mega,
  .storefront-drawer--mega.has-active-panel {
    width: calc(100vw - 8px);
    max-height: calc(100vh - 74px);
    overflow: auto;
  }

  .storefront-drawer-shell--catalog,
  .storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
    grid-template-columns: 1fr;
  }

  .storefront-drawer-sidebar--catalog,
  .storefront-drawer-content--catalog {
    max-height: none;
  }

  .drawer-top-link--catalog {
    padding-left: 18px;
  }

  .drawer-top-panel--catalog {
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }

  .drawer-catalog-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    width: auto;
  }

  .drawer-catalog-group,
  .drawer-catalog-group-title,
  .drawer-catalog-link {
    width: auto;
    min-width: 0;
    white-space: normal;
  }
}

/* --- Editorial home refresh --- */
.hero-band--editorial::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(244, 199, 106, 0.10), transparent 20%),
    radial-gradient(circle at 76% 26%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(112deg, rgba(8, 18, 37, 0.98), rgba(23, 42, 74, 0.96) 54%, rgba(68, 89, 126, 0.88));
}

.hero-band--editorial .hero-band-inner,
.hero-editorial-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  min-height: min(68vh, 780px);
  padding: 54px 30px 52px;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(540px, 1.08fr);
  align-items: center;
  gap: 40px;
}

.hero-editorial-copy {
  max-width: 510px;
  padding: 14px 0;
}

.hero-editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(244, 199, 106, 0.14);
  border: 1px solid rgba(244, 199, 106, 0.18);
  color: rgba(255, 241, 214, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-editorial-title {
  margin: 18px 0 16px;
  color: rgba(248, 249, 252, 0.96);
  font-size: clamp(2.45rem, 4.4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.hero-editorial-text {
  margin: 0;
  max-width: 470px;
  color: rgba(219, 225, 235, 0.82);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-editorial-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 22px;
}

.hero-editorial-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(223, 228, 236, 0.72);
  font-size: 0.92rem;
}

.hero-editorial-notes i {
  color: rgba(244, 199, 106, 0.72);
  font-size: 0.48rem;
}

.hero-editorial-gallery {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(210px, 0.56fr);
  gap: 18px;
  align-items: stretch;
}

.hero-feature-card {
  position: relative;
  min-height: 520px;
  padding: 16px;
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 26px 62px rgba(4, 10, 22, 0.26);
  overflow: hidden;
}

.hero-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 44%;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(9,17,31,0), rgba(9,17,31,0.30));
  pointer-events: none;
}

.hero-feature-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 488px;
  border-radius: 26px;
  overflow: hidden;
}

.hero-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(1.03) contrast(1.02);
  transition: transform 0.65s ease;
}

.hero-feature-card:hover .hero-feature-image {
  transform: scale(1.025);
}

.hero-feature-caption {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 2;
  display: grid;
  gap: 6px;
}

.hero-feature-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.84);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-feature-caption strong {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 600;
}

.hero-side-stack {
  display: grid;
  gap: 18px;
  align-content: center;
}

.hero-mini-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 160px;
  padding: 14px;
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 48px rgba(4, 10, 22, 0.18);
}

.hero-mini-media {
  height: 132px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.hero-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-mini-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.hero-mini-category {
  color: rgba(244, 199, 106, 0.86);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-mini-copy strong {
  color: rgba(248, 249, 252, 0.96);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
}

.hero-mini-copy small {
  color: rgba(218, 224, 236, 0.72);
  font-size: 0.88rem;
}

@media (max-width: 1199px) {
  .hero-band--editorial .hero-band-inner,
  .hero-editorial-shell {
    grid-template-columns: minmax(320px, 0.88fr) minmax(460px, 1.02fr);
    gap: 28px;
  }

  .hero-feature-card {
    min-height: 470px;
  }

  .hero-feature-image-wrap {
    min-height: 438px;
  }
}

@media (max-width: 991px) {
  .hero-band--editorial .hero-band-inner,
  .hero-editorial-shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 18px 30px;
    gap: 22px;
  }

  .hero-editorial-copy {
    max-width: 360px;
    font-size: 1rem;
  }

  .hero-editorial-gallery {
    grid-template-columns: 1fr;
  }

  .hero-feature-card {
    min-height: 360px;
  }

  .hero-feature-image-wrap {
    min-height: 328px;
  }

  .hero-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-editorial-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-editorial-text {
    font-size: 0.96rem;
  }

  .hero-feature-card {
    min-height: 290px;
    padding: 12px;
    border-radius: 24px;
  }

  .hero-feature-image-wrap {
    min-height: 258px;
    border-radius: 18px;
  }

  .hero-feature-caption {
    left: 24px;
    right: 24px;
    bottom: 22px;
  }

  .hero-side-stack {
    grid-template-columns: 1fr;
  }

  .hero-mini-card {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 132px;
  }

  .hero-mini-media {
    height: 104px;
  }
}

/* --- Home hero refinement --- */
.hero-cinema-section {
  padding: 0 0 22px;
}

.hero-cinema-frame {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 55vw, 640px);
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 30px 90px rgba(7, 13, 28, 0.24);
  background: linear-gradient(180deg, rgba(9, 14, 28, 0.15), rgba(9, 14, 28, 0.45));
}

.hero-cinema-image {
  width: 100%;
  height: clamp(360px, 55vw, 640px);
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.hero-cinema-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 13, 28, 0.04) 0%, rgba(8, 13, 28, 0.18) 72%, rgba(8, 13, 28, 0.36) 100%);
  pointer-events: none;
}

.service-ribbon-section {
  padding: 0 0 18px;
}

.service-ribbon {
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(250, 223, 178, 0.18);
  background: rgba(11, 18, 32, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(8, 14, 29, 0.14);
}

.service-ribbon-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  padding: 12px 18px;
  animation: serviceRibbonMove 28s linear infinite;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(248, 245, 237, 0.92);
  background: rgba(244, 199, 106, 0.10);
  border: 1px solid rgba(244, 199, 106, 0.18);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.service-pill i {
  color: var(--store-accent);
}

.runway-strip-section {
  padding: 0 0 28px;
}

.runway-strip-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0;
}

.runway-strip-shell::before,
.runway-strip-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92px;
  z-index: 2;
  pointer-events: none;
}

.runway-strip-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10, 18, 36, 0.96), rgba(10, 18, 36, 0));
}

.runway-strip-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 18, 36, 0.96), rgba(10, 18, 36, 0));
}

.runway-strip-track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  animation: runwayMove 42s linear infinite;
  padding-inline: 16px;
}

.runway-strip-shell:hover .runway-strip-track,
.service-ribbon:hover .service-ribbon-track {
  animation-play-state: paused;
}

.runway-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
  padding: 12px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.93);
  color: #13203a;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(11, 18, 32, 0.12);
}

.runway-card-media {
  width: 88px;
  height: 108px;
  overflow: hidden;
  border-radius: 18px;
  flex-shrink: 0;
  background: #edf1f6;
}

.runway-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.runway-card-copy {
  min-width: 0;
}

.runway-card-copy span {
  display: block;
  margin-bottom: 6px;
  color: #8a6c32;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.runway-card-copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.35;
}

.category-tile--soft {
  box-shadow: 0 20px 50px rgba(10, 16, 31, 0.12);
}

.category-overlay--soft {
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(12, 19, 35, 0.05) 0%, rgba(12, 19, 35, 0.72) 100%);
}

.category-overlay--soft .category-name {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

/* --- Cart drawer --- */
.storefront-cart--button {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 20, 0.48);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1080;
}

.cart-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(430px, 100vw);
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  background: linear-gradient(180deg, #111827 0%, #0c1324 100%);
  color: rgba(247, 244, 237, 0.94);
  z-index: 1090;
  display: flex;
  flex-direction: column;
  box-shadow: -24px 0 70px rgba(5, 10, 20, 0.45);
}

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

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-drawer-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(244, 199, 106, 0.92);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.cart-drawer-header h2 {
  margin: 0;
  font-size: 2rem;
  color: #f8f5ed;
}

.cart-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
}

.cart-drawer-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.cart-drawer-list {
  flex: 1;
  overflow-y: auto;
  padding: 18px 24px;
}

.cart-drawer-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-drawer-thumb {
  width: 92px;
  height: 116px;
  object-fit: cover;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.cart-drawer-copy {
  min-width: 0;
}

.cart-drawer-category {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(244, 199, 106, 0.9);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cart-drawer-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #f8f5ed;
  font-size: 1rem;
  line-height: 1.4;
}

.cart-drawer-price {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(248, 245, 237, 0.78);
}

.cart-drawer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-drawer-qty {
  width: 72px;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
}

.cart-drawer-remove {
  border: 0;
  background: transparent;
  color: rgba(248, 245, 237, 0.74);
  padding: 0;
}

.cart-drawer-summary {
  padding: 18px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cart-drawer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: rgba(248, 245, 237, 0.8);
}

.cart-drawer-line--total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f5ed;
  font-size: 1.04rem;
}

.cart-drawer-checkout,
.cart-drawer-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 16px;
  text-decoration: none;
  color: #1c1710;
  background: linear-gradient(135deg, #f4c76a, #e6af4c);
  font-weight: 700;
}

.cart-drawer-empty {
  margin: auto 24px;
  padding: 28px 22px;
  border-radius: 22px;
  text-align: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.cart-drawer-empty i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(244, 199, 106, 0.12);
  color: var(--store-accent);
  font-size: 1.45rem;
}

.cart-drawer-empty strong,
.cart-drawer-empty span {
  display: block;
}

.cart-drawer-empty span {
  margin-top: 10px;
  color: rgba(248, 245, 237, 0.72);
}

body.cart-open {
  overflow: hidden;
}

@keyframes runwayMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes serviceRibbonMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 991px) {
  .hero-cinema-frame,
  .hero-cinema-image {
    height: 420px;
  }

  .runway-card {
    min-width: 240px;
  }
}

@media (max-width: 767px) {
  .hero-cinema-section {
    padding-bottom: 18px;
  }

  .hero-cinema-frame,
  .hero-cinema-image {
    min-height: 300px;
    height: 300px;
    border-radius: 0 0 22px 22px;
  }

  .service-ribbon-track {
    padding: 10px 14px;
  }

  .runway-card {
    min-width: 220px;
  }

  .cart-drawer {
    width: 100vw;
  }
}

/* --- Dark luxury storefront overrides --- */
body.public-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(165, 127, 62, 0.14), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, #06080d 0%, #0b1018 20%, #0b111b 56%, #0a0f16 100%);
  color: #f4efe7;
}

.site-backdrop {
  background:
    radial-gradient(circle at 10% 12%, rgba(203, 160, 90, 0.12), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.03), transparent 16%),
    radial-gradient(circle at 82% 72%, rgba(194, 144, 62, 0.10), transparent 18%);
}

.public-header {
  background: linear-gradient(180deg, rgba(6, 8, 13, 0.96), rgba(6, 8, 13, 0.76) 82%, rgba(6, 8, 13, 0));
}

.hero-cinema-section--fullbleed {
  padding: 0 0 18px;
}

.hero-cinema-frame--fullbleed {
  min-height: clamp(420px, 47vw, 760px);
  border-radius: 0;
  box-shadow: none;
  background: #05070b;
}

.hero-cinema-image--fullbleed {
  height: clamp(420px, 47vw, 760px);
  object-position: center center;
  transform: scale(1.005);
  filter: saturate(0.92) contrast(1.02);
}

.hero-cinema-overlay--soft {
  background:
    linear-gradient(180deg, rgba(4, 6, 10, 0.04), rgba(4, 6, 10, 0.16) 72%, rgba(4, 6, 10, 0.34)),
    linear-gradient(90deg, rgba(4, 6, 10, 0.18), transparent 18%, transparent 82%, rgba(4, 6, 10, 0.12));
}

.service-ribbon-section--luxury {
  padding-bottom: 20px;
}

.service-ribbon--luxury {
  background: rgba(12, 15, 22, 0.88);
  border-color: rgba(197, 156, 84, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 20px 48px rgba(0, 0, 0, 0.22);
}

.service-pill {
  color: rgba(245, 238, 225, 0.88);
  background: rgba(195, 156, 83, 0.10);
  border-color: rgba(195, 156, 83, 0.18);
}

.runway-strip-section--luxury {
  padding-bottom: 34px;
}

.runway-strip-shell--luxury {
  background: linear-gradient(180deg, rgba(18, 22, 31, 0.96), rgba(12, 15, 22, 0.98));
  border-color: rgba(197, 156, 84, 0.14);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.22);
}

.runway-strip-shell--luxury::before {
  background: linear-gradient(90deg, rgba(11, 14, 20, 1), rgba(11, 14, 20, 0));
}

.runway-strip-shell--luxury::after {
  background: linear-gradient(270deg, rgba(11, 14, 20, 1), rgba(11, 14, 20, 0));
}

.runway-card--luxury {
  background: linear-gradient(180deg, rgba(31, 36, 48, 0.98), rgba(19, 23, 32, 0.98));
  color: #f6f0e7;
  border: 1px solid rgba(198, 157, 83, 0.10);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.runway-card--luxury .runway-card-media {
  background: #11151d;
}

.runway-card--luxury .runway-card-copy span {
  color: #c9a463;
}

.runway-card--luxury .runway-card-copy strong {
  color: #f6f0e7;
}

.section-shell--luxury {
  padding-top: 8px;
}

.section-header--luxury {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-header--luxury .section-kicker {
  color: #c9a463;
}

.section-header--luxury .section-title {
  color: #f4efe7;
}

.section-header--luxury .section-subtitle {
  color: rgba(244, 239, 231, 0.66);
}

.section-link--luxury,
.section-link--luxury:hover {
  color: #f4efe7;
  text-decoration: none;
}

.section-link--luxury {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(195, 156, 83, 0.10);
  border: 1px solid rgba(195, 156, 83, 0.18);
}

.category-tile--luxury {
  border: 1px solid rgba(197, 156, 84, 0.12);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.20);
  background: #10141b;
}

.category-overlay--luxury {
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0.04), rgba(6, 8, 12, 0.80) 100%);
}

.category-overlay--luxury .category-name {
  color: #f7f2ea;
}

.category-overlay--luxury .category-label {
  color: #c9a463;
}

.cart-drawer {
  background: linear-gradient(180deg, #111111 0%, #151515 100%);
  color: #f2ece1;
}

.cart-drawer-header,
.cart-drawer-summary,
.cart-drawer-item {
  border-color: rgba(201, 164, 99, 0.14);
}

.cart-drawer-kicker,
.cart-drawer-category {
  color: #c9a463;
}

.cart-drawer-copy strong,
.cart-drawer-header h2,
.cart-drawer-line--total {
  color: #f8f3ea;
}

.cart-drawer-close,
.cart-drawer-qty {
  background: rgba(255,255,255,0.03);
  border-color: rgba(201, 164, 99, 0.14);
}

.cart-drawer-checkout,
.cart-drawer-empty a {
  background: linear-gradient(135deg, #c9a463, #aa8142);
  color: #14110b;
}

@media (max-width: 991px) {
  .hero-cinema-frame--fullbleed,
  .hero-cinema-image--fullbleed {
    min-height: 360px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .hero-cinema-frame--fullbleed,
  .hero-cinema-image--fullbleed {
    min-height: 280px;
    height: 280px;
  }

  .section-header--luxury {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ===== flor elena dark boutique refresh ===== */
:root {
  --store-bg: #08090d;
  --store-surface: rgba(20, 20, 20, 0.92);
  --store-surface-strong: #121317;
  --store-border: rgba(215, 180, 112, 0.14);
  --store-text: #f3ecdf;
  --store-muted: #b5a792;
  --store-dark: #07080b;
  --store-dark-soft: #111317;
  --store-accent: #d5b06b;
  --store-accent-strong: #b9904a;
  --store-accent-soft: rgba(213, 176, 107, 0.14);
  --shadow-soft: 0 22px 65px rgba(0, 0, 0, 0.26);
  --shadow-card: 0 20px 45px rgba(0, 0, 0, 0.32);
  --shadow-strong: 0 32px 90px rgba(0, 0, 0, 0.4);
}

body.public-body {
  background:
    radial-gradient(circle at 20% 10%, rgba(213, 176, 107, 0.08), transparent 20%),
    linear-gradient(180deg, #08090d 0%, #0b0d12 38%, #0e1118 100%);
  color: var(--store-text);
}

.site-backdrop {
  background:
    radial-gradient(circle at 14% 8%, rgba(213,176,107,0.08), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(255,255,255,0.03), transparent 18%);
}

.public-header {
  background: rgba(6, 7, 10, 0.86);
  border-bottom: 1px solid rgba(213,176,107,0.08);
}

.nav-shell {
  background: linear-gradient(135deg, rgba(7,8,11,0.98), rgba(14,16,22,0.98));
  border: 1px solid rgba(213,176,107,0.14);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.drawer-panel,
.drawer-scrim {
  background: rgba(4,5,8,0.72);
}

#menuToggle,
#cartToggle {
  background: rgba(255,255,255,0.04);
  border-color: rgba(213,176,107,0.12);
}

.nav-search {
  background: rgba(246, 242, 235, 0.96);
}


.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
  padding: 18px 0 10px;
}

.boutique-hero-media {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  background: #0d0f14;
  box-shadow: 0 26px 80px rgba(0,0,0,0.36);
}

.boutique-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,6,0.28), transparent 22%, transparent 78%, rgba(4,4,6,0.22)),
    linear-gradient(180deg, rgba(0,0,0,0.08), transparent 25%, transparent 75%, rgba(0,0,0,0.26));
  pointer-events: none;
}

.boutique-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.7;
  object-fit: cover;
  object-position: center center;
}

.boutique-hero-shadow {
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.32));
}

.service-ribbon-section--luxury {
  padding: 18px 0 0;
}

.service-ribbon--luxury {
  border: 1px solid rgba(213,176,107,0.14);
  background: linear-gradient(135deg, rgba(19,20,24,0.96), rgba(25,27,33,0.96));
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.service-pill {
  color: #d9c29d;
  border: 1px solid rgba(213,176,107,0.12);
  background: rgba(255,255,255,0.03);
}

.runway-strip-section--luxury {
  padding-top: 18px;
}

.runway-strip-shell--luxury {
  background: linear-gradient(180deg, rgba(20,21,26,0.94), rgba(12,13,18,0.98));
  border: 1px solid rgba(213,176,107,0.12);
  box-shadow: 0 22px 45px rgba(0,0,0,0.24);
}

.runway-card--luxury {
  background: linear-gradient(180deg, rgba(29,31,38,0.96), rgba(21,22,28,0.96));
  border: 1px solid rgba(213,176,107,0.12);
}

.runway-card-copy span {
  color: #b79c71;
}

.runway-card-copy strong {
  color: #f5efe6;
}

.section-shell--luxury {
  padding-top: 28px;
}

.boutique-section-head {
  margin-bottom: 24px;
}

.section-header--luxury .section-kicker {
  color: #b9975a;
}

.section-header--luxury .section-title,
.section-header--luxury .section-subtitle {
  color: #f5efe6;
}

.section-link--luxury {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(213,176,107,0.12);
  color: #e7d5b4;
}

.category-tile--luxury {
  border: 1px solid rgba(213,176,107,0.14);
  background: #111318;
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.category-overlay--luxury {
  background: linear-gradient(180deg, transparent 0%, rgba(8,9,12,0.12) 30%, rgba(8,9,12,0.90) 100%);
}

.category-name {
  color: #f6efe3;
}

.category-label {
  color: #d3b06e;
}

.public-footer--storefront {
  border-top: 1px solid rgba(213,176,107,0.10);
  background: linear-gradient(180deg, rgba(7,8,11,0.0), rgba(7,8,11,0.42));
}

.storefront-footer-grid {
  color: #cdbb9c;
}

.footer-title,
.storefront-footer-brand .footer-copy,
.footer-link { color: #cdbb9c; }

.cart-drawer {
  background: linear-gradient(180deg, rgba(8,9,11,0.98), rgba(16,17,22,0.98));
  border-left: 1px solid rgba(213,176,107,0.16);
}

.cart-drawer-header,
.cart-drawer-summary,
.cart-drawer-item {
  border-color: rgba(213,176,107,0.12);
}

.cart-drawer-kicker,
.cart-drawer-category { color: #b79967; }

.cart-drawer-copy strong,
.cart-drawer-header h2,
.cart-drawer-line--total { color: #f4ecdf; }

.cart-drawer-price,
.cart-drawer-line,
.cart-drawer-empty span { color: #ccb99b; }

.cart-drawer-thumb {
  border-radius: 14px;
  border: 1px solid rgba(213,176,107,0.12);
}

.cart-drawer-checkout,
.cart-drawer-empty a {
  background: transparent;
  border: 1px solid rgba(213,176,107,0.45);
  color: #e2c289;
}

.cart-drawer-checkout:hover,
.cart-drawer-empty a:hover {
  background: rgba(213,176,107,0.08);
  color: #f2ddb4;
}

@media (max-width: 1199px) {
  .boutique-hero-image {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 767px) {
  
.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
    padding-top: 10px;
  }
  .boutique-hero-media {
    border-radius: 0 0 20px 20px;
  }
  .boutique-hero-image {
    aspect-ratio: 16 / 10;
  }
}


/* ===== dynamic compact category grid ===== */
.boutique-section-head--compact {
  align-items: flex-end;
  margin-bottom: 18px;
}

.boutique-section-head--compact .section-subtitle {
  max-width: 720px;
  margin: 8px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.72);
}

.category-grid--luxury {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  align-items: start;
}

.category-tile--compact {
  min-height: 0;
  height: auto;
  aspect-ratio: 0.92 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.category-tile--compact .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.category-overlay--compact {
  padding: 16px 16px 14px;
  gap: 8px;
}

.category-overlay--compact .category-name {
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.category-overlay--compact .category-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(213,176,107,0.12);
  border: 1px solid rgba(213,176,107,0.16);
  font-size: 0.84rem;
}

@media (min-width: 1400px) {
  .category-grid--luxury {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .category-grid--luxury {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }

  .category-tile--compact {
    aspect-ratio: 0.95 / 1;
  }
}

@media (max-width: 767px) {
  .boutique-section-head--compact {
    align-items: flex-start;
  }

  .boutique-section-head--compact .section-subtitle {
    font-size: 0.92rem;
  }

  .category-grid--luxury {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .category-tile--compact {
    border-radius: 18px;
  }

  .category-overlay--compact {
    padding: 14px 12px 12px;
  }

  .category-overlay--compact .category-name {
    font-size: 0.95rem;
  }

  .category-overlay--compact .category-label {
    font-size: 0.78rem;
    padding: 7px 10px;
  }
}


/* ===== collection refresh for public home ===== */
.boutique-categories-section {
  padding-top: 24px;
}

.boutique-section-head--solo {
  margin-bottom: 18px;
}

.boutique-section-head--solo .section-title--feature {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #f4ede1;
}

.category-grid--luxury {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.category-tile--compact {
  aspect-ratio: 0.8 / 1;
  min-height: 0;
}

.category-overlay--compact {
  padding: 18px 18px 16px;
}

.category-overlay--compact .category-name {
  font-size: 1.1rem;
}

.category-overlay--compact .category-label {
  padding: 8px 14px;
  font-size: 0.82rem;
}

.section-shell--new-collection {
  padding-top: 30px;
}

.boutique-section-head--products {
  margin-bottom: 20px;
}

.new-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.new-collection-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(16, 18, 24, 0.96), rgba(12, 13, 18, 0.98));
  border: 1px solid rgba(213, 176, 107, 0.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.new-collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.30);
  border-color: rgba(213, 176, 107, 0.24);
}

.new-collection-media {
  position: relative;
  aspect-ratio: 0.76 / 1;
  overflow: hidden;
  background: #111318;
}

.new-collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}

.new-collection-card:hover .new-collection-media img {
  transform: scale(1.03);
}

.new-collection-copy {
  padding: 14px 16px 18px;
  display: grid;
  gap: 8px;
}

.new-collection-category {
  color: #b9975a;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.new-collection-copy strong {
  color: #f5efe6;
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .category-grid--luxury,
  .new-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .category-grid--luxury,
  .new-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .category-tile--compact {
    aspect-ratio: 0.85 / 1;
  }
}

@media (max-width: 767px) {
  .boutique-categories-section {
    padding-top: 18px;
  }

  .boutique-section-head--solo .section-title--feature {
    font-size: 1.7rem;
  }

  .category-grid--luxury,
  .new-collection-grid {
    gap: 14px;
  }

  .category-tile--compact,
  .new-collection-media {
    border-radius: 18px 18px 0 0;
  }

  .new-collection-card {
    border-radius: 18px;
  }

  .new-collection-copy {
    padding: 12px 12px 14px;
  }
}

/* ===== desktop category nav + refined typography ===== */
.storefront-bar {
  grid-template-columns: auto minmax(560px, 1fr) auto;
  gap: 36px;
}

.storefront-left {
  gap: 34px;
}

.storefront-menu-btn {
  display: none;
}

.storefront-search {
  max-width: 920px;
  justify-self: center;
}

.storefront-category-nav {
  position: sticky;
  top: calc(var(--store-header-height) + 18px);
  z-index: 46;
  background: linear-gradient(180deg, rgba(5, 10, 22, 0.98), rgba(5, 10, 22, 0.92));
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 16px 40px rgba(4, 8, 18, 0.16);
}

.storefront-category-shell {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 18px;
}

.storefront-category-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 56px;
  position: relative;
}

.storefront-category-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.storefront-category-link,
.storefront-category-link:hover {
  color: #f4e6cb;
  text-decoration: none;
}

.storefront-category-link {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  font-family: "Arial Black", Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.92;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.storefront-category-item:hover > .storefront-category-link {
  color: #fff6e3;
  opacity: 1;
}

.storefront-category-panel {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: none;
  padding-top: 0;
  z-index: 12;
}

.storefront-category-item:hover > .storefront-category-panel {
  display: block;
}

.storefront-category-panel-inner {
  display: inline-flex;
  align-items: flex-start;
  gap: 42px;
  width: max-content;
  max-width: min(92vw, 1100px);
  padding: 22px 28px 24px;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.985), rgba(6, 10, 18, 0.96));
  border: 1px solid rgba(255,255,255,0.06);
  border-top: none;
  box-shadow: 0 28px 70px rgba(0,0,0,0.44);
}

.storefront-category-column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: max-content;
  text-align: left;
}

.storefront-category-column-title,
.storefront-category-column-title:hover {
  color: #f6e8cc;
  text-decoration: none;
}

.storefront-category-column-title {
  font-family: "Arial Black", Inter, Arial, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2px;
}

.storefront-category-product,
.storefront-category-product:hover {
  color: rgba(244, 239, 230, 0.88);
  text-decoration: none;
}

.storefront-category-product {
  display: block;
  max-width: 230px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  line-height: 1.32;
  font-size: 0.96rem;
}

.storefront-category-product:hover,
.storefront-category-column-title:hover {
  color: #ffffff;
}


.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
  padding-top: 18px;
}

.boutique-hero-media {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 7;
  background: #09111c;
}

.boutique-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boutique-hero-shadow,
.boutique-hero-media::after {
  display: none;
}

.boutique-section-head--solo .section-title--feature {
  font-family: "Arial Black", Inter, "Segoe UI", Arial, sans-serif;
  margin: 0;
  font-size: clamp(2.3rem, 4.2vw, 3.55rem);
  line-height: 0.95;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #f1e3c2;
}

.boutique-section-head--solo {
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .storefront-menu-btn {
    display: inline-flex;
  }

  .storefront-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
  }

  .storefront-search {
    max-width: 360px;
    font-size: 1rem;
  }

  .storefront-category-nav {
    display: none;
  }

  .boutique-hero-media {
    border-radius: 0 0 24px 24px;
    aspect-ratio: 4 / 3;
  }

  .boutique-section-head--solo .section-title--feature {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    letter-spacing: 0.02em;
  }
}


/* ===== final corrections: fixed hero, centered nav, refined titles ===== */
@media (min-width: 992px) {
  .storefront-menu-btn {
    display: none !important;
  }

  .storefront-bar {
    grid-template-columns: auto minmax(640px, 1fr) auto;
    align-items: center;
  }

  .storefront-search {
    justify-self: center;
    width: min(100%, 920px);
  }
}

.storefront-category-shell {
  display: flex;
  justify-content: center;
}

.storefront-category-track {
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}


.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
  padding-top: 14px;
}

.boutique-hero-media {
  max-width: 1360px;
  aspect-ratio: 16 / 7.3;
  border-radius: 0 0 30px 30px;
  background: #090b10;
}

.boutique-hero-image {
  object-fit: cover;
  object-position: center center;
}

.boutique-section-head--solo .section-title--feature {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 3vw, 2.95rem);
  line-height: 1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #f3e4c2;
}

.section-shell--new-collection .boutique-section-head--solo .section-title--feature {
  font-size: clamp(1.95rem, 2.7vw, 2.65rem);
}

@media (max-width: 991px) {
  .storefront-category-track {
    justify-content: flex-start;
    width: 100%;
  }

  .boutique-hero-media {
    aspect-ratio: 4 / 3.1;
  }
}


.storefront-category-item--all .storefront-category-link {
  color: #fff4d8;
}

.section-shell--catalog-dark {
  padding-top: 34px;
}

.section-shell--catalog-dark .container {
  max-width: 1420px;
}

.catalog-grid-dark {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-premium--dark-listing {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 13, 22, 0.92), rgba(8, 12, 19, 0.96));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.product-premium--dark-listing .product-media img {
  height: 380px;
}

.product-premium--dark-listing .product-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(12, 17, 28, 0.96), rgba(10, 14, 23, 0.99));
}

.product-premium--dark-listing .product-description {
  display: none;
}

.product-premium--dark-listing .product-category {
  color: rgba(243, 228, 194, 0.76);
}

.product-premium--dark-listing .product-title {
  color: #fff7e8;
  min-height: 3.2em;
}

.product-premium--dark-listing .price-row {
  margin-top: auto;
  align-items: flex-end;
}

.product-premium--dark-listing .price-tag {
  color: #fff7e8;
}

.product-premium--dark-listing .price-note {
  color: rgba(255, 255, 255, 0.72);
}

.product-premium--dark-listing .btn-add-cart {
  align-self: flex-end;
}

.empty-state--dark {
  grid-column: 1 / -1;
  background: linear-gradient(180deg, rgba(9, 13, 22, 0.9), rgba(9, 13, 22, 0.97));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 28px;
  color: #f2e4c6;
  text-align: center;
  padding: 54px 24px;
}

.empty-state--dark p {
  color: rgba(245, 237, 221, 0.72);
}

@media (max-width: 1199px) {
  .catalog-grid-dark {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-premium--dark-listing .product-media img {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .catalog-grid-dark {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .product-premium--dark-listing .product-media img {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .catalog-grid-dark {
    grid-template-columns: 1fr;
  }
}

.catalog-layout-dark {
  display: grid;
  grid-template-columns: minmax(205px, 235px) 1fr;
  gap: 20px;
  align-items: start;
}

.catalog-filters {
  position: sticky;
  top: 164px;
  margin-left: -10px;
}

.catalog-filters-form {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(244, 199, 106, 0.14);
  background: linear-gradient(180deg, rgba(7, 15, 29, 0.94), rgba(12, 23, 43, 0.92));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.catalog-filters-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.86);
}

.catalog-filters-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 199, 106, 0.78);
}

.filter-accordion {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 12px 0;
}

.filter-accordion:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.filter-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: #f8f5ed;
  font-size: 1rem;
  font-weight: 700;
}

.filter-accordion summary::-webkit-details-marker { display: none; }
.filter-accordion summary i {
  color: rgba(255,255,255,0.7);
  transition: transform 0.2s ease;
}
.filter-accordion[open] summary i { transform: rotate(180deg); }

.filter-accordion-body {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.84);
  font-size: 0.92rem;
  margin: 0;
}

.filter-check input {
  width: 16px;
  height: 16px;
  accent-color: #d4ab5e;
  flex: 0 0 auto;
}

.filter-empty {
  color: rgba(255,255,255,0.52);
  font-size: 0.88rem;
}

.catalog-filters-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.catalog-apply-btn,
.catalog-clear-btn {
  min-height: 46px;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
}

.catalog-apply-btn {
  border: 0;
  background: linear-gradient(135deg, #f4c76a, #d8a847);
  color: #0b1220;
}

.catalog-clear-btn,
.catalog-clear-btn:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  background: rgba(255,255,255,0.04);
}

.boutique-section-head--left {
  align-items: flex-start;
  text-align: left;
}

.empty-state--wide {
  grid-column: 1 / -1;
}

@media (max-width: 991px) {
  .catalog-layout-dark {
    grid-template-columns: 1fr;
  }
  .catalog-filters {
    position: static;
    margin-left: 0;
  }
}

/* --- Checkout modal overlay --- */
.checkout-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 18, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1095;
}

.checkout-modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.checkout-modal-shell {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1100;
}

.checkout-modal-shell.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-modal-card {
  position: relative;
  width: min(980px, calc(100vw - 28px));
  max-height: calc(100vh - 56px);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(9, 17, 31, 0.97) 0%, rgba(12, 19, 36, 0.98) 100%);
  border: 1px solid rgba(244, 199, 106, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.checkout-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 100%;
}

.checkout-modal-panel {
  padding: 30px;
}

.checkout-modal-panel--summary {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(244, 199, 106, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-modal-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  color: #f8f5ed;
}

.checkout-modal-list {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 8px;
}

.checkout-modal-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-thumb {
  width: 88px;
  height: 104px;
  object-fit: cover;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-modal-copy { min-width: 0; }

.checkout-modal-category {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(244, 199, 106, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-modal-copy strong {
  display: block;
  color: #f8f5ed;
  font-size: 1rem;
  line-height: 1.45;
}

.checkout-modal-price {
  display: inline-block;
  margin-top: 8px;
  color: rgba(248, 245, 237, 0.74);
}

.checkout-modal-totals {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: rgba(248, 245, 237, 0.8);
}

.checkout-modal-line--total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f5ed;
  font-size: 1.04rem;
}

.checkout-modal-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 245, 237, 0.78);
  font-size: 0.92rem;
}

.checkout-modal-input {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
}

.checkout-modal-input::placeholder {
  color: rgba(248, 245, 237, 0.42);
}

.checkout-modal-note {
  margin: 4px 0 18px;
  color: rgba(248, 245, 237, 0.68);
  line-height: 1.65;
}

.checkout-modal-submit {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4c76a, #e3aa43);
  color: #18120d;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.checkout-modal-submit:disabled {
  opacity: 0.68;
}

.checkout-modal-feedback {
  min-height: 22px;
  margin-top: 14px;
  color: rgba(248, 245, 237, 0.72);
  font-size: 0.94rem;
}

.checkout-modal-feedback.is-success { color: #79e6ad; }
.checkout-modal-feedback.is-error { color: #ff8f8f; }

.checkout-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
  z-index: 2;
}

.checkout-modal-empty {
  display: grid;
  gap: 10px;
  place-items: center;
  min-height: 220px;
  color: rgba(248, 245, 237, 0.7);
}

@media (max-width: 991px) {
  .checkout-modal-card {
    width: min(680px, calc(100vw - 18px));
  }

  .checkout-modal-grid {
    grid-template-columns: 1fr;
  }

  .checkout-modal-panel--summary {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* ===== compact footer refresh ===== */
.public-footer--storefront {
  margin-top: 18px;
}

.storefront-footer-grid {
  min-height: auto;
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 0.72fr));
  gap: 14px;
  padding: 8px 0 10px;
  align-items: start;
}

.storefront-footer-brand {
  max-width: 380px;
  margin-inline: auto;
  text-align: center;
}

.footer-copy--lead {
  margin: 0 auto;
  max-width: 390px;
  color: #ead9bc;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(213,176,107,0.24);
  background: rgba(255,255,255,0.02);
  color: #d4b06b;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(213,176,107,0.5);
  background: rgba(213,176,107,0.10);
  color: #f6ead4;
  text-decoration: none;
}

.footer-social-letter {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.public-footer .footer-title {
  margin-bottom: 6px;
}

.public-footer--storefront .footer-inner--wide {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link,
.footer-copy,
.public-footer div {
  line-height: 1.45;
}

.public-footer--storefront .footer-link,
.public-footer--storefront div {
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .storefront-footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px 0 12px;
  }

  .footer-copy--lead {
    max-width: 360px;
    font-size: 1rem;
  }
}

/* ===== boutique mega menu refresh ===== */
.storefront-category-nav {
  display: none !important;
}

.storefront-bar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
}

.storefront-left {
  gap: 18px;
}

.storefront-menu-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(244, 230, 203, 0.16);
  background: rgba(11, 18, 33, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.storefront-menu-text {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f5e7c9;
}

.storefront-drawer--showcase {
  --drawer-sidebar-width: 250px;
  width: min(calc(100vw - 20px), 1240px);
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - var(--store-header-height) - 16px);
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 13, 24, 0.99), rgba(6, 10, 18, 0.98));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
}

.storefront-drawer-shell--showcase {
  display: grid;
  grid-template-columns: var(--drawer-sidebar-width) minmax(0, 1fr);
  min-height: min(680px, calc(100vh - var(--store-header-height) - 32px));
}

.storefront-drawer-sidebar--showcase {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 18, 34, 0.98), rgba(7, 13, 26, 0.96)),
    radial-gradient(circle at top left, rgba(214, 178, 106, 0.18), transparent 32%);
  overflow-y: auto;
}

.drawer-sidebar-kicker {
  padding: 0 10px 8px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 231, 201, 0.66);
}

.drawer-top-link--showcase {
  width: 100%;
  display: grid;
  gap: 4px;
  padding: 14px 14px 14px 16px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  text-align: left;
  color: rgba(248, 241, 226, 0.88);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.drawer-top-link--showcase:hover,
.drawer-top-link--showcase.is-active {
  transform: translateX(4px);
  color: #fffaf0;
  border-color: rgba(245, 228, 190, 0.16);
  background: linear-gradient(180deg, rgba(245, 228, 190, 0.12), rgba(245, 228, 190, 0.06));
}

.drawer-top-link--showcase .drawer-top-link__text {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.drawer-top-link__meta {
  font-size: 0.84rem;
  color: rgba(226, 217, 196, 0.76);
}

.storefront-drawer-content--showcase {
  display: block;
  overflow: auto;
  padding: 26px 28px 28px;
}


.drawer-sidebar-title {
  padding: 0 10px 4px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
  color: #fff4da;
}

.drawer-sidebar-section {
  display: grid;
  gap: 10px;
}

.drawer-sidebar-section__title {
  padding: 2px 10px 0;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 231, 201, 0.60);
}

.drawer-sidebar-stack {
  display: grid;
  gap: 8px;
}

.drawer-sidebar-stack--categories {
  gap: 7px;
}

.drawer-top-link--compact {
  padding: 12px 14px 12px 16px;
}

.drawer-category-panel {
  display: grid;
  gap: 18px;
}

.drawer-category-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(245, 228, 190, 0.16), rgba(245, 228, 190, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 228, 190, 0.12);
}

.drawer-category-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.drawer-category-product,
.drawer-category-product:hover {
  text-decoration: none;
}

.drawer-category-product {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(14, 23, 41, 0.96), rgba(9, 15, 28, 0.92));
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.drawer-category-product strong {
  font-size: 0.96rem;
  line-height: 1.35;
  color: #fff4da;
}

.drawer-category-product span {
  font-size: 0.82rem;
  color: rgba(232, 223, 203, 0.70);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.drawer-category-product:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 228, 190, 0.24);
  background: linear-gradient(180deg, rgba(18, 29, 50, 0.98), rgba(10, 17, 31, 0.94));
}

.drawer-category-empty {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px dashed rgba(245, 228, 190, 0.16);
  color: rgba(240, 233, 221, 0.76);
}

.drawer-top-panel--showcase {
  display: none;
}

.drawer-top-panel--showcase.is-active {
  display: grid;
  gap: 22px;
}

.drawer-showcase-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(245, 228, 190, 0.16), rgba(245, 228, 190, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 228, 190, 0.12);
}

.drawer-showcase-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 228, 190, 0.70);
}

.drawer-showcase-title {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  font-weight: 900;
  line-height: 0.98;
  color: #fff5df;
}

.drawer-showcase-copy {
  margin: 12px 0 0;
  max-width: 700px;
  line-height: 1.6;
  color: rgba(241, 236, 228, 0.82);
}

.drawer-showcase-cta,
.drawer-showcase-cta:hover {
  color: #07101f;
  text-decoration: none;
}

.drawer-showcase-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5e4be, #d9b166);
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(217, 177, 102, 0.22);
}

.drawer-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.drawer-overview-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 24, 42, 0.95), rgba(10, 17, 31, 0.92));
  text-align: left;
  color: #fff7e8;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.drawer-overview-card:hover,
.drawer-overview-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(245, 228, 190, 0.22);
}

.drawer-overview-card__label {
  font-size: 1rem;
  font-weight: 800;
}

.drawer-overview-card__meta {
  font-size: 0.84rem;
  color: rgba(236, 228, 210, 0.72);
}

.drawer-showcase-section {
  display: grid;
  gap: 14px;
}

.drawer-showcase-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.drawer-showcase-section__title {
  font-size: 1.08rem;
  font-weight: 800;
  color: #f7ecd2;
}

.drawer-showcase-section__meta {
  font-size: 0.84rem;
  color: rgba(228, 219, 201, 0.68);
}

.drawer-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drawer-showcase-tag,
.drawer-showcase-tag:hover {
  color: #f8f1e2;
  text-decoration: none;
}

.drawer-showcase-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.92rem;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.drawer-showcase-tag:hover {
  border-color: rgba(245, 228, 190, 0.20);
  background: rgba(245, 228, 190, 0.08);
}

.drawer-showcase-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.drawer-showcase-group {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 21, 38, 0.94), rgba(9, 15, 28, 0.92));
}

.drawer-showcase-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.drawer-showcase-group__title {
  font-size: 1.08rem;
  font-weight: 900;
  color: #fff4da;
}

.drawer-showcase-group__meta {
  font-size: 0.8rem;
  color: rgba(231, 221, 202, 0.66);
}

.drawer-showcase-group__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.drawer-showcase-category {
  display: grid;
  gap: 8px;
}

.drawer-showcase-category__title,
.drawer-showcase-category__title:hover {
  color: #f7ebcc;
  text-decoration: none;
}

.drawer-showcase-category__title {
  font-size: 0.98rem;
  font-weight: 800;
}

.drawer-showcase-links {
  display: grid;
  gap: 6px;
}

.drawer-showcase-link,
.drawer-showcase-link:hover {
  color: rgba(238, 232, 221, 0.76);
  text-decoration: none;
}

.drawer-showcase-link {
  font-size: 0.9rem;
  line-height: 1.35;
}

.drawer-showcase-link:hover,
.drawer-showcase-category__title:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .drawer-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drawer-category-products,
  .drawer-showcase-groups,
  .drawer-showcase-group__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .storefront-bar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .storefront-left {
    justify-content: space-between;
  }

  .storefront-search {
    max-width: 100%;
    width: 100%;
  }

  .storefront-cart {
    justify-self: flex-end;
  }

  .storefront-drawer--showcase {
    width: calc(100vw - 12px);
    max-height: calc(100vh - 76px);
    border-radius: 24px;
  }

  .storefront-drawer-shell--showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .storefront-drawer-sidebar--showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .drawer-sidebar-kicker {
    grid-column: 1 / -1;
  }

  .storefront-drawer-content--showcase {
    padding: 18px;
  }

  .drawer-showcase-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .drawer-overview-grid,
  .drawer-showcase-groups,
  .drawer-showcase-group__body {
    grid-template-columns: 1fr;
  }
}

/* ===== image ratio fixes: category 3:4 + complete hero on mobile ===== */
.category-grid--luxury {
  align-items: stretch;
}

.category-tile--compact {
  aspect-ratio: 3 / 4;
  min-height: 0;
  height: 100%;
}

.category-tile--compact .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 991px) {
  .category-tile--compact {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767px) {
  .boutique-hero {
    padding-top: 10px;
  }

  .boutique-hero-media {
    aspect-ratio: 4 / 5;
    border-radius: 0 0 22px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #090b10;
  }

  .boutique-hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    background: #090b10;
  }
}


/* ===== rotating category showcase ===== */
.boutique-section-head--slider {
  justify-content: space-between;
  gap: 18px;
}

.category-slider-head-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.category-slider-shell {
  position: relative;
}

.category-slider-viewport {
  position: relative;
  min-height: 1px;
  overflow: hidden;
}

.category-slider-track {
  position: relative;
}

.category-slider-page {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.55s ease, visibility 0s linear 0.55s;
  will-change: opacity;
}

.category-slider-page.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  transition: opacity 0.55s ease;
}

.category-grid--slider {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.category-slider-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(213, 176, 107, 0.24);
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.84);
  color: #f5efe6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.category-slider-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(213, 176, 107, 0.42);
  background: rgba(16, 24, 40, 0.96);
}

.category-slider-arrow--floating {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.category-slider-arrow--floating:hover {
  transform: translateY(calc(-50% - 1px));
}

.category-slider-arrow--left {
  left: -26px;
}

.category-slider-arrow--right {
  right: -26px;
}

.category-slider-counter {
  min-width: 64px;
  text-align: center;
  color: rgba(245, 239, 230, 0.78);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}

.category-slider-shell--static .category-slider-viewport {
  overflow: visible;
}

@keyframes categorySliderFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .category-grid--slider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .category-slider-arrow--left {
    left: -14px;
  }

  .category-slider-arrow--right {
    right: -14px;
  }
}

@media (max-width: 991px) {
  .boutique-section-head--slider {
    align-items: flex-start;
  }

  .category-slider-head-controls {
    display: none;
  }

  .category-grid--slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .category-slider-arrow--floating {
    width: 46px;
    height: 46px;
    top: auto;
    bottom: -68px;
    transform: none;
  }

  .category-slider-arrow--floating:hover {
    transform: translateY(-1px);
  }

  .category-slider-arrow--left {
    left: calc(50% - 56px);
  }

  .category-slider-arrow--right {
    right: calc(50% - 56px);
  }

  .category-slider-shell {
    padding-bottom: 84px;
  }
}

@media (max-width: 767px) {
  .category-grid--slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .category-slider-arrow--floating {
    bottom: -64px;
  }
}


/* === Soffast drawer compact overrides (restored) === */
.drawer-sidebar-title {
  padding: 0 10px 4px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
  color: #fff4da;
}

.drawer-sidebar-section {
  display: grid;
  gap: 10px;
}

.drawer-sidebar-section__title {
  padding: 2px 10px 0;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 231, 201, 0.60);
}

.drawer-sidebar-stack {
  display: grid;
  gap: 8px;
}

.drawer-sidebar-stack--categories {
  gap: 7px;
}

.drawer-sidebar-stack--unified {
  margin-top: 8px;
}

.drawer-top-link--compact {
  padding: 12px 14px 12px 16px;
}

.drawer-category-panel {
  display: grid;
  gap: 10px;
}

.drawer-category-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 560px);
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 22px;
  justify-self: start;
  background:
    linear-gradient(135deg, rgba(245, 228, 190, 0.16), rgba(245, 228, 190, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 228, 190, 0.12);
}

.drawer-category-panel__head > div {
  display: grid;
  gap: 2px;
}

.drawer-category-panel__head--segment {
  width: min(100%, 560px);
}

.drawer-category-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  width: min(100%, 560px);
}

.drawer-category-product,
.drawer-category-product:hover {
  text-decoration: none;
}

.drawer-category-product {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transition: color 0.18s ease;
}

.drawer-category-product span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.25;
  color: rgba(241, 236, 228, 0.86);
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer-category-product:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
}

.drawer-category-empty {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px dashed rgba(245, 228, 190, 0.16);
  color: rgba(240, 233, 221, 0.76);
}

.drawer-top-panel--showcase {
  display: none;
  min-height: 0;
}

.drawer-top-panel--showcase.is-active {
  display: grid;
  gap: 12px;
}

.drawer-showcase-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(245, 228, 190, 0.16), rgba(245, 228, 190, 0.03)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(245, 228, 190, 0.12);
}

.drawer-showcase-kicker {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 228, 190, 0.70);
}

.drawer-showcase-title {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.3rem, 1.6vw, 1.7rem);
  font-weight: 900;
  line-height: 1;
  color: #fff5df;
}

.drawer-showcase-copy {
  margin: 8px 0 0;
  max-width: 520px;
  line-height: 1.45;
  color: rgba(241, 236, 228, 0.82);
}

.drawer-showcase-cta,
.drawer-showcase-cta:hover {
  color: #07101f;
  text-decoration: none;
}

.drawer-showcase-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5e4be, #d9b166);
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(217, 177, 102, 0.18);
}

.drawer-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.drawer-overview-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 24, 42, 0.95), rgba(10, 17, 31, 0.92));
  text-align: left;
  color: #fff7e8;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.drawer-overview-card:hover,
.drawer-overview-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(245, 228, 190, 0.22);
}

.drawer-overview-card__label {
  font-size: 1rem;
  font-weight: 800;
}

.drawer-overview-card__meta {
  font-size: 0.84rem;
  color: rgba(236, 228, 210, 0.72);
}

.drawer-showcase-section {
  display: grid;
  gap: 14px;
}

.drawer-showcase-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.drawer-showcase-section__title {
  font-size: 1.08rem;
  font-weight: 800;
  color: #f7ecd2;
}

.drawer-showcase-section__meta {
  font-size: 0.84rem;
  color: rgba(228, 219, 201, 0.68);
}

.drawer-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drawer-showcase-tag,
.drawer-showcase-tag:hover {
  color: #f8f1e2;
  text-decoration: none;
}

.drawer-showcase-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.92rem;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.drawer-showcase-tag:hover {
  border-color: rgba(245, 228, 190, 0.20);
  background: rgba(245, 228, 190, 0.08);
}

.drawer-showcase-groups {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: min(100%, 560px);
}

.drawer-showcase-group {
  display: grid;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.drawer-showcase-group__head {
  display: none;
}

.drawer-showcase-group__title {
  font-size: 1.08rem;
  font-weight: 900;
  color: #fff4da;
}

.drawer-showcase-group__meta {
  font-size: 0.8rem;
  color: rgba(231, 221, 202, 0.66);
}

.drawer-showcase-group__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.drawer-showcase-category {
  display: grid;
  gap: 4px;
}

.drawer-showcase-category--plain {
  padding: 0;
}

.drawer-showcase-category__title,
.drawer-showcase-category__title:hover {
  color: #f7ebcc;
  text-decoration: none;
}

.drawer-showcase-category__title {
  font-size: 0.98rem;
  font-weight: 800;
  margin: 0;
}

.drawer-showcase-links {
  display: grid;
  gap: 4px;
}

.drawer-showcase-links--plain {
  gap: 2px;
}

.drawer-showcase-link,
.drawer-showcase-link:hover {
  color: rgba(238, 232, 221, 0.76);
  text-decoration: none;
}

.drawer-showcase-link {
  display: block;
  font-size: 0.88rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer-showcase-link--plain {
  padding: 0;
}

.drawer-showcase-link__name {
  display: inline;
  font-weight: 700;
  color: #fff1d6;
}

.drawer-showcase-link__meta {
  display: inline;
  margin-left: 6px;
  font-size: 0.84rem;
  color: rgba(231, 221, 202, 0.78);
}

.drawer-showcase-link__meta--solo {
  margin-left: 0;
}

.drawer-showcase-link:hover,
.drawer-showcase-category__title:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .drawer-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drawer-category-products,
  .drawer-showcase-groups,
  .drawer-showcase-group__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .storefront-bar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .storefront-left {
    justify-content: space-between;
  }

  .storefront-search {
    max-width: 100%;
    width: 100%;
  }

  .storefront-cart {
    justify-self: flex-end;
  }

  .storefront-drawer--showcase {
    width: calc(100vw - 12px);
    max-height: calc(100vh - 76px);
    border-radius: 24px;
  }

  .storefront-drawer-shell--showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .storefront-drawer-sidebar--showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .drawer-sidebar-kicker {
    grid-column: 1 / -1;
  }

  .storefront-drawer-content--showcase {
    padding: 18px;
  }

  .drawer-showcase-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .drawer-category-panel__head,
  .drawer-category-panel__head--segment {
    width: 100%;
  }

  .drawer-overview-grid,
  .drawer-showcase-groups,
  .drawer-showcase-group__body {
    grid-template-columns: 1fr;
  }
}

/* ===== image ratio fixes: category 3:4 + complete hero on mobile ===== */
.category-grid--luxury {
  align-items: stretch;
}

.category-tile--compact {
  aspect-ratio: 3 / 4;
  min-height: 0;
  height: 100%;
}

.category-tile--compact .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 991px) {
  .category-tile--compact {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767px) {
  .boutique-hero {
    padding-top: 10px;
  }

  .boutique-hero-media {
    aspect-ratio: 4 / 5;
    border-radius: 0 0 22px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #090b10;
  }

  .boutique-hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    background: #090b10;
  }
}


/* ===== rotating category showcase ===== */
.boutique-section-head--slider {
  justify-content: space-between;
  gap: 18px;
}

.category-slider-head-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.category-slider-shell {
  position: relative;
}

.category-slider-viewport {
  position: relative;
  min-height: 1px;
}

.category-slider-track {
  position: relative;
}

.category-slider-page {
  display: none;
  animation: categorySliderFade 0.35s ease;
}

.category-slider-page.is-active {
  display: block;
}

.category-grid--slider {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.category-slider-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(213, 176, 107, 0.24);
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.84);
  color: #f5efe6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.category-slider-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(213, 176, 107, 0.42);
  background: rgba(16, 24, 40, 0.96);
}

.category-slider-arrow--floating {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.category-slider-arrow--floating:hover {
  transform: translateY(calc(-50% - 1px));
}

.category-slider-arrow--left {
  left: -26px;
}

.category-slider-arrow--right {
  right: -26px;
}

.category-slider-counter {
  min-width: 64px;
  text-align: center;
  color: rgba(245, 239, 230, 0.78);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}

.category-slider-shell--static .category-slider-viewport {
  overflow: visible;
}

@keyframes categorySliderFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .category-grid--slider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .category-slider-arrow--left {
    left: -14px;
  }

  .category-slider-arrow--right {
    right: -14px;
  }
}

@media (max-width: 991px) {
  .boutique-section-head--slider {
    align-items: flex-start;
  }

  .category-slider-head-controls {
    display: none;
  }

  .category-grid--slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .category-slider-arrow--floating {
    width: 46px;
    height: 46px;
    top: auto;
    bottom: -68px;
    transform: none;
  }

  .category-slider-arrow--floating:hover {
    transform: translateY(-1px);
  }

  .category-slider-arrow--left {
    left: calc(50% - 56px);
  }

  .category-slider-arrow--right {
    right: calc(50% - 56px);
  }

  .category-slider-shell {
    padding-bottom: 84px;
  }
}

@media (max-width: 767px) {
  .category-grid--slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .category-slider-arrow--floating {
    bottom: -64px;
  }
}

/* === FIX nivel 1 lateral: izquierda + compacto + scroll infinito (sin tocar nivel 2) === */
.storefront-drawer-sidebar--showcase {
  gap: 8px;
  padding: 22px 12px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 228, 190, 0.42) rgba(255, 255, 255, 0.05);
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar {
  width: 8px;
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar-thumb {
  background: rgba(245, 228, 190, 0.42);
  border-radius: 999px;
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 228, 190, 0.58);
}

.drawer-sidebar-title {
  padding: 0 8px 2px;
}

.drawer-sidebar-stack--unified {
  margin-top: 4px;
  display: grid;
  gap: 2px;
}

.drawer-top-link--showcase,
.drawer-top-link--showcase:hover {
  text-align: left;
}

.drawer-top-link--showcase {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  min-height: 34px;
  padding: 6px 10px 6px 16px;
  border-radius: 16px;
}

.drawer-top-link--showcase .drawer-top-link__text {
  justify-self: start;
  text-align: left;
  font-size: 0.99rem;
  line-height: 1.15;
}

.drawer-top-link--compact {
  padding: 6px 10px 6px 16px;
}

.drawer-top-link--showcase:hover,
.drawer-top-link--showcase.is-active {
  transform: none;
}

/* --- ajuste fino solicitado: nivel 1 más a la izquierda, más compacto y con scroll visible --- */
.storefront-drawer-sidebar--catalog {
  padding: 6px 0 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(216, 180, 92, 0.58) rgba(255, 255, 255, 0.05);
}

.storefront-drawer-sidebar--catalog::-webkit-scrollbar {
  width: 8px;
}

.storefront-drawer-sidebar--catalog::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.storefront-drawer-sidebar--catalog::-webkit-scrollbar-thumb {
  background: rgba(216, 180, 92, 0.58);
  border-radius: 999px;
}

.storefront-drawer-sidebar--catalog::-webkit-scrollbar-thumb:hover {
  background: rgba(216, 180, 92, 0.74);
}

.drawer-top-link--catalog,
.drawer-top-link--catalog:hover,
.drawer-top-link--catalog.is-active {
  justify-content: flex-start;
  text-align: left;
}

.drawer-top-link--catalog {
  min-height: 28px;
  padding: 0 10px 0 18px;
  gap: 0;
}

.drawer-top-link--catalog .drawer-top-link__text {
  width: 100%;
  text-align: left;
  font-size: 0.94rem;
  line-height: 1.15;
}

@media (max-width: 991px) {
  .drawer-top-link--catalog {
    min-height: 34px;
    padding-left: 16px;
  }
}

/* ===== FINAL CATALOGO SIDEBAR + NIVEL 2 REBUILD ===== */
.storefront-drawer--showcase {
  --drawer-sidebar-width: 248px;
  width: max-content;
  max-width: calc(100vw - 20px);
}

.storefront-drawer-shell--showcase {
  display: grid;
  grid-template-columns: var(--drawer-sidebar-width) max-content;
  align-items: start;
  width: max-content;
  max-width: calc(100vw - 20px);
}

.storefront-drawer-sidebar--showcase {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 14px 18px 18px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 170px);
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 180, 73, 0.55) rgba(255, 255, 255, 0.05);
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar {
  width: 8px;
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar-thumb {
  background: rgba(232, 180, 73, 0.55);
  border-radius: 999px;
}

.storefront-drawer-sidebar--showcase::-webkit-scrollbar-thumb:hover {
  background: rgba(232, 180, 73, 0.75);
}

.drawer-sidebar-title,
.drawer-sidebar-title:hover {
  display: block;
  margin: 0;
  padding: 0 0 6px;
  color: #f5e4be;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
}

.drawer-sidebar-stack--unified {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.drawer-top-link--showcase,
.drawer-top-link--showcase:hover {
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.drawer-top-link--showcase {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 18px;
  gap: 0;
  transform: none;
}

.drawer-top-link--showcase .drawer-top-link__text {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
}

.drawer-top-link--showcase.is-active,
.drawer-top-link--showcase:hover {
  transform: none;
}

.storefront-drawer-content--showcase {
  width: max-content;
  max-width: min(640px, calc(100vw - var(--drawer-sidebar-width) - 44px));
  padding: 26px 28px 28px;
  overflow-y: auto;
  overflow-x: hidden;
}

.drawer-top-panel--showcase {
  display: none;
}

.drawer-top-panel--showcase.is-active {
  display: block;
  width: max-content;
  max-width: 100%;
}

.drawer-category-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: max-content;
  max-width: 100%;
}

.drawer-category-panel__head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, 560px);
  max-width: 100%;
  padding: 0;
  margin: 0 0 4px;
  border-bottom: 0;
}

.drawer-category-panel__head > div {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 16px 22px 18px;
  border-radius: 18px;
  box-sizing: border-box;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(12, 18, 31, 0.82), rgba(12, 18, 31, 0.66));
  border: 1px solid rgba(244, 199, 106, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 28px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.drawer-category-panel__head > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 199, 106, 0.14), transparent 42%);
  pointer-events: none;
}

.drawer-category-panel__head > div::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 199, 106, 0.88), rgba(244, 199, 106, 0.18) 68%, transparent);
  pointer-events: none;
}

.drawer-showcase-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(244, 199, 106, 0.24);
  background: rgba(244, 199, 106, 0.10);
  color: #f1d28f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.drawer-showcase-title {
  margin: 0;
  color: #fff9ee;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 1.1rem + 1vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-wrap: balance;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.drawer-category-panel__head--title-only {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  width: min(100%, 560px);
  padding: 0;
  margin: 0 0 4px;
  border-bottom: 0;
}

.drawer-category-panel__head--title-only > div {
  position: relative;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.drawer-category-panel__head--title-only > div::before,
.drawer-category-panel__head--title-only > div::after {
  display: none;
}

.drawer-showcase-title--underline {
  display: inline-block;
  position: relative;
  padding: 0 0 14px;
}

.drawer-showcase-title--underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 138px;
  max-width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 199, 106, 0.98), rgba(244, 199, 106, 0.52) 68%, transparent);
  box-shadow: 0 0 14px rgba(244, 199, 106, 0.16);
}

.drawer-showcase-cta {
  flex: 0 0 auto;
}

.drawer-level2-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: max-content;
  max-width: 100%;
}

.drawer-level2-row {
  display: grid;
  gap: 18px;
  width: max-content;
  max-width: 100%;
}

.drawer-level2-row.cols-1 {
  grid-template-columns: minmax(0, 1fr);
}

.drawer-level2-row.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drawer-level2-row.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drawer-level2-row.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.drawer-level2-item {
  min-width: 0;
}

.drawer-level2-item__title,
.drawer-level2-item__title:hover {
  color: #f5e4be;
  text-decoration: none;
}

.drawer-level2-item__title {
  display: block;
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.drawer-level2-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drawer-level2-link,
.drawer-level2-link:hover {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.drawer-level2-link {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
}

.drawer-level2-link:hover,
.drawer-level2-item__title:hover {
  color: #ffffff;
}

.drawer-category-empty {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.78);
}

@media (max-width: 991px) {
  .storefront-drawer--showcase {
    width: min(calc(100vw - 20px), 1240px);
  }

  .storefront-drawer-shell--showcase {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .storefront-drawer-sidebar--showcase {
    max-height: 34vh;
    padding-right: 10px;
  }

  .storefront-drawer-content--showcase {
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }

  .drawer-top-panel--showcase.is-active,
  .drawer-category-panel,
  .drawer-level2-grid,
  .drawer-level2-row,
  .drawer-level2-row.cols-2,
  .drawer-level2-row.cols-3,
  .drawer-level2-row.cols-4 {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .drawer-category-panel__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .drawer-category-panel__head > div {
    padding: 15px 18px 17px;
  }

  .drawer-showcase-title {
    font-size: 1.78rem;
  }
}

/* Ajuste fino: categoria muestra sexos o marcas sin inflar el panel */
.drawer-category-panel .drawer-level2-row.cols-2 {
  grid-template-columns: repeat(2, minmax(140px, max-content));
  justify-content: flex-start;
  column-gap: 28px;
}

.drawer-category-panel .drawer-level2-row.cols-3 {
  grid-template-columns: repeat(3, minmax(140px, max-content));
  justify-content: flex-start;
  column-gap: 24px;
}

.drawer-category-panel .drawer-level2-row.cols-4 {
  grid-template-columns: repeat(4, minmax(140px, max-content));
  justify-content: flex-start;
  column-gap: 20px;
}

.drawer-category-panel .drawer-level2-item {
  max-width: 180px;
}

/* === Ajustes finos Flor Elena: chips de filtros y subrayado premium del drawer === */
.catalog-selected-filters {
  margin: 6px 0 14px !important;
  padding: 14px 0 18px !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.catalog-selected-filters-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.catalog-selected-filters-title {
  color: #f8f5ed !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.catalog-selected-filters-clear,
.catalog-selected-filters-clear:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,0.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03) !important;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease !important;
}

.catalog-selected-filters-clear:hover {
  border-color: rgba(244, 199, 106, 0.34) !important;
  color: #fff1cd !important;
  background: rgba(244, 199, 106, 0.08) !important;
}

.catalog-selected-filters-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.catalog-selected-chip,
.catalog-selected-chip:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #f5efe1 !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.catalog-selected-chip i {
  font-size: 0.8rem !important;
  color: rgba(255,255,255,0.72) !important;
}

.catalog-selected-chip:hover {
  border-color: rgba(244, 199, 106, 0.34) !important;
  background: rgba(244, 199, 106, 0.08) !important;
  color: #fff9ee !important;
  transform: translateY(-1px) !important;
}

.catalog-selected-chip:hover i {
  color: #fff1cd !important;
}

.storefront-drawer--showcase .drawer-category-panel__head--title-only {
  width: min(100%, 560px) !important;
}

.storefront-drawer--showcase .drawer-category-panel__head--title-only > div {
  position: relative !important;
  display: inline-block !important;
  width: max-content !important;
  max-width: 100% !important;
}

.storefront-drawer--showcase .drawer-showcase-title--underline {
  position: relative !important;
  display: inline-block !important;
  padding: 0 0 16px !important;
}

.storefront-drawer--showcase .drawer-showcase-title--underline::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 176px !important;
  max-width: calc(100% + 32px) !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(244, 199, 106, 0.98) 0%,
    rgba(244, 199, 106, 0.95) 46%,
    rgba(244, 199, 106, 0.76) 68%,
    rgba(220, 195, 145, 0.24) 88%,
    rgba(255, 255, 255, 0.08) 100%
  ) !important;
  clip-path: polygon(0 18%, 70% 18%, 83% 24%, 91% 34%, 97% 44%, 100% 50%, 97% 56%, 91% 66%, 83% 76%, 70% 82%, 0 82%) !important;
  box-shadow: 0 0 12px rgba(244, 199, 106, 0.16) !important;
}

/* Ajuste fino solicitado: subrayado dorado con fusión progresiva en el drawer */
.storefront-drawer--showcase .drawer-category-panel__head:not(.drawer-category-panel__head--title-only) > div::after {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  bottom: -1px !important;
  width: 196px !important;
  max-width: calc(100% - 128px) !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(244, 199, 106, 0.98) 0%,
    rgba(244, 199, 106, 0.95) 44%,
    rgba(244, 199, 106, 0.82) 62%,
    rgba(244, 199, 106, 0.42) 82%,
    rgba(255, 255, 255, 0.10) 100%
  ) !important;
  clip-path: polygon(0 16%, 72% 16%, 84% 24%, 92% 34%, 98% 44%, 100% 50%, 98% 56%, 92% 66%, 84% 76%, 72% 84%, 0 84%) !important;
  box-shadow: 0 0 12px rgba(244, 199, 106, 0.14) !important;
  pointer-events: none !important;
}

/* === Restaurar chips de filtros seleccionados en productos === */
.catalog-selected-filters {
  margin: 6px 0 14px !important;
  padding: 14px 0 18px !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.catalog-selected-filters-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.catalog-selected-filters-title {
  color: #f8f5ed !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.catalog-selected-filters-clear,
.catalog-selected-filters-clear:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,0.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03) !important;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease !important;
}

.catalog-selected-filters-clear:hover {
  border-color: rgba(244, 199, 106, 0.34) !important;
  color: #fff1cd !important;
  background: rgba(244, 199, 106, 0.08) !important;
}

.catalog-selected-filters-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.catalog-selected-chip,
.catalog-selected-chip:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #f5efe1 !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.catalog-selected-chip i {
  font-size: 0.8rem !important;
  color: rgba(255,255,255,0.72) !important;
}

.catalog-selected-chip:hover {
  border-color: rgba(244, 199, 106, 0.34) !important;
  background: rgba(244, 199, 106, 0.08) !important;
  color: #fff9ee !important;
  transform: translateY(-1px) !important;
}

.catalog-selected-chip:hover i {
  color: #fff1cd !important;
}


/* ===== Flor Elena stability patch: drawer underline, filter chips, mobile header ===== */
.storefront-drawer--showcase .drawer-category-panel__head--title-only {
  width: min(100%, 560px) !important;
}

.storefront-drawer--showcase .drawer-category-panel__titlewrap {
  position: relative !important;
  display: inline-block !important;
  width: max-content !important;
  max-width: 100% !important;
}

.storefront-drawer--showcase .drawer-showcase-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  color: #f6ecd8 !important;
}

.storefront-drawer--showcase .drawer-showcase-title--underline {
  position: relative !important;
  display: inline-block !important;
  padding: 0 0 16px !important;
}

.storefront-drawer--showcase .drawer-showcase-title--underline::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 182px !important;
  max-width: calc(100% + 10px) !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(244, 199, 106, 0.98) 0%,
    rgba(244, 199, 106, 0.94) 36%,
    rgba(244, 199, 106, 0.74) 58%,
    rgba(244, 199, 106, 0.34) 78%,
    rgba(255, 255, 255, 0.07) 96%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  clip-path: polygon(0 18%, 66% 18%, 78% 24%, 87% 34%, 94% 44%, 97% 50%, 94% 56%, 87% 66%, 78% 76%, 66% 82%, 0 82%) !important;
  box-shadow: 0 0 12px rgba(244, 199, 106, 0.18) !important;
  pointer-events: none !important;
}

.catalog-selected-filters {
  margin: 8px 0 16px !important;
  padding: 14px 0 18px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.catalog-selected-filters-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.catalog-selected-filters-title {
  color: #f8f5ed !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.catalog-selected-filters-clear,
.catalog-selected-filters-clear:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.catalog-selected-filters-clear:hover {
  border-color: rgba(244, 199, 106, 0.34) !important;
  color: #fff1cd !important;
  background: rgba(244, 199, 106, 0.08) !important;
}

.catalog-selected-filters-scroller {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.catalog-selected-filters-scroller.is-single {
  display: block !important;
}

.catalog-selected-filters-viewport {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 36px !important;
  overflow: hidden !important;
}

.catalog-selected-filters-track {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  transition: transform 0.22s ease !important;
  will-change: transform !important;
}

.catalog-selected-filters-nav {
  flex: 0 0 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.catalog-selected-filters-arrow {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,0.58) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.catalog-selected-filters-arrow:hover {
  color: rgba(255,255,255,0.88) !important;
}

.catalog-selected-filters-arrow:disabled {
  opacity: 0.35 !important;
  cursor: default !important;
}

.catalog-selected-filters-arrow i {
  font-size: 0.72rem !important;
  line-height: 1 !important;
}

.catalog-selected-filters .catalog-selected-chip,
.catalog-selected-filters .catalog-selected-chip:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #f5efe1 !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.catalog-selected-filters .catalog-selected-chip span {
  color: inherit !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.catalog-selected-filters .catalog-selected-chip i {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
  flex: 0 0 auto !important;
}

.catalog-selected-filters .catalog-selected-chip:hover {
  border-color: rgba(244, 199, 106, 0.34) !important;
  background: rgba(244, 199, 106, 0.08) !important;
  color: #fff9ee !important;
  transform: translateY(-1px) !important;
}

.catalog-selected-filters .catalog-selected-chip:hover i {
  color: #fff1cd !important;
}

@media (max-width: 767px) {
  .storefront-bar {
    grid-template-columns: auto 1fr auto !important;
    grid-template-areas:
      "menu logo cart"
      "search search search" !important;
    align-items: center !important;
    gap: 14px 12px !important;
  }

  .storefront-left {
    display: contents !important;
  }

  .storefront-menu-btn {
    grid-area: menu !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  .storefront-logo {
    grid-area: logo !important;
    justify-self: center !important;
    padding: 0 !important;
    min-height: auto !important;
  }

  .storefront-logo img {
    height: 64px !important;
    max-width: 200px !important;
  }

  .storefront-cart {
    grid-area: cart !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  .storefront-search {
    grid-area: search !important;
    width: 100% !important;
    margin-top: 6px !important;
  }
}


/* ===== Mobile refinement: hero tighter, drawer lateral, product filters as sheet ===== */
.catalog-mobile-toolbar,
.catalog-mobile-filter-head,
.catalog-mobile-filter-backdrop {
  display: none;
}

@media (max-width: 767px) {
  .boutique-hero {
    padding-top: 8px !important;
  }

  .boutique-hero-media {
    aspect-ratio: auto !important;
    height: clamp(190px, 44vw, 250px) !important;
    min-height: 190px !important;
    max-height: 250px !important;
    border-radius: 0 0 18px 18px !important;
    background: #090b10 !important;
  }

  .boutique-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: transparent !important;
  }

  .service-ribbon-section--luxury {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .runway-strip-section--luxury {
    padding-top: 12px !important;
    padding-bottom: 22px !important;
  }

  .storefront-drawer--showcase {
    width: min(calc(100vw - 12px), 720px) !important;
    max-height: calc(100vh - 96px) !important;
  }

  .storefront-drawer-shell--showcase {
    display: grid !important;
    grid-template-columns: minmax(120px, 38%) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0 !important;
    min-height: 0 !important;
  }

  .storefront-drawer-sidebar--showcase {
    max-height: none !important;
    min-height: 100% !important;
    padding: 18px 10px 18px 12px !important;
    border-right: 1px solid rgba(255,255,255,0.08) !important;
  }

  .storefront-drawer-content--showcase {
    width: 100% !important;
    max-width: 100% !important;
    max-height: calc(100vh - 148px) !important;
    overflow-y: auto !important;
    padding: 14px 12px 18px !important;
  }

  .drawer-top-panel--showcase,
  .drawer-top-panel--showcase.is-active,
  .drawer-category-panel,
  .drawer-level2-grid,
  .drawer-level2-row,
  .drawer-level2-row.cols-2,
  .drawer-level2-row.cols-3,
  .drawer-level2-row.cols-4 {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .drawer-category-panel__head > div {
    padding: 14px 14px 16px !important;
  }

  .drawer-showcase-title {
    font-size: 1.42rem !important;
  }

  .catalog-mobile-toolbar {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
  }

  .catalog-mobile-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(244, 199, 106, 0.24);
    background: rgba(14, 22, 38, 0.94);
    color: #f7efde;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  }

  .catalog-mobile-filter-btn strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(244, 199, 106, 0.18);
    color: #f4d490;
    font-size: 0.82rem;
  }

  .catalog-mobile-toolbar-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
  }

  .catalog-mobile-toolbar-summary span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.84);
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .catalog-filters {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    top: 0 !important;
    width: min(88vw, 340px) !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1205 !important;
    transform: translateX(-104%);
    transition: transform 0.28s ease;
    pointer-events: none;
  }

  .catalog-filters.is-mobile-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .catalog-mobile-filter-backdrop {
    display: block !important;
    position: fixed;
    inset: 0;
    background: rgba(4, 10, 19, 0.54);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1200;
  }

  .catalog-mobile-filter-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  .catalog-filters-form {
    height: 100%;
    overflow-y: auto;
    border-radius: 0 24px 24px 0 !important;
    padding: 16px 14px 24px !important;
  }

  .catalog-mobile-filter-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .catalog-mobile-filter-head strong {
    color: #f7efde;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
  }

  .catalog-mobile-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.78);
  }

  .catalog-filters-head {
    margin-bottom: 12px !important;
  }

  .section-shell--catalog-dark {
    padding-top: 18px !important;
  }

  .catalog-layout-dark {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .catalog-grid-dark {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .product-premium--dark-listing .product-media img {
    height: 210px !important;
  }

  .product-premium--dark-listing .product-body {
    padding: 14px 12px 14px !important;
  }

  .product-premium--dark-listing .product-title {
    font-size: 0.98rem !important;
  }

  .price-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .btn-add-cart {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Ajuste fino: el fondo redondeado del titulo debe cubrir bien la tipografia */
.storefront-drawer--showcase .drawer-category-panel__head--title-only > div,
.storefront-drawer--showcase .drawer-category-panel__titlewrap {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 54px !important;
  padding: 10px 22px 12px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.storefront-drawer--showcase .drawer-showcase-title {
  margin: 0 !important;
  line-height: 1.08 !important;
  position: relative !important;
  top: -1px !important;
}

.storefront-drawer--showcase .drawer-showcase-title--underline {
  padding: 0 0 12px !important;
}

/* Ajuste tarjetas catalogo: quitar categoria sobre foto, badge disponible y mejor encuadre */
.product-premium--dark-listing .product-tags {
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  pointer-events: none;
}

.product-premium--dark-listing .product-badge {
  display: none !important;
}

.product-premium--dark-listing .product-discount-badge,
.product-premium--dark-listing .stock-pill {
  pointer-events: auto;
}

.product-premium--dark-listing .stock-pill--available {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #16a34a;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.28);
}

.product-premium--dark-listing .product-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.product-premium--dark-listing .product-media img {
  width: 100%;
  height: 410px !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.product-premium--dark-listing:hover .product-media img {
  transform: none !important;
}

@media (max-width: 1199px) {
  .product-premium--dark-listing .product-media img {
    height: 370px !important;
  }
}

@media (max-width: 991px) {
  .product-premium--dark-listing .product-media img {
    height: 330px !important;
  }
}

@media (max-width: 767.98px) {
  .product-premium--dark-listing .product-media img {
    height: 260px !important;
  }

  .product-premium--dark-listing .stock-pill--available {
    min-height: 22px;
    padding: 0 8px;
    font-size: 0.64rem;
  }
}

/* Compactar card publico con descripcion corta */
.product-premium--dark-listing .product-body {
  gap: 8px !important;
}

.product-premium--dark-listing .product-title {
  min-height: 0 !important;
  margin-bottom: 0 !important;
}

.product-premium--dark-listing .product-card-description {
  margin: 2px 0 8px !important;
  min-height: 0 !important;
  font-size: 0.88rem !important;
  line-height: 1.22 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.product-premium--dark-listing .price-row {
  margin-top: 6px !important;
  align-items: flex-end !important;
}

@media (max-width: 767.98px) {
  .product-premium--dark-listing .product-body {
    gap: 7px !important;
  }

  .product-premium--dark-listing .product-card-description {
    margin: 2px 0 6px !important;
    font-size: 0.84rem !important;
    line-height: 1.18 !important;
  }

  .product-premium--dark-listing .price-row {
    margin-top: 4px !important;
  }
}

/* Precio, stock y boton alineados a la izquierda en cards publicos */
.product-premium--dark-listing .price-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-row > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: 100% !important;
  text-align: left !important;
}

.product-premium--dark-listing .price-row .price-tag,
.product-premium--dark-listing .price-row .price-tag--discount,
.product-premium--dark-listing .price-row .price-old {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  text-align: left !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

.product-premium--dark-listing .price-row .price-note {
  display: block !important;
  width: auto !important;
  text-align: left !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.product-premium--dark-listing .price-row .btn-add-cart {
  align-self: flex-start !important;
  justify-content: center !important;
  margin-top: 2px !important;
}

@media (max-width: 767.98px) {
  .product-premium--dark-listing .price-row {
    gap: 7px !important;
  }

  .product-premium--dark-listing .price-row > div {
    gap: 3px !important;
  }

  .product-premium--dark-listing .price-row .btn-add-cart {
    align-self: flex-start !important;
  }
}



/* Disponible al lado del precio en cards */
.product-premium--dark-listing .price-main {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  text-align: left !important;
}

.product-premium--dark-listing .price-main .price-available-badge {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

/* Forzar Disponible a la derecha del precio, no debajo */
.product-premium--dark-listing .price-main {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-main .price-tag {
  white-space: nowrap !important;
}

.product-premium--dark-listing .price-main .price-available-badge {
  margin-left: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

/* Disponible exactamente al lado derecho del precio */
.product-premium--dark-listing .price-row .price-main,
.product-premium--dark-listing .price-row > div {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-row .price-tag {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.product-premium--dark-listing .price-row .price-available-badge {
  position: static !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}


/* Precio descuento arriba, precio actual + disponible en misma fila */
.product-premium--dark-listing .price-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-price-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-old-row {
  display: block !important;
  margin: 0 !important;
  color: rgba(255,255,255,.45) !important;
  text-decoration: line-through !important;
  font-size: 0.92rem !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

.product-premium--dark-listing .price-current-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-current-row .price-tag,
.product-premium--dark-listing .price-current-row .price-tag--discount {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

.product-premium--dark-listing .price-current-row .price-available-badge {
  margin-left: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.product-premium--dark-listing .price-note {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

.product-premium--dark-listing .price-row .btn-add-cart {
  align-self: flex-start !important;
  margin-top: 2px !important;
}

/* Precio anterior arriba con linea roja */
.product-premium--dark-listing .price-old-row,
.product-premium--dark-listing .price-old {
  display: block !important;
  width: fit-content !important;
  margin: 0 0 3px 0 !important;
  color: rgba(255,255,255,.45) !important;
  text-decoration-line: line-through !important;
  text-decoration-color: #ef4444 !important;
  text-decoration-thickness: 2px !important;
  font-size: .9rem !important;
  line-height: 1 !important;
}

.product-premium--dark-listing .price-current-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

.product-premium--dark-listing .price-current-row .price-available-badge {
  margin-left: auto !important;
}

/* Orden final precio card: tachado arriba, precio + disponible, stock abajo */
.product-premium--dark-listing .price-price-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-old-row,
.product-premium--dark-listing .price-old {
  display: block !important;
  order: 1 !important;
  margin: 0 !important;
  text-decoration-line: line-through !important;
  text-decoration-color: #ef4444 !important;
  text-decoration-thickness: 2px !important;
}

.product-premium--dark-listing .price-current-row {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

.product-premium--dark-listing .price-available-badge {
  position: static !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

.product-premium--dark-listing .price-note {
  order: 3 !important;
  display: block !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* FINAL: orden correcto de precio en cards */
.product-premium--dark-listing .price-row-final {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: auto !important;
}

.product-premium--dark-listing .price-row-final > .price-block-final {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  width: 100% !important;
}

.product-premium--dark-listing .price-old-final {
  color: #ffb4b4 !important;
  text-decoration: line-through !important;
  text-decoration-color: #ef4444 !important;
  text-decoration-thickness: 2px !important;
  font-size: .9rem !important;
  line-height: 1 !important;
}

.product-premium--dark-listing .price-line-final {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

.product-premium--dark-listing .available-final {
  display: inline-flex !important;
  align-items: center !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: #16a34a !important;
  color: #fff !important;
  font-size: .62rem !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  margin-left: auto !important;
}

.product-premium--dark-listing .price-note-final {
  white-space: nowrap !important;
  color: rgba(255,255,255,.72) !important;
  font-size: .8rem !important;
}

.product-premium--dark-listing .price-row-final .btn-add-cart {
  align-self: flex-start !important;
}

/* Boton Agregar centrado en cards publicos */
.product-premium--dark-listing .price-row-final .btn-add-cart {
  align-self: center !important;
}

/* Boton Agregar centrado en cards publicos */
.product-premium--dark-listing .price-row-final .btn-add-cart {
  align-self: center !important;
}

/* Estructura fija de textos en cards publicos */
.product-premium--dark-listing .product-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}

.product-premium--dark-listing .product-category {
  min-height: 2.6em !important;
  max-height: 2.6em !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
  align-items: flex-start !important;
}

.product-premium--dark-listing .product-category i {
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}

.product-premium--dark-listing .product-category {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.product-premium--dark-listing .product-title {
  min-height: 1.25em !important;
  max-height: 1.25em !important;
  line-height: 1.25 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.product-premium--dark-listing .product-title-link {
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.product-premium--dark-listing .product-card-description {
  min-height: 1.25em !important;
  max-height: 1.25em !important;
  margin: 0 0 6px !important;
  line-height: 1.25 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.product-premium--dark-listing .price-old-final {
  min-height: 1em !important;
}

.product-premium--dark-listing .price-old-final--empty {
  visibility: hidden !important;
}

.product-premium--dark-listing .price-row-final {
  margin-top: auto !important;
}

.product-premium--dark-listing .price-note-final {
  min-height: 1.2em !important;
}

/* Descuento rojo en lugar de disponible */
.product-premium--dark-listing .available-final--discount {
  background: #dc2626 !important;
  color: #fff !important;
}

/* Web: descuento mas grande en cards */
@media (min-width: 768px) {
  .product-premium--dark-listing .available-final--discount {
    background: #e53935 !important;
    color: #fff !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28) !important;
    clip-path: polygon(
      50% 0%,
      58% 8%,
      70% 3%,
      76% 14%,
      88% 10%,
      89% 24%,
      100% 30%,
      94% 42%,
      100% 50%,
      94% 58%,
      100% 70%,
      89% 76%,
      88% 90%,
      76% 86%,
      70% 97%,
      58% 92%,
      50% 100%,
      42% 92%,
      30% 97%,
      24% 86%,
      12% 90%,
      11% 76%,
      0% 70%,
      6% 58%,
      0% 50%,
      6% 42%,
      0% 30%,
      11% 24%,
      12% 10%,
      24% 14%,
      30% 3%,
      42% 8%
    ) !important;
  }
}

/* Web: descuento rojo en rectangulo, no ovalado */
@media (min-width: 768px) {
  .product-premium--dark-listing .available-final--discount {
    border-radius: 8px !important;
  }
}

/* Web: badge de descuento rectangular y mas compacto */
@media (min-width: 768px) {
  .product-premium--dark-listing .available-final--discount {
    border-radius: 0 !important;
    padding: 2px 6px !important;
    min-width: 0 !important;
    height: auto !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Web: badge de descuento en forma de estrella roja */
@media (min-width: 768px) {
  .product-premium--dark-listing .available-final--discount {
    background: #ff2f2f !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    ) !important;
  }
}

/* Web: descuento tipo sello dentado rojo */
@media (min-width: 768px) {
  .product-premium--dark-listing .available-final--discount {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    padding: 0 !important;
    background: rgba(239, 35, 60, 0.82) !important;
    color: #fff !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    clip-path: polygon(
      50% 0%, 58% 13%, 70% 6%, 74% 20%,
      88% 18%, 86% 32%, 100% 39%, 88% 50%,
      100% 61%, 86% 68%, 88% 82%, 74% 80%,
      70% 94%, 58% 87%, 50% 100%, 42% 87%,
      30% 94%, 26% 80%, 12% 82%, 14% 68%,
      0% 61%, 12% 50%, 0% 39%, 14% 32%,
      12% 18%, 26% 20%, 30% 6%, 42% 13%
    ) !important;
  }
}

/* Product detail page */
.product-detail-page {
  padding-top: 28px;
}

.product-detail-container {
  max-width: 1320px;
}

.product-detail-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.66);
}

.product-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.84);
  text-decoration: none;
  font-weight: 700;
}

.product-detail-back:hover {
  color: #f4c76a;
  text-decoration: none;
}

.product-detail-top-category {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
  gap: 34px;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(3, 7, 18, 0.90), rgba(15, 23, 42, 0.78));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 70px rgba(0,0,0,0.30);
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.product-detail-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-detail-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 730px;
  overflow-y: auto;
  padding: 2px 4px 2px 2px;
}

.product-detail-thumb {
  width: 84px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  padding: 0;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.product-detail-thumb:hover,
.product-detail-thumb.is-active {
  transform: translateY(-1px);
  border-color: rgba(244,199,106,0.86);
  box-shadow: 0 0 0 3px rgba(244,199,106,0.18);
}

.product-detail-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-detail-main-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}

.product-detail-main-photo img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  background: #fff;
}

.product-detail-photo-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #111827;
  background: rgba(255,255,255,0.88);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(15,23,42,0.16);
}

.product-detail-info {
  color: #f8fafc;
  align-self: center;
}

.product-detail-eyebrow {
  margin-bottom: 10px;
  color: rgba(244,199,106,0.88);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-detail-title {
  margin: 0 0 10px;
  color: #fff7e6;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.product-detail-brand {
  margin-bottom: 12px;
  color: rgba(255,255,255,0.72);
  font-size: 1.02rem;
  font-weight: 700;
}

.product-detail-description {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.76);
  line-height: 1.68;
}

.product-detail-price-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.product-detail-price-old {
  color: rgba(255,255,255,0.42);
  text-decoration: line-through;
  font-weight: 700;
}

.product-detail-price-current {
  color: #f4c76a;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
}

.product-detail-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  color: #111827;
  background: #f4c76a;
  font-weight: 900;
  font-size: 0.86rem;
}

.product-detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

.product-detail-meta-item {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
}

.product-detail-meta-item span,
.product-detail-option-label,
.product-detail-qty-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.54);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-weight: 800;
}

.product-detail-meta-item strong {
  color: #fff;
  font-size: 0.98rem;
}

.product-detail-option-block {
  margin-bottom: 18px;
}

.product-detail-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.product-detail-option {
  min-width: 52px;
  padding: 9px 13px;
  border-radius: 14px;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.product-detail-option:hover {
  color: #fff;
  border-color: rgba(244,199,106,0.72);
  transform: translateY(-1px);
  text-decoration: none;
}

.product-detail-option.is-active {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255,255,255,0.32);
  box-shadow: none;
}

.product-detail-actions {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  margin-top: 24px;
}

.product-detail-qty-label {
  grid-column: 1 / -1;
  margin-bottom: -2px;
}

.product-detail-qty {
  height: 52px;
  border-radius: 16px;
  text-align: center;
  font-weight: 800;
}

.product-detail-add {
  height: 52px;
  border: 0;
  border-radius: 16px;
  color: #111827;
  background: linear-gradient(135deg, #f8d477, #e9b949);
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(244,199,106,0.22);
}

.product-detail-add:hover {
  transform: translateY(-1px);
}

.product-detail-help {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 44px;
  padding: 14px;
  border-radius: 18px;
  color: rgba(255,255,255,0.68);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  line-height: 1.45;
}

.product-detail-help i {
  color: #25d366;
  margin-top: 3px;
}

.product-detail-related {
  margin-top: 34px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 18px 44px rgba(15,23,42,0.08);
}

.product-detail-related-head {
  margin-bottom: 18px;
}

.product-detail-related-head span {
  color: #a87916;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
}

.product-detail-related-head h2 {
  margin: 4px 0 0;
  color: #111827;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 900;
}

.product-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-detail-related-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  color: #111827;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.08);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15,23,42,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-detail-related-card:hover {
  color: #111827;
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(15,23,42,0.12);
}

.product-detail-related-image {
  display: block;
  background: #f8fafc;
}

.product-detail-related-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-detail-related-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
}

.product-detail-related-body small {
  color: #a87916;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 0.68rem;
  font-weight: 900;
}

.product-detail-related-body strong {
  font-size: 1rem;
  line-height: 1.2;
}

.product-detail-related-price {
  color: #111827;
  font-weight: 900;
}

.product-detail-related-price em {
  margin-right: 6px;
  color: #9ca3af;
  text-decoration: line-through;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .product-detail-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .product-detail-info {
    align-self: start;
  }

  .product-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .product-detail-page {
    padding-top: 12px;
  }

  .product-detail-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .product-detail-card {
    padding: 16px;
    border-radius: 24px;
    gap: 22px;
  }

  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-detail-main-photo {
    order: 1;
    min-height: 0;
    border-radius: 22px;
  }

  .product-detail-main-photo img {
    max-height: none;
    aspect-ratio: 4 / 5;
    object-fit: contain;
  }

  .product-detail-thumbs {
    order: 2;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 8px;
    -webkit-overflow-scrolling: touch;
  }

  .product-detail-thumb {
    width: 72px;
    flex: 0 0 72px;
    border-radius: 16px;
  }

  .product-detail-title {
    font-size: 2.2rem;
  }

  .product-detail-meta-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-actions {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .product-detail-related {
    padding: 18px;
    border-radius: 24px;
  }

  .product-detail-related-grid {
    grid-template-columns: 1fr;
  }
}


/* SOFFAST_PRODUCT_DETAIL_ORDER_REFINEMENT */
.product-detail-top-category {
  color: rgba(244, 199, 106, 0.94);
  font-weight: 800;
}

.product-detail-price-block {
  margin: 16px 0 18px;
}


/* SOFFAST_PRODUCT_DETAIL_VISUAL_REFINEMENT_002 */
.product-detail-title {
  font-size: clamp(1.46rem, 2.14vw, 2.36rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.product-detail-price-current {
  color: #ffffff;
  font-size: clamp(1.75rem, 2.35vw, 2.25rem);
  font-weight: 400 !important;
}

.product-detail-discount {
  background: #dc2626;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(220, 38, 38, 0.24);
}

.product-detail-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
  transform: translateY(-50%);
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.product-detail-gallery-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24);
}

.product-detail-gallery-arrow--prev {
  left: 16px;
}

.product-detail-gallery-arrow--next {
  right: 16px;
}

@media (max-width: 767.98px) {
  .product-detail-title {
    font-size: 1.85rem;
  }

  .product-detail-price-current {
    font-size: 1.75rem;
  }

  .product-detail-gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .product-detail-gallery-arrow--prev {
    left: 10px;
  }

  .product-detail-gallery-arrow--next {
    right: 10px;
  }
}


/* SOFFAST_CARD_DISCOUNT_PILL_001 */
.product-premium--dark-listing .available-final--discount {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  clip-path: none !important;
  background: #dc2626 !important;
  color: #ffffff !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 22px rgba(220, 38, 38, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}


/* SOFFAST_CARD_AVAILABLE_PILL_HEIGHT_001 */
.available-final:not(.available-final--discount) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}


/* SOFFAST_MENU_WHITE_001 */
.storefront-menu-btn .storefront-menu-text,
.storefront-menu-btn .storefront-menu-icon,
.storefront-menu-btn .storefront-menu-icon span,
#menuToggle .storefront-menu-text,
#menuToggle .storefront-menu-icon,
#menuToggle .storefront-menu-icon span {
  color: #ffffff !important;
  background-color: #ffffff;
}

.storefront-menu-btn:hover .storefront-menu-text,
.storefront-menu-btn:focus .storefront-menu-text,
#menuToggle:hover .storefront-menu-text,
#menuToggle:focus .storefront-menu-text {
  color: #ffffff !important;
}

.storefront-menu-btn:hover .storefront-menu-icon span,
.storefront-menu-btn:focus .storefront-menu-icon span,
#menuToggle:hover .storefront-menu-icon span,
#menuToggle:focus .storefront-menu-icon span {
  background: #ffffff !important;
}

@media (max-width: 767px) {
  .storefront-menu-btn .storefront-menu-text,
  .storefront-menu-btn .storefront-menu-icon span,
  #menuToggle .storefront-menu-text,
  #menuToggle .storefront-menu-icon span {
    color: #ffffff !important;
    background: #ffffff !important;
  }
}


/* SOFFAST_MENU_WHITE_FIX_002 */
.storefront-menu-btn .storefront-menu-text,
#menuToggle .storefront-menu-text {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;
}

.storefront-menu-btn .storefront-menu-icon,
#menuToggle .storefront-menu-icon {
  background: transparent !important;
  background-color: transparent !important;
}

.storefront-menu-btn .storefront-menu-icon span,
#menuToggle .storefront-menu-icon span {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  .storefront-menu-btn .storefront-menu-text,
  #menuToggle .storefront-menu-text {
    color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  .storefront-menu-btn .storefront-menu-icon,
  #menuToggle .storefront-menu-icon {
    background: transparent !important;
    background-color: transparent !important;
  }

  .storefront-menu-btn .storefront-menu-icon span,
  #menuToggle .storefront-menu-icon span {
    background: #ffffff !important;
    background-color: #ffffff !important;
  }
}


/* SOFFAST_MENU_GOLD_001 */
.storefront-menu-btn .storefront-menu-text,
#menuToggle .storefront-menu-text {
  color: #d5b06b !important;
  background: transparent !important;
  background-color: transparent !important;
}

.storefront-menu-btn .storefront-menu-icon,
#menuToggle .storefront-menu-icon {
  background: transparent !important;
  background-color: transparent !important;
}

.storefront-menu-btn .storefront-menu-icon span,
#menuToggle .storefront-menu-icon span {
  background: #d5b06b !important;
  background-color: #d5b06b !important;
}

@media (max-width: 767px) {
  .storefront-menu-btn .storefront-menu-text,
  #menuToggle .storefront-menu-text {
    color: #d5b06b !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  .storefront-menu-btn .storefront-menu-icon,
  #menuToggle .storefront-menu-icon {
    background: transparent !important;
    background-color: transparent !important;
  }

  .storefront-menu-btn .storefront-menu-icon span,
  #menuToggle .storefront-menu-icon span {
    background: #d5b06b !important;
    background-color: #d5b06b !important;
  }
}


/* SOFFAST_MENU_WHITE_FINAL_001 */
.storefront-menu-btn .storefront-menu-text,
#menuToggle .storefront-menu-text {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;
}

.storefront-menu-btn .storefront-menu-icon,
#menuToggle .storefront-menu-icon {
  background: transparent !important;
  background-color: transparent !important;
}

.storefront-menu-btn .storefront-menu-icon span,
#menuToggle .storefront-menu-icon span {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  .storefront-menu-btn .storefront-menu-text,
  #menuToggle .storefront-menu-text {
    color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  .storefront-menu-btn .storefront-menu-icon,
  #menuToggle .storefront-menu-icon {
    background: transparent !important;
    background-color: transparent !important;
  }

  .storefront-menu-btn .storefront-menu-icon span,
  #menuToggle .storefront-menu-icon span {
    background: #ffffff !important;
    background-color: #ffffff !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_HOVER_ZOOM_CSS_001 */
.product-detail-main-photo.product-detail-zoom-ready,
.detail-gallery-main.product-detail-zoom-ready {
  cursor: zoom-in;
  overflow: hidden;
}

.product-detail-main-photo.product-detail-zoom-ready #detailMainImage,
.detail-gallery-main.product-detail-zoom-ready #detailMainImage {
  transition: none;
  will-change: transform;
}

.product-detail-main-photo.product-detail-zoom-ready #detailMainImage.is-zooming,
.detail-gallery-main.product-detail-zoom-ready #detailMainImage.is-zooming {
  transform: scale(1.85);
}

.product-detail-gallery-arrow {
  z-index: 8;
}

@media (max-width: 767.98px), (hover: none), (pointer: coarse) {
  .product-detail-main-photo #detailMainImage,
  .detail-gallery-main #detailMainImage {
    transform: none !important;
  }
}\n\n
/* SOFFAST_DETAIL_HELP_DESKTOP_SPACING_START */
@media (min-width: 992px) {
  .product-detail-help {
    margin-top: 18px !important;
    transform: none !important;
  }
}
/* SOFFAST_DETAIL_HELP_DESKTOP_SPACING_END */
\n\n\n

\n\n\n

\n\n\n

\n\n\n
/* SOFFAST_DETAIL_GALLERY_EXACT_LAYOUT_START */
@media (min-width: 992px) {
  .product-detail-gallery--exact5,
  .product-detail-gallery--exact6,
  .product-detail-gallery--fiveplus {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
  }

  .product-detail-gallery--exact5 .product-detail-main-photo,
  .product-detail-gallery--exact6 .product-detail-main-photo,
  .product-detail-gallery--fiveplus .product-detail-main-photo {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    align-self: start !important;
  }

  .product-detail-gallery--exact5 .product-detail-main-photo img,
  .product-detail-gallery--exact6 .product-detail-main-photo img,
  .product-detail-gallery--fiveplus .product-detail-main-photo img {
    max-height: 420px !important;
  }

  .product-detail-gallery--exact5 .product-detail-thumbs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow: hidden !important;
    padding: 0 !important;
    align-content: stretch !important;
  }

  .product-detail-gallery--exact6 .product-detail-thumbs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    gap: 8px !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow: hidden !important;
    padding: 0 !important;
    align-content: stretch !important;
  }

  .product-detail-gallery--exact5 .product-detail-thumb,
  .product-detail-gallery--exact6 .product-detail-thumb {
    width: 62px !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    align-self: stretch !important;
    display: block !important;
  }

  .product-detail-gallery--exact5 .product-detail-thumb img,
  .product-detail-gallery--exact6 .product-detail-thumb img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }

  .product-detail-gallery--fiveplus .product-detail-thumbs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 82px !important;
    gap: 10px !important;
    max-height: 420px !important;
    overflow-y: auto !important;
    padding: 0 2px 0 0 !important;
    align-content: start !important;
  }

  .product-detail-gallery--fiveplus .product-detail-thumb {
    width: 58px !important;
    height: 82px !important;
    min-height: 82px !important;
    border-radius: 14px !important;
  }

  .product-detail-gallery--fiveplus .product-detail-thumb img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }
}
/* SOFFAST_DETAIL_GALLERY_EXACT_LAYOUT_END */
\n


/* SOFFAST_EXACT6_RUNTIME_CSS_START */
@media (min-width: 992px) {
  .product-detail-gallery.product-detail-gallery--exact6 {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
  }

  .product-detail-gallery.product-detail-gallery--exact6 .product-detail-main-photo {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    align-self: start !important;
  }

  .product-detail-gallery.product-detail-gallery--exact6 .product-detail-main-photo img {
    max-height: 420px !important;
  }

  .product-detail-gallery.product-detail-gallery--exact6 .product-detail-thumbs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    gap: 6px !important;
    height: 420px !important;
    max-height: 420px !important;
    overflow: hidden !important;
    padding: 0 !important;
    align-content: stretch !important;
  }

  .product-detail-gallery.product-detail-gallery--exact6 .product-detail-thumb {
    width: 58px !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    align-self: stretch !important;
    display: block !important;
  }

  .product-detail-gallery.product-detail-gallery--exact6 .product-detail-thumb img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }
}
/* SOFFAST_EXACT6_RUNTIME_CSS_END */


/* SOFFAST_PRODUCT_DETAIL_FIXED_GALLERY_STANDARD_027 */
/* Layout fijo estándar:
   Miniaturas, visor principal y datos son iguales para todos.
   Solo la imagen se recorta dentro del visor. */
@media (min-width: 992px) {
  .product-detail-card {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 38px !important;
    overflow: hidden !important;
  }

  .product-detail-gallery,
  .product-detail-gallery.product-detail-gallery--single,
  .product-detail-gallery.product-detail-gallery--exact5,
  .product-detail-gallery.product-detail-gallery--exact6,
  .product-detail-gallery.product-detail-gallery--fiveplus {
    flex: 0 0 620px !important;
    width: 620px !important;
    min-width: 620px !important;
    max-width: 620px !important;
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;

    display: grid !important;
    grid-template-columns: 90px 500px !important;
    column-gap: 30px !important;
    align-items: start !important;
    justify-content: start !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .product-detail-thumbs,
  .product-detail-gallery-rail {
    grid-column: 1 !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    row-gap: 8px !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .product-detail-thumb,
  .product-detail-gallery-thumb,
  [data-detail-gallery-thumb],
  button.product-detail-thumb,
  button.product-detail-gallery-thumb,
  button[data-detail-gallery-thumb] {
    display: block !important;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 117.6px !important;
    min-height: 117.6px !important;
    max-height: 117.6px !important;
    flex: 0 0 117.6px !important;

    margin: 0 !important;
    padding: 3px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .product-detail-thumb:nth-child(n+6),
  .product-detail-gallery-thumb:nth-child(n+6),
  [data-detail-gallery-thumb]:nth-child(n+6) {
    display: none !important;
  }

  .product-detail-thumb img,
  .product-detail-gallery-thumb img,
  [data-detail-gallery-thumb] img,
  button.product-detail-thumb img,
  button.product-detail-gallery-thumb img,
  button[data-detail-gallery-thumb] img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 10px !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .product-detail-main-photo,
  [data-detail-gallery-main],
  .product-detail-gallery--single .product-detail-main-photo,
  .product-detail-gallery--exact5 .product-detail-main-photo,
  .product-detail-gallery--exact6 .product-detail-main-photo,
  .product-detail-gallery--fiveplus .product-detail-main-photo,
  .product-detail-main-photo.is-main-photo-portrait {
    grid-column: 2 !important;
    flex: 0 0 500px !important;
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;

    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
    justify-self: start !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .product-detail-main-photo img,
  [data-detail-gallery-main] img,
  #detailMainImage {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .product-detail-info {
    flex: 0 0 360px !important;
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
    align-self: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_GALLERY_ALIGN_NAME_028 */
/* Ajuste fino:
   Mantiene datos y tarjeta.
   La foto principal y las miniaturas crecen mas hacia arriba para alinear con el nombre. */
@media (min-width: 992px) {
  .product-detail-gallery,
  .product-detail-gallery.product-detail-gallery--single,
  .product-detail-gallery.product-detail-gallery--exact5,
  .product-detail-gallery.product-detail-gallery--exact6,
  .product-detail-gallery.product-detail-gallery--fiveplus {
    height: 675px !important;
    min-height: 675px !important;
    max-height: 675px !important;
    transform: translateY(-55px) !important;
  }

  .product-detail-thumbs,
  .product-detail-gallery-rail {
    height: 675px !important;
    min-height: 675px !important;
    max-height: 675px !important;
  }

  .product-detail-thumb,
  .product-detail-gallery-thumb,
  [data-detail-gallery-thumb],
  button.product-detail-thumb,
  button.product-detail-gallery-thumb,
  button[data-detail-gallery-thumb] {
    height: 128.6px !important;
    min-height: 128.6px !important;
    max-height: 128.6px !important;
    flex: 0 0 128.6px !important;
  }

  .product-detail-main-photo,
  [data-detail-gallery-main],
  .product-detail-gallery--single .product-detail-main-photo,
  .product-detail-gallery--exact5 .product-detail-main-photo,
  .product-detail-gallery--exact6 .product-detail-main-photo,
  .product-detail-gallery--fiveplus .product-detail-main-photo,
  .product-detail-main-photo.is-main-photo-portrait {
    height: 675px !important;
    min-height: 675px !important;
    max-height: 675px !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_INFO_ABOVE_GALLERY_029 */
/* Los datos deben estar siempre por encima del fondo/galeria. */
@media (min-width: 992px) {
  .product-detail-card {
    position: relative !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  .product-detail-gallery,
  .product-detail-main-photo,
  .product-detail-thumbs {
    position: relative !important;
    z-index: 1 !important;
  }

  .product-detail-info {
    position: relative !important;
    z-index: 20 !important;
  }

  .product-detail-title,
  .product-detail-info h1,
  .product-detail-info h2,
  .product-detail-info p,
  .product-detail-option-block,
  .product-detail-price,
  .product-detail-stock,
  .product-detail-buy-row,
  .product-detail-whatsapp-note {
    position: relative !important;
    z-index: 21 !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_CARD_AND_CONTENT_BALANCE_032 */
/* Baja todo junto: cuadro, foto, miniaturas y datos.
   Mantiene margen superior/inferior parejo dentro del recuadro. */
@media (min-width: 992px) {
  .product-detail-card {
    margin-top: 34px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    overflow: hidden !important;
    background: #07101f !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28) !important;
  }

  .product-detail-card::before {
    display: none !important;
    content: none !important;
  }

  .product-detail-gallery,
  .product-detail-gallery.product-detail-gallery--single,
  .product-detail-gallery.product-detail-gallery--exact5,
  .product-detail-gallery.product-detail-gallery--exact6,
  .product-detail-gallery.product-detail-gallery--fiveplus {
    transform: none !important;
  }

  .product-detail-info {
    transform: none !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_INFO_DOWN_ALIGN_PHOTO_BOTTOM_033 */
/* Baja solo los datos. No mueve foto, miniaturas ni fondo.
   El bloque WhatsApp queda alineado visualmente con la base de la foto. */
@media (min-width: 992px) {
  .product-detail-info {
    transform: translateY(52px) !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_RAISE_ALL_UNDER_LABELS_034 */
/* Sube un poco mas todo el bloque completo:
   recuadro oscuro, miniaturas, foto principal y datos.
   No cambia tamaños ni alineaciones internas. */
@media (min-width: 992px) {
  .product-detail-card {
    margin-top: -8px !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_SYMMETRIC_SIDE_SPACING_035 */
/* Ajuste pequeno:
   miniaturas un poco mas a la izquierda y datos un poco mas a la derecha,
   usando la misma separacion visual desde la foto principal. */
@media (min-width: 992px) {
  .product-detail-card {
    gap: 42px !important;
  }

  .product-detail-gallery,
  .product-detail-gallery.product-detail-gallery--single,
  .product-detail-gallery.product-detail-gallery--exact5,
  .product-detail-gallery.product-detail-gallery--exact6,
  .product-detail-gallery.product-detail-gallery--fiveplus {
    flex-basis: 632px !important;
    width: 632px !important;
    min-width: 632px !important;
    max-width: 632px !important;
    grid-template-columns: 90px 500px !important;
    column-gap: 42px !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_ZOOM_RESTORE_FINAL_036 */
/* Reactiva el zoom sin tocar layout, miniaturas, datos ni fondo. */
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .product-detail-main-photo.product-detail-zoom-ready,
  [data-detail-gallery-main].product-detail-zoom-ready {
    cursor: zoom-in !important;
    overflow: hidden !important;
  }

  .product-detail-main-photo.product-detail-zoom-ready #detailMainImage,
  [data-detail-gallery-main].product-detail-zoom-ready #detailMainImage {
    will-change: transform !important;
    transform-origin: center center;
  }

  .product-detail-main-photo.product-detail-zoom-ready #detailMainImage.is-zooming,
  [data-detail-gallery-main].product-detail-zoom-ready #detailMainImage.is-zooming {
    transform: scale(1.85) !important;
  }

  .product-detail-main-photo.product-detail-zoom-ready .product-detail-gallery-arrow,
  [data-detail-gallery-main].product-detail-zoom-ready .product-detail-gallery-arrow {
    z-index: 30 !important;
  }
}


/* SOFFAST_CATALOG_FILTER_POINTER_FIX_001 */
/* Asegura que los checks del filtro reciban click. No cambia layout. */
.catalog-filters,
.catalog-filters form,
.catalog-filters label,
.catalog-filters input[type="checkbox"],
.catalog-filters input[type="radio"] {
  pointer-events: auto !important;
}

.catalog-filters label,
.catalog-filter-option,
.catalog-filter-item,
.catalog-filter-choice,
.catalog-filter-row {
  cursor: pointer !important;
}



/* SOFFAST_PRODUCT_DETAIL_RECT_MAIN_PHOTO_TEST_039 */
/* Prueba: visor principal rectangular, sin bordes redondeados ni borde visible.
   No mueve foto, miniaturas, datos ni fondo. */
@media (min-width: 992px) {
  .product-detail-main-photo,
  [data-detail-gallery-main],
  .product-detail-gallery-main {
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    background: transparent !important;
    clip-path: inset(0) !important;
  }

  .product-detail-main-photo img,
  [data-detail-gallery-main] img,
  .product-detail-gallery-main img,
  #detailMainImage {
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .product-detail-main-photo::before,
  .product-detail-main-photo::after,
  [data-detail-gallery-main]::before,
  [data-detail-gallery-main]::after,
  .product-detail-gallery-main::before,
  .product-detail-gallery-main::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_UNIFIED_MAIN_PHOTO_STYLE_040 */
/* Regla final unica para TODAS las fotos principales del detalle.
   No depende del producto, cantidad de fotos ni proporcion de imagen. */
@media (min-width: 992px) {
  .product-detail-main-photo,
  .product-detail-gallery-main,
  [data-detail-gallery-main],
  .product-detail-gallery--single .product-detail-main-photo,
  .product-detail-gallery--exact5 .product-detail-main-photo,
  .product-detail-gallery--exact6 .product-detail-main-photo,
  .product-detail-gallery--fiveplus .product-detail-main-photo,
  .product-detail-main-photo.is-main-photo-portrait {
    overflow: hidden !important;
    border-radius: 22px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .product-detail-main-photo img,
  .product-detail-gallery-main img,
  [data-detail-gallery-main] img,
  .product-detail-gallery--single .product-detail-main-photo img,
  .product-detail-gallery--exact5 .product-detail-main-photo img,
  .product-detail-gallery--exact6 .product-detail-main-photo img,
  .product-detail-gallery--fiveplus .product-detail-main-photo img,
  .product-detail-main-photo.is-main-photo-portrait img,
  #detailMainImage {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 22px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .product-detail-main-photo::before,
  .product-detail-main-photo::after,
  .product-detail-gallery-main::before,
  .product-detail-gallery-main::after,
  [data-detail-gallery-main]::before,
  [data-detail-gallery-main]::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_MAIN_PHOTO_RECTANGULAR_041 */
/* Prueba: foto principal rectangular, sin esquinas ovaladas.
   Aplica igual a todos los productos. No mueve layout. */
@media (min-width: 992px) {
  .product-detail-main-photo,
  .product-detail-gallery-main,
  [data-detail-gallery-main],
  .product-detail-gallery--single .product-detail-main-photo,
  .product-detail-gallery--exact5 .product-detail-main-photo,
  .product-detail-gallery--exact6 .product-detail-main-photo,
  .product-detail-gallery--fiveplus .product-detail-main-photo,
  .product-detail-main-photo.is-main-photo-portrait {
    border-radius: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .product-detail-main-photo img,
  .product-detail-gallery-main img,
  [data-detail-gallery-main] img,
  .product-detail-gallery--single .product-detail-main-photo img,
  .product-detail-gallery--exact5 .product-detail-main-photo img,
  .product-detail-gallery--exact6 .product-detail-main-photo img,
  .product-detail-gallery--fiveplus .product-detail-main-photo img,
  .product-detail-main-photo.is-main-photo-portrait img,
  #detailMainImage {
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .product-detail-main-photo::before,
  .product-detail-main-photo::after,
  .product-detail-gallery-main::before,
  .product-detail-gallery-main::after,
  [data-detail-gallery-main]::before,
  [data-detail-gallery-main]::after {
    display: none !important;
    content: none !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_THUMBS_RECTANGULAR_042 */
/* Prueba: miniaturas rectangulares, sin esquinas ovaladas.
   No mueve layout, tamanos, foto principal ni datos. */
@media (min-width: 992px) {
  .product-detail-thumb,
  .product-detail-gallery-thumb,
  [data-detail-gallery-thumb],
  button.product-detail-thumb,
  button.product-detail-gallery-thumb,
  button[data-detail-gallery-thumb] {
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .product-detail-thumb img,
  .product-detail-gallery-thumb img,
  [data-detail-gallery-thumb] img,
  button.product-detail-thumb img,
  button.product-detail-gallery-thumb img,
  button[data-detail-gallery-thumb] img {
    border-radius: 0 !important;
    display: block !important;
  }

  .product-detail-thumb::before,
  .product-detail-thumb::after,
  .product-detail-gallery-thumb::before,
  .product-detail-gallery-thumb::after,
  [data-detail-gallery-thumb]::before,
  [data-detail-gallery-thumb]::after {
    border-radius: 0 !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_QTY_DIRECT_STEPPER_048 */
/* Cantidad con - a la izquierda y + a la derecha. Mantiene forma ovalada. */
.product-detail-actions .product-detail-qty-stepper {
  display: grid !important;
  grid-template-columns: 34px 54px 34px !important;
  width: 122px !important;
  height: 52px !important;
  min-height: 52px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-detail-actions .product-detail-qty-btn {
  width: 34px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.product-detail-actions .product-detail-qty-minus {
  border-radius: 16px 0 0 16px !important;
}

.product-detail-actions .product-detail-qty-plus {
  border-radius: 0 16px 16px 0 !important;
}

.product-detail-actions .product-detail-qty-btn:hover {
  background: #f3f4f6 !important;
}

.product-detail-actions .product-detail-qty-stepper #detailQty,
.product-detail-actions input#detailQty.product-detail-qty {
  width: 54px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid #e5e7eb !important;
  border-right: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #0f172a !important;
  text-align: center !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.product-detail-actions .product-detail-qty-stepper #detailQty::-webkit-outer-spin-button,
.product-detail-actions .product-detail-qty-stepper #detailQty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}


/* SOFFAST_PRODUCT_DETAIL_QTY_BUTTON_SPACING_049 */
/* Separa el control - cantidad + del boton Agregar al carrito.
   No toca foto, miniaturas, fondo ni datos superiores. */
@media (min-width: 992px) {
  .product-detail-actions {
    display: grid !important;
    grid-template-columns: 122px minmax(230px, 1fr) !important;
    column-gap: 18px !important;
    row-gap: 8px !important;
    align-items: end !important;
  }

  .product-detail-actions .product-detail-qty-label {
    grid-column: 1 / -1 !important;
  }

  .product-detail-actions .product-detail-qty-stepper {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
  }

  .product-detail-actions #detailAddCart,
  .product-detail-actions .product-detail-add {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin-left: 0 !important;
    width: 100% !important;
    min-width: 230px !important;
    justify-self: stretch !important;
  }
}


/* SOFFAST_PRODUCT_DETAIL_QTY_CLICK_LAYER_050 */
/* Asegura que los botones - y + reciban el click y no los tape el boton carrito. */
.product-detail-actions .product-detail-qty-stepper {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}

.product-detail-actions .product-detail-qty-btn,
.product-detail-actions [data-detail-qty-minus],
.product-detail-actions [data-detail-qty-plus] {
  position: relative !important;
  z-index: 31 !important;
  pointer-events: auto !important;
}

.product-detail-actions #detailQty {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}

.product-detail-actions #detailAddCart,
.product-detail-actions .product-detail-add {
  position: relative !important;
  z-index: 20 !important;
}


/* SOFFAST_DRAWER_CATEGORY_FIRST_LEVEL_CASE_052 */
/* Solo categorias del primer nivel del drawer:
   primera letra mayuscula y el resto minuscula. */
.drawer-sidebar-stack--unified
.drawer-top-link--category
.drawer-top-link__text {
  text-transform: lowercase !important;
}

.drawer-sidebar-stack--unified
.drawer-top-link--category
.drawer-top-link__text::first-letter {
  text-transform: uppercase !important;
}





/* SOFFAST_HOME_NEW_COLLECTION_TEXT_SPACING_059 */
/* Nueva coleccion: separa un poquito categoria y nombre del producto. */
.section-shell--new-collection .new-collection-copy {
  gap: 4px !important;
}

.section-shell--new-collection .new-collection-category {
  margin-bottom: 2px !important;
  line-height: 1.08 !important;
}

.section-shell--new-collection .new-collection-copy strong {
  display: block !important;
  margin-top: 1px !important;
  line-height: 1.12 !important;
}


/* SOFFAST_HOME_CATEGORY_CLEAN_GOLD_MARGIN_070 */
/* Categorias inicio: borde dorado y margen uniforme desde cero.
   No toca Nueva coleccion, cards de productos ni detalle. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact {
  --cat-gold-gap: 8px;
  position: relative !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0.25px solid rgba(214, 176, 106, 0.36) !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: #080b12 !important;
  box-shadow: none !important;
}

/* Evita lineas raras de hover o pseudo-capas anteriores. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact::before,
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact::after {
  content: none !important;
  display: none !important;
}

/* Foto dentro del borde con el mismo margen en los 4 lados. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact > img.category-image {
  position: absolute !important;
  top: var(--cat-gold-gap) !important;
  right: var(--cat-gold-gap) !important;
  bottom: var(--cat-gold-gap) !important;
  left: var(--cat-gold-gap) !important;
  width: calc(100% - (var(--cat-gold-gap) * 2)) !important;
  height: calc(100% - (var(--cat-gold-gap) * 2)) !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: none !important;
  z-index: 1 !important;
}

/* Texto dentro del mismo margen, sin tapar el borde dorado inferior. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay {
  position: absolute !important;
  left: var(--cat-gold-gap) !important;
  right: var(--cat-gold-gap) !important;
  bottom: var(--cat-gold-gap) !important;
  width: auto !important;
  box-sizing: border-box !important;
  z-index: 4 !important;
  padding: 0 0 5px 0 !important;
}

/* Nombre y Ver coleccion limpios. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-name {
  display: block !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.05 !important;
}

.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-label {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 2px 5px !important;
  line-height: 1.05 !important;
  border-radius: 0 !important;
  transform: none !important;
}

/* Hover sin lineas verticales ni capas extra. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact:hover {
  border-color: rgba(244, 199, 106, 0.48) !important;
  outline: 0 !important;
}

.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact:hover > img.category-image {
  transform: none !important;
}


/* SOFFAST_HOME_CATEGORY_TEXT_COLUMN_ALIGN_074 */
/* Categorias inicio: mueve nombre y "Ver coleccion" un poco a la derecha
   y los deja alineados en la misma columna. No toca imagen ni borde. */
.boutique-categories-section
.category-tile.category-tile--luxury.category-tile--compact
.category-overlay {
  left: calc(var(--cat-gold-gap, 5px) + 8px) !important;
  right: calc(var(--cat-gold-gap, 5px) + 8px) !important;
  bottom: calc(var(--cat-gold-gap, 5px) + 6px) !important;
  padding: 0 !important;
  width: auto !important;
  box-sizing: border-box !important;
  text-align: left !important;
  align-items: flex-start !important;
}

.boutique-categories-section
.category-tile.category-tile--luxury.category-tile--compact
.category-name {
  display: block !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  line-height: 1.05 !important;
  text-align: left !important;
}

.boutique-categories-section
.category-tile.category-tile--luxury.category-tile--compact
.category-label {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 2px 5px !important;
  line-height: 1.05 !important;
  border-radius: 0 !important;
  transform: none !important;
  text-align: left !important;
}


/* SOFFAST_HOME_CATEGORY_SOFT_FADE_OVERLAY_077 */
/* Categorias inicio: sombra suave y difuminada, sin bloque negro duro. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay,
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay--luxury,
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay--compact {
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.00) 0%,
    rgba(8, 9, 12, 0.08) 24%,
    rgba(8, 9, 12, 0.22) 48%,
    rgba(8, 9, 12, 0.42) 72%,
    rgba(8, 9, 12, 0.50) 100%
  ) !important;
  background-image: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.00) 0%,
    rgba(8, 9, 12, 0.08) 24%,
    rgba(8, 9, 12, 0.22) 48%,
    rgba(8, 9, 12, 0.42) 72%,
    rgba(8, 9, 12, 0.50) 100%
  ) !important;
  box-shadow: none !important;
  filter: none !important;
  padding: 20px 0 8px 14px !important;
}

/* Nombre y Ver coleccion alineados en la misma columna. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-name {
  display: block !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  line-height: 1.05 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55) !important;
}

.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-label {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 2px 6px !important;
  line-height: 1.05 !important;
  border-radius: 0 !important;
  background: rgba(8, 9, 12, 0.36) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16) !important;
  transform: none !important;
}

/* Sin capas extra ni cortes duros. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay::before,
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay::after,
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay--luxury::before,
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact .category-overlay--luxury::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}


/* SOFFAST_HOME_CATEGORY_IMAGE_HOVER_ZOOM_078 */
/* Categorias inicio: efecto suave al pasar el mouse sobre la foto. */
.boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact > img.category-image {
  transition: transform 0.28s ease, filter 0.28s ease !important;
  transform-origin: center center !important;
}

@media (hover: hover) and (pointer: fine) {
  .boutique-categories-section .category-tile.category-tile--luxury.category-tile--compact:hover > img.category-image {
    transform: scale(1.035) !important;
    filter: brightness(1.03) !important;
  }
}


/* SOFFAST_HOME_CATEGORY_CENTER_BY_COUNT_079 */
/* Categorias inicio:
   1, 2 o 3 cards se centran.
   4 cards mantienen el ancho/distribucion actual. */
@media (min-width: 768px) {
  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-1,
  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-2,
  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-3 {
    justify-content: center !important;
  }

  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-1 {
    grid-template-columns: minmax(0, calc((100% - 66px) / 4)) !important;
  }

  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, calc((100% - 66px) / 4))) !important;
  }

  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, calc((100% - 66px) / 4))) !important;
  }

  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-4 {
    justify-content: stretch !important;
  }
}

@media (max-width: 767px) {
  .boutique-categories-section .category-grid--slider-single-row.category-grid--count-1 {
    grid-template-columns: minmax(0, min(100%, 260px)) !important;
    justify-content: center !important;
  }
}


/* SOFFAST_CATALOG_CARD_CATEGORY_ONE_LINE_080 */
/* Catalogo: categoria en una sola linea para reducir espacio.
   Mantiene alineacion del card y evita que categorias largas rompan a 2 filas. */
.product-premium--dark-listing .product-category {
  display: block !important;
  min-height: 1.25em !important;
  max-height: 1.25em !important;
  height: 1.25em !important;
  line-height: 1.25 !important;
  margin: 0 0 4px 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.product-premium--dark-listing .product-category i {
  display: inline-block !important;
  margin-right: 5px !important;
  vertical-align: -1px !important;
  flex: none !important;
}

.product-premium--dark-listing .product-title {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.product-premium--dark-listing .product-card-description {
  margin-top: 0 !important;
}









/* SOFFAST_CATALOG_PRODUCT_TITLE_SAME_AS_CATEGORY_101 */
/* Catalogo: nombre del producto un poco mas grande, manteniendo negrita. */
.product-premium--dark-listing .product-title {
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  letter-spacing: 0.01em !important;
}


/* SOFFAST_CATALOG_DISCOUNT_NO_EXTRA_HEIGHT_102 */
/* Catalogo: el descuento no debe cambiar la altura ni el espaciado del card.
   Mantiene la misma configuracion de espacios que los productos normales. */

/* Quita la linea fantasma cuando no hay descuento. */
.product-premium--dark-listing .price-old-final.price-old-final--empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

/* Solo descuento: el bloque mantiene la misma altura base.
   El porcentaje no ocupa fila extra; flota encima del precio nuevo. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto minmax(72px, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 10px !important;
  row-gap: 4px !important;
  align-items: end !important;
  justify-content: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Evita que el contenedor interno cree alturas adicionales. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .price-line-final {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Precio tachado: izquierda, misma fila del precio normal. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .price-old-final:not(.price-old-final--empty) {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: end !important;
  position: static !important;
  transform: none !important;
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  line-height: 1.05 !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  opacity: 0.95 !important;
}

/* Precio nuevo: derecha, donde normalmente va Disponible. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .price-tag {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: end !important;
  margin: 0 !important;
  white-space: nowrap !important;
  line-height: 1.05 !important;
  text-align: right !important;
}

/* Porcentaje: arriba del precio nuevo, sin sumar altura al card. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .available-final--discount {
  position: absolute !important;
  right: 0 !important;
  top: -18px !important;
  transform: none !important;
  margin: 0 !important;
  padding: 2px 5px !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-size: 0.72rem !important;
  text-align: right !important;
  z-index: 2 !important;
}

/* Stock debajo igual que los demas. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .price-note-final {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: block !important;
  margin-top: 4px !important;
}

/* El boton no debe moverse por tener descuento. */
.product-premium--dark-listing .price-row.price-row-final:has(.available-final--discount) .btn-add-cart {
  transform: none !important;
}


/* SOFFAST_CATALOG_DESCRIPTION_CLOSER_TITLE_103 */
/* Catalogo: descripcion mas cerca del nombre y mas separada del precio. */
.product-premium--dark-listing .product-title {
  margin-bottom: 2px !important;
}

.product-premium--dark-listing .product-card-description {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  line-height: 1.2 !important;
}


/* SOFFAST_CATALOG_TITLE_DESC_TIGHTER_104 */
/* Catalogo: pegar un poco mas la descripcion al nombre del producto.
   No toca precios, descuento, stock ni boton. */
.product-premium--dark-listing .product-title {
  margin-top: 0 !important;
  margin-bottom: 1px !important;
  line-height: 1.12 !important;
}

.product-premium--dark-listing .product-card-description {
  margin-top: -1px !important;
  margin-bottom: 10px !important;
  line-height: 1.14 !important;
}

/* Refuerzo cuando la descripcion viene inmediatamente despues del nombre. */
.product-premium--dark-listing .product-title + .product-card-description {
  margin-top: -2px !important;
}


/* SOFFAST_CATALOG_DISCOUNT_BADGE_MORE_SPACE_105 */
/* Catalogo: separa un poco mas el porcentaje del precio nuevo. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .available-final--discount {
  top: -23px !important;
}


/* SOFFAST_CATALOG_DISCOUNT_BADGE_MORE_UP_106 */
/* Catalogo: sube mas el porcentaje de descuento. */
.product-premium--dark-listing .price-block-final:has(.available-final--discount) .available-final--discount {
  top: -29px !important;
}


/* SOFFAST_CATALOG_PRICE_SOFT_BOLD_109 */
/* Catalogo: precio con negrita menos gruesa. */
.product-premium--dark-listing .price-tag {
  font-weight: 700 !important;
}


/* SOFFAST_CATALOG_ADD_BUTTON_HOVER_SAFE_111 */
/* Catalogo: boton Agregar visible solo al pasar mouse,
   pero sin quedarse pegado y sin bloquear el click. */

.product-premium--dark-listing {
  position: relative !important;
}

.product-premium--dark-listing .btn-add-cart {
  position: relative !important;
  z-index: 30 !important;
}

@media (hover: hover) and (pointer: fine) {
  .product-premium--dark-listing .btn-add-cart {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(4px) !important;
    transition:
      opacity 0.18s ease,
      visibility 0.18s ease,
      transform 0.18s ease,
      background 0.18s ease,
      box-shadow 0.18s ease !important;
  }

  .product-premium--dark-listing:hover .btn-add-cart {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* Importante: no usar focus-within porque deja el boton pegado despues del click. */
  .product-premium--dark-listing:not(:hover) .btn-add-cart {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(4px) !important;
  }
}

/* En movil/tablet queda visible porque no hay hover real. */
@media (hover: none), (pointer: coarse) {
  .product-premium--dark-listing .btn-add-cart {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}


/* SOFFAST_OLD_PRICE_RED_STRIKE_ALL_113 */
/* Precio anterior tachado: mantener texto gris, pero linea tachada roja.
   Aplica en catalogo y detalle de producto. */
.product-premium--dark-listing .price-old-final:not(.price-old-final--empty),
.product-detail-card .price-old,
.product-detail-card .old-price,
.product-detail-card .price-old-final,
.product-detail-card del,
.product-detail-card s,
.product-detail-info .price-old,
.product-detail-info .old-price,
.product-detail-info .price-old-final,
.product-detail-info del,
.product-detail-info s,
.product-detail .price-old,
.product-detail .old-price,
.product-detail .price-old-final,
.product-detail del,
.product-detail s,
.product-detail-shell .price-old,
.product-detail-shell .old-price,
.product-detail-shell .price-old-final,
.product-detail-shell del,
.product-detail-shell s,
[class*="price-old"]:not(.price-old-final--empty),
[class*="old-price"],
[class*="original-price"],
[class*="compare-price"] {
  text-decoration-line: line-through !important;
  text-decoration-style: solid !important;
  text-decoration-color: #ef4444 !important;
  -webkit-text-decoration-color: #ef4444 !important;
  text-decoration-thickness: 2px !important;
  text-decoration-skip-ink: none !important;
}


/* SOFFAST_DRAWER_LONG_CATEGORY_ALIGN_116 */
/* Drawer menu: evita que categorias largas rompan la alineacion.
   Ropa interior y pijamas debe verse alineado como los demas bloques. */
@media (hover: hover) and (pointer: fine) {
  .drawer-level2-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
    column-gap: 34px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  .drawer-level2-row {
    display: contents !important;
  }

  .drawer-level2-grid > *,
  .drawer-level2-row > * {
    min-width: 0 !important;
  }

  .drawer-level2-grid h3,
  .drawer-level2-grid h4,
  .drawer-level2-grid strong,
  .drawer-level2-grid .drawer-title,
  .drawer-level2-grid .drawer-heading,
  .drawer-level2-grid .drawer-level2-title,
  .drawer-level2-grid .drawer-level2-heading {
    display: block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.08 !important;
    min-height: 1.08em !important;
    margin-bottom: 7px !important;
  }

  .drawer-level2-grid a {
    display: block !important;
    line-height: 1.35 !important;
  }
}


/* SOFFAST_HOME_SECTION_BACKGROUND_BLEND_117 */
/* Home publica: suaviza cortes horizontales bruscos entre secciones oscuras.
   No toca cards, imagenes, botones ni layout. */

body.public-store,
.public-store,
.store-public-page,
.storefront-public,
.public-home,
.main-public,
.public-main,
body {
  background:
    radial-gradient(circle at 18% 28%, rgba(196, 154, 78, 0.075), transparent 34%),
    radial-gradient(circle at 78% 38%, rgba(255, 255, 255, 0.035), transparent 30%),
    linear-gradient(180deg, #080b10 0%, #0b1018 42%, #070a0f 100%) !important;
}

/* Quita el efecto de bloque recto en secciones grandes del home. */
.home-section,
.public-section,
.store-section,
.collection-section,
.featured-section,
.new-collection-section,
.categories-section,
.products-section,
.showcase-section,
section {
  background-color: transparent !important;
}

/* Cada bloque importante queda con una transicion suave arriba y abajo. */
.home-section,
.public-section,
.store-section,
.collection-section,
.featured-section,
.new-collection-section,
.categories-section,
.products-section,
.showcase-section {
  position: relative !important;
  isolation: isolate !important;
}

.home-section::before,
.public-section::before,
.store-section::before,
.collection-section::before,
.featured-section::before,
.new-collection-section::before,
.categories-section::before,
.products-section::before,
.showcase-section::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -48px !important;
  height: 96px !important;
  pointer-events: none !important;
  z-index: -1 !important;
  background: linear-gradient(
    180deg,
    rgba(7, 10, 15, 0) 0%,
    rgba(9, 13, 20, 0.72) 48%,
    rgba(7, 10, 15, 0) 100%
  ) !important;
}

/* Si alguna seccion tiene borde superior artificial, lo neutralizamos. */
.home-section,
.public-section,
.store-section,
.collection-section,
.featured-section,
.new-collection-section,
.categories-section,
.products-section,
.showcase-section {
  border-top-color: rgba(255, 255, 255, 0.025) !important;
}


/* SOFFAST_FOOTER_THIN_LINE_ALIGN_119 */
/* Footer: sube la linea fina para que coincida con el cambio de color del fondo. */
footer,
.site-footer,
.public-footer,
.store-footer,
.footer-public,
.store-public-footer {
  position: relative !important;
  overflow: visible !important;
  border-top: 0 !important;
}

/* Linea fina colocada arriba del footer, justo sobre el cambio de color. */
footer::before,
.site-footer::before,
.public-footer::before,
.store-footer::before,
.footer-public::before,
.store-public-footer::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -22px !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  pointer-events: none !important;
  z-index: 5 !important;
}


/* SOFFAST_FOOTER_REMOVE_SECOND_LINE_120 */
/* Footer: elimina la segunda linea inferior y deja solo la linea fina subida. */

/* Footer sin borde propio ni sombra horizontal */
footer,
.site-footer,
.public-footer,
.store-footer,
.footer-public,
.store-public-footer {
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Quita cualquier linea creada por ::after */
footer::after,
.site-footer::after,
.public-footer::after,
.store-footer::after,
.footer-public::after,
.store-public-footer::after {
  display: none !important;
  content: none !important;
}

/* Quita bordes/sombras de contenedores internos del footer que puedan crear la segunda linea */
footer > *,
.site-footer > *,
.public-footer > *,
.store-footer > *,
.footer-public > *,
.store-public-footer > *,
footer .container,
.site-footer .container,
.public-footer .container,
.store-footer .container,
.footer-public .container,
.store-public-footer .container,
footer .footer-inner,
footer .footer-content,
footer .footer-grid {
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Mantiene solo la linea fina superior que ya subimos */
footer::before,
.site-footer::before,
.public-footer::before,
.store-footer::before,
.footer-public::before,
.store-public-footer::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -22px !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  pointer-events: none !important;
  z-index: 5 !important;
}


/* SOFFAST_DETAIL_BRAND_INLINE_STYLE_123 */
/* Detalle: marca en la misma linea del nombre, pero con estilo de marca, no como titulo. */
.product-detail-title .product-detail-brand--inline {
  display: inline !important;
  margin: 0 !important;
  font-size: 0.52em !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  color: rgba(255,255,255,.82) !important;
  vertical-align: baseline !important;
}


/* SOFFAST_CATALOG_CARD_RESTORE_CONTRAST_128 */
/* Catalogo: restaurar fondo anterior del card, con contraste suave contra el fondo general. */
.product-premium--dark-listing {
  background:
    linear-gradient(180deg, rgba(16, 25, 39, 0.98) 0%, rgba(10, 18, 30, 0.98) 100%) !important;
  border-color: rgba(255, 255, 255, 0.075) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

.product-premium--dark-listing .product-body {
  background: transparent !important;
}

.product-premium--dark-listing:hover {
  background:
    linear-gradient(180deg, rgba(19, 29, 45, 1) 0%, rgba(12, 21, 34, 1) 100%) !important;
  border-color: rgba(201, 154, 76, 0.24) !important;
}


/* SOFFAST_MOBILE_PRODUCT_DETAIL_LAYOUT_FIX_130 */
/* Solo movil: evita cruce entre titulo/genero/color y mantiene cantidad/boton separados. */
@media (max-width: 768px) {
  /* Titulo debajo de miniaturas, pero sin bajarlo demasiado. */
  .product-detail-card .product-detail-block-1 {
    transform: none !important;
    margin: 10px 0 18px !important;
    padding-top: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .product-detail-card .product-detail-title {
    margin: 0 0 6px !important;
    line-height: 1.08 !important;
  }

  .product-detail-title .product-detail-brand--inline {
    font-size: 0.50em !important;
    margin-left: 4px !important;
    vertical-align: baseline !important;
  }

  .product-detail-card .product-detail-description {
    margin: 0 0 8px !important;
    line-height: 1.28 !important;
  }

  .product-detail-card .product-detail-inline-meta {
    margin: 0 0 0 !important;
    line-height: 1.32 !important;
  }

  /* Color/Talla no deben subirse ni cruzarse con Genero. */
  .product-detail-card .product-detail-option-block {
    transform: none !important;
    position: relative !important;
    top: auto !important;
    margin: 0 0 16px !important;
    clear: both !important;
  }

  /* Primer bloque despues de Genero: Color. */
  .product-detail-card .product-detail-block-1 + .product-detail-option-block {
    margin-top: 18px !important;
  }

  .product-detail-card .product-detail-option-label {
    margin-bottom: 8px !important;
    line-height: 1.1 !important;
  }

  .product-detail-card .product-detail-price-block {
    transform: none !important;
    margin: 18px 0 14px !important;
  }

  .product-detail-card .product-detail-price-block + .product-detail-inline-meta {
    margin: 8px 0 12px !important;
  }

  /* Cantidad y boton: no se cruzan. */
  .product-detail-card .product-detail-actions {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    align-items: end !important;
    width: 100% !important;
  }

  .product-detail-card .product-detail-qty-label {
    grid-column: 1 / -1 !important;
    margin: 0 0 -2px !important;
  }

  .product-detail-card .product-detail-qty-stepper {
    grid-column: 1 !important;
    width: 150px !important;
    max-width: 150px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .product-detail-card .product-detail-add {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .product-detail-card .product-detail-help {
    margin-top: 22px !important;
  }
}

@media (max-width: 430px) {
  .product-detail-card .product-detail-actions {
    grid-template-columns: 132px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  .product-detail-card .product-detail-qty-stepper {
    width: 132px !important;
    max-width: 132px !important;
  }

  .product-detail-card .product-detail-add {
    font-size: 0.95rem !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}


/* SOFFAST_MOBILE_DETAIL_TOP_GROUP_UP_131 */
/* Solo movil: subir un poco mas el grupo nombre/marca/descripcion/genero. */
@media (max-width: 768px) {
  .product-detail-card .product-detail-block-1 {
    margin-top: 2px !important;
    margin-bottom: 18px !important;
  }
}

/* SOFFAST_MOBILE_DETAIL_QTY_DARK_116 START */
@media (max-width: 767.98px) {
  .product-detail-card .product-detail-qty-stepper {
    background: #ffffff !important;
    border-color: rgba(255,255,255,.95) !important;
  }

  .product-detail-card .product-detail-qty-btn,
  .product-detail-card .product-detail-qty,
  .product-detail-card input#detailQty.product-detail-qty {
    background: #ffffff !important;
    color: #071122 !important;
    -webkit-text-fill-color: #071122 !important;
  }
}
/* SOFFAST_MOBILE_DETAIL_QTY_DARK_116 END */

/* SOFFAST_PUBLIC_HEADER_LOGO_STABLE_20260517
   Reserva un cuadro estable para el logo del header móvil.
   Evita que logos con distinta proporción, como default-tenant-logo.png,
   empujen el buscador/logo al cargar. */
@media (max-width: 767px) {
  .storefront-logo {
    width: min(200px, 54vw) !important;
    max-width: min(200px, 54vw) !important;
    height: 64px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .storefront-logo img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    transition: none !important;
    animation: none !important;
  }

  .storefront-search {
    min-width: 0 !important;
  }
}

/* SOFFAST_COLLECTION_TITLE_UNDERLINE_ONLY_20260517
   COLECCIÓN / NUEVA COLECCIÓN: eliminar todo degradado/fondo/curva y dejar solo subrayado. */
html body.public-body .boutique-section-head--products,
html body.public-body .boutique-section-head--products *,
html body.public-body .boutique-section-head--products .section-title--feature,
html body.public-body .boutique-section-head--products .section-title--feature a {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  filter: none !important;
  backdrop-filter: none !important;
}

html body.public-body .boutique-section-head--products::before,
html body.public-body .boutique-section-head--products::after,
html body.public-body .boutique-section-head--products .section-title--feature::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.public-body .boutique-section-head--products {
  padding: 0 0 10px 0 !important;
  margin-bottom: 18px !important;
  border: 0 !important;
  overflow: visible !important;
}

html body.public-body .boutique-section-head--products .section-title--feature {
  position: relative !important;
  display: inline-block !important;
  padding: 0 0 8px 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

html body.public-body .boutique-section-head--products .section-title--feature::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: #d5b06b !important;
  background-image: none !important;
  box-shadow: none !important;
}


/* SOFFAST_MOBILE_HEADER_FLOW_NO_AIR_20260517 START */
/*
  SOLO MÓVIL:
  El header público completo queda en el flujo normal.
  Al entrar se ve arriba; al deslizar sube con la página.
  Se elimina el aire reservado de .public-main que era para header fixed.
*/
@media (max-width: 767.98px) {
  header.public-header.public-header--storefront,
  .public-header--storefront {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
    transform: none !important;
  }

  .public-main {
    padding-top: 0 !important;
  }

  .public-header--storefront .storefront-search,
  header.public-header.public-header--storefront .storefront-search,
  form.storefront-search {
    position: relative !important;
  }

  .public-header--storefront .storefront-search-icon,
  header.public-header.public-header--storefront .storefront-search-icon,
  form.storefront-search .storefront-search-icon {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    pointer-events: none !important;
  }
}
/* SOFFAST_MOBILE_HEADER_FLOW_NO_AIR_20260517 END */

