body.tax-product_cat .collection-page-hero {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,48%);
  gap:clamp(2rem,5vw,6rem);
  align-items:center
}
body.tax-product_cat .collection-page-hero-copy {
  min-width:0
}
body.tax-product_cat .collection-page-visual {
  align-self:stretch;
  min-height:360px;
  margin:0;
  overflow:hidden;
  background:#e8e2dc
}
body.tax-product_cat .collection-page-visual img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
@media(max-width:800px) {
  body.tax-product_cat .collection-page-hero {
    grid-template-columns:1fr;
    padding-inline:1.25rem
  }
  body.tax-product_cat .collection-page-visual {
    min-height:0;
    aspect-ratio:16/10
  }
}
