<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collection-banner .hero__img {
  height: var(--section-height);
}
@media (min-width: 900px) {
  .collection-banner .hero__img {
    height: var(--section-height-desk);
  }
}</pre></body></html>