.filter-sidebar__desktop-header{display:none;padding:1.7rem 0;border-bottom:1px solid var(--color-border)}.filter-header-controls{display:flex;align-items:center;gap:1rem;padding:0 1rem}.filter-visibility-toggle{display:inline-flex;font-size:.875rem;align-items:center;color:var(--color-body);font-weight:var(--font-body-medium-weight, 500);height:32px;background:none;border:none;cursor:pointer;padding:.5rem 0;white-space:nowrap}.filter-visibility-toggle svg{width:16px;height:auto;margin-right:8px}.sort-container{display:flex;align-items:center;padding-left:0;margin-right:30px;position:relative}.sort-container:before{content:"";display:block;position:absolute;top:50%;left:0;height:28px;margin-top:-14px;width:1px;background-color:var(--color-border)}.sort-label{font-weight:var(--font-body-medium-weight, 500);margin-right:10px;font-size:.875rem;margin-bottom:0;white-space:nowrap}.sort-select-wrapper{position:relative;display:inline-block}.sort-select{background:none;font-size:.875rem;height:auto;padding:3px 0;border:0;margin-bottom:0;cursor:pointer;min-width:90px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.sort-select-arrow{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:12px;height:12px;color:rgba(var(--color-foreground),.6);pointer-events:none;transition:transform .2s ease}.sort-select:focus+.sort-select-arrow{color:rgb(var(--color-foreground))}.mobile-filter-sort-bar{position:relative;margin-bottom:2rem;display:none}.mobile-filter-sort-container{display:flex;align-items:center;gap:1rem;width:100%}.mobile-filter-sort-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:.6rem 1.6rem;background:#fff;border:.1rem solid rgba(0,0,0,.15);border-radius:0;font-size:.8rem;font-weight:500;color:#000;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.mobile-filter-sort-btn:hover{background:#0f2d47;border-color:#0f2d47;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.mobile-filter-sort-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.mobile-filter-sort-btn svg{width:.8rem;height:.8rem;transition:all .2s ease}.mobile-filter-sort-btn:hover svg{fill:#fff;color:#fff}.mobile-filter-sort-btn:hover svg path,.mobile-filter-sort-btn:hover svg rect,.mobile-filter-sort-btn:hover svg circle,.mobile-filter-sort-btn:hover svg polygon{fill:#fff;stroke:#fff}.filter-sidebar{position:fixed;bottom:-100%;left:0;width:100%;height:85vh;background:#fff;z-index:1000;transition:bottom .3s ease;overflow-y:auto;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;box-shadow:0 -4px 20px #00000026}.filter-sidebar.open{bottom:0}.filter-sidebar.hidden{display:none}.filter-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:.1rem solid rgba(0,0,0,.1);position:sticky;top:0;background:#fff;z-index:10}.filter-sidebar__header:before{content:"";position:absolute;top:.8rem;left:50%;transform:translate(-50%);width:4rem;height:.4rem;background:#0003;border-radius:.2rem}.filter-sidebar__header h3{margin:0;font-size:1.6rem;font-weight:600;color:#000;margin-top:1rem}.filter-sidebar__close{background:none;border:none;padding:.8rem;cursor:pointer;color:#000;border-radius:50%;transition:background-color .2s ease;margin-top:1rem}.filter-sidebar__close:hover{background:#0000000d}.filter-sidebar__close svg{width:1.8rem;height:1.8rem}.filter-sidebar__content{padding:0;background:#fff}.filter-group{width:100%;border-bottom:1px solid rgba(0,0,0,.1);position:relative;background:#fff}.filter-group__heading{position:relative;font-weight:var(--font-body-medium-weight, 500);line-height:1;display:flex;padding:12px 1rem;align-items:center;justify-content:space-between;cursor:pointer;color:#000;width:100%;background:#fff;border:none;text-align:left;font-size:.875rem;min-height:24px;transition:background-color .2s ease}.filter-group__heading:hover{background:#00000005}.filter-group__heading>span:first-child{flex:1;min-width:0;word-wrap:break-word}.filter-group__heading .filter-group__icon{position:relative;display:inline-flex;width:12px;height:12px;margin-left:auto;flex-shrink:0;transition:transform .2s ease}.filter-group__heading[aria-expanded=true] .filter-group__icon{transform:rotateX(180deg)}.filter-group__content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-bottom:30px;padding-left:1rem;padding-right:1rem;width:100%}.filter-group__content.open{max-height:50rem}.filter-option{display:flex;align-items:center;margin-bottom:6px;width:100%;line-height:1;padding:4px 0;cursor:pointer;transition:background-color .2s ease;position:relative}.filter-option:hover{background:rgba(var(--color-foreground),.02)}.filter-option input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.filter-option__checkmark{width:1.2rem;height:1.2rem;border:.1rem solid rgba(var(--color-foreground),.3);border-radius:.2rem;margin-right:10px;position:relative;flex-shrink:0;transition:all .2s ease}.filter-option input[type=checkbox]:checked+.filter-option__checkmark{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.filter-option input[type=checkbox]:checked+.filter-option__checkmark:after{content:"";position:absolute;left:.35rem;top:.1rem;width:.25rem;height:.5rem;border:solid rgb(var(--color-background));border-width:0 .12rem .12rem 0;transform:rotate(45deg)}.filter-option__checkmark--radio{border-radius:50%!important}.filter-option input[type=radio]:checked+.filter-option__checkmark--radio{background:#000;border-color:#000}.filter-option input[type=radio]:checked+.filter-option__checkmark--radio:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:.6rem;height:.6rem;background:#fff;border-radius:50%}.filter-option__label{flex:1 1 auto;font-size:.875rem;color:#000;line-height:1;min-width:0;word-wrap:break-word}.filter-option__count{font-size:.75rem;opacity:.6;padding-left:10px;margin-left:auto;flex-shrink:0}.price-range-slider{padding:0 1rem 1rem}.price-range-slider__display{display:block;font-size:.8125rem;margin-bottom:15px;color:#000}.price-range-slider__value{font-weight:600}.price-range-slider__separator{margin:0 .5rem;color:rgba(var(--color-foreground),.6)}.price-range-slider__container{position:relative;height:2rem;margin:.5rem 0;display:flex;align-items:center;touch-action:none;-webkit-user-select:none;user-select:none;padding:0 8.5px}.price-range-slider__input{position:absolute;width:100%;height:3px;background:#0003;pointer-events:none;appearance:none;-webkit-appearance:none;top:50%;transform:translateY(-50%);border-radius:0;border:none}.price-range-slider__input::-webkit-slider-track{width:100%;height:3px;background:#0003;border-radius:0}.price-range-slider__input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:17px;height:17px;background:#fff;border:1px solid #000000;border-radius:50%;cursor:pointer;pointer-events:all;position:relative;z-index:2;top:0;right:0;backface-visibility:hidden}.price-range-slider__input::-webkit-slider-thumb:hover{transform:scale(1.1)}.price-range-slider__input::-moz-range-track{width:100%;height:3px;background:#0003;border-radius:0;border:none}.price-range-slider__input::-moz-range-thumb{width:17px;height:17px;background:#fff;border:1px solid #000000;border-radius:50%;cursor:pointer;pointer-events:all;top:0;right:0;backface-visibility:hidden}.price-range-slider__input::-moz-range-thumb:hover{transform:scale(1.1)}.price-range-slider__track{position:absolute;top:50%;height:3px;background:#000;border-radius:0;transform:translateY(-50%);z-index:0}.active-filters{display:block;font-size:.6875rem;width:100%;margin-bottom:1.5rem}.active-filters__list{display:flex;gap:.5rem;flex-wrap:wrap}.active-filter{height:33px;display:inline-flex;align-items:center;padding:10px 16px;margin:0 6px 6px 0;font-size:.75rem;background-color:rgba(var(--color-body-rgb),.05);--color-accent: var(--color-body);border-radius:0;gap:.3rem}.active-filter__remove{background:none;border:none;padding:0;cursor:pointer;color:rgb(var(--color-foreground));width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.active-filter__remove svg{width:8px;height:8px}.active-filter:hover .active-filter__remove svg{transform:scale(1.1)}.active-filters__clear{font-size:.75rem;margin-left:13px;margin-bottom:14px;height:auto;line-height:1.1;background:none;border:none;color:rgba(var(--color-foreground),.7);text-decoration:underline;cursor:pointer}.filter-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.filter-backdrop.open{opacity:1;visibility:visible}@media screen and (max-width: 749px){.filter-sidebar__desktop-header{display:none!important}.mobile-filter-sort-bar{display:block!important}.active-filters{margin-top:1rem!important;margin-bottom:1rem!important}.filter-sidebar{transform:translateY(100%)!important;bottom:-100%!important;left:0!important;right:auto!important;position:fixed!important;width:100%!important;height:85vh!important}.filter-sidebar.open{transform:translateY(0)!important;bottom:0!important}}@media screen and (min-width: 750px){.mobile-filter-sort-bar,.mobile-sort-section{display:none!important}.filter-sidebar__desktop-header{display:block!important}.filter-sidebar__header{display:none!important}.filter-sidebar{position:static!important;width:100%!important;height:auto!important;background:transparent!important;border:none!important;border-radius:0!important;overflow-y:visible!important;transition:all .3s ease!important;z-index:auto!important;min-width:250px!important;bottom:auto!important;left:auto!important;right:auto!important}.active-filters{margin-bottom:1rem!important;width:100%!important}}.filter-sidebar .filter-group__heading{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:17px 1rem!important;font-size:.875rem!important;font-weight:var(--font-body-medium-weight, 500)!important;line-height:1!important;min-height:24px!important}.filter-sidebar .filter-group__heading>span:first-child{flex:1!important;min-width:0!important;word-wrap:break-word!important;text-align:left!important}.filter-sidebar .filter-group__heading .filter-group__icon{flex-shrink:0!important;margin-left:auto!important;width:12px!important;height:12px!important}.filter-sidebar button.filter-group__heading{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:17px 1rem!important;font-size:.875rem!important;font-weight:var(--font-body-medium-weight, 500)!important;line-height:1!important;min-height:24px!important;text-align:left!important}.filter-sidebar button.filter-group__heading span:first-child{flex:1!important;min-width:0!important;word-wrap:break-word!important;text-align:left!important;display:block!important}.filter-sidebar button.filter-group__heading svg{flex-shrink:0!important;margin-left:auto!important;width:12px!important;height:12px!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/menu-filters.css.map */
