.filter-sidebar{background:#e78505;padding:24px;border-radius:16px;border:1px solid #eaeaea;box-shadow:0 4px 12px rgba(0,0,0,.03);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px;font-family:system-ui,-apple-system,sans-serif}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.filter-header h3{font-size:18px;font-weight:700;margin:0;color:#1a1a1a}.reset-btn{gap:4px;background:none;border:none;color:#f68b1e;font-size:13px;padding:4px 8px;border-radius:6px;transition:background .2s}.reset-btn:hover{background:#fff5eb}.filter-section{margin-bottom:24px}.filter-section label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#444;margin-bottom:10px}.input-wrapper{position:relative;display:flex;align-items:center}.filter-input,.filter-select{width:100%;padding:10px 12px 10px 36px;border-radius:10px;border:1px solid #f5f5f7;font-size:14px;transition:all .2s;outline:none;background:#f9f9f9}.filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.filter-input:focus,.filter-select:focus{border-color:#f68b1e;background:#fff;box-shadow:0 0 0 3px rgba(246,139,30,.1)}.icon-prefix{position:absolute;left:12px;color:#f3f2f2;pointer-events:none}.price-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.price-display{background:#1a1a1a;color:#fff;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:700}.filter-range{width:100%;height:6px;background:#eee;border-radius:5px;outline:none;margin:15px 0}.filter-range::-webkit-slider-thumb{width:18px;height:18px;background:#f68b1e;border:3px solid #fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transition:transform .1s;transition:transform .1s}.filter-range::-webkit-slider-thumb:hover{transform:scale(1.1)}.range-limits{display:flex;justify-content:space-between;font-size:18px;color:#f7f0f0;font-weight:500}.reset-btn{display:flex;align-items:center;gap:6px;background-color:transparent;border:1px solid #f0f0f0;color:#111110;font-size:15px;font-weight:600;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s ease-in-out}.reset-btn:hover{background-color:#fff5eb;border-color:#f68b1e;transform:translateY(-1px)}.reset-btn:active{transform:translateY(0);background-color:#ffe8d1}.reset-btn:hover svg{transform:rotate(-45deg);transition:transform .2s ease}