.sr-page {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 24px 56px;
  color: #111827;
}
.sr-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #9ca3af;
}
.sr-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}
.sr-breadcrumb strong {
  color: #334155;
}
.sr-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}
.sr-eyebrow {
  margin-bottom: 5px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.sr-header h1 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.sr-header h1 span {
  color: #2563eb;
}
.sr-header p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
}
.sr-vehicle {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 285px;
  padding: 12px 14px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.sr-vehicle:hover {
  border-color: #93b4fc;
}
.sr-vehicle-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eff6ff;
}
.sr-vehicle span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.sr-vehicle strong {
  font-size: 13px;
}
.sr-vehicle small {
  margin-top: 2px;
  color: #64748b;
  font-size: 11px;
}
.sr-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
}
.sr-summary > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #047857;
  font-weight: 700;
}
.sr-summary i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
}
.sr-results-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.sr-results-main {
  min-width: 0;
}
.sr-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-filters {
  position: sticky;
  top: 82px;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #fff;
}
.sr-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 15px;
  border-bottom: 1px solid #e2e8f0;
}
.sr-filters-head strong {
  font-size: 13px;
}
.sr-filters-head button {
  border: 0;
  background: transparent;
  color: #2563eb;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}
.sr-filters fieldset {
  margin: 0;
  padding: 14px 15px;
  border: 0;
  border-bottom: 1px solid #eef2f7;
}
.sr-filters fieldset:last-child {
  border-bottom: 0;
}
.sr-filters legend {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.sr-filters label {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  cursor: pointer;
}
.sr-filters input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2563eb;
}
.sr-filters label span {
  overflow: hidden;
  color: #334155;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-filters label small {
  color: #94a3b8;
  font-size: 10px;
}
.sr-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}
.sr-active-filters button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.sr-active-filters button span {
  font-size: 14px;
}
.sr-no-filter-results {
  padding: 24px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #64748b;
  text-align: center;
  font-size: 13px;
}
.sr-product {
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(15, 23, 42, 0.055);
}
.sr-product-main {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 220px;
  gap: 24px;
  padding: 22px;
}
.sr-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  padding: 14px;
  border-radius: 13px;
  background: #f5f7fa;
  text-decoration: none;
}
.sr-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sr-image span {
  color: #94a3b8;
  font-size: 54px;
}
.sr-info {
  min-width: 0;
  padding-top: 2px;
}
.sr-brand {
  display: inline-block;
  margin-bottom: 5px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.55px;
  text-decoration: none;
  text-transform: uppercase;
}
.sr-info h2 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.25;
}
.sr-info h2 a {
  color: #111827;
  text-decoration: none;
}
.sr-number {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  color: #94a3b8;
  font-size: 11px;
}
.sr-number strong {
  color: #64748b;
}
.sr-number span {
  padding-left: 12px;
  border-left: 1px solid #dbe3ef;
}
.sr-fit {
  display: inline-flex;
  align-items: center;
  margin: 11px 0 2px;
  padding: 5px 10px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.sr-fit-ok {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #047857;
}
.sr-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 20px;
  margin: 14px 0 10px;
}
.sr-specs div {
  display: flex;
  gap: 6px;
  min-width: 0;
  font-size: 11px;
}
.sr-specs dt {
  color: #94a3b8;
}
.sr-specs dd {
  margin: 0;
  color: #334155;
  font-weight: 700;
}
.sr-details {
  color: #2563eb;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.sr-buy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 22px;
  border-left: 1px solid #eef2f7;
  text-align: right;
}
.sr-price {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.8px;
}
.sr-vat {
  margin-top: 1px;
  color: #94a3b8;
  font-size: 10px;
}
.sr-availability {
  margin-top: 17px;
  color: #047857;
  font-size: 12px;
  font-weight: 750;
}
.sr-availability span {
  font-size: 9px;
}
.sr-availability.is-request {
  color: var(--warning-500);
}
.sr-delivery {
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
}
.sr-purchase {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin-top: 17px;
}
.sr-qty {
  display: grid;
  grid-template-columns: 32px 32px 32px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
}
.sr-qty button,
.sr-qty span {
  display: grid;
  place-items: center;
  min-width: 0;
  border: 0;
  background: #f8fafc;
  color: #334155;
  font: inherit;
  font-weight: 700;
}
.sr-qty span {
  border-right: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  background: #fff;
  font-size: 12px;
}
.sr-cart {
  flex: 1;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.sr-cart:hover,
.sr-offer-cart:hover {
  background: #1d4ed8;
}
.sr-offer-count {
  margin-top: 13px;
  color: #64748b;
  font-size: 11px;
}
.sr-offers-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 43px;
  border: 0;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #2563eb;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.sr-offers-toggle span {
  font-size: 18px;
  transition: transform 0.18s;
}
.sr-offers-toggle.open span {
  transform: rotate(180deg);
}
.sr-offers {
  display: none;
  padding: 0 22px 20px;
  background: #f8fafc;
}
.sr-offers.open {
  display: block;
}
.sr-offers-title {
  padding: 16px 0 10px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sr-offer {
  display: grid;
  grid-template-columns: minmax(120px, 1.25fr) minmax(145px, 1fr) 120px 70px;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-bottom: 0;
  background: #fff;
}
.sr-offer:first-of-type {
  border-radius: 12px 12px 0 0;
}
.sr-offer:last-child {
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0 0 12px 12px;
}
.sr-offer.is-best {
  border-color: #a7f3d0;
  background: #f0fdf4;
}
.sr-offer-name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sr-offer-name span {
  padding: 2px 7px;
  border-radius: 999px;
  background: #047857;
  color: #fff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
.sr-offer-name strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-offer-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
}
.sr-offer-meta strong {
  color: #047857;
}
.sr-offer-meta span {
  color: #64748b;
}
.sr-offer-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.sr-offer-price strong {
  font-size: 16px;
}
.sr-offer-price small {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 9px;
}
.sr-offer-cart {
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.sr-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 14px;
  background: #111827;
  color: #fff;
}
.sr-help div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sr-help span {
  color: #94a3b8;
  font-size: 12px;
}
.sr-help a {
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.sr-empty {
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}
.sr-empty div {
  font-size: 40px;
}
.sr-empty h2 {
  margin: 12px 0 6px;
}
.sr-empty p {
  color: #64748b;
}
.sr-empty a {
  color: #2563eb;
  font-weight: 800;
}
.sr-mobile-nav,
.sr-filter-overlay {
  display: none;
}
.sr-drawer-empty {
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 10px;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
}
.sr-option-collapsed,
.sr-filter-collapsed {
  display: none !important;
}
.sr-more-options,
.sr-more-filters {
  width: 100%;
  padding: 9px;
  border: 0;
  background: transparent;
  color: #2563eb;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.sr-more-options:hover,
.sr-more-filters:hover {
  background: #eff6ff;
}
.sr-filters [hidden],
.sr-filter-drawer [hidden] {
  display: none !important;
}

@media (max-width: 920px) {
  .sr-page {
    padding: 20px 18px 48px;
  }
  .sr-header {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .sr-vehicle {
    width: 100%;
    min-width: 0;
  }
  .sr-product-main {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 20px;
  }
  .sr-image {
    height: 190px;
  }
  .sr-buy {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 16px 0 0;
    border-top: 1px solid #eef2f7;
    border-left: 0;
    text-align: left;
  }
  .sr-price,
  .sr-vat,
  .sr-availability,
  .sr-delivery {
    grid-column: 1;
  }
  .sr-vat {
    grid-row: 2;
  }
  .sr-availability {
    grid-row: 3;
    margin-top: 12px;
  }
  .sr-delivery {
    grid-row: 4;
  }
  .sr-purchase {
    grid-column: 2;
    grid-row: 1/5;
    width: auto;
    margin: 0;
  }
  .sr-offer-count {
    display: none;
  }
  .sr-offer {
    grid-template-columns: minmax(105px, 1fr) minmax(120px, 1fr) 105px 62px;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  body {
    padding-bottom: 88px;
  }
  .sr-page {
    padding: 16px 12px 36px;
  }
  .sr-breadcrumb {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 15px;
    padding-bottom: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .sr-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .sr-breadcrumb > * {
    flex: 0 0 auto;
  }
  .sr-header h1 {
    font-size: 25px;
    letter-spacing: -0.6px;
  }
  .sr-header p {
    font-size: 12px;
  }
  .sr-vehicle {
    padding: 10px 12px;
  }
  .sr-product {
    border-radius: 14px;
  }
  .sr-product-main {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
  .sr-image {
    height: 112px;
    padding: 8px;
  }
  .sr-info h2 {
    font-size: 15px;
  }
  .sr-number span {
    display: none;
  }
  .sr-fit {
    margin-top: 8px;
  }
  .sr-specs {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 10px;
  }
  .sr-specs div:nth-child(n + 5) {
    display: none;
  }
  .sr-buy {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    grid-column: 1/-1;
    padding-top: 14px;
    text-align: right;
  }
  .sr-price {
    font-size: 25px;
  }
  .sr-availability,
  .sr-delivery {
    display: none;
  }
  .sr-purchase {
    width: 100%;
    margin-top: 12px;
  }
  .sr-qty {
    grid-template-columns: 40px 34px 40px;
    height: 46px;
  }
  .sr-cart {
    height: 46px;
    font-size: 13px;
  }
  .sr-offers-toggle {
    height: 46px;
  }
  .sr-offers {
    padding: 0 12px 14px;
  }
  .sr-offer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
    padding: 11px 12px;
  }
  .sr-offer-name {
    grid-column: 1;
    grid-row: 1;
  }
  .sr-offer-meta {
    grid-column: 1;
    grid-row: 2;
  }
  .sr-offer-price {
    grid-column: 2;
    grid-row: 1;
  }
  .sr-offer-cart {
    grid-column: 2;
    grid-row: 2;
    min-width: 66px;
  }
  .sr-help {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 18px;
  }
  .sr-help a {
    width: 100%;
    text-align: center;
  }
  .sr-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 700;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 8px;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #dbe3ef;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -6px 22px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
  }
  .sr-mobile-nav button,
  .sr-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 48px;
    border: 1px solid #dbe3ef;
    border-radius: 11px;
    background: #f8fafc;
    color: #111827;
    font: inherit;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
  }
  .sr-mobile-nav strong {
    font-size: 12px;
  }
  .sr-mobile-nav i {
    display: grid;
    place-items: center;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 9px;
    font-style: normal;
  }
  .sr-mobile-nav .sr-mobile-car {
    border-color: #111827;
    background: #111827;
    color: #fff;
  }
  .sr-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 850;
    background: rgba(15, 23, 42, 0.5);
  }
  .sr-filter-overlay.open {
    display: block;
  }
  .sr-filter-drawer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
    background: #fff;
  }
  .sr-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  .sr-filter-head button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    font-size: 22px;
  }
  .sr-filter-group {
    margin-bottom: 18px;
  }
  .sr-filter-group > span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .sr-filter-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .sr-filter-group button {
    padding: 7px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 11px;
  }
  .sr-filter-done {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
  }
}
@media (max-width: 380px) {
  .sr-product-main {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 11px;
  }
  .sr-image {
    height: 98px;
  }
  .sr-mobile-nav strong {
    font-size: 11px;
  }
  .sr-mobile-nav {
    gap: 6px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

/* Search filters and quantity field */
.sr-no-filter-results {
  padding: 24px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #64748b;
  text-align: center;
  font-size: 13px;
}
.sr-qty input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  background: #fff;
  color: #111827;
  text-align: center;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  outline: 0;
  -moz-appearance: textfield;
}
.sr-qty input::-webkit-inner-spin-button,
.sr-qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sr-filter-group label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #dbe3ef;
  border-radius: 9px;
  background: #fff;
  color: #334155;
  font-size: 11px;
}
.sr-filter-group label input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #2563eb;
}
.sr-filter-group label small {
  color: #94a3b8;
}
@media (max-width: 920px) {
  .sr-results-layout {
    grid-template-columns: 1fr;
  }
  .sr-filters {
    display: none;
  }
}
@media (max-width: 640px) {
  .sr-qty {
    grid-template-columns: 40px minmax(50px, 62px) 40px;
  }
  .sr-filter-drawer {
    max-height: 80vh;
    overflow-y: auto;
  }
  .sr-filter-group > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
@media (min-width: 721px) and (max-width: 920px) {
  .sr-results-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }
  .sr-filters {
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 720px) {
  body {
    padding-bottom: 78px;
  }
  .sr-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 700;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 8px;
    padding: 9px 12px;
    border-top: 1px solid #dbe3ef;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -6px 22px rgba(15, 23, 42, 0.12);
  }
  .sr-mobile-nav button,
  .sr-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 48px;
    border: 1px solid #dbe3ef;
    border-radius: 11px;
    background: #f8fafc;
    color: #111827;
    font: inherit;
    font-size: 12px;
    text-decoration: none;
  }
  .sr-mobile-nav i {
    display: grid;
    place-items: center;
    min-width: 19px;
    height: 19px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 9px;
    font-style: normal;
  }
  .sr-mobile-nav .sr-mobile-car {
    border-color: #111827;
    background: #111827;
    color: #fff;
  }
}
@media (min-width: 641px) and (max-width: 720px) {
  .sr-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 850;
    background: rgba(15, 23, 42, 0.5);
  }
  .sr-filter-overlay.open {
    display: block;
  }
  .sr-filter-drawer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 80vh;
    overflow-y: auto;
    padding: 18px 16px;
    border-radius: 18px 18px 0 0;
    background: #fff;
  }
  .sr-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  .sr-filter-head button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    font-size: 22px;
  }
  .sr-filter-group {
    margin-bottom: 18px;
  }
  .sr-filter-group > span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .sr-filter-group > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .sr-filter-done {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
  }
}

