/* ========== DEVELOP — Category / PLP (editorial) ========== */

.lux-plp {
  padding-block: 0 var(--lux-section-space);
  background: var(--lux-ivory, #f8f6f1);
  color: var(--lux-ink, #1f1f1f);
}

.lux-plp-shell {
  padding-top: clamp(1.25rem, 2.4vw, 1.85rem);
  padding-bottom: 0;
}

/* ——— Category hero (APPROVED — do not change) ——— */
.lux-cat-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(460px, 54vw, 580px);
  color: #f7f4ee;
  background: #232a61;
}

@media (min-width: 1024px) {
  .lux-cat-hero {
    min-height: clamp(520px, 36vw, 600px);
  }
}

.lux-cat-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.lux-cat-hero-media picture,
.lux-cat-hero-img {
  display: block;
  width: 100%;
  height: 100%;
}

.lux-cat-hero-img {
  object-fit: cover;
  object-position: center 22%;
  transform: scale(1.04);
  opacity: 0.9;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
}

.lux-cat-hero.is-ready .lux-cat-hero-img {
  transform: scale(1);
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .lux-cat-hero--media:hover .lux-cat-hero-img {
    transform: scale(1.015);
  }
}

.lux-cat-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.lux-cat-hero--left .lux-cat-hero-veil,
.lux-cat-hero--bottom-left .lux-cat-hero-veil {
  background:
    linear-gradient(90deg, rgba(18, 22, 40, 0.72) 0%, rgba(18, 22, 40, 0.38) 38%, rgba(18, 22, 40, 0.08) 62%, transparent 78%),
    linear-gradient(180deg, rgba(18, 22, 40, 0.28) 0%, transparent 28%, transparent 70%, rgba(18, 22, 40, 0.35) 100%);
}

.lux-cat-hero--right .lux-cat-hero-veil {
  background:
    linear-gradient(270deg, rgba(18, 22, 40, 0.72) 0%, rgba(18, 22, 40, 0.38) 38%, rgba(18, 22, 40, 0.08) 62%, transparent 78%),
    linear-gradient(180deg, rgba(18, 22, 40, 0.28) 0%, transparent 28%, transparent 70%, rgba(18, 22, 40, 0.35) 100%);
}

.lux-cat-hero--fallback .lux-cat-hero-veil {
  background:
    radial-gradient(ellipse 70% 80% at 20% 50%, rgba(138, 26, 25, 0.18), transparent 55%),
    linear-gradient(135deg, #1c234f 0%, #232a61 48%, #2a326e 100%);
}

.lux-cat-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: inherit;
  padding-block: clamp(1.15rem, 2.2vw, 1.65rem) clamp(1.85rem, 3.8vw, 2.85rem);
  box-sizing: border-box;
}

.lux-cat-hero-copy {
  max-width: min(34rem, 100%);
  margin-top: auto;
  padding-top: clamp(2.5rem, 8vw, 5.5rem);
  padding-bottom: 0.15rem;
}

.lux-cat-hero--left .lux-cat-hero-copy,
.lux-cat-hero--bottom-left .lux-cat-hero-copy {
  align-self: flex-start;
}

.lux-cat-hero--right .lux-cat-hero-copy {
  align-self: flex-end;
  text-align: right;
}

.lux-cat-hero--bottom-left .lux-cat-hero-copy {
  margin-top: auto;
  padding-top: clamp(4rem, 12vw, 8rem);
}

.lux-cat-hero-crumb {
  margin: 0 0 1rem;
}

.lux-cat-hero-crumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 238, 0.58);
}

.lux-cat-hero-crumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.lux-cat-hero-crumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.lux-cat-hero-crumb a:hover,
.lux-cat-hero-crumb a:focus-visible {
  color: #fff;
}

.lux-cat-hero-crumb-sep {
  opacity: 0.45;
  margin-right: 0.15rem;
}

.lux-cat-hero-crumb [aria-current="page"] {
  color: rgba(247, 244, 238, 0.88);
}

.lux-cat-hero-eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247, 244, 238, 0.72);
}

body.lux-body .lux-cat-hero-title {
  margin: 0 !important;
  font-family: var(--lux-serif) !important;
  font-weight: 400 !important;
  font-size: clamp(2.4rem, 5.4vw, 3.85rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: #f7f4ee !important;
}

.lux-cat-hero-desc {
  margin: 1rem 0 0;
  max-width: 34ch;
  font-family: var(--lux-sans);
  font-size: clamp(0.92rem, 1.4vw, 1.02rem);
  line-height: 1.6;
  color: rgba(247, 244, 238, 0.78);
}

.lux-cat-hero--right .lux-cat-hero-desc {
  margin-left: auto;
}

.lux-cat-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f7f4ee;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 26, 25, 0.95);
  padding-bottom: 0.3rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.lux-cat-hero-cta:hover,
