/** Shopify CDN: Minification failed

Line 27:13 Expected ":"
Line 28:0 Expected "}" to go with "{"

**/

@media screen and (min-width: 750px) {
  .collection-hero__inner {
    flex-direction: column;        
    align-items: center;
    text-align: center;             
  }

  .collection-hero--with-image .collection-hero__text-wrapper {
    flex: none;                 
    padding: 4rem 0 2rem;        
    max-width: var(--page-width, 1200px);
    width: 100%;
    margin: 0 auto;
  }

  .collection-hero__image-container {
    flex: none;               
    width: 100vw;               
    max-width: 100vw;
    margin-le
