.hv-archive {
  --hv-bg: #080808;
  --hv-panel: #0c0c0c;
  --hv-card: #101010;
  --hv-line: #242424;
  --hv-line-soft: #1a1a1a;
  --hv-text: #f4f4f2;
  --hv-muted: #8e8e8b;
  --hv-red: #ef252d;
  --hv-red-dark: #a70e16;
  --hv-white: #f7f7f5;
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background:
    radial-gradient(circle at 68% 5%, rgba(105, 5, 10, 0.09), transparent 25%),
    var(--hv-bg);
  color: var(--hv-text);
  direction: ltr;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.hv-archive *,
.hv-archive *::before,
.hv-archive *::after {
  box-sizing: border-box;
}

.hv-archive a {
  color: inherit;
  text-decoration: none;
}

.hv-archive button,
.hv-archive input,
.hv-archive select {
  font: inherit;
}

.hv-archive button {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

.hv-archive svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hv-archive .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.hv-hero {
  position: relative;
  min-height: clamp(570px, 51vw, 790px);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background-color: #050505;
  background-image: var(--hv-hero-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}

.hv-hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.97) 0%, rgba(2, 2, 2, 0.82) 26%, rgba(2, 2, 2, 0.18) 57%, rgba(2, 2, 2, 0.05) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 35%);
}