.sr-summary-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sr-orderable {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #047857;
  font-weight: 700;
}
.sr-orderable i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
}
.sr-orderable.is-request {
  color: var(--warning-500);
}
.sr-orderable.is-request i {
  background: var(--warning-500);
}
.sr-request-alert {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 10px;
  padding: 9px 12px;
  border: 1px solid var(--warning-200);
  border-radius: 10px;
  border-color: var(--warning-200);
  background: var(--warning-100);
  color: var(--warning-600);
}
.sr-request-alert strong {
  color: var(--warning-500);
}
.sr-cart.sr-request-button {
  background: var(--warning-500);
  color: #fff;
}
.sr-cart.sr-request-button:hover {
  background: var(--warning-600);
}
.sr-tablet-filter {
  display: none;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 13px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}
.sr-tablet-filter b {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 10px;
}
.sr-tablet-categories {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}
@media (max-width: 1023px) {
  .sr-results-layout {
    grid-template-columns: 1fr;
  }
  .sr-filters {
    display: none !important;
  }
  .sr-tablet-filter {
    display: flex;
  }
  .sr-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 850;
    background: rgba(15, 23, 42, 0.5);
  }
  .sr-filter-overlay.open {
    display: block;
  }
  .sr-filter-drawer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 82vh;
    overflow-y: auto;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
    background: #fff;
  }
  .sr-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  .sr-filter-head button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    font-size: 22px;
  }
  .sr-filter-group {
    margin-bottom: 18px;
  }
  .sr-filter-group > span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .sr-filter-group > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .sr-filter-done {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
  }
}
@media (max-width: 640px) {
  .sr-tablet-filter {
    display: none;
  }
  .sr-summary-actions {
    margin-left: auto;
  }
  .sr-orderable {
    font-size: 11px;
  }
  .sr-filter-group > div {
    grid-template-columns: 1fr;
  }
}

