.collection-hero__wrapper{position:relative;display:flex}.collection-hero__category-select{display:none}@media screen and (max-width:749px){.collection-hero__category-select{display:block;margin-top:1.6rem;width:100%}}.collection-category-select__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.8rem 1.6rem;text-transform:uppercase}.collection-category-select__trigger .icon-chevron{flex-shrink:0;width:1.6rem;height:1.6rem;transition:transform var(--duration-default)}.collection-category-select__trigger[aria-expanded=true] .icon-chevron{transform:rotate(180deg)}.collection-category-select__current{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-category-select__fallback,.no-js .collection-category-select__trigger,.no-js .collection-category-select__modal{display:none}.no-js .collection-category-select__fallback{display:block}.collection-category-select__modal{position:fixed;z-index:1000;left:0;top:calc(var(--header-height) + var(--ann-height));overflow:hidden;width:100%;height:calc(100vh - var(--header-height) - var(--ann-height));height:calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--ann-height));background:transparent;display:flex;justify-content:flex-end;pointer-events:none;visibility:hidden;transition:visibility .3s ease-in-out,height .3s ease-in-out}.collection-category-select__overlay{position:fixed;z-index:1;left:0;top:calc(var(--header-height) + var(--ann-height));width:100%;height:calc(100vh - var(--header-height) - var(--ann-height));background:rgba(var(--color-modal-overlay),.4);opacity:0;transition:opacity var(--duration-default) ease}.collection-category-select__inner{position:absolute;top:0;right:0;bottom:0;z-index:2;background-color:rgb(var(--color-background));transform:translate(110%);opacity:1;width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;outline:none;overflow:hidden;margin-inline-start:auto;transition:var(--modal-transition)}@media only screen and (min-width:576px){.collection-category-select__inner{max-width:42rem}}.collection-category-select__modal.open{pointer-events:all;visibility:visible}.collection-category-select__modal.open .collection-category-select__overlay{opacity:1}.collection-category-select__modal.open .collection-category-select__inner{transform:translate(0)}.collection-category-select__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:2.8rem 2.4rem 2rem;border-bottom:.1rem solid rgb(var(--color-border));flex-shrink:0}.collection-category-select__heading{font-weight:calc(var(--font-body-weight, 400) + 100)}.collection-category-select__close{display:flex;align-items:center;gap:.1rem;transition:color var(--duration-default);color:rgb(var(--color-foreground))}@media screen and (hover:hover)and (pointer:fine){.collection-category-select__close:hover{color:rgb(var(--color-foreground-secondary))}.collection-category-select__close:hover>*{color:rgb(var(--color-foreground-secondary))}}.collection-category-select__options{width:100%;overflow-y:auto;flex:1}.collection-category-select__options::-webkit-scrollbar{display:none}.collection-category-select__option{display:flex;align-items:center;gap:1rem;padding:1.6rem 2.4rem 1.4rem;text-decoration:none;text-transform:uppercase;color:rgb(var(--color-foreground));transition:opacity var(--duration-default);cursor:pointer;border-bottom:.1rem solid rgba(var(--color-border))}.collection-category-select__option .circle-check{display:block;width:1.4rem;height:1.4rem;border:.1rem solid rgb(var(--color-foreground));border-radius:50%;position:relative;flex-shrink:0}.collection-category-select__option .circle-check:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:.6rem;height:.6rem;background-color:rgb(var(--color-foreground));border-radius:50%;transition:transform var(--duration-default)}.collection-category-select__option--selected .circle-check:after{transform:translate(-50%,-50%) scale(1)}@media screen and (hover:hover)and (pointer:fine){.collection-category-select__option:hover{opacity:var(--hover-opacity)}}.collection-category-select__option:focus,.collection-category-select__option:focus-visible{outline-offset:0}.collection-hero__wrapper--with-image{border-radius:var(--border-radius-block);overflow:hidden}.collection-hero__wrapper--with-image:after{content:"";display:block;width:0;padding-bottom:var(--padding-bottom)}.collection-hero__wrapper--with-image .breadcrumb{margin:0 0 auto}.collection-hero__wrapper--with-image .collection-hero__text-wrapper{padding:2.4rem}@media screen and (min-width:1160px){.collection-hero__wrapper--with-image .collection-hero__text-wrapper{padding:3.2rem}}.collection-hero__wrapper.collection-hero__wrapper-with-slider:not(.collection-hero__wrapper--with-image) .collection-hero__content{padding-bottom:4rem;padding-top:4rem}@media screen and (min-width:1160px){.collection-hero__wrapper.collection-hero__wrapper-with-slider:not(.collection-hero__wrapper--with-image) .collection-hero__content{padding-bottom:8rem;padding-top:8rem}}@media screen and (min-width:1160px){.collection-hero .collection-hero__wrapper-with-slider{padding-right:0}}.collection-hero__content{display:flex;flex-direction:column;padding-bottom:2.4rem;padding-top:2.4rem;gap:2.4rem;width:100%;position:relative;z-index:3}@media screen and (min-width:1160px){.collection-hero__content{flex-direction:row;align-items:center;justify-content:space-between}}.collection-hero__slider{width:100%}@media screen and (max-width:749px){.collection-hero__slider{display:none}.collection-hero__wrapper.collection-hero__wrapper-with-slider:not(.collection-hero__wrapper--with-image) .collection-hero__content{padding-bottom:2.4rem;padding-top:2.4rem}}@media screen and (min-width:1160px){.collection-hero__slider{max-width:62.3076923077%}}@media screen and (min-width:1360px){.collection-hero__slider{max-width:50.625%}}.collection-hero__slider-wrapper{width:100%}.collection-hero__slider-wrapper:not(.swiper-initialized){overflow:hidden}.collection-hero__slider-wrapper:not(.swiper-initialized) .swiper-slide{flex-shrink:0;width:calc((100% - 2rem)/2);margin-right:2rem}@media screen and (min-width:750px){.collection-hero__slider-wrapper:not(.swiper-initialized) .swiper-slide{width:calc((100% - 6rem)/4)}}.collection-hero__slider-wrapper .swiper-slide .collection-slide-link{width:100%;height:100%;display:flex;flex-direction:column;gap:.6rem}.collection-hero__slider-wrapper .swiper-slide .collection-slide-link:not(.collection-slide-link--current){opacity:.4;transition:opacity var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.collection-hero__slider-wrapper .swiper-slide .collection-slide-link:not(.collection-slide-link--current):hover{opacity:1}.collection-hero__slider-wrapper .swiper-slide .collection-slide-link:hover .collection-slide-image{clip-path:inset(.6rem)}.collection-hero__slider-wrapper .swiper-slide .collection-slide-link:hover .collection-slide__title{color:rgb(var(--color-accent))}.collection-hero__slider-wrapper .swiper-slide .collection-slide-link:hover .collection-slide__title.button--tertiary .button__label:after{transform:scaleX(1);transform-origin:0 0}.collection-hero__slider-wrapper .swiper-slide .collection-slide-link:hover .collection-slide__title.button--tertiary .button__icons-container svg:not(:only-child){transform:translate3d(150%,0,0)}}.collection-hero__slider-wrapper .swiper-slide .collection-slide__title{text-transform:uppercase;transition:color var(--duration-default) cubic-bezier(.4,0,.25,1)}.collection-hero__slider-wrapper .swiper-slide .collection-slide__title.button--tertiary{align-self:flex-start;margin-top:.8rem}.collection-hero__slider-wrapper .swiper-slide .collection-slide__title.button--tertiary .button__content{justify-content:flex-start}.collection-hero__slider-wrapper .swiper-slide .collection-slide-image{position:relative;width:100%;height:100%;overflow:hidden;display:inline-block;clip-path:inset(0);transition:clip-path 3.5s cubic-bezier(.01,.95,.21,1)}.collection-hero__slider-wrapper .swiper-slide .collection-slide-image:after{content:"";display:block;width:0;padding-bottom:75%}.collection-hero__slider-wrapper .swiper-slide img,.collection-hero__slider-wrapper .swiper-slide svg{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:1;object-fit:cover}.collection-hero__title{max-width:62.8rem}.collection-hero__wrapper--title-only .collection-hero__text,.collection-hero__wrapper--title-only .collection-hero__title{max-width:100%;width:100%}.collection-hero__description{max-width:69.6rem;color:rgb(var(--color-foreground));margin-top:1rem;overflow:hidden}.collection-hero__description.rte>*:not(code):not(ol):not(ul){padding-inline:0!important}.collection-hero__description.rte img,.collection-hero__description.rte video{max-width:100%}.collection-hero__description.rte table,.collection-hero__description.rte table.table-gallery{max-width:100%}.collection-hero__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;list-style-type:none}.collection-hero .tag-filters__item:not(.js-hero-filter-clear){border-radius:.4rem;padding-inline:1.2rem;border:.1rem solid transparent}.collection-hero .tag-filters__item a{padding-inline:1.2rem;padding-block:.7rem}.collection-hero .tag-filters__item .js-hero-filter-clear{padding-block:.8rem;padding-inline:1.2rem}.collection-hero .js-hero-filter,.collection-hero .js-hero-filter-clear{justify-content:center;font-size:calc(var(--font-button-scale) * 1rem);font-family:var(--font-button-family);font-weight:var(--font-button-weight);font-style:var(--font-button-style);text-transform:var(--font-button-text-transform);letter-spacing:var(--font-button-letter-spacing);line-height:1.5}.collection-hero .js-hero-filter{border:.1rem solid transparent;transition:border-color var(--duration-default);background-color:#fff3;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.collection-hero .js-hero-filter--no-image{background-color:rgba(var(--color-background-secondary))}.collection-hero .js-hero-filter.active,.collection-hero .js-hero-filter:has(input[type=checkbox]:checked){border-color:rgb(var(--color-foreground))}@media screen and (hover:hover)and (pointer:fine){.collection-hero .js-hero-filter:hover{border-color:rgb(var(--color-foreground),.7)}}.collection-hero .js-hero-filter-clear{border:none!important;padding-block:.8rem;padding-inline:1.2rem}.collection-hero .js-hero-filter-clear.disabled{opacity:.6;pointer-events:none;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.collection-hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;overflow:hidden}.collection-hero__image-wrapper img,.collection-hero__image-wrapper svg{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.collection-hero__overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border-radius:var(--border-radius-block);overflow:hidden;background-color:rgb(var(--color-overlay))}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-collection-hero.css.map */
