
.Product .Discount {
  bottom: 0;
  right: 0;
  border-top-left-radius: calc(var(--b-radius) * 3);
}

.Products .Product {
  height: auto;
}

.h-50 {
  height: 50% !important;
}

.Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.offer-Price-color {
  color: #cccccc !important;
}