.filter-btns-wrapper,.some-class{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.filter-btns-wrapper{display:flex;align-items:center}.filter-btns-wrapper .filters-btn{padding:8px 12px;font-family:Milks;display:flex;justify-content:center;align-items:center;border-radius:8px;font-weight:500;font-size:18px;cursor:pointer;letter-spacing:1px;text-align:center}.filter-btns-wrapper .all{background:#fbbb43;color:#000;transition:.2s}.filter-btns-wrapper .all:hover{background:#fdd487}.filtesrs-wrapper{display:flex;width:100%;height:50px;padding:0 15px;align-items:center}.switch-button-container{padding-right:10px}.switch-button{width:340px;height:45px;cursor:pointer;transition:all .3s ease;position:relative;border-radius:5px;display:flex}.switch-button .active{background-color:#fbbb43;background-color:rgba(251,187,67,.549);background-color:rgba(251,187,67,.365);box-shadow:0 0 3px 0 rgba(251,187,67,.365);border:1.5px solid #fbbb43;border-radius:5px;position:absolute;left:0;top:0;width:33.333%;height:100%;z-index:-1;transition:all .3s ease-out}.switch-button .active--prime{background-color:rgba(168,85,247,.365);box-shadow:0 0 3px 0 rgba(168,85,247,.365);border-color:#a855f7}.switch-button-case{display:inline-block;background:none;flex:1 1;width:33.333%;height:100%;color:#fff;position:relative;border:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;padding-bottom:1px;font-family:Milks;font-size:1.1em;font-weight:400}.switch-button-case:hover{cursor:pointer}.switch-button-case:focus{outline:none}@media(max-width:400px){.switch-button{width:100%;min-width:280px}.switch-button-case{font-size:.95em;letter-spacing:1px}}