.price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-wrapper span:first-child {
  text-decoration: line-through;
}

.price-wrapper span:last-child {
  font-size: 30px;
  color: red;
  font-weight: bold;
}
