.filter-checkboxes-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.filter-checkbox-item{align-items:center;margin-bottom:0;display:flex}.custom-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;width:100%;padding:8px 0;transition:all .3s;display:flex}.custom-checkbox:hover{transform:translate(4px)}.custom-checkbox input[type=checkbox]{display:none}.checkbox-box{background:#fff;border:2px solid #d4af9a;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .3s;display:flex;position:relative}.custom-checkbox input[type=checkbox]:checked+.checkbox-box{background:#362114;border-color:#362114;box-shadow:0 0 0 3px #3621141a}.checkbox-box:after{content:"";opacity:0;background:#fff;border-radius:1px;width:6px;height:6px;transition:all .3s;position:absolute;transform:scale(0)}.custom-checkbox input[type=checkbox]:checked+.checkbox-box:after{opacity:1;transform:scale(1)}.checkbox-label{color:#2a2a2a;cursor:pointer;font-family:Lato,sans-serif;font-size:13px;font-weight:400;line-height:1.4;transition:all .3s}.custom-checkbox:hover .checkbox-label{color:#362114;font-weight:500}.custom-checkbox input[type=checkbox]:checked+.checkbox-box+.checkbox-label{color:#362114;font-weight:600}.custom-checkbox input[type=checkbox]:focus+.checkbox-box{outline-offset:2px;outline:2px solid #362114}@keyframes checkMark{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes boxPulse{0%{box-shadow:0 0 0 3px #3621141a}50%{box-shadow:0 0 0 6px #36211433}to{box-shadow:0 0 0 3px #3621141a}}.custom-checkbox input[type=checkbox]:checked+.checkbox-box:after{animation:.4s ease-in-out checkMark}.custom-checkbox input[type=checkbox]:checked+.checkbox-box{animation:.4s ease-in-out boxPulse}.filter-checkbox-item:hover .checkbox-box{background:#fff5f3;border-color:#362114}.custom-checkbox input[type=checkbox]:checked:hover+.checkbox-box{background:#4a3a2a;box-shadow:0 0 0 3px #4a3a2a26}@media (max-width:768px){.filter-checkboxes-list{gap:10px}.custom-checkbox{padding:6px 0}.checkbox-box{border-width:1.5px;width:16px;height:16px}.checkbox-label{font-size:12px}}@media (max-width:576px){.filter-checkboxes-list{gap:8px}.custom-checkbox{padding:4px 0}.checkbox-box{width:16px;height:16px}.checkbox-label{font-size:12px}}
