@import "../../styles/update-menu-2023.css";
@import "../../styles/update2022.css";

.offer-price {
  display: inline-block;
  position: relative;
}

.previous-shelf-price {
  /* display: block; */
  position: absolute;
  bottom: -20px;
  width: 180px;
  left: calc((100% - 180px) / 2);
  /* background-color: black; */
  text-align: center;
  font-size: 1.0rem;
  color: #ff6600;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.previous-shelf-price span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
}

.previous-shelf-price span::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: calc(50% - 1px);
  left: 0;
  border-bottom: 2px dashed #ff6600;
}

@media screen and (min-width: 768px) {
  .previous-shelf-price {
    font-size: 1.2rem;
    bottom: -30px;
  }
  .previous-shelf-price span {
    font-size: 1.4rem;
  }
}