/* Wider quantity control for manual multi-digit entry. */
.sr-product-main {
  grid-template-columns: 190px minmax(0, 1fr) 240px;
}
.sr-qty {
  grid-template-columns: 38px 62px 38px;
}
.sr-qty input {
  font-size: 14px;
}
@media (max-width: 920px) {
  .sr-product-main {
    grid-template-columns: 160px minmax(0, 1fr);
  }
  .sr-qty {
    grid-template-columns: 40px 68px 40px;
  }
}
@media (max-width: 640px) {
  .sr-product-main {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .sr-qty {
    grid-template-columns: 42px 72px 42px;
  }
}
@media (max-width: 380px) {
  .sr-product-main {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .sr-qty {
    grid-template-columns: 38px 62px 38px;
  }
}

/* Quantity can be selected independently for every warehouse offer. */
.sr-offer {
  grid-template-columns: minmax(120px, 1.2fr) minmax(120px, 0.9fr) 105px minmax(
      180px,
      auto
    );
}
.sr-offer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.sr-offer-qty {
  display: grid;
  grid-template-columns: 32px 46px 32px;
  height: 36px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
}
.sr-offer-qty button {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: #f8fafc;
  color: #334155;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.sr-offer-qty input {
  width: 46px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  background: #fff;
  color: #111827;
  text-align: center;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  outline: 0;
  -moz-appearance: textfield;
}
.sr-offer-qty input::-webkit-inner-spin-button,
.sr-offer-qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sr-offer-cart {
  min-width: 62px;
  padding: 0 10px;
  white-space: nowrap;
}
.sr-offer-cart:disabled,
.sr-cart:disabled {
  cursor: wait;
  opacity: 0.9;
}
.sr-offer-cart.is-out-of-stock:disabled,
.sr-cart.is-out-of-stock:disabled {
  cursor: not-allowed;
  background: #e7ebf1;
  color: #68768a;
  opacity: 1;
}
@media (max-width: 920px) {
  .sr-offer {
    grid-template-columns: minmax(100px, 1fr) minmax(105px, 0.8fr) 95px minmax(
        170px,
        auto
      );
  }
}
@media (max-width: 640px) {
  .sr-offer {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .sr-offer-actions {
    grid-column: 1/-1;
    grid-row: 3;
    width: 100%;
    padding-top: 5px;
  }
  .sr-offer-qty {
    grid-template-columns: 40px minmax(54px, 1fr) 40px;
    flex: 1;
    height: 42px;
  }
  .sr-offer-qty input {
    width: 100%;
  }
  .sr-offer-cart {
    height: 42px;
    min-width: 86px;
  }
}

/* Unified search sidebar and a purchase area that never clips the cart button. */
@media (min-width: 1121px) {
  .sr-results-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
  }
  .sr-sidebar {
    position: sticky;
    top: 126px;
    display: grid;
    gap: 14px;
    min-width: 0;
  }
  .sr-filters {
    position: static;
    overflow-y: auto;
    max-height: calc(100vh - 280px);
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  }
  .sr-filters-head {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 54px;
    padding: 0 14px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
  }
  .sr-panel-title,
  .sr-categories-head {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .sr-panel-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 15px;
    font-weight: 900;
  }
  .sr-filters-head strong,
  .sr-categories-head strong {
    color: #172033;
    font-size: 14px;
    font-weight: 850;
  }
  .sr-filters-head button {
    padding: 6px 8px;
    border-radius: 7px;
    font-size: 12px;
  }
  .sr-filters-head button:hover {
    background: #eaf2ff;
    text-decoration: none;
  }
  .sr-filters fieldset {
    padding: 13px 14px 15px;
  }
  .sr-filters legend {
    margin-bottom: 7px;
    font-size: 11px;
  }
  .sr-filters label,
  .sr-categories-panel label {
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 9px 7px;
    border-radius: 9px;
  }
  .sr-filters label:hover,
  .sr-categories-panel label:hover {
    background: #f1f5f9;
  }
  .sr-filters input,
  .sr-categories-panel input {
    width: 18px;
    height: 18px;
  }
  .sr-filters label span,
  .sr-categories-panel label span {
    font-size: 13px;
    font-weight: 600;
  }
  .sr-filters label small,
  .sr-categories-panel label small {
    font-size: 11px;
  }
  .sr-criteria-group {
    border-top: 1px solid #e2e8f0;
    background: #fff;
  }
  .sr-criteria-group summary {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }
  .sr-criteria-group summary::-webkit-details-marker {
    display: none;
  }
  .sr-criteria-group summary span {
    flex: 1;
  }
  .sr-criteria-group summary small {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #eef2f7;
    color: #64748b;
    font-size: 10px;
  }
  .sr-criteria-group summary::after {
    color: #94a3b8;
    content: "›";
    font-size: 18px;
    transform: rotate(90deg);
    transition: transform 0.15s;
  }
  .sr-criteria-group[open] summary {
    background: #f8fafc;
    color: #172033;
  }
  .sr-criteria-group[open] summary::after {
    transform: rotate(-90deg);
  }
  .sr-criteria-options {
    padding: 2px 14px 12px;
  }
  .sr-categories-panel {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  }
  .sr-categories-head {
    min-height: 54px;
    padding: 0 14px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
  }
  .sr-categories-panel fieldset {
    margin: 0;
    padding: 12px 14px 14px;
    border: 0;
  }
  .sr-categories-panel label {
    display: grid;
    align-items: center;
    cursor: pointer;
  }
  .sr-categories-panel label span {
    overflow: hidden;
    color: #334155;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sr-categories-panel label small {
    color: #94a3b8;
  }
  .sr-product-main {
    grid-template-columns: 180px minmax(0, 1fr) 276px;
    gap: 20px;
    padding: 20px;
  }
  .sr-buy,
  .sr-purchase,
  .sr-cart {
    min-width: 0;
  }
  .sr-buy {
    padding-left: 20px;
  }
  .sr-cart {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1120px) {
  .sr-results-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .sr-sidebar {
    display: none;
  }
  .sr-tablet-filter {
    display: flex;
  }
}
@media (min-width: 921px) and (max-width: 1120px) {
  .sr-product-main {
    grid-template-columns: 180px minmax(0, 1fr) 276px;
    gap: 20px;
    padding: 20px;
  }
  .sr-buy {
    min-width: 0;
    padding-left: 20px;
  }
  .sr-purchase,
  .sr-cart {
    min-width: 0;
  }
  .sr-cart {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 640px) {
  .sr-tablet-filter {
    display: none;
  }
}

/* Calm catalogue palette and product layout. */
.sr-price-label {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}
.sr-price-label span {
  font-weight: 500;
}
.sr-product-code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 5px 0 7px;
  color: #111827;
  font-size: 14px;
  font-weight: 750;
}
.sr-product-code strong {
  font-weight: 850;
}
.sr-product-ean {
  padding-left: 14px;
  border-left: 1px solid #cbd5e1;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}
.sr-product-ean strong {
  color: #334155;
}
.sr-fit-action {
  gap: 7px;
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.18);
}
.sr-fit-action:hover {
  border-color: #1d4ed8;
  background: #1d4ed8;
}
.sr-fit-action svg {
  flex: 0 0 auto;
}
.sr-fit-ok {
  gap: 6px;
}
.sr-product {
  box-shadow: none;
}
.sr-offers-toggle {
  background: #fff;
}
.sr-offers {
  background: #fff;
}
.sr-stock-note {
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}
.sr-brand-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 7px;
}
.sr-brand-logo {
  display: block;
  width: auto;
  max-width: 76px;
  height: 24px;
  object-fit: contain;
  object-position: left center;
}
.sr-brand-line .sr-brand {
  margin: 0;
}
.sr-brand-option {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.sr-brand-option img {
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  object-fit: contain;
}
.sr-brand-option b {
  overflow: hidden;
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sr-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  color: #1e293b;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition:
    border-color 0.16s,
    background 0.16s,
    color 0.16s;
}
.sr-details:hover {
  border-color: #94a3b8;
  background: #f8fafc;
  color: #0f172a;
}
.sr-details span:last-child {
  color: #2563eb;
  font-size: 16px;
}

@media (min-width: 1121px) {
  .sr-page {
    max-width: 1380px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sr-results-layout {
    grid-template-columns: 268px minmax(0, 1fr);
    gap: 28px;
  }
  .sr-sidebar {
    gap: 18px;
  }
  .sr-filters,
  .sr-categories-panel {
    border-color: #d7dee8;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.045);
  }
  .sr-filters-head,
  .sr-categories-head {
    min-height: 62px;
    padding: 0 18px;
    background: #fff;
  }
  .sr-panel-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #2563eb;
  }
  .sr-filters-head strong,
  .sr-categories-head strong {
    font-size: 16px;
  }
  .sr-filters-head button {
    font-size: 13px;
  }
  .sr-filters fieldset {
    padding: 15px 18px 18px;
  }
  .sr-filters legend {
    color: #475569;
    font-size: 11px;
  }
  .sr-filters label,
  .sr-categories-panel label {
    padding: 10px 7px;
  }
  .sr-filters label span,
  .sr-categories-panel label span {
    color: #344054;
    font-size: 13px;
    font-weight: 650;
  }
  .sr-filters label small,
  .sr-categories-panel label small {
    font-size: 11px;
  }
  .sr-criteria-group {
    border-top-color: #dfe5ed;
  }
  .sr-criteria-group summary {
    min-height: 52px;
    padding: 0 18px;
    background: #fff;
    color: #475569;
    font-size: 14px;
  }
  .sr-criteria-group[open] summary {
    background: #f8fafc;
    color: #172033;
  }
  .sr-criteria-group summary small {
    min-width: 27px;
    height: 27px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 12px;
  }
  .sr-criteria-options {
    padding: 5px 18px 15px;
  }
  .sr-categories-panel fieldset {
    padding: 13px 18px 17px;
  }
  .sr-list {
    gap: 18px;
    border-top: 0;
  }
  .sr-product {
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 16px;
    background: #fff;
  }
  .sr-product-main {
    grid-template-columns: 190px minmax(300px, 1fr) 240px;
    align-items: stretch;
    gap: 22px;
    padding: 18px;
  }
  .sr-image {
    height: 190px;
    padding: 13px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
  }
  .sr-brand {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .sr-brand-line .sr-brand {
    margin-bottom: 0;
  }
  .sr-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 2px 0;
  }
  .sr-info h2 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }
  .sr-product-code {
    margin: 2px 0 6px;
    font-size: 15px;
    line-height: 1.3;
  }
  .sr-number {
    font-size: 12px;
  }
  .sr-fit {
    margin-top: 9px;
  }
  .sr-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    width: 100%;
    margin: 12px 0 6px;
  }
  .sr-specs div {
    display: flex;
    gap: 6px;
    font-size: 12px;
  }
  .sr-specs dt {
    color: #7b8492;
  }
  .sr-specs dd {
    color: #1f2937;
    font-weight: 800;
  }
  .sr-buy {
    align-items: stretch;
    padding: 16px;
    border: 0;
    border-radius: 11px;
    background: #f8fafc;
    text-align: left;
  }
  .sr-price-label {
    font-size: 12px;
  }
  .sr-price {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .sr-vat {
    display: none;
  }
  .sr-delivery {
    margin-top: 10px;
    color: #475569;
    font-size: 12px;
  }
  .sr-availability {
    margin-top: 7px;
  }
  .sr-purchase {
    flex-direction: row;
    margin-top: 13px;
  }
  .sr-qty {
    align-self: flex-start;
    grid-template-columns: 32px 42px 32px;
    height: 42px;
  }
  .sr-cart {
    width: auto;
    height: 42px;
    border-radius: 9px;
    background: #172033;
    font-size: 12px;
  }
  .sr-cart:hover,
  .sr-offer-cart:hover {
    background: #0f172a;
  }
  .sr-offer-count {
    text-align: left;
  }
  .sr-offers-toggle {
    height: 52px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    color: #2563eb;
  }
}

@media (max-width: 640px) {
  .sr-price-label {
    margin-bottom: 3px;
    text-align: right;
  }
  .sr-product-code {
    font-size: 13px;
  }
  .sr-product-ean {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    font-size: 10px;
  }
  .sr-fit-action {
    font-size: 10px;
  }
  .sr-delivery,
  .sr-availability,
  .sr-stock-note {
    display: block;
    text-align: right;
  }
  .sr-delivery {
    margin-top: 5px;
    font-size: 11px;
  }
  .sr-availability {
    margin-top: 5px;
    font-size: 11px;
  }
  .sr-stock-note {
    margin-top: 3px;
    font-size: 10px;
  }
}

/* Blue is an accent, not the page background language. */
.sr-eyebrow {
  color: #64748b;
}
.sr-header h1 {
  font-size: 28px;
  letter-spacing: -0.6px;
}
.sr-header h1 span {
  color: #172033;
}
.sr-active-filters button {
  padding: 6px 10px;
  border-color: #86efac;
  background: #f0fdf4;
  color: #047857;
  font-size: 11px;
}
.sr-active-filters button:hover {
  border-color: #4ade80;
  background: #dcfce7;
}
.sr-brand {
  color: #334155;
}
.sr-fit-action {
  border-color: #172033;
  background: #172033;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.14);
}
.sr-fit-action:hover {
  border-color: #0f172a;
  background: #0f172a;
}
.sr-more-options,
.sr-more-filters {
  color: #475569;
}
.sr-filters input,
.sr-categories-panel input,
.sr-filter-group label input {
  accent-color: #15803d;
}
@media (min-width: 1121px) {
  .sr-panel-icon {
    background: #f1f5f9;
    color: #475569;
  }
  .sr-filters-head button {
    color: #475569;
  }
  .sr-filters-head button:hover {
    background: #f1f5f9;
  }
  .sr-info h2 {
    font-size: 18px;
  }
  .sr-product-code {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .sr-header h1 {
    font-size: 23px;
  }
  .sr-fit-action {
    border-color: #172033;
    background: #172033;
  }
}
@media (max-width: 640px) {
  .sr-details {
    min-height: 36px;
    margin-top: 10px;
    padding: 0 11px;
  }
}
.sr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e2e8f0;
}
.sr-page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sr-pagination a,
.sr-pagination .is-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.sr-pagination a:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}
.sr-pagination .is-current {
  border-color: #172033;
  background: #172033;
  color: #fff;
}
.sr-page-numbers i {
  padding: 0 2px;
  color: #94a3b8;
  font-style: normal;
}
.sr-pagination .sr-page-arrow {
  gap: 6px;
  min-width: auto;
}
.sr-pagination .is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 640px) {
  .sr-pagination {
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
  }
  .sr-page-numbers {
    gap: 4px;
  }
  .sr-pagination a,
  .sr-pagination .is-current {
    min-width: 34px;
    height: 36px;
    padding: 0 8px;
  }
  .sr-page-arrow span {
    display: none;
  }
}

