/* Grid clearfix reset and archive CTA, split out to bypass edge caches. */
body.igcs-shop-archive .products.products-grid::before,
body.igcs-shop-archive .products.products-grid::after {
  display: none !important;
  content: none !important;
}

body.igcs-shop-archive .igcs-view-car.button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 38px;
  margin-top: 16px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.igcs-shop-archive .igcs-view-car.button:hover,
body.igcs-shop-archive .igcs-view-car.button:focus-visible {
  color: #00180f;
  background: #00ffaa;
  border-color: #00ffaa;
}
