<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.homeProduct .Product .Discount {
  bottom: 0;
  right: 0;
  border-top-left-radius: calc(var(--b-radius) * 3);
}

.homeProduct .Products .Product {
  height: auto;
}

.h-50 {
  height: 50% !important;
}

.homeProduct .Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.homeProduct .offer-Price-color {
  color: #cccccc !important;
}

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

.homeProductcustomlist .Product .productBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--accent-color2);
  gap: 0.1rem;
}

.b-silver {
  border: 0.1em solid var(--accent-color2);
}</pre></body></html>