.lux-cat-hero-cta:focus-visible {
  color: #fff;
  border-bottom-color: #fff;
}

.lux-cat-hero-cta-arrow {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-cat-hero-cta:hover .lux-cat-hero-cta-arrow,
.lux-cat-hero-cta:focus-visible .lux-cat-hero-cta-arrow {
  transform: translateX(4px);
}

.lux-cat-hero [data-lux-cat-hero-el] {
  opacity: 0;
  transform: translateY(16px);
  animation: lux-cat-hero-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.lux-cat-hero [data-lux-cat-hero-el]:nth-child(1) { animation-delay: 180ms; }
.lux-cat-hero [data-lux-cat-hero-el]:nth-child(2) { animation-delay: 320ms; }
.lux-cat-hero [data-lux-cat-hero-el]:nth-child(3) { animation-delay: 460ms; }
.lux-cat-hero [data-lux-cat-hero-el]:nth-child(4) { animation-delay: 600ms; }

@keyframes lux-cat-hero-in {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ——— Collection nav (approved) ——— */
.lux-plp-catnav {
  margin: 0 0 1rem;
  border-bottom: 1px solid rgba(35, 42, 97, 0.1);
}

.lux-plp-catnav-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.15rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0.95rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.lux-plp-catnav-link {
  display: inline-block;
  padding: 0.2rem 0;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.55);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.lux-plp-catnav-link:hover,
.lux-plp-catnav-link:focus-visible {
  color: var(--lux-navy, #232a61);
}

.lux-plp-catnav-link.is-active {
  color: var(--lux-navy, #232a61);
  border-bottom-color: #8a1a19;
}

/* ========== SHOPPING AREA (redesigned) ========== */

.lux-plp-shop {
  position: relative;
  margin-top: 0.35rem;
}

.lux-plp-shop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(35, 42, 97, 0.12);
  border-bottom: 1px solid rgba(35, 42, 97, 0.12);
  margin-bottom: 1.15rem;
}

.lux-plp-shop-intro {
  display: none;
}

.lux-plp-shop-title {
  margin: 0;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
}

.lux-plp-toolbar-count {
  margin: 0;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.5);
  transition: opacity 0.3s ease;
}

.lux-plp-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.lux-plp-filter-open {
  display: inline-flex;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.25rem 0;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  cursor: pointer;
}

.lux-plp-mobile-bar {
  display: none;
  border-top: 1px solid rgba(35, 42, 97, 0.12);
  border-bottom: 1px solid rgba(35, 42, 97, 0.12);
  margin: 0 0 1rem;
}

.lux-plp-mobile-bar-btn {
  flex: 1;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.95rem 0.5rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  cursor: pointer;
}

.lux-plp-mobile-bar-btn + .lux-plp-mobile-bar-btn {
  border-left: 1px solid rgba(35, 42, 97, 0.12);
}

/* Sort */
.lux-plp-sort {
  position: relative;
}

.lux-plp-sort-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.25rem 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-family: var(--lux-sans);
  cursor: pointer;
  color: var(--lux-navy, #232a61);
}

.lux-plp-sort-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.45);
}

.lux-plp-sort-value {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lux-plp-sort-chevron {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}

.lux-plp-sort-menu {
  position: absolute;
  right: 0;
  top: 4.25rem;
  z-index: 40;
  min-width: 12rem;
  margin: 0;
  padding: 0.65rem 0;
  list-style: none;
  background: #f8f6f1;
  border: 1px solid rgba(35, 42, 97, 0.12);
  box-shadow: 0 12px 32px rgba(20, 22, 35, 0.08);
}

.lux-plp-sort-menu[hidden] {
  display: none !important;
}

.lux-plp-sort-option {
  display: block;
  padding: 0.55rem 1.1rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.7);
  text-decoration: none;
}

.lux-plp-sort-option:hover,
.lux-plp-sort-option:focus-visible,
.lux-plp-sort-option.is-active {
  color: var(--lux-navy, #232a61);
  background: rgba(35, 42, 97, 0.04);
}

.lux-plp-sort-option.is-active {
  border-left: 2px solid #8a1a19;
}

/* Active filters */
.lux-plp-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin: 0 0 1.15rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(35, 42, 97, 0.08);
}

.lux-plp-active-label {
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.45);
}

.lux-plp-active-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lux-plp-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  text-decoration: none;
  border-bottom: 1px solid rgba(35, 42, 97, 0.2);
  padding-bottom: 0.1rem;
}

