<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop2-vendors .shop2-vendor {
  border: none;
}
.shop2-vendors .shop2-vendor .vendor-logo {
  width: 200px;
  height: auto;
  min-height: 80px;
}
.shop2-vendors .shop2-vendor {
  width: 200px;
}
.shop2-vendors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 1em;
  justify-content: space-around;
}
.site-header .site-info__logo img {
  object-fit: contain;
  height: auto;
  max-width: 100%;
}
@media (max-width: 480px) {
  .lpc-contacts-2[data-media-source="mobile"] .lpc-contacts-2__main {
    padding-top: 10px;
  }
  .site-main__inner {
    padding-top: 0;
  }
  .site-header .site-header-bottom__body {
    padding-bottom: 0;
  }
}
</pre></body></html>