/* Lighter product hierarchy with one clear compatibility accent. */
.sr-info h2 {
  font-weight: 700;
  letter-spacing: -0.1px;
}
.sr-product-code {
  font-weight: 550;
}
.sr-product-code strong {
  font-weight: 700;
}
.sr-specs dt {
  font-weight: 400;
}
.sr-specs dd {
  font-weight: 600;
}
.sr-price {
  font-weight: 800;
}
.sr-availability {
  font-weight: 650;
}
.sr-stock-note {
  font-weight: 500;
}
.sr-details {
  font-weight: 700;
}
.sr-offers-toggle {
  font-weight: 700;
}
.sr-fit-action {
  border-color: #c56a2d;
  background: #c56a2d;
  color: #fff;
  font-weight: 750;
  box-shadow: 0 3px 9px rgba(151, 76, 31, 0.14);
}
.sr-fit-action:hover {
  border-color: #a95624;
  background: #a95624;
  box-shadow: 0 4px 10px rgba(151, 76, 31, 0.18);
}
.sr-page {
  color: #334155;
}
.sr-header h1,
.sr-info h2 a {
  color: #24324a;
}
.sr-header h1 span {
  color: #334155;
}
.sr-product-code,
.sr-product-code strong {
  color: #3f4d63;
}
.sr-specs dt {
  color: #8994a6;
}
.sr-specs dd {
  color: #3f4d63;
}
.sr-price {
  color: #24324a;
}
.sr-price-label,
.sr-vat,
.sr-delivery,
.sr-stock-note {
  color: #718096;
}
.sr-details {
  color: #3f4d63;
}
.sr-buy {
  color: #334155;
}
@media (min-width: 1121px) {
  .sr-info h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .sr-product-code {
    font-size: 13px;
  }
  .sr-specs dd {
    font-weight: 600;
  }
  .sr-price {
    font-size: 27px;
  }
}

