.collection-hero{position:relative;display:flex;flex-direction:column}.collection-hero__inner{display:flex;flex-direction:column;width:100%}.collection-hero__inner-relative{position:relative}.collection-hero__inner-absolute{position:absolute;bottom:0}.collection-hero__description{margin-bottom:2.2rem;font-size:1.6rem;color:rgb(var(--color-base-text))}.collection-hero__title-uppercase{text-transform:uppercase;font-size:1.5rem;margin:1.8rem 0 0 0;font-weight:600}.collection-hero__text-align{text-align:center}@media screen and (max-width:750px){.collection-hero__image-container{margin:0;padding:0}}@media screen and (min-width:750px){.collection-hero__description{font-size:1.7rem;margin-bottom:2rem}.collection-hero__title-uppercase{font-size:2.2rem}.collection-hero--with-image .collection-hero__description{max-width:100%}.collection-hero{padding-top:3rem}}.collection-hero__image{display:block;margin:0 auto;width:100%;height:auto;object-fit:cover;height:200px}@media screen and (min-width:750px){.collection-hero__image{height:400px;border-radius:6px}.collection-hero__image-container{width:100%}}