.halo-facets{--halo-accent:#222;--halo-border:#e6e6e6;--halo-muted:#767676;--halo-bg:#fff;font-size:14px;line-height:1.4}.halo-facets *{box-sizing:border-box}.halo-facets__head{display:none;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--halo-border);position:sticky;top:0;background:var(--halo-bg);z-index:2}.halo-facets__head-title{font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:.04em}.halo-facets__close{background:none;border:0;padding:6px;cursor:pointer;line-height:0;color:inherit}.halo-facets__close svg{width:16px;height:16px}.halo-facets__form{padding:0}.halo-facets__active{padding:14px 0;border-bottom:1px solid var(--halo-border)}.halo-facets__active-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.04em}.halo-facets__clear-all{font-size:12px;font-weight:500;text-transform:none;letter-spacing:0;text-decoration:underline;color:var(--halo-muted)}.halo-facets__clear-all:hover{color:var(--halo-accent)}.halo-facets__pills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.halo-facets__pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--halo-border);border-radius:999px;background:#f7f7f7;font-size:12.5px;color:inherit;line-height:1.2}.halo-facets__pill:hover{border-color:var(--halo-accent)}.halo-facets__pill svg{width:9px;height:9px;flex:0 0 auto}.halo-facet{border-bottom:1px solid var(--halo-border)}.halo-facet__summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 2px;cursor:pointer;list-style:none;font-weight:600;font-size:13.5px;text-transform:uppercase;letter-spacing:.03em;-webkit-user-select:none;user-select:none;min-height:44px}.halo-facet__summary::-webkit-details-marker{display:none}.halo-facet__chevron{width:9px;height:9px;border-inline-end:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;flex:0 0 auto;margin-inline-end:4px;opacity:.7}.halo-facet[open] .halo-facet__chevron{transform:rotate(-135deg)}.halo-facet__body{padding:2px 2px 18px}.halo-facet__list{list-style:none;margin:0;padding:0;max-height:280px;overflow-y:auto}.halo-facet__item{margin:0}.halo-facet__label{display:flex;align-items:center;gap:10px;padding:8px 4px;min-height:44px;cursor:pointer;position:relative}.halo-facet__label.is-disabled{opacity:.4;cursor:not-allowed}.halo-facet__checkbox{position:absolute;opacity:0;width:1px;height:1px}.halo-facet__box{flex:0 0 auto;width:20px;height:20px;border:1.5px solid #bdbdbd;border-radius:4px;background:#fff;position:relative;transition:all .15s ease}.halo-facet__checkbox:checked+.halo-facet__box{background:var(--halo-accent);border-color:var(--halo-accent)}.halo-facet__checkbox:checked+.halo-facet__box:after{content:"";position:absolute;inset-inline-start:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.halo-facet__checkbox:focus-visible+.halo-facet__box{outline:2px solid var(--halo-accent);outline-offset:2px}.halo-facet__name{flex:1 1 auto;font-size:13.5px;text-transform:none;letter-spacing:0;font-weight:400}.halo-facet__count{color:var(--halo-muted);font-size:12px;flex:0 0 auto}.halo-facet__price{padding-top:6px}.halo-facet__slider{position:relative;height:34px;margin:6px 8px 14px}.halo-facet__slider-track{position:absolute;inset-inline:0;top:50%;height:3px;transform:translateY(-50%);background:var(--halo-border);border-radius:3px}.halo-facet__slider-range{position:absolute;top:50%;height:3px;transform:translateY(-50%);background:var(--halo-accent);border-radius:3px;inset-inline-start:0;inset-inline-end:0}.halo-facet__slider-input{position:absolute;inset-inline-start:0;top:0;width:100%;height:34px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none}.halo-facet__slider-input::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--halo-accent);cursor:pointer;box-shadow:0 1px 3px #00000040}.halo-facet__slider-input::-moz-range-thumb{pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--halo-accent);cursor:pointer;box-shadow:0 1px 3px #00000040}.halo-facet__slider-input::-webkit-slider-runnable-track{background:none;border:none}.halo-facet__slider-input::-moz-range-track{background:none;border:none}.halo-facet__price-fields{display:flex;align-items:center;gap:8px}.halo-facet__price-field{display:flex;align-items:center;gap:4px;flex:1 1 0;border:1px solid var(--halo-border);border-radius:6px;padding:0 8px;min-height:44px;background:#fff}.halo-facet__price-field:focus-within{border-color:var(--halo-accent)}.halo-facet__price-currency{color:var(--halo-muted);font-size:12.5px;flex:0 0 auto}.halo-facet__price-input{border:0;outline:0;width:100%;min-width:0;font-size:14px;padding:0;background:none;color:inherit;-moz-appearance:textfield}.halo-facet__price-input::-webkit-outer-spin-button,.halo-facet__price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.halo-facet__price-sep{color:var(--halo-muted);flex:0 0 auto}.halo-facets__actions{padding:16px 0}.halo-facets__apply{display:none}.halo-facets-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998}.halo-filter-toggle{display:none;align-items:center;gap:8px;padding:9px 14px;min-height:44px;border:1px solid var(--halo-border,#e6e6e6);border-radius:6px;background:#fff;color:inherit;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;cursor:pointer}.halo-filter-toggle svg{width:15px;height:15px}.halo-filter-toggle__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--halo-accent,#222);color:#fff;font-size:11px;line-height:1}@media(max-width:1199px){.halo-filter-toggle{display:inline-flex}.halo-facets{position:fixed;top:0;bottom:0;inset-inline-start:0;width:min(88vw,360px);background:var(--halo-bg);z-index:9999;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 0 30px #0000002e;padding:0 18px 24px}[dir=rtl] .halo-facets{transform:translate(100%)}html.halo-filters-open .halo-facets{transform:none}html.halo-filters-open{overflow:hidden}html.halo-filters-open .halo-facets-overlay{display:block}.halo-facets__head{display:flex;margin:0 -18px}.halo-facets__apply{display:block;width:100%;text-align:center}}@media(min-width:1200px){.halo-facets{margin-bottom:26px}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/halo-facets.css.map */
