<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}

.Desc svg {
  width: 1rem;
  height: 1rem
}

.b-radius5 {
  border-radius: 0.3rem;
}

.border-product {
  border: 0.1em solid var(--accent-color2);
}

.Products .Product .productDetails {
  border-bottom: 0.1em solid #ECECEC;
}

.Products .Product:last-child .productDetails {
  border-bottom: none;
}

@media screen and (min-width:920px) {
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%;
  }
}</pre></body></html>