.filters-header{display:grid;grid-template-areas:"hdrname hdrname hdrbtn searchbtn searchbtn" "lasttotal sort sort sort switcher" "choiser choiser choiser choiser choiser";align-items:center;grid-template-columns:min-content min-content min-content auto min-content;gap:1em 1.5em;padding-bottom:0;font-size:.875em}.filters-header .title{grid-area:hdrname;font-size:2em;cursor:pointer}.filters-header__btn-collapse{grid-area:hdrbtn}.filters-header__search{grid-area:searchbtn;justify-self:end}.filters-header__search button{height:2em}.filters-header__search .btn__text{display:none}@media only screen and (min-width:800px){.filters-header__search .btn__text{display:block}}@media only screen and (min-width:1200px){.filters-header__search{justify-self:center}}.filters-header__lasttotal{grid-area:lasttotal;transition:height .1s ease-in-out 1s}.filters-header__lasttotal--open{overflow:hidden;height:0;transition:height .1s ease-in-out 1s;padding-top:0}.filters-header__sort{grid-area:sort;transition:max-height 0s ease .1s,opacity 0s ease .1s,visibility 0s ease .1s;max-height:500px;justify-self:flex-end;z-index:100}.filters-header__sort--open{visibility:hidden;transition:max-height 0s ease 0s,opacity 0s ease 0s,visibility 0s ease 0s}.filters-header__switcher{grid-area:switcher;visibility:visible;transition:max-height 0s ease .1s,opacity 0s ease .1s,visibility 0s ease .1s;max-height:500px}.filters-header__switcher--open{visibility:hidden;transition:max-height 0s ease 0s,opacity 0s ease 0s,visibility 0s ease 0s}.filters-article{padding-left:var(--base);padding-right:var(--base)}.filters-subtitle{padding:1em .3em}.filters-choice{grid-area:choiser;transition:max-height .5s ease;max-height:0;overflow:hidden;z-index:0}.filters-choice.open{max-height:500px}.filters-choice--skeleton{max-height:500px;position:absolute;inset:0;background:var(--black3);display:none;z-index:1000}.filters-choice--skeleton.show{display:block}.filters-choice--skeleton-preloader{position:relative;display:block}.filters-choice__btnwrap{display:flex;gap:2em;margin:0 0 1em}.filters-choice__btnwrap .btn--outline{font-weight:400;color:var(--orange3);border-width:2px}.filters-choice__btnwrap .btn--outline:hover{color:var(--orange1)}.filters-choice__list{position:relative;margin-bottom:1em}.filters-choice__item{display:grid;grid-template-areas:"name counter chevron" "checker checker checker";grid-template-columns:8em auto 15px;gap:0 .5em;border-top:1px solid var(--black1);cursor:pointer}.filters-choice__item:last-child{border-bottom:1px solid var(--black1)}.filters-choice__name{grid-area:name;display:flex;align-items:center;height:3em;padding-left:.5em;color:var(--gray2)}.filters-choice__counter{grid-area:counter;width:100%;height:3em;display:flex;align-items:center;justify-content:flex-end;padding:0 1em}.filters-choice__chevron{grid-area:chevron;margin:auto}.filters-choice__checker{grid-area:checker;gap:.8em 1em;grid-row:span 3;align-items:center;font-weight:400;padding-bottom:1em;height:0;overflow-y:hidden;display:none}.filters-choice__checker.open{display:flex;overflow:auto;max-height:7em;height:auto}.filters-random-btn{display:flex;justify-content:center;padding:.5em .3em}.filters-choice__rangeslider{grid-area:checker;position:relative;display:none;width:100%;height:0;gap:1.5em 0;flex-wrap:wrap;padding:.75em .5em}.filters-choice__rangeslider--open{display:flex;height:auto}.filters-choice__rangeslider-wrap{width:100%;height:1.5em;display:flex;align-items:center;gap:.5em;flex-wrap:nowrap}.filters-choice--rating.filters-choice__item{cursor:default}.scroll-tracker{width:1px;height:1px;position:absolute}@media only screen and (min-width:600px){.filters-header{font-size:inherit}.filters-header .title{font-size:3em}.filters-choice__name{cursor:default}.filters-choice__item{grid-template-areas:"name checker counter chevron" ". checker . .";grid-template-columns:8em auto min-content 15px;border-top:1px solid var(--black2)}.filters-choice__item:last-child{border-bottom:1px solid var(--black2)}.filters-choice__checker{display:flex;height:3em;padding:.75em 0;overflow-y:hidden;cursor:default}.filters-choice__checker.open{overflow:overlay;max-height:7em;height:auto}.filters-choice__rangeslider{display:flex;align-items:center;justify-content:flex-start;height:3em;padding:.75em 0 .75em .5em;overflow-y:hidden;cursor:default}.filters-choice__rangeslider.open{height:auto}.filters-choice__rangeslider-wrap{width:auto;min-width:200px;flex-grow:1}}@media only screen and (min-width:1200px){.filters-header{grid-template-areas:"hdrname hdrbtn searchbtn lasttotal sort switcher" "choiser choiser choiser choiser choiser choiser";grid-template-columns:auto auto 1fr auto auto auto}.filters-header__lasttotal,.filters-header__sort,.filters-header__switcher{display:flex;visibility:visible;max-height:-moz-max-content;max-height:max-content;margin-bottom:0}}