<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-collection-banner {
  width: 100%;
}

.product-collection-banner__image-holder {
  height: 90px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .product-collection-banner__image-holder {
    height: 225px;
  }
}
</pre></body></html>