
.product-single {
  line-height: 1.3;
}

.you-save {
  font-weight: bold !important;
  background-color: red;
  color: yellow;
  padding:2px;
  margin:10px 0;
}

.buy-now {
  border-radius: 24px;
  background-color: red;
  color: white;
  font-size: 24px;
  padding: 2px 32px !important;
  transition: transform 0.2s ease-in-out;
  margin-top: 5px;
}
.buy-now:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 0, 0, 0.8);
}