.sort-modal{z-index:100;background:#fff;border-radius:16px;min-width:280px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 40px #0000001f}.sort-modal__header{justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.sort-modal__title{color:#606a74;font-size:16px;font-weight:400}.sort-modal__close{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.sort-modal__close:hover{background:#e8cfc9}.sort-modal__options{flex-direction:column;display:flex}.sort-modal__option{color:#3a3a3a;cursor:pointer;align-items:center;gap:12px;padding:12px 24px;font-size:18px;font-weight:400;transition:background .15s;display:flex}.sort-modal__option:last-child{border-radius:0 0 16px 16px}.sort-modal__option .checkmark{width:16px}.sort-modal__option:hover,.sort-modal__option--active{background:#e8cfc940}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}.filter-modal{z-index:100;background:#fff;border-radius:16px;min-width:300px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 40px #0000001f}.filter-modal__header{border-bottom:1px solid #606a741f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.filter-modal__header-inner{align-items:center;gap:24px;display:flex}.filter-modal__title{color:#3a3a3a;font-size:24px;font-weight:500}.filter-modal__close{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .15s;display:flex}.filter-modal__close:hover{background:#e8cfc9}.filter-modal__reset-all{cursor:pointer;color:#3a3a3a;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:4px 8px;font-size:16px;font-weight:400;transition:background .15s;display:flex}.filter-modal__reset-all:hover{background:#606a7414}.filter-modal__section{border-bottom:1px solid #606a741f;padding:16px 20px}.filter-modal__section:last-child{border-bottom:none}.filter-modal__section--enter{animation:.42s cubic-bezier(.22,1,.36,1) both filter-section-in}.filter-modal__section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.filter-modal__section-title{color:#3a3a3a;font-size:20px;font-weight:400}.filter-modal__section-reset{cursor:pointer;color:#3a3a3a;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:3px 6px;font-size:16px;font-weight:400;transition:background .15s;display:flex}.filter-modal__section-reset:hover{background:#606a7414}.filter-modal__colors{flex-wrap:wrap;gap:8px;display:flex}.filter-modal__color{cursor:pointer;border:2.5px solid #0000;border-radius:8px;flex-shrink:0;width:44px;height:44px;transition:border-color .2s,transform .2s,box-shadow .2s}.filter-modal__color--active{border-color:#c98f8a;transform:scale(1.04);box-shadow:0 4px 14px #c98f8a33}.filter-modal__color:hover:not(.filter-modal__color--active){border-color:#e8cfc9}.filter-modal__color:active{transform:scale(.96)}.filter-modal__sizes{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.filter-modal__size{text-transform:uppercase;cursor:pointer;background-color:#f8f6f2;border-radius:6px;justify-content:center;align-items:center;min-width:44px;height:36px;padding:0 12px;font-size:14px;font-weight:400;transition:background .2s,transform .2s,box-shadow .2s;display:flex}.filter-modal__size--active{color:#7f4a47;background-color:#e8cfc9;font-weight:500;transform:scale(1.03);box-shadow:0 2px 10px #c98f8a26}.filter-modal__size:hover:not(.filter-modal__size--active){background-color:#e8cfc980}.filter-modal__size:active{transform:scale(.97)}.filter-modal__checkboxes{flex-direction:column;gap:14px;display:flex}.filter-modal__checkbox-item{cursor:pointer;color:#3a3a3a;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;font-size:18px;font-weight:400;display:flex}.filter-modal__checkbox{background:#fff;border:1.5px solid #e8cfc9;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .2s,transform .2s;display:flex}.filter-modal__checkbox--checked{border-color:#c98f8a;transform:scale(1.06)}@keyframes filter-section-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.filter-fade-enter-active,.filter-fade-leave-active{transition:opacity .28s,transform .28s cubic-bezier(.22,1,.36,1)}.filter-fade-enter-from,.filter-fade-leave-to{opacity:0;transform:translateY(-8px)scale(.98)}
