.bike-series-card {
  text-decoration: none;
  color: var(--bs-black);
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out;

  &:hover {
    background-color: var(--bs-tertiary-bg, #f8f9fa);
  }
}

.bike-series-card--highlighted {
  background-color: var(--bs-light, #f2f2f2);
}

.bike-series-card__body {
  display: flex;
  flex-direction: column;
}

.bike-series-card__label {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--bs-body-color, #000);
}

.bike-series-card__price {
  font-size: 0.875rem;
  color: var(--bs-secondary-color, #6c757d);
}

.bike-series-card__image {
  max-width: 100%;
  height: auto;
  display: block;
}

smaller.bikeprice {
  font-size: 15px;
  font-weight: 300;
}
