.custom-checkbox{-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex}.custom-checkbox__input{opacity:0;width:1px;height:1px;margin:0;position:absolute}.custom-checkbox__label{cursor:pointer;padding-left:1.6rem;line-height:1.2;position:relative}.custom-checkbox__label:before{content:"";background:#fff;border:1px solid #111;border-radius:50%;width:1rem;height:1rem;transition:background .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.custom-checkbox__input:checked+.custom-checkbox__label:before{background:#111}#filter-scroll{position:relative}.grad-1{background:linear-gradient(#f9fafb 40%,#f9fafb00)}.grad-2{background:linear-gradient(#f9fafb00,#f9fafb 60%)}