.lux-plp-active-x {
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(35, 42, 97, 0.45);
}

.lux-plp-active-clear {
  margin-left: auto;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.45);
  text-decoration: none;
}

.lux-plp-active-clear:hover,
.lux-plp-active-chip:hover {
  color: #8a1a19;
}

/* Layout */
.lux-plp-layout--filters {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: start;
}

/* Filter panel */
.lux-plp-filters {
  position: sticky;
  top: 6.5rem;
  background: transparent;
}

.lux-plp-filters-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(35, 42, 97, 0.12);
}

body.lux-body .lux-plp-filters-title {
  margin: 0 !important;
  font-family: var(--lux-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: var(--lux-navy, #232a61) !important;
}

.lux-plp-filters-clear-top {
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.5);
  text-decoration: none;
  justify-self: end;
}

.lux-plp-filters-clear-top.is-muted {
  opacity: 0.35;
  pointer-events: none;
}

.lux-plp-filters-close {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 1.55rem;
  line-height: 1;
  color: var(--lux-navy, #232a61);
  cursor: pointer;
  padding: 0.2rem;
}

.lux-plp-filter-group {
  border-bottom: 1px solid rgba(35, 42, 97, 0.1);
  padding: 0;
}

.lux-plp-filter-summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.lux-plp-filter-summary::-webkit-details-marker {
  display: none;
}

.lux-plp-filter-summary::after {
  content: "+";
  font-weight: 400;
  font-size: 1rem;
  color: rgba(35, 42, 97, 0.4);
}

.lux-plp-filter-group[open] > .lux-plp-filter-summary::after {
  content: "−";
}

.lux-plp-filter-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
  padding-bottom: 0;
}

.lux-plp-filter-group[open] > .lux-plp-filter-panel {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 1.05rem;
}

.lux-plp-filter-panel > * {
  overflow: hidden;
  min-height: 0;
}

/* Category links in filter */
.lux-plp-filter-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.lux-plp-filter-cat {
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.62);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
  padding-bottom: 0.1rem;
}

.lux-plp-filter-cat:hover,
.lux-plp-filter-cat.is-current {
  color: var(--lux-navy, #232a61);
  border-bottom-color: #8a1a19;
}

/* Size chips */
.lux-plp-size {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lux-plp-size-opt {
  position: relative;
  cursor: pointer;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.55);
  border-bottom: 1px solid transparent;
  padding: 0.15rem 0;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.lux-plp-size-opt input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.lux-plp-size-opt:hover,
.lux-plp-size-opt:focus-within {
  color: var(--lux-navy, #232a61);
}

.lux-plp-size-opt.is-selected,
.lux-plp-size-opt:has(input:checked) {
  color: var(--lux-navy, #232a61);
  border-bottom-color: #8a1a19;
}

/* Color swatches */
.lux-plp-color {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lux-plp-color-opt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.7);
}

.lux-plp-color-opt input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.lux-plp-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lux-swatch, #c8c4bc);
  box-shadow: inset 0 0 0 1px rgba(35, 42, 97, 0.12);
  flex-shrink: 0;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lux-plp-swatch.is-light {
  box-shadow: inset 0 0 0 1px rgba(35, 42, 97, 0.28);
}

.lux-plp-color-opt:hover .lux-plp-swatch {
  transform: scale(1.08);
}

.lux-plp-color-opt.is-selected .lux-plp-swatch,
.lux-plp-color-opt:has(input:checked) .lux-plp-swatch {
  box-shadow: 0 0 0 1.5px #f8f6f1, 0 0 0 2.5px #8a1a19;
}

.lux-plp-color-opt:focus-within .lux-plp-swatch {
  box-shadow: 0 0 0 1.5px #f8f6f1, 0 0 0 2.5px #232a61;
}

/* Generic checks */
.lux-plp-filter-values {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lux-plp-filter-values li + li {
  margin-top: 0.5rem;
}

.lux-plp-check {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--lux-sans);
  font-size: 0.9rem;
  color: var(--lux-ink, #1f1f1f);
  cursor: pointer;
}

.lux-plp-check input {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  accent-color: #8a1a19;
}

/* Dual-handle price range */
.lux-plp-range {
  position: relative;
  padding: 0.35rem 0 0.15rem;
}

.lux-plp-range-track {
  position: relative;
  height: 3px;
  margin: 1.15rem 0 1.35rem;
  background: rgba(35, 42, 97, 0.14);
  border-radius: 0;
}

.lux-plp-range-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #232a61;
  pointer-events: none;
}

.lux-plp-range-input {
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 100%;
  height: 1.35rem;
  margin: 0;
  padding: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  outline: none;
}

.lux-plp-range-input::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
  border: 0;
}

.lux-plp-range-input::-moz-range-track {
  height: 3px;
  background: transparent;
  border: 0;
}

.lux-plp-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 14px;
  height: 14px;
  margin-top: -5.5px;
  border-radius: 50%;
  border: 2px solid #232a61;
  background: #f8f6f1;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.lux-plp-range-input::-moz-range-thumb {
  pointer-events: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #232a61;
  background: #f8f6f1;
  box-shadow: none;
  cursor: pointer;
}

.lux-plp-range-input--max::-webkit-slider-thumb {
  border-color: #8a1a19;
}

.lux-plp-range-input--max::-moz-range-thumb {
  border-color: #8a1a19;
}

.lux-plp-range-input:focus-visible::-webkit-slider-thumb,
.lux-plp-range-input:active::-webkit-slider-thumb {
  transform: scale(1.12);
  border-color: #8a1a19;
  background: #fff;
}

.lux-plp-range-input:focus-visible::-moz-range-thumb,
.lux-plp-range-input:active::-moz-range-thumb {
  transform: scale(1.12);
  border-color: #8a1a19;
}

.lux-plp-range-labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.lux-plp-range-label {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.lux-plp-range-label--max {
  text-align: right;
}

.lux-plp-range-kicker {
  font-family: var(--lux-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.42);
}

.lux-plp-range-value {
  font-family: var(--lux-sans);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--lux-navy, #232a61);
  letter-spacing: 0.02em;
}

.lux-plp-filters-foot {
  display: none;
}

.lux-plp-filter-scrim {
  display: none;
}

/* Product grid */
.lux-plp {
  --product-card-bottom-space: 0.85rem;
  --lux-product-card-bottom-space: var(--product-card-bottom-space);
  --lux-plp-row-gap: clamp(2rem, 3.2vw, 2.85rem);
  --lux-plp-col-gap: clamp(1.25rem, 2vw, 2rem);
}

.lux-plp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--lux-plp-col-gap);
  row-gap: var(--lux-plp-row-gap);
}