.hv-hero-inner {
  width: min(100% - 48px, 1500px);
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hv-hero-copy {
  width: min(460px, 45vw);
  margin-left: clamp(76px, 8vw, 136px);
  padding: 80px 0 58px;
}

.hv-eyebrow {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 27px;
  color: var(--hv-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.hv-eyebrow i {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, var(--hv-red), transparent);
}

.hv-hero h1 {
  max-width: 430px;
  margin: 0;
  color: #f0f0ee;
  font-size: clamp(36px, 3.45vw, 62px);
  font-weight: 250;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hv-hero h1 span {
  display: block;
}

.hv-hero-copy > p {
  max-width: 340px;
  margin: 30px 0 0;
  color: #a8a8a4;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.75;
}

.hv-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 240px;
  margin-top: 32px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(239, 37, 45, 0.75);
  color: #f2f2f0;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.hv-hero-cta svg {
  margin-left: auto;
  color: var(--hv-red);
  transition: transform 180ms ease;
}

.hv-hero-cta:hover {
  color: var(--hv-red);
  border-color: var(--hv-red);
}

.hv-hero-cta:hover svg {
  transform: translateX(4px);
}

.hv-hero-rail {
  position: absolute;
  top: 72px;
  bottom: 70px;
  left: clamp(28px, 3.25vw, 60px);
  width: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hv-rail-dot {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  border: 1px solid var(--hv-red);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.45);
}

.hv-rail-line {
  width: 1px;
  height: 185px;
  margin-top: 15px;
  background: linear-gradient(#777, rgba(119, 119, 119, 0.08));
}

.hv-rail-name {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hv-catalog-shell {
  position: relative;
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
  padding: 48px 0 70px;
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 50px;
}

.hv-filters {
  position: sticky;
  top: 24px;
  align-self: start;
  min-height: 760px;
  border: 1px solid var(--hv-line);
  background: rgba(11, 11, 11, 0.88);
  backdrop-filter: blur(10px);
}

.hv-filter-head {
  height: 70px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--hv-line);
}

.hv-filter-head strong,
.hv-filter-group summary,
.hv-toolbar,
.hv-sort select {
  text-transform: uppercase;
}

.hv-filter-head strong {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.hv-clear-filters {
  position: relative;
  color: #777;
  font-size: 9px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.hv-clear-filters::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

.hv-clear-filters:hover {
  color: var(--hv-red);
}

.hv-clear-filters:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hv-filter-form {
  padding: 0 24px 24px;
}

.hv-filter-group {
  padding: 24px 0 21px;
  border-bottom: 1px solid var(--hv-line-soft);
}

.hv-filter-group:last-child {
  border-bottom: 0;
}

.hv-filter-group summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ededeb;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.hv-filter-group summary::-webkit-details-marker {
  display: none;
}

.hv-filter-group summary i,
.hv-filter-group summary i::after {
  width: 11px;
  height: 1px;
  display: block;
  background: #b6b6b3;
  transition: transform 180ms ease;
}

.hv-filter-group summary i::after {
  content: "";
  transform: rotate(90deg);
}

.hv-filter-group[open] summary i::after {
  transform: rotate(0deg);
}

.hv-filter-options {
  padding-top: 19px;
  display: grid;
  gap: 12px;
}

.hv-filter-row,
.hv-check-row {
  min-width: 0;
  display: grid;
  align-items: center;
  color: #8f8f8c;
  font-size: 11px;
  cursor: pointer;
  transition: color 150ms ease;
}

.hv-filter-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.hv-filter-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hv-filter-row small,
.hv-check-row small {
  color: #777;
  font-size: 10px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.hv-filter-row:hover,
.hv-filter-row.is-active,
.hv-filter-row:has(input:checked) {
  color: var(--hv-red);
}

.hv-check-row {
  grid-template-columns: 15px minmax(0, 1fr) auto;
  gap: 9px;
}

.hv-check-row input {
  position: absolute;
  opacity: 0;
}

.hv-check-row > i {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #757572;
  transition: border-color 150ms ease, background 150ms ease;
}

.hv-check-row > i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0.6);
  transition: opacity 150ms ease, transform 150ms ease;
}

.hv-check-row input:checked + i {
  border-color: var(--hv-red);
  background: var(--hv-red);
}

.hv-check-row input:checked + i::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.hv-check-row:hover {
  color: #d8d8d4;
}

.hv-color-options {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hv-color-swatch {
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.hv-color-swatch input {
  position: absolute;
  opacity: 0;
}

.hv-color-swatch i {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: var(--hv-swatch);
  box-shadow: 0 0 0 2px var(--hv-bg), 0 0 0 3px transparent;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.hv-color-swatch:hover i {
  transform: scale(1.08);
}

.hv-color-swatch input:checked + i {
  box-shadow: 0 0 0 2px var(--hv-bg), 0 0 0 3px var(--hv-red);
}

.hv-results-column {
  min-width: 0;
}

.hv-toolbar {
  min-height: 54px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  scroll-margin-top: 28px;
}

.hv-product-count {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.hv-product-count strong {
  margin-right: 6px;
  color: var(--hv-red);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.hv-product-count span {
  color: #b6b6b2;
}

.hv-view-switcher {
  display: flex;
  align-items: center;
  gap: 17px;
}

.hv-view-switcher button {
  position: relative;
  width: 25px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #747471;
  transition: color 150ms ease;
}

.hv-view-switcher button::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 1px;
  height: 1px;
  background: var(--hv-red);
  opacity: 0;
  transform: scaleX(0.25);
  transition: opacity 150ms ease, transform 150ms ease;
}

.hv-view-switcher button:hover,
.hv-view-switcher button.is-active {
  color: var(--hv-red);
}

.hv-view-switcher button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.hv-view-switcher svg {
  width: 17px;
  height: 17px;
}

.hv-sort {
  position: relative;
  min-width: 190px;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b1b1ad;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.hv-sort select {
  width: 118px;
  height: 42px;
  padding: 0 34px 0 13px;
  border: 1px solid var(--hv-line);
  border-radius: 0;
  outline: 0;
  color: #d8d8d4;
  background: #0c0c0c;
  font-size: 9px;
  font-weight: 550;
  letter-spacing: 0.08em;
  appearance: none;
  cursor: pointer;
}

.hv-sort svg {
  position: absolute;
  right: 11px;
  width: 14px;
  color: var(--hv-red);
  pointer-events: none;
}

.hv-results {
  position: relative;
  min-height: 420px;
  transition: opacity 160ms ease;
}

.hv-results::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  background: rgba(8, 8, 8, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
  backdrop-filter: blur(1px);
}

.hv-results::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 150px;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--hv-red);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: hv-spin 650ms linear infinite;
}

.hv-results.is-loading::before,
.hv-results.is-loading::after {
  opacity: 1;
}

@keyframes hv-spin {
  to { transform: rotate(360deg); }
}

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

.hv-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hv-line);
  background: var(--hv-card);
  transition: border-color 190ms ease, transform 190ms ease;
}

.hv-product-card:hover {
  border-color: #3d3d3d;
  transform: translateY(-2px);
}

.hv-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1.29 / 1;
  overflow: hidden;
  background: var(--hv-white);
}

.hv-product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.025));
  pointer-events: none;
}

.hv-product-media img,
.hv-product-image {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transform: scale(0.9);
  transition: transform 300ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.hv-product-card:hover .hv-product-media img {
  transform: scale(0.95);
}

.hv-product-meta {
  min-height: 104px;
  padding: 16px 15px 15px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.hv-product-copy {
  min-width: 0;
  flex: 1;
}

.hv-product-sku {
  min-height: 15px;
  display: block;
  overflow: hidden;
  color: var(--hv-red);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hv-product-copy h2 {
  margin: 4px 0 0;
  overflow: hidden;
  color: #f0f0ed;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hv-product-copy h2 a {
  transition: color 150ms ease;
}

.hv-product-copy h2 a:hover {
  color: var(--hv-red);
}

.hv-product-copy p {
  margin: 6px 0 0;
  overflow: hidden;
  color: #858582;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hv-product-open {
  width: 27px;
  height: 31px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--hv-red);
  transition: color 150ms ease, transform 150ms ease;
}

.hv-product-open svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.2;
}

.hv-product-open:hover {
  color: #fff;
  transform: rotate(90deg);
}

.hv-products--list {
  grid-template-columns: 1fr;
  gap: 12px;
}

.hv-products--list .hv-product-card {
  display: grid;
  grid-template-columns: minmax(230px, 34%) 1fr;
}

.hv-products--list .hv-product-media {
  aspect-ratio: 1.6 / 1;
}

.hv-products--list .hv-product-meta {
  min-height: 100%;
  padding: 28px 30px;
  align-items: center;
}

.hv-products--list .hv-product-copy h2 {
  margin-top: 9px;
  font-size: 16px;
}

.hv-products--list .hv-product-copy p {
  margin-top: 10px;
  font-size: 12px;
}

.hv-no-products {
  grid-column: 1 / -1;
  min-height: 410px;
  padding: 55px 24px;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid var(--hv-line);
  text-align: center;
}

.hv-no-products > span {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hv-red);
  border-radius: 50%;
  color: var(--hv-red);
  font-size: 12px;
}

.hv-no-products h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hv-no-products p {
  margin: 10px 0 0;
  color: var(--hv-muted);
  font-size: 12px;
}

.hv-pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hv-pagination button,
.hv-page-dots {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #a2a29e;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.hv-pagination button {
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 150ms ease, color 150ms ease, background 150ms ease;
}

.hv-pagination button:hover:not(:disabled) {
  color: #fff;
  border-color: #4b4b49;
}

.hv-pagination button.is-current {
  border-color: var(--hv-red);
  color: var(--hv-red);
  background: rgba(239, 37, 45, 0.045);
}

.hv-pagination .hv-page-arrow {
  border-color: var(--hv-line);
}

.hv-page-arrow svg {
  width: 16px;
}

.hv-pagination button:disabled {
  color: #434341;
  cursor: default;
}

.hv-mobile-filter-bar,
.hv-mobile-filter-close,
.hv-mobile-filter-apply,
.hv-filter-backdrop {
  display: none;
}

@media (max-width: 1280px) {
  .hv-hero-copy {
    margin-left: 85px;
  }

  .hv-catalog-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 30px;
  }

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

@media (max-width: 960px) {
  .hv-hero {
    min-height: 580px;
    background-position: 58% center;
  }

  .hv-hero-copy {
    width: min(420px, 62vw);
    margin-left: 56px;
  }

  .hv-catalog-shell {
    width: min(100% - 36px, 900px);
    padding-top: 24px;
    display: block;
  }

  .hv-mobile-filter-bar {
    height: 58px;
    margin-bottom: 12px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--hv-line);
  }

  .hv-mobile-filter-open {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ededeb;
    font-size: 10px !important;
    font-weight: 650;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .hv-mobile-filter-open svg {
    width: 18px;
    color: var(--hv-red);
  }

  .hv-mobile-result-count {
    color: #92928f;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hv-mobile-result-count strong {
    color: var(--hv-red);
  }

  .hv-filters {
    position: fixed;
    z-index: 10002;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(390px, 90vw);
    min-height: 0;
    overflow-y: auto;
    border: 0;
    border-right: 1px solid var(--hv-line);
    background: #0b0b0b;
    transform: translateX(-102%);
    transition: transform 280ms cubic-bezier(0.22, 0.7, 0.2, 1);
  }

  .hv-archive.is-filter-open .hv-filters {
    transform: translateX(0);
  }

  .hv-filter-head {
    position: sticky;
    z-index: 2;
    top: 0;
    padding-right: 18px;
    background: rgba(11, 11, 11, 0.97);
    backdrop-filter: blur(12px);
  }

  .hv-filter-head .hv-clear-filters {
    margin-left: auto;
    margin-right: 22px;
  }

  .hv-mobile-filter-close {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #bdbdb9;
  }

  .hv-mobile-filter-close svg {
    width: 19px;
  }

  .hv-filter-form {
    padding-bottom: 102px;
  }

  .hv-mobile-filter-apply {
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 20px;
    display: block;
    border-top: 1px solid var(--hv-line);
    background: #0b0b0b;
  }

  .hv-mobile-filter-apply button {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: var(--hv-red);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .hv-mobile-filter-apply small {
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
  }

  .hv-filter-backdrop {
    position: fixed;
    z-index: 10001;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    backdrop-filter: blur(3px);
  }

  .hv-archive.is-filter-open .hv-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .hv-toolbar {
    grid-template-columns: 1fr auto;
  }

  .hv-product-count {
    display: none;
  }

  .hv-view-switcher {
    justify-self: start;
  }

  .hv-sort {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .hv-hero {
    min-height: 540px;
    background-position: 64% center;
  }

  .hv-hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 2, 2, 0.94), rgba(2, 2, 2, 0.62) 65%, rgba(2, 2, 2, 0.22)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 50%);
  }

  .hv-hero-inner {
    width: calc(100% - 36px);
    align-items: flex-end;
  }

  .hv-hero-copy {
    width: 100%;
    margin-left: 0;
    padding: 76px 0 46px;
  }

  .hv-hero h1 {
    max-width: 360px;
    font-size: clamp(34px, 10vw, 50px);
  }

  .hv-hero-copy > p {
    max-width: 305px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.65;
  }

  .hv-hero-cta {
    min-width: 215px;
    margin-top: 23px;
  }

  .hv-hero-rail {
    display: none;
  }

  .hv-eyebrow {
    margin-bottom: 20px;
  }

  .hv-catalog-shell {
    width: calc(100% - 24px);
    padding-bottom: 46px;
  }

  .hv-toolbar {
    min-height: 48px;
    margin-bottom: 13px;
    gap: 12px;
  }

  .hv-sort {
    min-width: 0;
  }

  .hv-sort > span {
    display: none;
  }

  .hv-sort select {
    width: 118px;
    height: 40px;
  }

  .hv-products {
    gap: 12px;
  }

  .hv-product-meta {
    min-height: 96px;
    padding: 13px 12px;
  }

  .hv-product-copy h2 {
    font-size: 10px;
  }

  .hv-product-sku,
  .hv-product-copy p {
    font-size: 8px;
  }

  .hv-product-open {
    width: 20px;
  }

  .hv-products--list .hv-product-card {
    grid-template-columns: minmax(145px, 42%) 1fr;
  }

  .hv-products--list .hv-product-meta {
    padding: 18px;
  }

  .hv-products--list .hv-product-copy h2 {
    font-size: 12px;
  }

  .hv-pagination {
    margin-top: 25px;
    gap: 5px;
  }

  .hv-pagination button,
  .hv-page-dots {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 460px) {
  .hv-products {
    grid-template-columns: 1fr;
  }

  .hv-product-media {
    aspect-ratio: 1.4 / 1;
  }

  .hv-product-meta {
    min-height: 101px;
    padding: 15px 14px;
  }

  .hv-product-copy h2 {
    font-size: 11px;
  }

  .hv-product-sku,
  .hv-product-copy p {
    font-size: 9px;
  }

  .hv-products--list .hv-product-card {
    grid-template-columns: 1fr;
  }

  .hv-products--list .hv-product-media {
    aspect-ratio: 1.4 / 1;
  }

  .hv-pagination .hv-page-number:nth-of-type(n+5),
  .hv-pagination .hv-page-dots:nth-of-type(n+5) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hv-archive *,
  .hv-archive *::before,
  .hv-archive *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
