.collection-page{--catalog-grid-fill-texture:url(/brand/header/collection-list-fill-texture.jpg);--catalog-grid-fill-texture-opacity:.85;padding:4rem 0 6rem;font-size:62.5%;position:relative}.collection-page:before{background-image:var(--catalog-grid-fill-texture);content:"";mix-blend-mode:overlay;opacity:var(--catalog-grid-fill-texture-opacity);pointer-events:none;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.collection-page__inner{z-index:1;gap:3rem;display:grid;position:relative}.collection-page__header{border-bottom:.1rem solid rgba(var(--color-foreground), .08);gap:1.2rem;max-width:72rem;padding-bottom:2.4rem;display:grid}.collection-page__title{margin:0}.collection-page__blurb{color:rgba(var(--color-foreground), .8);margin:0;font-size:1.6rem;line-height:1.5}.collection-page__count{margin:0}.collection-page__grid{gap:var(--grid-desktop-horizontal-spacing,2rem) var(--grid-desktop-vertical-spacing,2rem);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.collection-page__empty{color:rgba(var(--color-foreground), .75);margin:0;font-size:1.6rem}.collection-page__search-form{flex-wrap:wrap;gap:1rem;max-width:48rem;display:flex}.collection-page__search-input{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground), .2);color:rgb(var(--color-foreground));font-family:var(--font-body-family);flex:20rem;min-width:0;padding:1.2rem 1.6rem;font-size:1.6rem}.collection-page__search-button{border:.1rem solid rgba(var(--color-foreground), .2);color:rgb(var(--color-foreground));cursor:pointer;background:0 0;padding:1.2rem 2rem;font-size:1.4rem;text-decoration:none}.collection-index__section{gap:1.2rem;display:grid}.collection-index__heading{margin:0}.collection-index__list{columns:2;margin:0;padding:0;list-style:none}.collection-index__list li{break-inside:avoid;margin-bottom:.6rem}@media screen and (min-width:750px){.collection-index__list{columns:3}.collection-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:990px){.collection-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