.lux-plp-grid-item {
  min-width: 0;
  height: 100%;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--lux-plp-i, 0) * 55ms);
}

.lux-plp.is-inview .lux-plp-grid-item,
.lux-plp-grid-item.is-shown {
  opacity: 1;
  transform: none;
}

/* PLP product cards */
.lux-plp .lux-product--plp {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: var(--product-card-bottom-space);
}

.lux-plp .lux-product-media-wrap {
  position: relative;
}

.lux-plp .lux-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #ebe6de;
  text-decoration: none;
}

.lux-plp .lux-product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.lux-plp .lux-product-img.is-primary {
  opacity: 1;
  transform: scale(1.03);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-plp.is-inview .lux-product-img.is-primary,
.lux-plp-grid-item.is-shown .lux-product-img.is-primary {
  transform: scale(1);
}

.lux-plp .lux-product-img.is-secondary {
  opacity: 0;
  transition: opacity 0.65s ease;
}

.lux-plp .lux-product-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  font-family: var(--lux-sans) !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  background: transparent;
  padding: 0;
}

.lux-plp .lux-product-tag--sale {
  color: #8a1a19;
}

.lux-plp .lux-product-tag--oos {
  color: rgba(35, 42, 97, 0.72);
}

.lux-plp .lux-hover-btn--save.is-active,
.lux-plp .lux-product-action--save.is-active {
  color: #8a1a19;
  border-bottom-color: rgba(138, 26, 25, 0.85);
}

.lux-plp .lux-hover-btn--save.is-active:hover,
.lux-plp .lux-hover-btn--save.is-active:focus-visible,
.lux-plp .lux-product-action--save.is-active:hover,
.lux-plp .lux-product-action--save.is-active:focus-visible {
  color: #6e1413;
}

.lux-plp .lux-product-action--disabled {
  opacity: 0.55;
  pointer-events: none;
  cursor: default;
  border-bottom-color: transparent;
}