/* Spareza catalogue visual system — shared with the homepage and catalogue hubs. */
.sr-page {
  max-width: 1420px;
  padding: 22px 28px 76px;
  color: #24324a;
}
.sr-breadcrumb {
  margin-bottom: 20px;
  color: #77849a;
  font-size: 14px;
}
.sr-breadcrumb a {
  color: #77849a;
}
.sr-breadcrumb strong {
  color: #44526a;
}
.sr-header {
  align-items: center;
  margin-bottom: 28px;
  padding: 30px 34px;
  border: 1px solid #cddcf5;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f3f7ff 70%, #eaf2ff 100%);
}
.sr-eyebrow {
  margin-bottom: 8px;
  color: #2964e8;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.sr-header h1 {
  color: #111827;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: -1.5px;
}
.sr-header h1 span {
  color: #2964e8;
}
.sr-header p {
  margin-top: 10px;
  color: #59677c;
  font-size: 14px;
}
.sr-vehicle {
  min-width: 300px;
  padding: 14px 16px;
  border-color: #d4dfef;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(32, 55, 91, 0.07);
}
.sr-vehicle-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #edf4ff;
}
.sr-vehicle strong {
  font-size: 14px;
}
.sr-vehicle small {
  font-size: 12px;
}
.sr-summary {
  margin-bottom: 18px;
  padding: 0 2px 14px;
  font-size: 14px;
}
.sr-summary > strong {
  color: #172033;
  font-size: 15px;
}
.sr-results-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}
.sr-sidebar {
  gap: 16px;
}
.sr-categories-panel {
  order: -1;
}
.sr-categories-panel fieldset {
  max-height: 360px;
  overflow-y: auto;
}
.sr-filters,
.sr-categories-panel {
  border-color: #d8e1ed;
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(31, 52, 84, 0.045);
}
.sr-filters-head,
.sr-categories-head {
  min-height: 64px;
  padding: 0 18px;
  background: #fff;
}
.sr-panel-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #edf4ff;
  color: #2964e8;
}
.sr-filters-head strong,
.sr-categories-head strong {
  font-size: 17px;
}
.sr-filters-head button {
  color: #2964e8;
  font-size: 12px;
}
.sr-filters legend {
  color: #5d6c82;
  font-size: 11px;
}
.sr-filters label,
.sr-categories-panel label {
  min-height: 40px;
  padding: 8px 7px;
}
.sr-filters label span,
.sr-categories-panel label span {
  color: #334157;
  font-size: 13px;
  font-weight: 650;
}
.sr-filters input,
.sr-categories-panel input,
.sr-filter-group label input {
  accent-color: #2964e8;
}
.sr-criteria-group summary {
  min-height: 54px;
  color: #435169;
  font-size: 14px;
}
.sr-criteria-group[open] summary {
  background: #f6f9fd;
  color: #172033;
}
.sr-more-options,
.sr-more-filters {
  color: #2964e8;
}
.sr-product {
  border-color: #d8e1ed;
  border-radius: 20px;
  box-shadow: 0 9px 28px rgba(31, 52, 84, 0.055);
}
.sr-product-main {
  grid-template-columns: 210px minmax(300px, 1fr) 260px;
  gap: 24px;
  padding: 22px;
}
.sr-image {
  height: 220px;
  padding: 16px;
  border: 1px solid #e2e8f1;
  border-radius: 15px;
  background: #fff;
}
.sr-brand-logo {
  max-width: 100px;
  height: 30px;
}
.sr-info h2 {
  margin: 2px 0 5px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.35px;
}
.sr-product-code {
  margin: 3px 0 8px;
  color: #44526a;
  font-size: 14px;
}
.sr-fit-action {
  margin-top: 10px;
  border-color: #b8612b;
  background: #b8612b;
  box-shadow: 0 4px 12px rgba(151, 76, 31, 0.14);
}
.sr-fit-action:hover {
  border-color: #9d4f22;
  background: #9d4f22;
}
.sr-fit-no {
  gap: 6px;
  border-color: #fecaca;
  background: #fff1f2;
  color: #b42318;
  cursor: default;
}
.sr-specs {
  gap: 8px 20px;
  margin: 15px 0 10px;
}
.sr-specs div {
  font-size: 12px;
}
.sr-specs dt {
  color: #7d899a;
}
.sr-specs dd {
  color: #334157;
  font-weight: 650;
}
.sr-details {
  min-height: 40px;
  border-color: #ccd6e3;
  border-radius: 10px;
  color: #334157;
}
.sr-buy {
  align-items: stretch;
  padding: 18px;
  border: 0;
  border-radius: 15px;
  background: #f5f8fc;
  text-align: left;
}
.sr-price-label {
  font-size: 12px;
}
.sr-price {
  color: #111827;
  font-size: 31px;
  font-weight: 850;
}
.sr-delivery {
  margin-top: 12px;
  color: #58677c;
  font-size: 12px;
}
.sr-availability {
  margin-top: 8px;
  color: #087b59;
  font-size: 12px;
}
.sr-stock-note {
  color: #68778d;
  font-size: 11px;
}
.sr-purchase {
  margin-top: 16px;
}
.sr-qty {
  height: 44px;
  border-color: #c8d4e3;
  border-radius: 10px;
}
.sr-cart {
  height: 44px;
  border-radius: 10px;
  background: #2964e8;
  color: #fff;
  font-size: 12px;
}
.sr-cart:hover,
.sr-offer-cart:hover {
  background: #1f55cf;
}
.sr-offers-toggle {
  height: 50px;
  background: #fff;
  color: #2964e8;
}
.sr-offers {
  background: #fff;
}
.sr-active-filters button {
  border-color: #b8cdf8;
  background: #edf4ff;
  color: #2459c8;
}
.sr-active-filters button:hover {
  border-color: #8fb0f5;
  background: #e4edff;
}
.sr-help {
  border: 1px solid #cddcf5;
  background: #edf4ff;
  color: #172033;
}
.sr-help span {
  color: #5c6b80;
}
.sr-help a {
  background: #2964e8;
  color: #fff;
}
.sr-pagination .is-current {
  border-color: #2964e8;
  background: #2964e8;
}
.sr-mobile-nav .sr-mobile-car {
  border-color: #2964e8;
  background: #2964e8;
  color: #fff;
}

