.FilterLabel{cursor:pointer;filter:brightness(.6);box-sizing:border-box;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:auto;min-width:40px;height:clamp(36px,4.6vw,48px);display:flex;position:relative;overflow:hidden}.FilterLabel.active{filter:brightness()}.FilterLabel__image{object-fit:contain;width:auto;max-width:100%;height:100%;display:block}.FilterLabel:hover{filter:brightness(.9)}.FilterLabel:active{filter:brightness(.8)}.filters-container{width:100%;max-width:var(--text-block);z-index:40;margin:0 auto;position:relative}.filters-wrapper{max-width:var(--content-block);width:100%;margin:0 auto}.filters-group{opacity:1;height:auto;transition:all .3s ease-out}.filter-options{gap:var(--gap-xs);flex-wrap:wrap;justify-content:center;align-items:center;width:100%;display:flex}.filters-actions{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;margin-top:16px;padding-top:16px;display:flex}.skeleton-btn{pointer-events:none;animation:1.5s ease-in-out infinite skeleton-pulse;position:relative;overflow:hidden}.skeleton-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;animation:2s infinite skeleton-shimmer;position:absolute;top:0;left:-100%}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:.4}}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}
