.product-price {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: #D50057;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Roc Grotesk', sans-serif;

}

.product-price__item--compare {
  color: rgb(var(--color-light-text));
  text-decoration: line-through;
}