.collection-hero__inner{display:flex;flex-direction:column;}
.collection-hero--with-image .collection-hero__inner{margin-bottom:0;padding:1rem;border-radius:var(--media-radius);}
.collection-text-text .collection-hero__inner{border-radius:var(--media-radius);}
.collection-text-text .collection-hero__inner .collection-hero__text-wrapper{padding:0;text-align:left;}
@media screen and (min-width:750px){.collection-text-text .collection-hero__inner .collection-hero__text-wrapper{padding:0;}}
.collection-hero__text-wrapper .breadcrumb{padding:0.5rem 1rem;margin:0;word-break:break-word;}
.collection-hero__text-wrapper{flex-basis:100%;width:100%;}
@media screen and (min-width:750px){.collection-hero__inner{align-items:flex-start;flex-direction:row;padding-bottom:0;}}
.collection-hero__title{margin:1.5rem 0 0.5rem 0;}
.collection-hero__title+.collection-hero__description{margin-top:0.5rem;margin-bottom:0;}
@media screen and (min-width:750px){.collection-hero__description{max-width:100%;margin:0;overflow:visible;}.collection-hero--with-image .collection-hero__description{max-width:100%;}}
.collection-hero--with-image .collection-hero__description{color:#6b6b6b;}
.collection-hero--with-image .collection-hero__title{margin:1rem 0 0.5rem;text-transform:capitalize;}
.collection-hero--with-image .collection-hero__text-wrapper{padding:5rem 0 4rem;}
.collection-hero__image-container{border-radius:var(--media-radius);}
@media screen and (max-width:749px){.collection-hero__image-container{height:20rem;}}
@media screen and (min-width:750px){.collection-hero--with-image .collection-hero__text-wrapper{padding:4rem;flex-basis:50%;}.collection-hero__image-container{align-self:stretch;flex:1 0 50%;min-height:20rem;}}
