.discount-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Cy Grotesk Key';
  font-size: 24px;
  font-weight: 500;
  color: var(--red);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="126" height="56" viewBox="0 0 126 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M51.9863 2.89184L58.4524 0.738081C61.404 -0.24505 64.5948 -0.24505 67.5464 0.738081L74.0125 2.89184C88.2502 7.63417 102.818 11.3235 117.597 13.9296L120.052 14.3624C123.49 14.9687 125.997 17.9561 125.997 21.4474V34.5541C125.997 38.0454 123.49 41.0328 120.052 41.639L117.597 42.0718C102.818 44.6779 88.2502 48.3673 74.0125 53.1096L67.5464 55.2634C64.5948 56.2465 61.404 56.2465 58.4524 55.2634L51.9863 53.1096C37.7486 48.3673 23.1804 44.6779 8.40132 42.0718L5.94692 41.639C2.50864 41.0328 0.00195312 38.0454 0.00195312 34.5541V21.4474C0.00195312 17.9561 2.50864 14.9687 5.94692 14.3624L8.40132 13.9296C23.1804 11.3235 37.7486 7.63417 51.9863 2.89184Z" fill="%23FFD05A"/></svg>');
  width: 126px;
  height: 56px;
  background-size: cover;
  transform: translateY(-28px);
}
