.product-discount-banner {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-top: .5rem;
  padding: .65rem .8rem;
  border: 1px solid #e4c22e;
  border-radius: .5rem;
  background: #fff6c7;
  color: #363636;
  font-size: .875rem;
  line-height: 1.35;
}

.product-discount-banner__current {
  color: #6c6c6c;
}

.product-discount-banner__offer strong {
  color: #b42318;
}
