.collection-hero.container .collection-hero__wrapper{border-radius:var(--border-radius-main)}.collection-hero .breadcrumb{margin-bottom:1.6rem;margin-top:0}@media screen and (min-width:1200px){.collection-hero .breadcrumb{margin-bottom:2.4rem}}.collection-hero__wrapper{display:flex;overflow:hidden;position:relative}.collection-hero__wrapper .container{display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:1}.collection-hero__wrapper:before{background-color:rgb(var(--color-overlay),var(--opacity-overlay));content:"";display:block;height:100%;inset:0;position:absolute;width:100%;z-index:1}.collection-hero__wrapper:after{content:"";display:block;padding-bottom:calc(100%/(var(--aspect-ratio)));width:0}.collection-hero__inner{padding-bottom:2rem;padding-top:2rem;position:relative;z-index:2}@media screen and (min-width:1200px){.collection-hero__inner{padding-bottom:4rem;padding-top:4rem}}.collection-hero__text-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:.8rem}.collection-hero__title{margin:0}.collection-hero__description{color:rgb(var(--color-foreground-secondary))!important;font-size:calc(var(--font-body-scale)*1rem)!important;line-height:120%!important;max-width:52.3rem}@media screen and (min-width:1360px){.collection-hero__description{font-size:calc(var(--font-body-scale)*1.33333rem)!important}}.collection-hero__description p{color:rgb(var(--color-foreground-secondary))}.collection-hero__image{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.collection-hero__image-container{background-color:transparent;display:flex}.collection-hero__image-container:after{content:"";display:block;padding-bottom:42.8571428571%;width:0}.collection-hero[data-header-overlay=true] .collection-hero__inner{padding-top:calc(2rem + var(--header-height))}@media screen and (min-width:1200px){.collection-hero[data-header-overlay=true] .collection-hero__inner{padding-top:calc(4rem + var(--header-height))}}