
.office-popular-products .popular-products__description {
  color: var(--blue-500);
  font-weight: 600;
}

.office-popular-products .popular-products__button,
.office-popular-products .card__more {
  color: var(--blue-600);
}

.office-popular-products .card-wrapper .button--link {
  background-color: var(--blue-600);
  color: var(--neutral-50);
}

.office-popular-products .card-wrapper .button--link:hover {
  background-color: var(--blue-500);
  color: var(--neutral-50);
}

.office-popular-products .badge--sale {
  background-color: var(--blue-600);
  color: var(--neutral-50);
  letter-spacing: .07rem;
  font-weight: 500;
}


.office-popular-products .card__subtitle  {
  color: var(--blue-500);
}