.aal-qs-shop {
  --aal-red: #d71920;
  --aal-red-dark: #a80f14;
  --aal-ink: #191b1d;
  --aal-muted: #62676c;
  --aal-border: #dedfdf;
  --aal-soft: #f6f6f4;
  color: var(--aal-ink);
  margin: 0 auto;
  max-width: 1440px;
  padding: 32px 28px 72px;
}

.aal-qs-shop h1,
.aal-qs-shop h2,
.aal-qs-shop h3 { color: var(--aal-ink); letter-spacing: -.025em; }
.aal-qs-shop h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .98; margin: .35rem 0 1rem; }
.aal-qs-shop h2 { font-size: clamp(1.65rem, 3vw, 2.4rem); margin: .25rem 0 0; }
.aal-qs-shop a { text-decoration: none; }

.aal-qs-shop__hero {
  align-items: stretch;
  background: linear-gradient(135deg, #fff 0%, #f5f5f2 100%);
  border: 1px solid var(--aal-border);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  overflow: hidden;
}
.aal-qs-shop__hero-copy { padding: clamp(32px, 5vw, 68px); }
.aal-qs-shop__hero-copy > p { color: var(--aal-muted); font-size: 1.08rem; line-height: 1.65; margin: 0; max-width: 780px; }
.aal-qs-shop__eyebrow,
.aal-qs-shop__control-label {
  color: var(--aal-red);
  display: block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.aal-qs-shop__proof { background: var(--aal-ink); color: #fff; display: grid; padding: 20px 28px; }
.aal-qs-shop__proof div { border-bottom: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; padding: 18px 0; }
.aal-qs-shop__proof div:last-child { border-bottom: 0; }
.aal-qs-shop__proof strong { color: #fff; font-size: 1rem; }
.aal-qs-shop__proof span { color: rgba(255,255,255,.7); font-size: .9rem; margin-top: 3px; }

.aal-qs-shop__controls {
  align-items: center;
  background: #fff;
  border: 1px solid var(--aal-border);
  border-left: 4px solid var(--aal-red);
  border-radius: 6px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  margin: 24px 0;
  padding: 22px 24px;
}
.aal-qs-shop__control-copy strong { display: block; font-size: 1rem; margin-top: 6px; }
.aal-qs-shop__filters { align-items: end; display: grid; gap: 10px; grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) auto auto; margin: 0; }
.aal-qs-shop__filters label { margin: 0; }
.aal-qs-shop__filters label > span { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .06em; margin: 0 0 5px; text-transform: uppercase; }
.aal-qs-shop__filters select { background-color: #fff; border: 1px solid #bfc2c3; border-radius: 4px; height: 44px; margin: 0; width: 100%; }
.aal-qs-shop__filters select:focus { border-color: var(--aal-red); box-shadow: 0 0 0 2px rgba(215,25,32,.14); }
.aal-qs-shop__filters select:disabled { background-color: #f0f0ee; color: #8b8e90; cursor: not-allowed; opacity: .68; }
.aal-qs-shop__filters button,
.aal-qs-shop__cta {
  align-items: center;
  background: var(--aal-red);
  border: 1px solid var(--aal-red);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
}
.aal-qs-shop__filters button { margin: 0; }
.aal-qs-shop__filters button:hover,
.aal-qs-shop__cta:hover { background: var(--aal-red-dark); border-color: var(--aal-red-dark); color: #fff; }
.aal-qs-shop__clear { align-items: center; color: var(--aal-muted); display: inline-flex; font-size: .9rem; height: 44px; }

.aal-qs-shop__tabs { border-bottom: 1px solid var(--aal-border); display: flex; gap: 28px; margin-top: 34px; }
.aal-qs-shop .aal-qs-shop__tabs a { border-bottom: 3px solid transparent; color: var(--aal-muted); font-weight: 700; margin-bottom: -1px; padding: 14px 0; text-decoration: none !important; }
.aal-qs-shop__tabs a.is-active { border-bottom-color: var(--aal-red); color: var(--aal-ink); }
.aal-qs-shop__tabs span { background: #ececea; border-radius: 999px; display: inline-block; font-size: .76rem; margin-left: 6px; min-width: 25px; padding: 3px 7px; text-align: center; }

.aal-qs-shop__results-head { align-items: end; display: flex; justify-content: space-between; margin: 36px 0 18px; }
.aal-qs-shop__results-head > p { color: var(--aal-muted); margin: 0; }
.aal-qs-shop__grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.aal-qs-shop__card { background: #fff; border: 1px solid var(--aal-border); border-radius: 6px; display: flex; flex-direction: column; overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.aal-qs-shop__card:hover { border-color: #b8babb; transform: translateY(-2px); }
.aal-qs-shop__thumb { aspect-ratio: 1/1; background: var(--aal-soft); display: block; overflow: hidden; position: relative; }
.aal-qs-shop__thumb img { height: 100%; object-fit: cover; transition: transform .3s ease; width: 100%; }
.aal-qs-shop__card:hover .aal-qs-shop__thumb img { transform: scale(1.025); }
.aal-qs-shop__badge { border-radius: 999px; bottom: 12px; color: #fff; font-size: .72rem; font-weight: 800; left: 12px; letter-spacing: .05em; padding: 7px 10px; position: absolute; text-transform: uppercase; }
.aal-qs-shop__badge--ready { background: var(--aal-red); }
.aal-qs-shop__badge--production { background: var(--aal-ink); }
.aal-qs-shop__card-body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.aal-qs-shop__fitment { color: var(--aal-red); font-size: .72rem; font-weight: 700; letter-spacing: .03em; margin: 0 0 7px; min-height: 1em; text-transform: uppercase; }
.aal-qs-shop__card h3 { font-size: 1.02rem; line-height: 1.35; margin: 0 0 8px; }
.aal-qs-shop__card h3 a { color: var(--aal-ink); }
.aal-qs-shop__price { font-weight: 700; margin-bottom: 10px; }
.aal-qs-shop__card-status { color: var(--aal-muted); font-size: .88rem; line-height: 1.5; margin: 0 0 16px; }
.aal-qs-shop__cta { margin-top: auto; width: 100%; }
.aal-qs-shop__empty { background: var(--aal-soft); border: 1px solid var(--aal-border); border-radius: 6px; padding: 42px; text-align: center; }
.aal-qs-shop__empty h3 { margin-top: 0; }
.aal-qs-shop__empty p { color: var(--aal-muted); margin-bottom: 0; }
.aal-qs-shop__pagination { display: flex; gap: 6px; justify-content: center; margin-top: 34px; }
.aal-qs-shop__pagination .page-numbers { align-items: center; border: 1px solid var(--aal-border); border-radius: 4px; color: var(--aal-ink); display: inline-flex; justify-content: center; min-height: 42px; min-width: 42px; padding: 8px 12px; }
.aal-qs-shop__pagination .current { background: var(--aal-ink); border-color: var(--aal-ink); color: #fff; }

@media (max-width: 1100px) {
  .aal-qs-shop__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aal-qs-shop__controls { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .aal-qs-shop { padding: 18px 14px 54px; }
  .aal-qs-shop__hero { grid-template-columns: 1fr; }
  .aal-qs-shop__hero-copy { padding: 26px 22px; }
  .aal-qs-shop__hero-copy > p { font-size: .98rem; line-height: 1.55; }
  .aal-qs-shop__proof { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0 12px; }
  .aal-qs-shop__proof div { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.18); padding: 14px 9px; }
  .aal-qs-shop__proof div:last-child { border-right: 0; }
  .aal-qs-shop__proof strong { font-size: .78rem; line-height: 1.3; }
  .aal-qs-shop__proof span { display: none; }
  .aal-qs-shop__controls { padding: 18px; }
  .aal-qs-shop__filters { grid-template-columns: 1fr; }
  .aal-qs-shop__filters button { width: 100%; }
  .aal-qs-shop__clear { justify-content: center; }
  .aal-qs-shop__tabs { gap: 18px; overflow-x: auto; }
  .aal-qs-shop__tabs a { white-space: nowrap; }
  .aal-qs-shop__results-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .aal-qs-shop__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
  .aal-qs-shop__grid { grid-template-columns: 1fr; }
}