/* Hover action bar */
.lux-plp .lux-product-hoverbar {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: stretch;
  min-height: 2.75rem;
  background: rgba(248, 246, 241, 0.94);
  border: 1px solid rgba(35, 42, 97, 0.1);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-plp .lux-hover-save,
.lux-plp .lux-hover-cart {
  margin: 0;
  display: contents;
}

.lux-plp .lux-hover-btn {
  appearance: none;
  border: 0;
  border-right: 1px solid rgba(35, 42, 97, 0.1);
  background: transparent;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.35rem 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: var(--lux-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.lux-plp .lux-hover-btn:last-child,
.lux-plp .lux-hover-btn--qv {
  border-right: 0;
}

.lux-plp .lux-hover-btn:hover,
.lux-plp .lux-hover-btn:focus-visible {
  color: #8a1a19;
  background: rgba(35, 42, 97, 0.04);
}

.lux-plp .lux-hover-btn--save:hover,
.lux-plp .lux-hover-btn--save:focus-visible {
  color: #8a1a19;
}

.lux-plp .lux-product-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 0 0.85rem;
  min-height: 6.75rem;
}

body.lux-body .lux-plp .lux-product-name,
body.lux-body .lux-plp .lux-product-name a {
  margin: 0 !important;
  font-family: var(--lux-sans) !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em;
  color: var(--lux-navy, #232a61) !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.45em;
}

.lux-plp .lux-product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin-top: 0.4rem;
  font-family: var(--lux-sans);
  font-size: 0.88rem;
}

.lux-plp .lux-price-was {
  color: rgba(35, 42, 97, 0.4);
  text-decoration: line-through;
}

.lux-plp .lux-price-now {
  color: var(--lux-navy, #232a61);
  font-weight: 500;
}

.lux-plp .lux-price-now.is-sale {
  color: #8a1a19;
}

.lux-plp .lux-product-mobile-actions {
  display: none;
  margin-top: auto;
  padding-top: 0.65rem;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.lux-plp .lux-product-mobile-actions form {
  margin: 0;
}

.lux-plp .lux-product-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  border-bottom: 1px solid rgba(138, 26, 25, 0.75);
  background: transparent;
  padding: 0.15rem 0;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  text-decoration: none;
  cursor: pointer;
}

.lux-plp .lux-product-action--save {
  border-bottom-color: transparent;
  color: rgba(35, 42, 97, 0.55);
}

.lux-plp .lux-product-action--save:hover,
.lux-plp .lux-product-action--save:focus-visible {
  color: #8a1a19;
}

@media (hover: hover) and (pointer: fine) {
  .lux-plp .lux-product--plp:hover .lux-product-img.is-primary,
  .lux-plp .lux-product--plp:focus-within .lux-product-img.is-primary {
    transform: scale(1.025);
  }

  .lux-plp .lux-product--plp.has-alt:hover .lux-product-img.is-primary,
  .lux-plp .lux-product--plp.has-alt:focus-within .lux-product-img.is-primary {
    opacity: 0;
  }

  .lux-plp .lux-product--plp.has-alt:hover .lux-product-img.is-secondary,
  .lux-plp .lux-product--plp.has-alt:focus-within .lux-product-img.is-secondary {
    opacity: 1;
  }

  .lux-plp .lux-product--plp:hover .lux-product-hoverbar,
  .lux-plp .lux-product--plp:focus-within .lux-product-hoverbar {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

/* Quick View modal */
.lux-qv-root {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lux-qv-root[hidden] {
  display: none !important;
}

.lux-qv-scrim {
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 35, 0.55);
  backdrop-filter: blur(2px);
}

.lux-qv-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(92vh, 720px);
  overflow: auto;
  background: var(--lux-paper, #f8f6f1);
  border: 1px solid rgba(35, 42, 97, 0.1);
  box-shadow: 0 28px 64px rgba(18, 22, 35, 0.18);
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(35, 42, 97, 0.25) transparent;
}

.lux-qv-root.is-open .lux-qv-dialog {
  opacity: 1;
  transform: none;
}

.lux-qv-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  appearance: none;
  border: 1px solid rgba(35, 42, 97, 0.15);
  background: rgba(248, 246, 241, 0.92);
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--lux-navy, #232a61);
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lux-qv-close:hover,
.lux-qv-close:focus-visible {
  color: #8a1a19;
  border-color: #8a1a19;
}

.lux-qv {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 0;
  min-height: 30rem;
}

.lux-qv-media {
  background: #ebe6de;
  min-height: 100%;
}

.lux-qv-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  object-position: center top;
}

.lux-qv-info {
  padding: 2.25rem 2rem 2rem;
  display: flex;
  flex-direction: column;
}

.lux-qv-eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--lux-sans) !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a1a19;
}

body.lux-body .lux-qv-title {
  margin: 0 2.5rem 0 0 !important;
  font-family: var(--lux-serif) !important;
  font-weight: 400 !important;
  font-size: clamp(1.65rem, 2.6vw, 2.15rem) !important;
  line-height: 1.12 !important;
  color: var(--lux-navy, #232a61) !important;
  letter-spacing: -0.015em !important;
}

.lux-qv-price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-top: 0.85rem;
  font-family: var(--lux-sans);
  font-size: 1rem;
}

.lux-qv-price .lux-price-now {
  color: var(--lux-navy, #232a61);
  font-weight: 500;
}

.lux-qv-price .lux-price-now.is-sale {
  color: #8a1a19;
}

.lux-qv-price .lux-price-was {
  color: rgba(35, 42, 97, 0.4);
  text-decoration: line-through;
  font-size: 0.9rem;
}

.lux-qv-desc {
  margin: 1rem 0 0;
  font-family: var(--lux-sans);
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(35, 42, 97, 0.62);
  max-width: 36ch;
}

.lux-qv-form {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(35, 42, 97, 0.1);
}

.lux-qv-option + .lux-qv-option {
  margin-top: 1.1rem;
}

.lux-qv-option-label {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.55);
}

.lux-qv-select {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(35, 42, 97, 0.18);
  border-radius: 0;
  background: transparent;
  padding: 0.7rem 0.85rem;
  font-family: var(--lux-sans);
  font-size: 0.9rem;
  color: var(--lux-navy, #232a61);
}

.lux-qv-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lux-qv-chip {
  position: relative;
  cursor: pointer;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.55);
  border: 1px solid rgba(35, 42, 97, 0.18);
  padding: 0.55rem 0.85rem;
  background: transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lux-qv-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lux-qv-chip:hover,
.lux-qv-chip:focus-within {
  border-color: rgba(35, 42, 97, 0.4);
  color: var(--lux-navy, #232a61);
}

.lux-qv-chip:has(input:checked) {
  color: #fff;
  border-color: #232a61;
  background: #232a61;
}

.lux-qv-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: 1.25rem;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.5);
}

.lux-qv-qty-control {
  border: 1px solid rgba(35, 42, 97, 0.18);
  min-width: 5rem;
}

.lux-qv-qty input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.55rem 0.65rem;
  font-family: var(--lux-sans);
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  color: var(--lux-navy, #232a61);
}

.lux-qv-actions {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin-top: 1.5rem;
}

.lux-qv-add {
  appearance: none;
  border: 0;
  background: #232a61;
  color: #f8f6f1 !important;
  padding: 1rem 1.25rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lux-qv-add:hover,
.lux-qv-add:focus-visible {
  background: #8a1a19;
}

body.lux-body a.lux-qv-full,
.lux-qv-full {
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61) !important;
  text-decoration: none !important;
  border-bottom: 1px solid #8a1a19;
  align-self: flex-start;
  padding-bottom: 0.2rem;
}

.lux-qv-wish {
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(35, 42, 97, 0.08);
}

.lux-qv-save {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.55);
  cursor: pointer;
}

.lux-qv-save:hover,
.lux-qv-save:focus-visible {
  color: #8a1a19;
}

.lux-qv-error {
  margin: 2rem;
  font-family: var(--lux-sans);
}

body.lux-qv-open {
  overflow: hidden;
}

.lux-plp-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Pagination */
.lux-plp-pager {
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
  display: flex;
  justify-content: center;
}

.lux-plp-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.lux-plp-pagination .page-item {
  margin: 0;
}

.lux-plp-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  padding: 0.3rem 0.15rem;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--lux-sans) !important;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(35, 42, 97, 0.45) !important;
  text-decoration: none;
}

