.facets-container{position:relative;z-index:3;display:grid;grid-template-rows:repeat(2,auto);grid-template-columns:repeat(2,auto)}.facets-container--mobile{margin-top:-1rem}.facets-container--active{z-index:5}@media screen and (max-width: 989px){.facets-container{grid:auto auto / 1fr 1fr;grid-template-areas:"categories filters" "chosen chosen" "counter counter";justify-items:center;margin-bottom:3rem;margin-left:-1.5rem;margin-right:-1.5rem}.facets-container--mobile-search-page{grid-template-areas:"filters filters"}}@media screen and (min-width: 750px) and (max-width: 989px){.facets-container{margin-left:-5rem;margin-right:-5rem}}.active-facets-mobile{margin-bottom:.5rem}@media screen and (min-width: 750px){.facets-container>*+*{margin-top:0}.facets__form .product-count{grid-column-start:3;align-self:flex-start}}facet-filters-form .menu-drawer__submenu-heading{color:inherit}.facet-filters{align-items:flex-start;display:flex;grid-column:2;grid-row:1;padding-left:2.5rem}.body--b2c .facet-filters{grid-column:2;grid-row:1}.body--b2b .facet-filters{grid-area:sortby}@media screen and (min-width: 750px){.facet-filters{margin-bottom:1rem;padding-left:0}}.facet-filters__label{display:block;color:var(--color-foreground-85);font-size:1.4rem;margin-right:2rem}.facet-filters__summary{display:flex;align-items:center;justify-content:space-between;font-size:1.4rem;cursor:pointer;height:4.5rem;padding:0 1.5rem;min-width:25rem;margin-top:2.4rem;border:.1rem solid rgba(var(--color-foreground),.55)}.facet-filters__summary:after{position:static}.facet-filters__field{align-items:center;display:flex;flex-grow:1;justify-content:flex-end}.facet-filters__field .select{width:auto}.facet-filters button{margin-left:2.5rem}.facet-filters__sort{font-size:1.4rem;height:auto;line-height:1.5;margin:0;padding-left:0;padding-right:1.75rem}@media screen and (forced-colors: active){.facet-filters__sort{border:none}}.facet-filters__sort,.facet-filters__sort:hover{box-shadow:none}.facet-filters__sort:focus-visible,.mobile-facets__sort .select__select:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:1rem;box-shadow:0 0 0 1rem rgb(var(--color-background)),0 0 .2rem 1.2rem rgba(var(--color-foreground),.3)}.mobile-facets__sort .select__select:focus-visible{box-shadow:none}.facet-filters__sort.focused,.no-js .facet-filters__sort:focus,.mobile-facets__sort .select__select.focused,.no-js .mobile-facets__sort .select__select:focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:1rem;box-shadow:0 0 0 1rem rgb(var(--color-background)),0 0 .2rem 1.2rem rgba(var(--color-foreground),.3)}.no-js .facet-filters__sort:focus:not(:focus-visible),.no-js .mobile-facets__sort .select__select:focus:not(:focus-visible){outline:0;box-shadow:none}.facet-filters__sort+.icon-caret{right:0}.facets{display:block;grid-column-start:span 2}.facets__form{margin-bottom:.5rem}.facets__wrapper{align-items:center;align-self:flex-start;grid-column:1;grid-row:1;display:flex;flex-wrap:wrap}.body--b2c .facets__wrapper{grid-column:1;grid-row:1}.body--b2b .facets__wrapper{grid-area:filters}@media screen and (min-width: 750px){.facets__form{display:grid;grid-gap:0 3.5rem;gap:0 3.5rem;grid-template-columns:1fr max-content}.body--b2b .facets__form{grid:"filters sortby" auto "chosen chosen" auto / 1fr max-content}.facets__form.facets__form--with-listview{grid:"filters listview sortby" auto "chosen chosen chosen" auto / 1fr auto max-content}.facets__wrapper{margin-bottom:.5rem}}.facets__heading{display:block;color:rgba(var(--color-foreground),1);font-size:1.4rem;margin:-1.5rem 2rem 0 0}.facets__reset{margin-left:auto}.facets__disclosure{margin-right:1rem;margin-bottom:1rem;min-width:130px}.facets__summary{color:rgba(var(--color-foreground),1);font-size:1.4rem;padding:.4rem 1rem;border:1px solid rgba(var(--color-foreground),.08)}.facets__summary .icon-caret{position:static;right:0}.facets__disclosure[open] .facets__summary,.facets__summary:hover{border-color:rgba(var(--color-foreground),.8)}.facets__disclosure[open] .facets__display{animation:animateMenuOpen var(--duration-default) ease}.facets__summary span{transition:-webkit-text-decoration var(--duration-short) ease;transition:text-decoration var(--duration-short) ease;transition:text-decoration var(--duration-short) ease,-webkit-text-decoration var(--duration-short) ease}.disclosure-has-popup[open]>.facets__summary:before{z-index:2}.facets__summary>span{line-height:1.3}.facets__display{position:absolute;top:calc(100% + .5rem);left:-1.2rem;width:35rem;max-height:55rem;border:1px solid rgba(var(--color-foreground),.2);background-color:rgb(var(--color-background));overflow-y:auto}.facets__header{position:sticky;z-index:1;top:0;display:flex;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.2);font-size:1.4rem;background-color:rgb(var(--color-background))}.facets__list{padding:.5rem 2rem}.facets__item{display:flex;align-items:center}.facets__item label,.facets__item input[type=checkbox]{cursor:pointer}.facet-checkbox{position:relative;display:flex;flex-grow:1;padding:1rem 2rem 1rem 0;font-size:1.4rem;word-break:break-word}.facet-checkbox input[type=checkbox]{position:absolute;z-index:-1;top:.7rem;left:-.4rem;width:1.6rem;height:1.6rem;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none}.facet-checkbox>svg{background-color:rgb(var(--color-background));margin-right:1.2rem;flex-shrink:0}.facet-checkbox .icon-checkmark{visibility:hidden;position:absolute;left:.3rem;z-index:5;top:1.4rem}.facet-checkbox>input[type=checkbox]:checked~.icon-checkmark{visibility:visible}@media screen and (forced-colors: active){.facet-checkbox>svg{background-color:inherit;border:.1rem solid rgb(var(--color-background))}.facet-checkbox>input[type=checkbox]:checked~.icon-checkmark{border:none}}.facet-checkbox--disabled{color:rgba(var(--color-foreground),.4)}.facets__price{display:flex;padding:2rem}.facets__price .field+.field-currency{margin-left:2rem}.facets__price .field{align-items:center}.facets__price .field-currency{align-self:center;margin-right:.6rem}.facets__price .field__label{left:1.5rem}button.facets__button{min-height:0;margin:0 0 0 .5rem;box-shadow:none;padding-top:1.4rem;padding-bottom:1.4rem}.facets__button-no-js{min-width:auto;transform:translateY(-.6rem)}.active-facets{display:flex;flex-wrap:wrap;width:100%;margin-top:-.5rem}.body--b2c .active-facets{grid-column:1 / -1;grid-row:2}.body--b2b .active-facets{grid-area:chosen}@media screen and (max-width: 749px){.body--b2c .active-facets{grid-area:chosen}}.active-facets__button{display:block;margin-right:1.5rem;margin-bottom:1.5rem;padding-left:.2rem;padding-right:.2rem;-webkit-text-decoration:none;text-decoration:none}span.active-facets__button-inner{color:rgb(var(--color-foreground));box-shadow:0 0 0 .1rem rgb(var(--color-foreground));border-radius:2.6rem;font-size:1rem;min-height:0;min-width:0;padding:.5rem 1rem;display:flex;align-items:stretch}.active-facets__button-wrapper{align-items:center;display:flex;justify-content:center;padding-bottom:1.5rem}.active-facets__button-wrapper *{font-size:1rem}@media screen and (min-width: 750px){.active-facets__button{margin-right:1.5rem}.active-facets__button-wrapper *,span.active-facets__button-inner{font-size:1.2rem}}@media screen and (max-width: 989px){.active-facets{margin:0 -.8rem -.8rem}.active-facets__button,.active-facets__button-remove{margin:0;padding:.8rem}span.active-facets__button-inner{padding-bottom:.3rem;padding-top:.3rem}.active-facets__button-wrapper{padding-top:0}}@media screen and (max-width: 989px){.active-facets__button,.active-facets__button-remove{padding:.7rem .6rem}.active-facets{padding:1rem .6rem}.active-facets__button-wrapper{padding-bottom:0}}.active-facets__button:hover .active-facets__button-inner{box-shadow:0 0 0 .2rem rgb(var(--color-foreground))}.active-facets__button--light .active-facets__button-inner{box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2)}.active-facets__button--light:hover .active-facets__button-inner{box-shadow:0 0 0 .2rem rgba(var(--color-foreground),.4)}a.active-facets__button:focus-visible{outline:none;box-shadow:none}a.active-facets__button.focused,.no-js a.active-facets__button:focus{outline:none;box-shadow:none}a.active-facets__button:focus-visible .active-facets__button-inner{box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2),0 0 0 .2rem rgb(var(--color-background)),0 0 0 .4rem rgb(var(--color-foreground));outline:none}a.active-facets__button.focused .active-facets__button-inner,.no-js a.active-facets__button:focus .active-facets__button-inner{box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2),0 0 0 .2rem rgb(var(--color-background)),0 0 0 .4rem rgb(var(--color-foreground));outline:none}.active-facets__button svg{align-self:center;flex-shrink:0;margin-left:.6rem;margin-right:-.2rem;pointer-events:none;width:1.2rem}@media all and (min-width: 750px){.active-facets__button svg{margin-right:-.4rem;margin-top:.1rem;width:1.4rem}}.active-facets facet-remove:only-child{display:none}.active-facets__button.disabled,.mobile-facets__clear.disabled{pointer-events:none}.mobile-facets__clear{width:100%;height:100%}.mobile-facets__disclosure{display:flex;width:100%}.mobile-facets__wrapper{margin-left:0;display:flex;grid-area:filters;border-style:solid;border-color:rgba(var(--color-foreground),.08);border-width:.1rem 0;width:100%}.mobile-facets__wrapper--categories{grid-area:categories;border-right-width:.1rem}.mobile-facets__wrapper .disclosure-has-popup[open]>summary:before{z-index:3;height:100vh}.mobile-facets__info{padding:0 2.6rem}.mobile-facets__result-number{position:relative;display:inline-block;margin:0 .4rem}.mobile-facets__result-number .loading-overlay{display:none}.mobile-facets__result-number .path{stroke:currentcolor}.mobile-facets__result-number .loading-overlay__spinner{width:1.6rem}.mobile-facets__result-number--loading .mobile-facets__result-number-text{opacity:0}.mobile-facets__result-number--loading .loading-overlay{top:1px;display:block;padding:0}.mobile-facets__open-wrapper{display:inline-block;height:100%}.mobile-facets__open{text-align:center;width:100%;height:100%;padding-top:1.3rem;padding-bottom:1.3rem;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-link),var(--alpha-link));line-height:1.3;box-sizing:border-box;background:0;border:0;cursor:pointer;font-family:inherit}.mobile-facets__open--direct-click *{pointer-events:none}.mobile-facets__open:hover{color:rgb(var(--color-link))}.mobile-facets__open:hover line,.mobile-facets__open:hover circle{stroke:rgb(var(--color-link))}.mobile-facets__open-label{transition:-webkit-text-decoration var(--duration-short) ease;transition:text-decoration var(--duration-short) ease;transition:text-decoration var(--duration-short) ease,-webkit-text-decoration var(--duration-short) ease}.mobile-facets__open:hover .mobile-facets__open-label{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:.3rem}.mobile-facets__open>*+*{margin-left:1rem}.mobile-facets__open svg{width:2rem;vertical-align:text-top}.mobile-facets__open line,.mobile-facets__open circle{stroke:rgba(var(--color-link),var(--alpha-link))}.no-js .mobile-facets__close-button{display:none}.mobile-facets__main{position:relative;z-index:1;flex-grow:1;display:flex;flex-direction:column;overflow-x:hidden}.mobile-facets__details{border-top:1px solid rgba(var(--color-foreground),.04);margin:0 var(--full-width-overlay-padding)}.mobile-facets__details:first-child{border-top:0}.mobile-facets__details--sorting{margin:0;padding-left:var(--full-width-overlay-padding);padding-right:var(--full-width-overlay-padding);background:rgba(var(--color-foreground),.04);border-top:0}.mobile-facets__details--sorting option{text-align:right}.mobile-facets__details--sorting .menu-drawer__menu-item{padding-top:.8rem;padding-bottom:.8rem}.no-js .mobile-facets__details{border-bottom:1px solid rgba(var(--color-foreground),.04)}.mobile-facets__highlight{opacity:0;visibility:hidden}.mobile-facets__checkbox:checked+.mobile-facets__highlight{visibility:visible;opacity:1;position:absolute;top:0px;left:0px;right:0px;bottom:0px;display:block;background-color:rgba(var(--color-foreground),.04)}.mobile-facets__summary{padding:1.3rem 0;font-weight:700;font-size:1.2em;color:rgb(var(--color-foreground))}.mobile-facets__summary .select__select{font-size:inherit}.mobile-facets__summary svg{right:.3rem;height:.9rem;margin-left:auto}.mobile-facets__summary>div,.facets__summary>div{display:flex;align-items:baseline;gap:.7rem;justify-content:space-between}.mobile-facets__submenu .menu-drawer__submenu-header{overflow:visible;overflow:initial}.mobile-facets__submenu .menu-drawer__close-button:before{height:100%}.js .mobile-facets__submenu{position:absolute;z-index:3;top:0;bottom:0;left:0;display:flex;flex-direction:column;width:100%;background-color:var(--header-background-color);transform:translate(100%);visibility:hidden}.js details[open]>.mobile-facets__submenu{transition:transform .4s cubic-bezier(.29,.63,.44,1),visibility .4s cubic-bezier(.29,.63,.44,1)}.js details[open].menu-opening>.mobile-facets__submenu{transform:translate(0);visibility:visible}.js .menu-drawer__submenu .mobile-facets__submenu{overflow-y:auto}.mobile-facets__item{position:relative}input.mobile-facets__checkbox{position:absolute;z-index:0;top:1.2rem;left:2.1rem;width:1.6rem;height:1.6rem;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile-facets__label{padding:1.3rem 2rem 1.3rem 2.5rem;width:100%;transition:background-color .2s ease;word-break:break-word;display:flex;color:var(--header-text-color)}.mobile-facets__label>svg{background-color:rgb(var(--color-background));position:relative;z-index:2;margin-right:1.2rem;flex-shrink:0}.mobile-facets__label .icon-checkmark{position:absolute;top:1.9rem;left:2.8rem;visibility:hidden}.mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark{visibility:visible}.mobile-facets__arrow,.mobile-facets__summary .icon-caret{margin-left:auto;display:block}.mobile-facets__label--disabled{opacity:.5}.mobile-facets__footer{position:sticky;z-index:2;bottom:0;display:grid;grid:1fr / 1fr 1fr;margin-top:auto;padding:2rem;border-top:.1rem solid rgba(var(--color-foreground),.08);background-color:var(--header-background-color)}.mobile-facets__footer>*+*{margin-left:.1rem}.mobile-facets__footer>*{width:100%;height:100%}.mobile-facets__footer .button{padding-left:1rem;padding-right:1rem;color:var(--header-text-color)}.mobile-facets__footer noscript .button{width:100%}.mobile-facets__sort{display:flex;justify-content:space-between;width:100%;align-items:center}.mobile-facets__sort label{flex-shrink:0}.mobile-facets__sort .select{width:auto}.no-js .mobile-facets__sort .select{position:relative;right:-1rem}.mobile-facets__sort .select .icon-caret{right:.6rem}.mobile-facets__sort .select__select{box-shadow:none;font-size:.9em}.product-count{position:relative;align-self:center;text-align:right}.product-count--desktop{position:absolute;left:50%;width:100%;translate:-50% -227%}.product-count__text{font-size:1.4rem;line-height:1.5;margin:0}.product-count__text.loading{visibility:hidden}.product-count .loading-overlay__spinner{position:absolute;top:50%;right:0;display:none;width:1.8rem;transform:translateY(-50%)}.product-count__text.loading+.loading-overlay__spinner{display:block}.list-view-picker{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;grid-area:listview}.mobile-facets__details--list-view{border-top:.1rem solid rgba(var(--color-foreground),.08)}.mobile-facets__details--list-view .mobile-facets__summary{display:flex;gap:2.5rem;align-items:center}.mobile-facets__details--list-view list-view-picker+list-view-picker{border-left:1px solid #dddddd;padding-left:2rem}.mobile-facets__details .list-view-picker{justify-content:flex-start}.list-view-picker__item{margin:0;padding:0;color:var(--color-foreground-85);margin-right:2rem}.list-view-picker--desktop .list-view-picker__item{font-size:1.4rem}.list-view-picker__item:last-child{margin-right:0}.list-view-picker__label{cursor:pointer}.list-view-picker__radio:checked+.list-view-picker__label{-webkit-text-decoration:underline;text-decoration:underline}.list-view-picker--icons .list-view-picker__label{padding:0 2px 2px;display:flex}.list-view-picker--icons .list-view-picker__radio:checked+.list-view-picker__label{border-bottom:1px solid currentcolor}.list-view-picker .icon{width:1.6rem;height:1.6rem;display:block}.list-view-picker__label:hover{opacity:.7}@media screen and (max-width: 989px){.product-count{grid-area:counter}}