@media (max-width: 1120px) {
  .sr-results-layout {
    grid-template-columns: 1fr;
  }
  .sr-product-main {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
  }
  .sr-image {
    height: 205px;
  }
  .sr-buy {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 18px;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .sr-page {
    padding: 14px 12px 40px;
  }
  .sr-header {
    align-items: stretch;
    gap: 18px;
    padding: 24px 20px;
    border-radius: 19px;
  }
  .sr-header h1 {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.8px;
  }
  .sr-header p {
    font-size: 13px;
    line-height: 1.5;
  }
  .sr-vehicle {
    min-width: 0;
    padding: 12px;
  }
  .sr-summary {
    margin-top: 18px;
  }
  .sr-product {
    border-radius: 17px;
  }
  .sr-product-main {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
  .sr-image {
    height: 126px;
    padding: 9px;
    border-radius: 12px;
  }
  .sr-brand-logo {
    max-width: 75px;
    height: 23px;
  }
  .sr-info h2 {
    font-size: 17px;
  }
  .sr-specs {
    gap: 5px;
  }
  .sr-buy {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding: 15px;
    border-radius: 13px;
    text-align: right;
  }
  .sr-price {
    font-size: 29px;
  }
  .sr-purchase {
    width: 100%;
  }
  .sr-cart {
    height: 48px;
    font-size: 13px;
  }
  .sr-offers-toggle {
    height: 48px;
  }
}

/* Stable responsive grid: keep every product card inside its container. */
.sr-vat {
  display: none;
}
.sr-cart {
  min-width: 104px;
  padding-right: 8px;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1221px) {
  .sr-results-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 22px;
  }
  .sr-product-main {
    grid-template-columns: 200px minmax(0, 1fr) 260px;
    gap: 22px;
    padding: 20px;
  }
  .sr-image {
    height: 214px;
  }
}

@media (min-width: 921px) and (max-width: 1220px) {
  .sr-page {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }
  .sr-results-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .sr-sidebar {
    display: none;
  }
  .sr-tablet-filter {
    display: flex;
  }
  .sr-product-main {
    grid-template-columns: 190px minmax(0, 1fr) 240px;
    gap: 20px;
    padding: 20px;
  }
  .sr-image {
    height: 205px;
  }
  .sr-buy {
    display: flex;
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
    text-align: left;
  }
  .sr-purchase {
    width: 100%;
    margin-top: 15px;
  }
  .sr-qty {
    grid-template-columns: 30px 36px 30px;
  }
}

@media (min-width: 641px) and (max-width: 920px) {
  .sr-page {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sr-product-main {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }
  .sr-image {
    height: 190px;
  }
  .sr-buy {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "label purchase"
      "price purchase"
      "availability purchase"
      "delivery purchase"
      "stock purchase";
    align-items: center;
    column-gap: 22px;
    padding: 16px 18px;
    text-align: left;
  }
  .sr-price-label {
    grid-area: label;
    margin: 0;
  }
  .sr-price {
    grid-area: price;
    margin-top: 2px;
  }
  .sr-availability {
    grid-area: availability;
    margin-top: 8px;
  }
  .sr-delivery {
    grid-area: delivery;
    margin-top: 4px;
  }
  .sr-stock-note {
    grid-area: stock;
    margin-top: 3px;
  }
  .sr-purchase {
    grid-area: purchase;
    width: auto;
    min-width: 270px;
    margin: 0;
  }
}

@media (min-width: 641px) and (max-width: 760px) {
  .sr-buy {
    grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
    column-gap: 16px;
  }
  .sr-purchase {
    min-width: 250px;
  }
}

@media (max-width: 640px) {
  .sr-buy {
    display: flex;
    grid-column: 1/-1;
    align-items: stretch;
    flex-direction: column;
    text-align: left;
  }
  .sr-price-label {
    margin-bottom: 3px;
    text-align: left;
  }
  .sr-price {
    order: 2;
  }
  .sr-availability {
    display: flex;
    order: 3;
    margin-top: 8px;
    text-align: left;
  }
  .sr-delivery {
    display: block;
    order: 4;
    margin-top: 4px;
    text-align: left;
  }
  .sr-stock-note {
    order: 5;
    margin-top: 3px;
    text-align: left;
  }
  .sr-purchase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 0.9fr);
    gap: 8px;
    order: 6;
    width: 100%;
    margin-top: 13px;
  }
  .sr-qty {
    width: 100%;
    grid-template-columns: 42px minmax(42px, 1fr) 42px;
  }
  .sr-cart {
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    font-size: clamp(10px, 3vw, 13px);
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .sr-purchase {
    grid-template-columns: minmax(0, 1fr) 116px;
  }
  .sr-qty {
    grid-template-columns: 38px minmax(38px, 1fr) 38px;
  }
}

@media (min-width: 641px) {
  .sr-specs {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: min(100%, 520px);
    max-width: 520px;
  }
  .sr-specs div {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 8px;
  }
}
.sr-vehicle-header {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 260px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid #cdddf8;
  border-radius: 22px;
  background: linear-gradient(120deg, #f8fbff, #edf4ff);
}
.sr-vehicle-brandmark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid #d3deef;
  border-radius: 16px;
  background: #fff;
  color: #1f4f9d;
  font-size: 34px;
  font-weight: 850;
}
.sr-vehicle-brandmark img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.sr-vehicle-brandmark span[hidden] {
  display: none;
}
.sr-vehicle-header h1 {
  font-size: 32px;
}
.sr-vehicle-header h1 span {
  color: inherit;
}
.sr-selected-category {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 8px;
}
.sr-selected-category small {
  color: #7c8aa0;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}
.sr-selected-category strong {
  color: #2563eb;
  font-size: 15px;
}
.sr-vehicle-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 15px;
}
.sr-vehicle-facts span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sr-vehicle-facts small {
  color: #7c8aa0;
  font-size: 10px;
}
.sr-vehicle-facts strong {
  color: #334155;
  font-size: 12px;
}
.sr-vehicle-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 14px 16px;
  border: 1px solid #d6e0ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}
.sr-vehicle-actions > a,
.sr-vehicle-actions > button {
  padding: 9px 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
  background: transparent;
  color: #2563eb;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.sr-vehicle-actions .sr-compatible-status {
  padding-bottom: 9px;
  color: #08785a;
  font-size: 11px;
}
.sr-vehicle-actions .sr-back-catalogue {
  margin-top: 7px;
  padding: 11px 13px;
  border: 0;
  border-radius: 9px;
  background: #4b74b5;
  color: #fff;
  text-align: center;
  box-shadow: 0 5px 14px rgba(75, 116, 181, 0.18);
}
.sr-vehicle-actions .sr-back-catalogue:hover {
  background: #3e639b;
}
.sr-search-vehicle-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 8px;
  min-width: 285px;
}
.sr-search-vehicle-actions .sr-vehicle {
  min-width: 0;
  width: 100%;
}
.sr-open-selected-catalogue {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #d49062;
  border-radius: 11px;
  background: #fff8f3;
  color: #a64f1d;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.sr-open-selected-catalogue:hover {
  border-color: #b8612b;
  background: #fff1e7;
}
.sr-help-category {
  margin-top: 56px;
  box-shadow: 0 10px 28px rgba(31, 49, 76, 0.05);
}
.sr-filter-overlay {
  position: fixed;
  inset: 0;
  z-index: 850;
  background: rgba(15, 23, 42, 0.5);
}
.sr-filter-overlay.open {
  display: block;
}
.sr-filter-overlay .sr-filter-drawer {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(420px, 92vw);
  max-height: none;
  overflow-y: auto;
  padding: 24px;
  background: #fff;
  box-shadow: -16px 0 42px rgba(15, 23, 42, 0.18);
}
.sr-filter-overlay .sr-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.sr-filter-overlay .sr-filter-head strong {
  color: #172033;
  font-size: 19px;
}
.sr-filter-overlay .sr-filter-head button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #f1f5f9;
  color: #334155;
  font: inherit;
  font-size: 22px;
  cursor: pointer;
}
.sr-filter-overlay .sr-filter-group {
  margin-bottom: 20px;
}
.sr-filter-overlay .sr-filter-group > span {
  display: block;
  margin-bottom: 9px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sr-filter-overlay .sr-filter-group > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.sr-filter-overlay .sr-filter-group label {
  box-sizing: border-box;
  min-height: 48px;
  padding: 9px 11px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
}
.sr-filter-overlay .sr-filter-done {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: #2964e8;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 -8px 20px rgba(255, 255, 255, 0.95);
}
@media (max-width: 640px) {
  .sr-filter-overlay .sr-filter-drawer {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 82vh;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -10px 32px rgba(15, 23, 42, 0.2);
  }
  .sr-filter-overlay .sr-filter-head {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  .sr-filter-overlay .sr-filter-head strong {
    font-size: 16px;
  }
}

/* Let the results page own desktop scrolling. A separate scroll container in
   the sidebar traps the mouse wheel and makes the filter feel stuck. */
@media (min-width: 1221px) {
  .sr-sidebar {
    position: static;
    top: auto;
    max-height: none;
    padding-right: 0;
    overflow: visible;
    overscroll-behavior: auto;
  }
  .sr-categories-panel fieldset {
    max-height: min(36vh, 360px);
  }
  .sr-filters {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 920px) {
  .sr-vehicle-header {
    grid-template-columns: 80px minmax(0, 1fr);
  }
  .sr-vehicle-actions {
    grid-column: 1/-1;
    width: 100%;
  }
  .sr-search-vehicle-actions {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 640px) {
  .sr-vehicle-header {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 13px;
    padding: 17px 15px;
  }
  .sr-vehicle-brandmark {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    font-size: 24px;
  }
  .sr-vehicle-brandmark img {
    width: 40px;
    height: 40px;
  }
  .sr-vehicle-header h1 {
    font-size: 22px;
  }
  .sr-vehicle-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    margin-top: 12px;
  }
  .sr-vehicle-actions {
    padding: 10px 12px;
  }
  .sr-vehicle-actions > a,
  .sr-vehicle-actions > button {
    padding: 8px 0;
  }
  .sr-help-category {
    margin-top: 36px;
  }
}

/* Calm, consistent sidebar typography. Keep emphasis for hierarchy without
   making every filter option look like a heading. */
.sr-filters-head strong,
.sr-categories-head strong {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.sr-categories-head button {
  margin-left: auto;
  padding: 6px 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #2964e8;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.sr-categories-head button:hover {
  background: #edf4ff;
}
.sr-drawer-clear {
  display: flex !important;
  justify-content: flex-end;
  margin: -2px 0 6px;
}
.sr-drawer-clear button {
  padding: 6px 8px;
  border: 0;
  border-radius: 7px;
  background: #edf4ff;
  color: #2964e8;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.sr-filters-head button {
  font-size: 12px;
  font-weight: 600;
}
.sr-filters legend {
  color: #64748b;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.sr-filters label span,
.sr-categories-panel label span,
.sr-brand-option b {
  font-size: 13px;
  font-weight: 500;
}
.sr-filters label small,
.sr-categories-panel label small {
  font-size: 11px;
  font-weight: 400;
}
.sr-criteria-group summary {
  font-size: 13px;
  font-weight: 600;
}
.sr-tablet-filter,
.sr-tablet-filter b,
.sr-mobile-nav strong {
  font-weight: 600;
}
.sr-filter-overlay .sr-filter-head strong {
  font-size: 17px;
  font-weight: 650;
}
.sr-filter-overlay .sr-filter-group > span {
  font-size: 11px;
  font-weight: 650;
}
.sr-filter-overlay .sr-filter-group label,
.sr-filter-overlay .sr-brand-option b {
  font-size: 13px;
  font-weight: 500;
}

/* Final readability pass: avoid the condensed, black-label appearance. */
.sr-filters-head strong,
.sr-categories-head strong,
.sr-filter-overlay .sr-filter-head strong {
  color: #26344a;
  font-weight: 600 !important;
  line-height: 1.3;
  letter-spacing: 0.005em;
}
.sr-filters legend,
.sr-filter-overlay .sr-filter-group > span {
  color: #657389;
  font-weight: 600 !important;
  line-height: 1.45;
  letter-spacing: 0.065em;
}
.sr-filters label span,
.sr-categories-panel label span,
.sr-brand-option b,
.sr-filter-overlay .sr-filter-group label,
.sr-filter-overlay .sr-brand-option b {
  color: #3f4d63;
  font-weight: 450 !important;
  line-height: 1.45;
  letter-spacing: 0.012em;
}
.sr-filters label,
.sr-categories-panel label {
  min-height: 42px;
}
.sr-criteria-group summary {
  color: #46556c;
  font-weight: 550 !important;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

/* Vehicle category exists, but Spareza has no active offers. */
.sr-vehicle-empty {
  overflow: hidden;
  border: 1px solid #cddcf5;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(31, 52, 84, 0.07);
}
.sr-vehicle-empty-main {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 24px;
  padding: 38px 42px 34px;
  background: linear-gradient(135deg, #fff 0%, #f7faff 65%, #edf4ff 100%);
}
.sr-vehicle-empty-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid #c9dafe;
  border-radius: 22px;
  background: #fff;
  color: #2964e8;
  box-shadow: 0 8px 24px rgba(41, 100, 232, 0.1);
}
.sr-vehicle-empty-icon svg {
  width: 44px;
  height: 44px;
}
.sr-vehicle-empty-copy {
  max-width: 900px;
}
.sr-vehicle-empty-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #087b59;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.sr-vehicle-empty-label::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #24b47e;
  content: "";
}
.sr-vehicle-header h1 {
  font-weight: 600;
}
.sr-vehicle-empty h2 {
  margin: 0;
  color: #111827;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.7px;
}
.sr-vehicle-empty-copy > p {
  max-width: 790px;
  margin: 12px 0 0;
  color: #56657b;
  font-size: 15px;
  line-height: 1.6;
}
.sr-vehicle-empty-copy > p strong {
  color: #24324a;
  font-weight: 700;
}
.sr-vehicle-empty-copy .sr-vehicle-empty-note {
  margin-top: 8px;
  color: #334157;
}
.sr-vehicle-empty-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.sr-vehicle-empty-actions a,
.sr-vehicle-empty-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 17px;
  border-radius: 11px;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.sr-vehicle-empty-primary {
  gap: 12px;
  border: 1px solid #2964e8;
  background: #2964e8;
  color: #fff;
  box-shadow: 0 7px 18px rgba(41, 100, 232, 0.2);
}
.sr-vehicle-empty-primary:hover {
  border-color: #1f55cf;
  background: #1f55cf;
  color: #fff;
}
.sr-vehicle-empty-secondary {
  border: 1px solid #c8d5e6;
  background: #fff;
  color: #334157;
}
.sr-vehicle-empty-secondary:hover {
  border-color: #9db3d2;
  background: #f8fafc;
  color: #172033;
}
.sr-vehicle-empty-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce5f1;
  background: #fff;
}
.sr-vehicle-empty-options article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-height: 116px;
  padding: 24px 26px;
}
.sr-vehicle-empty-options article + article {
  border-left: 1px solid #e1e8f1;
}
.sr-vehicle-empty-step {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #edf4ff;
  color: #2964e8;
  font-size: 12px;
  font-weight: 800;
}
.sr-vehicle-empty-options strong {
  display: block;
  margin: 1px 0 5px;
  color: #24324a;
  font-size: 14px;
  font-weight: 750;
}
.sr-vehicle-empty-options p {
  margin: 0;
  color: #718096;
  font-size: 12px;
  line-height: 1.55;
}
@media (max-width: 820px) {
  .sr-vehicle-empty-main {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding: 30px 26px;
  }
  .sr-vehicle-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
  .sr-vehicle-empty-icon svg {
    width: 34px;
    height: 34px;
  }
  .sr-vehicle-empty h2 {
    font-size: 25px;
  }
  .sr-vehicle-empty-options {
    grid-template-columns: 1fr;
  }
  .sr-vehicle-empty-options article {
    min-height: 0;
    padding: 19px 24px;
  }
  .sr-vehicle-empty-options article + article {
    border-top: 1px solid #e1e8f1;
    border-left: 0;
  }
}
@media (max-width: 560px) {
  .sr-vehicle-empty {
    border-radius: 19px;
  }
  .sr-vehicle-empty-main {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .sr-vehicle-empty-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }
  .sr-vehicle-empty-icon svg {
    width: 30px;
    height: 30px;
  }
  .sr-vehicle-empty-label {
    font-size: 10px;
  }
  .sr-vehicle-empty h2 {
    font-size: 23px;
    letter-spacing: -0.4px;
  }
  .sr-vehicle-empty-copy > p {
    font-size: 13px;
  }
  .sr-vehicle-empty-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .sr-vehicle-empty-actions a,
  .sr-vehicle-empty-actions button {
    width: 100%;
  }
  .sr-vehicle-empty-options article {
    padding: 17px 19px;
  }
}

.sr-brand-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}
.sr-brand-header-logo {
  width: 128px;
  height: 92px;
  padding: 18px;
  border: 1px solid #d9e2ef;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sr-brand-header-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sr-brand-header > div:nth-child(2) > p:first-of-type {
  max-width: 850px;
  margin-bottom: 8px;
}
@media (max-width: 720px) {
  .sr-brand-header {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .sr-brand-header-logo {
    width: 72px;
    height: 64px;
    padding: 10px;
    border-radius: 14px;
  }
  .sr-brand-header .sr-vehicle {
    grid-column: 1/-1;
  }
}

/* Categories are useful at the top, then collapse to give filters priority. */
@media (min-width: 1221px) {
  .sr-categories-panel.is-auto-collapsed fieldset,
  .sr-categories-panel.is-collapsed fieldset,
  .sr-categories-panel.is-auto-collapsed .sr-categories-all-link,
  .sr-categories-panel.is-collapsed .sr-categories-all-link {
    display: none;
  }
  .sr-categories-panel.is-auto-collapsed,
  .sr-categories-panel.is-collapsed {
    flex: 0 0 auto;
  }
  .sr-categories-head {
    display: flex;
  }
  .sr-categories-head .sr-categories-toggle {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #26344a;
    text-align: left;
  }
  .sr-categories-head .sr-categories-toggle:hover {
    background: transparent;
    color: #1d4ed8;
  }
  .sr-categories-chevron {
    margin-left: auto;
    color: #8290a5;
    font-size: 15px;
    transition: transform 0.18s ease;
  }
.sr-categories-panel.is-auto-collapsed .sr-categories-chevron,
.sr-categories-panel.is-collapsed .sr-categories-chevron {
    transform: rotate(180deg);
  }
  .sr-categories-head .sr-categories-clear {
    flex: 0 0 auto;
    margin-left: 8px;
  }
}

/* One desktop sidebar, not two unrelated floating cards. */
@media (min-width: 1221px) {
  .sr-sidebar {
    gap: 0;
    overflow: visible;
    border: 1px solid #d8e1ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(31, 52, 84, 0.055);
  }
  .sr-sidebar {
    overflow-y: visible;
  }
  .sr-sidebar > .sr-categories-panel,
  .sr-sidebar > .sr-filters {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .sr-sidebar > .sr-categories-panel {
    border-bottom: 1px solid #e2e8f0;
  }
  .sr-sidebar > .sr-filters-head {
    border-radius: 0;
  }
}

/* Keep the search-results title aligned with the storefront heading scale. */

.sr-oem-reference {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.6fr);
  gap: 32px;
  margin: 0 0 24px;
  padding: 28px 32px;
  border: 1px solid var(--line, #d8e1ee);
  border-radius: 22px;
  background: #fff;
}

.sr-oem-reference h2 {
  margin: 6px 0 8px;
  font-size: 30px;
  color: var(--ink, #172033);
}

.sr-oem-reference p {
  margin: 0;
  color: var(--muted, #66758e);
  line-height: 1.55;
}

.sr-oem-reference-list {
  display: grid;
  gap: 0;
}

.sr-oem-reference-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line, #e1e7f0);
}

.sr-oem-reference-list div:last-child {
  border-bottom: 0;
}

.sr-oem-reference-list strong {
  color: var(--ink, #172033);
}

.sr-oem-reference-list span {
  color: var(--muted, #66758e);
}

@media (max-width: 760px) {
  .sr-oem-reference {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .sr-oem-reference-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.sr-page .sr-header h1 {
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.75px;
}

/* Empty brand results use the same primary action style as the storefront. */
.sr-empty > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 15px;
  border-radius: 10px;
  background: #2a66eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.sr-empty > a:hover {
  background: #2058d2;
  color: #fff;
}

/* Brand catalogues use the same 1440px storefront container as information pages. */
.sr-page.sr-brand-page {
  box-sizing: border-box;
  width: min(1440px, calc(100% - 48px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.sr-image .sr-no-image {
  max-width: 120px;
  color: #8994a6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.sr-page {
  box-sizing: border-box;
  width: min(1440px, calc(100% - 48px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 700px) {
  .sr-page.sr-brand-page {
    width: calc(100% - 24px);
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .sr-page {
    width: calc(100% - 24px);
    padding-right: 0;
    padding-left: 0;
  }
}
.category-vehicle-seo {
  box-sizing: border-box;
  width: 100%;
  margin: 32px 0 0;
  padding: 28px 30px;
  border: 1px solid #d8e1ed;
  border-radius: 20px;
  background: #fff;
}
.category-vehicle-seo h2 {
  margin: 0;
  color: #172033;
  font-size: var(--site-h2);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.018em;
}
.category-vehicle-seo p {
  max-width: 1180px;
  margin: 12px 0 0;
  color: #526178;
  font-size: var(--site-copy);
  font-weight: 400;
  line-height: var(--site-copy-line);
}
@media (max-width: 700px) {
  .category-vehicle-seo {
    margin-top: 24px;
    padding: 21px 17px;
    border-radius: 17px;
  }
}

/* Vehicle result pages keep the exact catalogue branch in the category panel. */
.sr-vehicle-category-nav legend {
  width: 100%;
  padding: 4px 2px 9px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}
.sr-vehicle-category-nav,
.sr-vehicle-category-group {
  display: grid;
  gap: 3px;
}
.sr-vehicle-category-group + .sr-vehicle-category-group {
  margin-top: 3px;
}
.sr-categories-panel .sr-vehicle-category-row.is-active,
.sr-filter-overlay .sr-vehicle-category-row.is-active {
  background: #eaf2ff;
  color: #175fd5;
}
.sr-categories-panel .sr-vehicle-category-row.is-active span,
.sr-filter-overlay .sr-vehicle-category-row.is-active span {
  color: #175fd5;
  font-weight: 800;
}
.sr-categories-panel .sr-vehicle-category-position,
.sr-filter-overlay .sr-vehicle-category-position {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid #dbe7f7;
  border-radius: 0 9px 9px 0;
}
.sr-categories-panel .sr-vehicle-category-row:not(.sr-vehicle-category-position),
.sr-filter-overlay .sr-vehicle-category-row:not(.sr-vehicle-category-position) {
  padding-left: 13px;
  font-weight: 700;
}
.sr-categories-panel .sr-vehicle-category-row,
.sr-filter-overlay .sr-vehicle-category-row {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 8px;
  min-height: 40px;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  border-radius: 9px;
  color: #3f4d63;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}
.sr-categories-panel .sr-vehicle-category-row:hover,
.sr-filter-overlay .sr-vehicle-category-row:hover {
  background: #f1f5f9;
  color: #175fd5;
}
.sr-categories-panel .sr-vehicle-category-row .sr-category-label,
.sr-filter-overlay .sr-vehicle-category-row .sr-category-label {
  min-width: 0;
  overflow-wrap: anywhere;
}
.sr-categories-panel .sr-category-link-icon,
.sr-filter-overlay .sr-category-link-icon {
  color: #7890ad;
  font-weight: 800;
  text-align: center;
}
.sr-categories-panel .sr-vehicle-category-row.is-active .sr-category-link-icon,
.sr-filter-overlay .sr-vehicle-category-row.is-active .sr-category-link-icon {
  color: #175fd5;
}
.sr-categories-all-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  margin: 10px 14px 0;
  padding: 8px 11px;
  border-radius: 9px;
  background: #f3f7fc;
  color: #2563eb;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}
.sr-categories-all-link:hover {
  background: #eaf2ff;
  color: #174fb8;
}
.sr-categories-head .sr-categories-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 8px;
  border-radius: 8px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.sr-categories-head .sr-categories-clear:hover {
  background: #edf4ff;
}

@media (min-width: 1221px) {
  .sr-categories-head {
    gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .sr-categories-head .sr-categories-toggle {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 12px;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  .sr-categories-toggle .sr-panel-icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .sr-categories-head .sr-categories-toggle strong {
    min-width: 0;
    font-size: 15px !important;
    white-space: nowrap;
  }
  .sr-categories-chevron {
    margin-left: 0;
  }
  .sr-categories-head .sr-categories-clear {
    flex: 0 0 auto;
    margin-left: 0;
    padding: 5px 4px;
    font-size: 11px !important;
    white-space: nowrap;
  }
}

/* The global control scale is 14px, but this compact vehicle action card was
   designed with 12px links. Keep its button on the same local scale. */
.sr-page .sr-vehicle-actions > button {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

/* Category and filter names must stay readable. Let long names wrap instead
   of replacing their ending with an ellipsis. */
.sr-filters label > span:not(.sr-brand-option),
.sr-categories-panel label > span,
.sr-filter-overlay .sr-filter-group label > span,
.sr-brand-option b {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}
.sr-filters label > span:not(.sr-brand-option),
.sr-categories-panel label > span,
.sr-filter-overlay .sr-filter-group label > span {
  line-height: 1.35;
}
