.recently-viewed-products {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.recently-viewed-products h2 {
  text-transform: uppercase;
  color: rgb(var(--color-base-accent-2));
  text-align: left;
  padding-bottom: 2.4rem;
  margin-bottom: 4.8rem;
  border-bottom: solid 0.2rem rgb(var(--color-line-strong));
}

.recently-viewed-products product-form:not(.pre-order) .timesact-preorder-description {
  display: none !important;
}
