.product-discount {
  position: absolute;
  right: 3.6rem;
  bottom: 1.8rem;
  z-index: 1;
  pointer-events: none;

  @media (max-width: 1279px) {
    right: 1.6rem;
  }
}

.product-discount p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap-style: balance;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
  position: absolute;
  inset: 0 1.5rem;
  transform: rotate(15deg);
}