.lux-plp-pagination .page-item.active .page-link,
.lux-plp-pagination .page-link:hover,
.lux-plp-pagination .page-link:focus-visible {
  color: var(--lux-navy, #232a61) !important;
  border-bottom: 1px solid #8a1a19 !important;
  background: transparent !important;
}

/* Empty */
.lux-plp-empty {
  padding: clamp(3rem, 8vw, 5rem) 0;
  max-width: 26rem;
}

body.lux-body .lux-plp-empty-title {
  margin: 0 !important;
  font-family: var(--lux-serif) !important;
  font-weight: 400 !important;
  font-size: clamp(1.85rem, 3vw, 2.4rem) !important;
  color: var(--lux-navy, #232a61) !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lux-plp-empty-lead {
  margin: 0.85rem 0 0;
  font-family: var(--lux-sans);
  color: var(--lux-mute, #7a756c);
  line-height: 1.65;
}

.lux-plp-empty-action {
  display: inline-block;
  margin-top: 1.5rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  text-decoration: none;
  border-bottom: 1px solid #8a1a19;
  padding-bottom: 0.25rem;
}

/* SEO */
.lux-plp-seo {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.75rem;
  border-top: 1px solid rgba(35, 42, 97, 0.1);
}

.lux-plp-seo-body {
  max-width: 62ch;
  font-family: var(--lux-sans);
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(35, 42, 97, 0.62);
}

.lux-plp-seo-body p {
  margin: 0 0 0.85rem;
}

/* Reveals */
.lux-plp [data-lux-plp-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-plp.is-inview [data-lux-plp-reveal] {
  opacity: 1;
  transform: none;
}

.lux-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .lux-plp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    --lux-plp-col-gap: 1.25rem;
    --lux-plp-row-gap: 2.1rem;
  }
}

@media (max-width: 1023px) {
  .lux-plp {
    --lux-plp-row-gap: 1.65rem;
    --lux-plp-col-gap: 0.75rem;
  }

  .lux-plp-layout--filters {
    grid-template-columns: 1fr;
  }

  .lux-plp .lux-product-hoverbar {
    display: none;
  }

  .lux-plp .lux-product-mobile-actions {
    display: flex;
  }

  .lux-plp .lux-product-body {
    min-height: 5.5rem;
  }

  .lux-qv {
    grid-template-columns: 1fr;
  }

  .lux-qv-media {
    max-height: 16rem;
  }

  .lux-qv-media img {
    min-height: 16rem;
  }

  .lux-qv-info {
    padding: 1.5rem 1.25rem 1.5rem;
  }

  .lux-qv-dialog {
    max-height: 92vh;
  }

  .lux-plp-mobile-bar {
    display: flex;
  }

  .lux-plp-shop-head {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0.35rem;
  }

  .lux-plp-shop-head .lux-plp-toolbar-actions {
    display: none;
  }

  .lux-plp-filters {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(100%, 24rem);
    max-width: 100%;
    z-index: 80;
    background: #f8f6f1;
    padding: 1.15rem 1.35rem 0;
    overflow: auto;
    transform: translateX(105%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    top: 0;
    display: flex;
    flex-direction: column;
  }

  .lux-plp-filters.is-open {
    transform: translateX(0);
    opacity: 1;
  }

  .lux-plp-filters-head {
    grid-template-columns: 1fr auto auto;
    position: sticky;
    top: 0;
    background: #f8f6f1;
    z-index: 2;
  }

  .lux-plp-filters-clear-top {
    display: none;
  }

  .lux-plp-filters-close {
    display: inline-flex;
  }

  .lux-plp-filters-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 5.5rem;
  }

  .lux-plp-filters-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    margin-left: -1.35rem;
    margin-right: -1.35rem;
    padding: 1rem 1.35rem calc(1rem + env(safe-area-inset-bottom));
    background: #f8f6f1;
    border-top: 1px solid rgba(35, 42, 97, 0.1);
  }

  .lux-plp-filters-clear {
    font-family: var(--lux-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(35, 42, 97, 0.5);
    text-decoration: none;
  }

  .lux-plp-filters-apply {
    appearance: none;
    border: 0;
    background: #232a61;
    color: #f8f6f1;
    padding: 0.85rem 1.35rem;
    font-family: var(--lux-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .lux-plp-filter-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 75;
    background: rgba(20, 22, 35, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }

  .lux-plp-filter-scrim.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  body.lux-plp-filters-open {
    overflow: hidden;
  }

  .lux-plp-sort-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    min-width: 0;
    border: 0;
    border-top: 1px solid rgba(35, 42, 97, 0.12);
    border-radius: 0;
    padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom));
    z-index: 85;
  }

  .lux-plp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
    row-gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .lux-plp {
    --lux-plp-row-gap: 1.4rem;
    --product-card-bottom-space: 0.7rem;
  }

  .lux-plp-grid {
    column-gap: 0.65rem;
  }

  body.lux-body .lux-plp .lux-product-name,
  body.lux-body .lux-plp .lux-product-name a {
    font-size: 0.86rem !important;
  }

  .lux-plp-grid-item {
    transition-delay: calc(var(--lux-plp-i, 0) * 45ms);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-plp [data-lux-plp-reveal],
  .lux-plp-grid-item,
  .lux-plp .lux-product-img,
  .lux-plp .lux-product-cta,
  .lux-plp-filters,
  .lux-plp-filter-scrim,
  .lux-plp-filter-panel,
  .lux-cat-hero-img,
  .lux-cat-hero [data-lux-cat-hero-el] {
    transition: none !important;
    animation: none !important;
  }

  .lux-plp [data-lux-plp-reveal],
  .lux-plp-grid-item,
  .lux-cat-hero [data-lux-cat-hero-el] {
    opacity: 1 !important;
    transform: none !important;
  }

  .lux-plp .lux-product-img.is-primary,
  .lux-cat-hero-img {
    transform: none !important;
    opacity: 1 !important;
  }

  .lux-plp-filters {
    opacity: 1;
  }
}

/* ——— Search results (reuses PLP; search-only chrome) ——— */
.lux-search-shell {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

.lux-search-head {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.85rem);
  max-width: 42rem;
}

.lux-search-crumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.35rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.45);
}

