.price {
  position: absolute;
  right: 10px;
  bottom: -25px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 165px;
  height: 98px;
  font-size: 19px;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  text-align: center !important;
  margin: 0px auto;
  background: linear-gradient(
    to right,
    rgb(238, 165, 19) 0%,
    rgb(253, 237, 19) 100%
  );
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 19%;
}
span.discount {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}
