.collection-hero{position:relative;background-color:var(--color-base-primary);color:var(--color-base-secondary);margin-bottom:7rem}.collection-hero__container{padding:0 9.6rem}.collection-hero__top{position:relative;padding:4.5rem 0 9.3rem}.collection-hero__top::before{content:'';position:absolute;bottom:0;right:0;width:77.6rem;height:36.7rem;background:url(plp-hero-bg.png);background-repeat:no-repeat}.collection-hero__entry{max-width:65rem;margin:2rem auto 4.4rem;font-weight:300;font-size:1.6rem;opacity:.8;line-height:1}.collection-hero__title{font-size:11.7rem;margin:0;line-height:1;letter-spacing:.015em}.collection-hero__nav{position:relative;margin-bottom:-13.4rem;margin-top:5.3rem}.collection-hero__items{display:flex;flex-flow:row wrap;justify-content:space-between;box-shadow:0rem 5rem 10rem 0rem rgb(0 0 0 / .1)}.collection-hero__item{position:relative;display:flex;align-items:center;justify-content:center;color:var(--color-base-primary);text-decoration:none;flex:1 0 calc(100% / 8);background-color:var(--color-base-secondary);height:8.1rem;font-family:var(--font-heading-family);font-weight:600;font-size:1.8rem;padding:1rem;line-height:1}.collection-hero__item::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-gradient);opacity:0;transition:opacity var(--duration-default);font-size:1.8rem}.collection-hero__item:hover::before,.collection-hero__item.is-current::before{opacity:1}.collection-hero__item span{position:relative}.collection-hero__bottom{padding:13rem 0 2rem;background-color:var(--color-base-secondary);color:var(--color-base-primary)}@media screen and (max-width:1299px){.collection-hero__item{flex:1 0 25%}}@media screen and (max-width:989px){.collection-hero__title{font-size:7rem}.collection-hero__container{padding:0 3.5rem}}@media screen and (max-width:749px){.collection-hero__title{font-size:5rem}.collection-hero__item{flex:1 0 50%}}@media screen and (max-width:374px){.collection-hero__title{font-size:3rem}.collection-hero__title--outline{margin-right:1rem}.collection-hero__item{flex:1 0 100%}}.collection-hero--secondary:has(.collection-hero__edges){padding-bottom:10rem}.collection-hero--secondary .collection-hero__bottom{background-color:var(--color-base-primary);padding:14rem 0 1rem;margin-bottom:1.3rem}.collection-hero--secondary .collection-hero__item{background-color:var(--color-base-tertiary);color:var(--color-base-secondary);transition:background-color var(--duration-default),color var(--duration-default)}.collection-hero--secondary .collection-hero__item::before{content:none}.collection-hero--secondary .collection-hero__item:hover,.collection-hero--secondary .collection-hero__item.is-current{background-color:var(--color-base-secondary);color:var(--color-base-primary)}.collection-hero--secondary .collection-hero__top::before{background:url(plp-hero-bg-alt.png);background-repeat:no-repeat;width:56.7rem;height:99.1rem;bottom:auto;top:7.5rem}.collection-hero--secondary .collection-hero__edge{position:absolute;left:0;width:100%;z-index:10;overflow-x:hidden}.collection-hero--secondary .collection-hero__edge--bottom{bottom:-.2rem}.collection-hero--secondary .collection-hero__edge img{width:100%;height:100%;object-fit:cover}.collection-hero__search input{width:100%}.collection-hero__search-form>.form-row+.form-row{margin-top:0}.collection-hero__search-wrapper{width:100%;min-width:3rem;will-change:min-width;transition:min-width var(--duration-default)}.collection-hero__search{max-width:57.2rem;margin:0 auto}.collection-hero__search .form-row{position:relative}.collection-hero__search input[type='search']{height:7.2rem;border-color:var(--color-base-secondary);padding:0 1rem;color:var(--color-base-secondary);font-size:3.2rem;font-weight:500;font-family:var(--font-heading-family);text-align:center}.collection-hero__search input[type='search']::placeholder{opacity:0}.collection-hero__search-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;color:var(--color-base-secondary);opacity:.7;font-size:3.2rem;font-weight:500;font-family:var(--font-heading-family);display:flex;align-items:center;justify-content:center;transition:opacity var(--duration-default)}.collection-hero__search-label svg{margin-right:1.6rem}.collection-hero__search input[type='search']:focus{outline:none}.collection-hero__search input[type='search']:focus~.collection-hero__search-label,.collection-hero__search input[type='search']:valid~.collection-hero__search-label{opacity:0}.collection-hero__search button[type='submit']{display:none}@media screen and (max-width:989px){.collection-hero__search input[type='search'],.collection-hero__search-label{font-size:2.6rem}}@media screen and (max-width:749px){.collection-hero__search input[type='search'],.collection-hero__search-label{font-size:2.2rem}}@media screen and (max-width:374px){.collection-hero__search input[type='search'],.collection-hero__search-label{font-size:1.6rem}}