.lux-search-crumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lux-search-crumb a {
  color: inherit;
  text-decoration: none;
}

.lux-search-crumb a:hover,
.lux-search-crumb a:focus-visible {
  color: var(--lux-navy, #232a61);
}

.lux-search-crumb-sep {
  opacity: 0.55;
}

.lux-search-eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.48);
}

body.lux-body .lux-search-title {
  margin: 0 0 1.25rem;
  font-family: var(--lux-serif) !important;
  font-size: clamp(1.75rem, 1.35rem + 1.4vw, 2.55rem) !important;
  font-weight: 400 !important;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61) !important;
}

.lux-search-for {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: rgba(35, 42, 97, 0.48);
}

.lux-search-query {
  display: block;
}

.lux-search-field-label {
  display: block;
  margin: 0 0 0.45rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.48);
}

.lux-search-field {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid var(--lux-line-strong, rgba(35, 42, 97, 0.18));
  background: rgba(255, 255, 255, 0.45);
  transition: border-color 0.2s var(--lux-ease, ease), background-color 0.2s var(--lux-ease, ease);
}

.lux-search-field:focus-within {
  border-color: var(--lux-navy, #232a61);
  background: rgba(35, 42, 97, 0.02);
}

.lux-search-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 3rem;
  margin: 0;
  padding: 0.7rem 0.9rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--lux-sans);
  font-size: 0.95rem;
  color: var(--lux-navy, #232a61);
  outline: none;
  appearance: none;
}

