<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner,
.banner img {
  width: 100%;
  height: 383px;
  min-height: 383px;
}
.product-container {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 300px;
  justify-content: center;
}

.products{
  margin-top: 30px;
}

.list-categories{
  height: auto;
  margin-bottom: 24px;
}

.result-search.wait{
  display: none;
}</pre></body></html>