.shoes-section{width:100%;padding:40px var(--default-padding)}.shoes-section__container{max-width:1600px;margin:auto}.toolbar{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.toolbar__left{align-items:center;gap:16px;display:flex}.filter-btn{color:#fff;cursor:pointer;background:#000;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:flex}.result-count{color:#555;font-size:14px}.toolbar__right{align-items:center;gap:24px;display:flex}.layout-switch button{color:#bbb;cursor:pointer;background:0 0;border:none;margin:0 4px;font-size:18px}.layout-switch .active{color:#000}.sort-box{align-items:center;gap:8px;font-size:14px;display:flex}.sort-select{border:1px solid var(--border-color);outline:none;position:relative}.sort-select select{cursor:pointer;appearance:none;border:none;padding:6px 26px 6px 8px;font-size:14px}.sort-select svg{pointer-events:none;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.products{gap:30px;display:grid}.products.grid-2{grid-template-columns:repeat(2,1fr)}.products.grid-3{grid-template-columns:repeat(3,1fr)}.products.grid-4{grid-template-columns:repeat(4,1fr)}.products.list{grid-template-columns:1fr}.filter-overlay{z-index:998;background:#00000080;width:100%;height:100%;animation:.3s fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-sidebar-wrapper{z-index:999;height:100%;animation:.3s slideIn;position:fixed;top:0;left:0}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width:1024px){.products.grid-4{grid-template-columns:repeat(3,1fr)}.products.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shoes-section{padding:20px 15px}.toolbar{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px}.toolbar__left{flex:none;gap:0;width:auto}.toolbar__center{flex:none;width:auto;margin-left:auto}.hide-on-mobile{display:none!important}.sort-box{flex:none;gap:0;width:auto;font-size:12px}.sort-box>span{display:none}.sort-select{border:none}.sort-select select{border:1px solid var(--border-color);padding:6px 20px 6px 8px;font-size:12px}.sort-select svg{font-size:12px}.layout-switch{flex-direction:row;gap:8px;max-width:none;margin:0;display:flex}.layout-switch button{padding:4px;font-size:18px}.layout-switch .hide-on-mobile{display:none}.products.grid-2{grid-template-columns:repeat(1,1fr);gap:15px}}
.filter{background:#f8f8f8;width:320px;height:100vh;padding:0;overflow-y:auto}.filter__header{background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:24px 40px;display:flex}.filter__header h2{letter-spacing:4px;color:#000;margin:0;font-size:24px;font-weight:400}.filter__header svg{cursor:pointer;color:#000;font-size:24px}.filter section{background:#fff;border-bottom:1px solid #e0e0e0;padding:0}.filter__title{font-size:var(--default-p-size);cursor:pointer;color:#000;justify-content:space-between;align-items:center;padding:20px 40px;font-weight:600;transition:background-color .2s;display:flex}.filter__title:hover{background-color:#fafafa}.filter__title svg{color:#000;font-size:18px}.filter__content{flex-direction:column;gap:12px;padding:0 40px 20px;display:flex}.filter__content label{cursor:pointer;color:#333;align-items:center;gap:12px;font-size:14px;font-weight:400;transition:color .2s;display:flex}.filter__content label:hover{color:#000}.filter__content input[type=checkbox]{cursor:pointer;accent-color:#000;border:1px solid #ccc;width:18px;height:18px}.filter__price{padding:0 40px 20px}.filter__price-values{color:#000;justify-content:space-between;margin-bottom:16px;font-size:14px;font-weight:400;display:flex}.filter__price-slider{align-items:center;height:18px;margin-top:10px;display:flex;position:relative}.filter__price input[type=range]{appearance:none;pointer-events:none;background:0 0;outline:none;width:100%;height:18px;margin:0;padding:0;position:absolute;top:0;left:0}.filter__price input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:auto;background:#000;border:2px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-7.5px;transition:transform .2s;box-shadow:0 1px 4px #0000004d}.filter__price input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.filter__price input[type=range]::-moz-range-thumb{cursor:pointer;pointer-events:auto;background:#000;border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;box-shadow:0 1px 4px #0000004d}.filter__price input[type=range]::-moz-range-thumb:hover{transform:scale(1.15)}.filter__price input[type=range]::-webkit-slider-runnable-track{background:#000;border-radius:2px;width:100%;height:3px}.filter__price input[type=range]::-moz-range-track{background:#000;border-radius:2px;width:100%;height:3px}.filter__price input[type=range].range-max{z-index:2}.filter__price input[type=range].range-min{z-index:1}