.lux-search-input::placeholder {
  color: rgba(35, 42, 97, 0.38);
}

.lux-search-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 1.1rem;
  border: 0;
  border-left: 1px solid var(--lux-line-strong, rgba(35, 42, 97, 0.18));
  border-radius: 0;
  background: var(--lux-navy, #232a61);
  color: #f8f6f1;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.lux-search-submit:hover,
.lux-search-submit:focus-visible {
  opacity: 0.9;
  color: #f8f6f1;
  outline: none;
}

.lux-search-submit-icon {
  display: inline-block;
  transition: transform 0.2s var(--lux-ease, ease);
}

.lux-search-submit:hover .lux-search-submit-icon,
.lux-search-submit:focus-visible .lux-search-submit-icon {
  transform: translateX(3px);
}

.lux-search-desc {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
  font-family: var(--lux-sans);
  font-size: 12px;
  color: rgba(35, 42, 97, 0.55);
  cursor: pointer;
}

.lux-search-desc input {
  width: 0.95rem;
  height: 0.95rem;
  margin: 0;
  accent-color: var(--lux-navy, #232a61);
}

.lux-search-empty-eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.48);
}

.lux-search-empty-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.35rem;
  margin-top: 1.25rem;
}

.lux-search-empty-secondary {
  border-bottom-color: transparent !important;
  color: rgba(35, 42, 97, 0.55) !important;
}

.lux-search-empty-secondary:hover,
.lux-search-empty-secondary:focus-visible {
  color: var(--lux-navy, #232a61) !important;
  border-bottom-color: currentColor !important;
}

.lux-search-popular {
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--lux-line, rgba(35, 42, 97, 0.1));
}

.lux-search-popular-label {
  margin: 0 0 0.75rem;
  font-family: var(--lux-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 42, 97, 0.48);
}

.lux-search-popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lux-search-popular-list a {
  font-family: var(--lux-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lux-navy, #232a61);
  text-decoration: none;
  border-bottom: 1px solid rgba(35, 42, 97, 0.25);
}

.lux-search-popular-list a:hover,
.lux-search-popular-list a:focus-visible {
  color: var(--lux-burgundy, #8a1a19);
  border-bottom-color: var(--lux-burgundy, #8a1a19);
}

.lux-search-idle {
  padding: 0.5rem 0 2rem;
  max-width: 36rem;
}

@media (max-width: 575.98px) {
  .lux-search-submit-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .lux-search-submit {
    padding: 0 0.95rem;
  }

  .lux-search-submit-icon {
    font-size: 1.05rem;
  }
}

/* ——— Special Offers PLP (additive; Category/Search unchanged) ——— */
.lux-special-timer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.15rem;
  padding: 0.15rem 0 0.85rem;
  border-bottom: 1px solid rgba(35, 42, 97, 0.08);
}

.lux-special-timer-label {
  margin: 0;
  font-family: var(--lux-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lux-mute, #7a756c);
}

.lux-special-timer-digits {
  font-family: var(--lux-serif);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--lux-navy, #232a61);
  font-variant-numeric: tabular-nums;
}

.lux-special-empty {
  max-width: 28rem;
}
