/* Dedicated filter sidebar override */
.products-section .shop-layout {
  display: grid !important;
  grid-template-columns: 252px minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  overflow: hidden;
  background: rgba(5, 7, 8, 0.62);
}

.products-section .shop-results {
  min-width: 0;
  padding: 1.5rem;
}

.products-section .filter-sidebar {
  position: sticky !important;
  top: 122px !important;
  width: 252px !important;
  max-height: calc(100svh - 132px) !important;
  overflow-y: auto !important;
  align-self: start;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 180px), rgba(8, 10, 11, 0.96) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: #f2f2ee;
}

.products-section .filter-head,
.products-section .filter-group {
  padding: 1.35rem 1.25rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.products-section .filter-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
}

.products-section .filter-head strong,
.products-section .filter-group > span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--font-utility);
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.products-section .filter-head button,
.products-section .filter-row,
.products-section .filter-swatch,
.products-section .filter-size,
.products-section .filter-more,
.products-section .filter-apply {
  appearance: none !important;
  -webkit-appearance: none !important;
  font: inherit;
}

.products-section .filter-head button {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.46) !important;
  cursor: pointer;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
}

.products-section .filter-head button:disabled {
  opacity: 0.35;
}

.products-section .filter-list {
  display: grid !important;
  gap: 0.72rem !important;
  margin-top: 1rem !important;
}

.products-section .filter-row {
  width: 100% !important;
  min-height: 18px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.8rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.68) !important;
  cursor: pointer !important;
  text-align: left !important;
  box-shadow: none !important;
}

.products-section .filter-row span,
.products-section .filter-row em {
  min-width: 0;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.products-section .filter-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-section .filter-row em {
  color: rgba(255, 255, 255, 0.46) !important;
  font-style: normal !important;
}

.products-section .filter-row:hover,
.products-section .filter-row:focus-visible,
.products-section .filter-row.is-active {
  color: #fff !important;
}

.products-section .filter-row.is-active em {
  display: none !important;
}

.products-section .filter-row.is-active::after {
  content: "";
  width: 8px;
  height: 8px;
  justify-self: end;
  border-right: 2px solid var(--acid);
  border-bottom: 2px solid var(--acid);
  transform: rotate(45deg) translateY(-2px);
}

.products-section .filter-search {
  width: 100% !important;
  min-height: 34px !important;
  margin-top: 1rem !important;
  padding: 0 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 4px !important;
  background: rgba(0, 0, 0, 0.28) !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.74rem !important;
}

.products-section .filter-row-muted {
  cursor: default !important;
}

.products-section .filter-more {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.52) !important;
  cursor: default !important;
  text-align: left !important;
  font-size: 0.76rem !important;
}

.products-section .filter-swatch-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  margin-top: 1rem !important;
}

.products-section .filter-swatch {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 50% !important;
  background-color: #111 !important;
  color: transparent !important;
  cursor: pointer !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.45) !important;
}

.products-section .filter-swatch:first-child {
  width: auto !important;
  min-width: 35px !important;
  padding: 0 0.55rem !important;
  border-radius: 4px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  background: transparent !important;
  font-family: var(--font-utility);
  font-size: 0.68rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.products-section .filter-swatch.is-active,
.products-section .filter-size.is-active {
  border-color: var(--acid) !important;
  color: var(--acid) !important;
  box-shadow: 0 0 0 1px rgba(182, 255, 0, 0.2) !important;
}

.products-section .filter-size-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.45rem !important;
  margin-top: 1rem !important;
}

.products-section .filter-size {
  min-width: 0 !important;
  min-height: 34px !important;
  padding: 0.45rem 0.35rem !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.76) !important;
  cursor: pointer !important;
  font-family: var(--font-utility);
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.products-section .price-track {
  position: relative !important;
  height: 18px !important;
  margin-top: 1.1rem !important;
}

.products-section .price-track::before,
.products-section .price-track i {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 8px !important;
  height: 2px !important;
  border-radius: 999px !important;
}

.products-section .price-track::before {
  background: rgba(255, 255, 255, 0.15) !important;
}

.products-section .price-track i {
  background: var(--acid) !important;
}

.products-section .price-track i::before,
.products-section .price-track i::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  width: 9px !important;
  height: 9px !important;
  border: 1px solid var(--acid) !important;
  border-radius: 50% !important;
  background: #070909 !important;
  transform: translateY(-50%) !important;
}

.products-section .price-track i::before {
  left: 0 !important;
}

.products-section .price-track i::after {
  right: 0 !important;
}

.products-section .price-range {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 0.25rem !important;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
}

.products-section .filter-check {
  display: grid !important;
  grid-template-columns: 16px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.55rem !important;
  margin-top: 0.8rem !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
}

.products-section .filter-check input {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  accent-color: var(--acid);
}

.products-section .filter-apply {
  display: none !important;
}

.products-section .filter-toggle {
  display: none !important;
}

@media (max-width: 1020px) {
  .products-section .shop-layout {
    display: block !important;
    border: 0;
    overflow: visible;
    background: transparent;
  }

  .products-section .shop-results {
    padding: 0 !important;
  }

  .products-section .filter-toggle {
    display: inline-flex !important;
  }

  .products-section .filter-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 86 !important;
    width: min(300px, calc(100vw - 2rem)) !important;
    max-height: none !important;
    transform: translateX(-105%) !important;
    transition: transform 220ms ease !important;
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .products-section.filters-open .filter-sidebar {
    transform: translateX(0) !important;
  }

  .products-section .filter-apply {
    position: sticky !important;
    bottom: 0 !important;
    display: block !important;
    width: calc(100% - 2rem) !important;
    min-height: 44px !important;
    margin: 1rem !important;
    border: 1px solid var(--acid) !important;
    border-radius: 4px !important;
    background: var(--acid) !important;
    color: #050505 !important;
    cursor: pointer !important;
    font-family: var(--font-utility);
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }
}
