.product-filter__preview{width:100%;max-width:100%;z-index:var(--theme-z-dropdown);flex-wrap:nowrap;align-items:flex-start;gap:1rem;display:flex;position:relative}.product-filter__preview>.facets{flex-flow:row;flex:auto;gap:.5rem;width:100%;max-width:100%;display:flex;position:relative}.product-filter__preview .facets__groups{flex-wrap:nowrap;flex:128px;gap:.4rem;padding-top:.2em;display:flex}.product-filter__preview .facets__groups .facet{flex:none;min-width:-webkit-min-content;min-width:min-content;position:relative}.product-filter__preview .facets__groups .facet .facet__summary{color:var(--theme-color-blue);font-family:inherit;font-size:inherit;cursor:pointer;background-color:#fff;flex-flow:row;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;list-style:none;display:inline-flex}.product-filter__preview .facets__groups .facet .facet__summary::-webkit-details-marker{display:none}.product-filter__preview .facets__groups .facet .facet__name{letter-spacing:-.02em;font-weight:500}.product-filter__preview .facets__groups .facet .facet__icon{width:1rem;height:1rem;line-height:1;transition:transform .2s}.product-filter__preview .facets__groups .facet[open] .facet__icon{transform:rotate(180deg)}.product-filter__preview .facets__groups .facet .facet__fieldset{background-color:#fff;border:none;width:min(100vw - 4rem,15rem);max-height:420px;margin:0;padding:1rem;position:absolute;top:100%;left:0;overflow-x:hidden;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.product-filter__preview .facets__groups .facet .facet__values{margin:0;padding:0;list-style:none}.product-filter__preview .facets__groups .facet .facet__check{cursor:pointer;align-items:center;gap:.5rem;padding:.4rem 0;display:flex}.product-filter__preview .facets__groups .facet .facet__check input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--theme-color-blue);border:1px solid #333;border-radius:2px}.product-filter__preview .facets__groups .facet .facet__check.is-disabled{opacity:.5;cursor:not-allowed}.product-filter__preview .facets__groups .facet .facet__text{flex:1;line-height:1.2em}.product-filter__preview .facets__groups .facet .facet__qty{opacity:.6;font-size:.875rem}.product-filter__preview .facets__groups .facet.facet--hidden{display:none!important}.product-filter__preview .facets__resultcount{opacity:.7;white-space:nowrap;flex:none;align-self:center;font-size:.875rem}.product-filter__preview .facets__sort{flex:0 0 196px;min-width:-webkit-min-content;min-width:min-content;overflow:hidden}.product-filter__open{background-color:var(--theme-color-blue);color:var(--theme-color-white,#fff);font-family:inherit;font-size:inherit;cursor:pointer;border:none;flex:none;align-items:center;gap:.5rem;padding:.6em 1rem;font-weight:500;transition:opacity .2s;display:inline-flex}.product-filter__open:hover{opacity:.9}.product-filter__open span{white-space:nowrap}.product-filter__preview.collapse-mobile>.facets .facets__groups{display:none!important}.product-filter__preview.collapse-mobile>.facets .facets__resultcount{order:2}.product-filter__preview.collapse-mobile>.facets .facets__sort{order:1}.product-filter__preview.collapse-mobile .product-filter__open span{display:none}.product-filter__preview.collapse-mobile .product-filter__open{background-color:var(--theme-color-blue);color:var(--theme-color-white,#fff);padding:.625rem .75rem}@media only screen and (max-width:23.75em){.product-filter__preview.collapse-mobile>.facets .facets__resultcount{display:none}}@media only screen and (min-width:641px){.product-filter__preview.collapse-mobile>.facets .facets__groups{display:flex!important}.product-filter__preview.collapse-mobile>.facets .facets__resultcount,.product-filter__preview.collapse-mobile>.facets .facets__sort{order:unset}.product-filter__preview.collapse-mobile .product-filter__open span{display:inline}.product-filter__preview.collapse-mobile .product-filter__open{padding:.6em 1rem}}.facet--price .facet__fieldset{width:min(100vw - 4rem,16rem);padding:1.25rem}.facet__price-range{flex-direction:column;gap:1.25rem;display:flex}.facet__price-slider{align-items:center;height:1.25rem;padding:0 .5rem;display:flex;position:relative}.facet__price-slider:before{content:"";background:var(--theme-color-grey,#e5e5e5);border-radius:2px;height:4px;position:absolute;left:.5rem;right:.5rem}.facet__range{pointer-events:none;-webkit-appearance:none;appearance:none;background:0 0;width:100%;height:1.25rem;margin:0;position:absolute;left:0;right:0}.facet__range::-webkit-slider-runnable-track{background:0 0;border-radius:2px;height:4px}.facet__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--theme-color-blue,#1a1a1a);cursor:pointer;pointer-events:auto;border:2px solid #fff;border-radius:50%;width:1.125rem;height:1.125rem;margin-top:-7px;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 4px #00000040}.facet__range::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px #0000004d}.facet__range::-moz-range-track{background:0 0;border-radius:2px;height:4px}.facet__range::-moz-range-thumb{background:var(--theme-color-blue,#1a1a1a);cursor:pointer;pointer-events:auto;border:2px solid #fff;border-radius:50%;width:1.125rem;height:1.125rem;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 4px #00000040}.facet__range::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px #0000004d}.facet__price-inputs{flex-wrap:nowrap;align-items:flex-end;gap:.75rem;display:flex}.facet__price-field{flex-direction:column;flex:1;gap:.35rem;display:flex}.facet__price-label{color:var(--theme-color-foreground-subtle,#666);letter-spacing:.02em;text-transform:uppercase;font-size:.75rem;font-weight:500}.facet__price-input-wrap{border:1px solid var(--theme-color-border,#ddd);border-radius:4px;flex-wrap:nowrap;align-items:stretch;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.facet__price-input-wrap:focus-within{border-color:var(--theme-color-blue,#1a1a1a);box-shadow:0 0 0 2px #1a1a1a1a}.facet__price-currency{background:var(--theme-color-grey,#f5f5f5);color:var(--theme-color-foreground-subtle,#666);border-right:1px solid var(--theme-color-border,#ddd);flex:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex;padding:0 .4em!important}.facet__price-input{text-align:right;background:0 0;border:none;flex:1;width:100%;min-width:0;font-family:inherit;font-size:.9375rem;padding:.2em .4em!important}.facet__price-input:focus{outline:none}.facet__price-input::placeholder{color:var(--theme-color-foreground-subtle,#999)}.product-filter__drawer-content{width:min(560px,95vw)}.product-filter__drawer-body{-webkit-overflow-scrolling:touch;flex:auto;overflow-y:auto}.product-filter__drawer-body .facets{padding:1rem}.product-filter__drawer-body .facet{border-bottom:1px solid var(--theme-color-grey);width:100%}.product-filter__drawer-body .facet__summary{cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;list-style:none;display:flex}.product-filter__drawer-body .facet__summary::-webkit-details-marker{display:none}.product-filter__drawer-body .facet__name{font-weight:500}.product-filter__drawer-body .facet__icon{transition:transform .2s}.product-filter__drawer-body .facet[open] .facet__icon{transform:rotate(180deg)}.product-filter__drawer-body .facet__fieldset{border:none;width:100%;margin:0;padding:0 0 1rem}.product-filter__drawer-body .facet--price .facet__fieldset{padding:.5rem 0 1.25rem}.product-filter__drawer-body .facet__values{margin:0;padding:0;list-style:none}.product-filter__drawer-body .facet__check{cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.product-filter__drawer-body .facet__check input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--theme-color-blue);border:1px solid #333;border-radius:2px}.product-filter__drawer-body .facet__check.is-disabled{opacity:.5;cursor:not-allowed}.product-filter__drawer-body .facet__text{flex:1;line-height:1.2em}.product-filter__drawer-body .facet__qty{opacity:.6;font-size:.875rem}.product-filter__drawer-foot{justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-filter__drawer-resultcount{opacity:.7;font-size:.875rem}.product-filter__drawer-actions .button{white-space:nowrap}.facets__active{border-top:var(--theme-color-blue)1px solid;flex-flow:row;justify-content:space-between;align-items:flex-start;gap:1em 2em;margin-top:1em;padding-top:1em;padding-bottom:1em;display:flex}.facets__active ul{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:1em .4em;margin:0;padding:0;list-style:none;display:flex}.facets__active ul li .pill{background-color:var(--theme-color-blue);color:#fff;flex-flow:row;justify-content:flex-start;align-items:center;column-gap:1em;padding:.6em 1em;font-size:.8em;line-height:1em;text-decoration:none;display:inline-flex}.facets__active ul li .pill .pill__info .pill__label{letter-spacing:-.02em;opacity:.6;font-size:.8em;display:block}.facets__active ul li .pill .pill__info .pill__value{letter-spacing:-.02em;display:block}.facets__active ul li .pill.pill--clear{color:var(--theme-color-blue);letter-spacing:-.02em;background-color:#0000}.facets__active ul li.clear{align-self:center}.facets__active section{letter-spacing:-.02em;white-space:nowrap;padding:1.2em 0;font-size:.8em;line-height:1em}