.category-filters{width:255px;background:#fff;border-radius:8px;padding:16px 12px;box-shadow:0 4px 8px rgba(0,0,0,.05);height:-moz-fit-content;height:fit-content}.filters-title{font-size:16px;line-height:24px;font-weight:400;color:#222;margin:0 0 24px}.filter-section{margin-bottom:24px}.filter-section:last-child{margin-bottom:0}.filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.filter-label{font-size:16px;font-weight:600;line-height:24px;color:#222}.filter-arrow{flex-shrink:0;cursor:pointer}.filter-options{display:flex;flex-direction:column;gap:8px}.checkbox-option,.radio-option{display:flex;align-items:center;gap:4px;cursor:pointer;font-size:16px;line-height:24px;color:#222}.checkbox-option input[type=checkbox],.radio-option input[type=radio]{display:none}.radio-custom{width:24px;height:24px;border-radius:50%;border:1px solid #c1c1c1;position:relative;flex-shrink:0;transition:all .2s}.radio-option input[type=radio]:checked+.radio-custom{border-color:#004638}.radio-option input[type=radio]:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#004638}.checkbox-custom{width:24px;height:24px;border-radius:2px;border:1px solid #c1c1c1;position:relative;flex-shrink:0;transition:all .2s;background:transparent}.checkbox-option input[type=checkbox]:checked+.checkbox-custom{background:#004638;border-color:#004638}.checkbox-option input[type=checkbox]:checked+.checkbox-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0}@media (max-width:768px){.category-filters{width:100%;box-sizing:border-box}}