.premium-best-sellers .collection__title {
  text-align: center;
}

.premium-best-sellers .rm-eyebrow {
  display: flex;
  justify-content: center;
}

.premium-best-sellers .card {
  border-radius: var(--rm-radius-md);
  overflow: hidden;
  transition: transform 0.4s var(--rm-ease), box-shadow 0.4s var(--rm-ease);
}

.premium-best-sellers .card:hover {
  transform: translateY(-0.6rem);
  box-shadow: var(--rm-shadow-strong);
}

.premium-best-sellers .card__heading a {
  font-family: var(--rm-font-heading);
}

.premium-best-sellers .price {
  font-family: var(--rm-font-body);
  font-weight: 600;
  color: var(--rm-maroon);
}
