<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__inner .collection-hero__text-wrapper {
    flex-basis: 52%;
  }

  .collection-hero__image-container:not(.collection-hero__image-container-full) {
    align-self: stretch;
    flex: 1 0 48%;
  }
}
</pre></body></html>