.cwf-toolbar-wrap{width:100%;margin:0 0 24px;direction:rtl}
.cwf-toolbar-inner{position:relative;font:inherit;color:inherit}
.cwf-toolbar-row,.cwf-desktop-controls,.cwf-mobile-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cwf-control{position:relative}
.cwf-trigger,.cwf-mobile-trigger,.cwf-clear-btn,.cwf-apply-btn,.cwf-close-sheet{appearance:none;border:1px solid rgba(45,45,50,.18);background:#fff;color:#2d2d32;border-radius:8px;padding:10px 14px;font:inherit;cursor:pointer}
.cwf-trigger{display:flex;align-items:center;gap:8px;min-height:44px}
.cwf-trigger-icon{display:inline-flex;transition:transform .2s ease}
.cwf-control.is-open .cwf-trigger-icon{transform:rotate(180deg)}
.cwf-dropdown-panel,.cwf-sort-panel{display:none;position:absolute;top:calc(100% + 8px);right:0;z-index:40;min-width:240px;max-height:360px;overflow:auto;background:#fff;border:1px solid rgba(45,45,50,.13);border-radius:12px;padding:12px;box-shadow:0 14px 34px rgba(0,0,0,.10)}
.cwf-control.is-open .cwf-dropdown-panel,.cwf-control.is-open .cwf-sort-panel{display:block}
.cwf-options-list,.cwf-sort-list{display:grid;gap:6px}
.cwf-check-row,.cwf-sort-option{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px;border-radius:8px;cursor:pointer}
.cwf-check-row:hover,.cwf-sort-option:hover{background:rgba(45,45,50,.05)}
.cwf-check-label{flex:1}
.cwf-active-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}
.cwf-active-chips{display:flex;gap:8px;flex-wrap:wrap}
.cwf-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:rgba(45,45,50,.07);padding:7px 10px;font-size:.9em}
.cwf-chip-x{border:0;background:transparent;cursor:pointer;padding:0;line-height:1}
.cwf-price-values{display:flex;justify-content:space-between;gap:14px;margin-bottom:12px}
.cwf-price-slider{position:relative;height:24px}
.cwf-price-track{position:absolute;top:11px;right:0;left:0;height:3px;background:rgba(45,45,50,.15)}
.cwf-range{position:absolute;inset:0;width:100%;height:24px;pointer-events:none;background:transparent;appearance:none}
.cwf-range::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:#2d2d32;pointer-events:auto;cursor:pointer}
.cwf-range::-moz-range-thumb{width:18px;height:18px;border:0;border-radius:50%;background:#2d2d32;pointer-events:auto;cursor:pointer}
.cwf-mobile-controls{display:none}
.cwf-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9997;opacity:0;visibility:hidden;transition:.2s}
.cwf-mobile-sheet{position:fixed;right:0;left:0;bottom:0;z-index:9998;max-height:88vh;overflow:auto;background:#fff;border-radius:20px 20px 0 0;transform:translateY(105%);transition:.25s;padding:18px}
.cwf-mobile-sheet.is-open{transform:translateY(0)}
body.cwf-sheet-open .cwf-overlay{opacity:1;visibility:visible}
body.cwf-sheet-open{overflow:hidden}
.cwf-mobile-sheet-head,.cwf-sheet-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cwf-sheet-section{padding:14px 0;border-bottom:1px solid rgba(45,45,50,.1)}
.cwf-sheet-title{font-weight:700;margin-bottom:10px}
.cwf-is-loading{position:relative;pointer-events:none;opacity:.55}
@media(max-width:767px){.cwf-desktop-controls{display:none}.cwf-mobile-controls{display:flex}.cwf-mobile-trigger{flex:1;display:flex;justify-content:center;align-items:center;gap:8px}.cwf-toolbar-row{display:block}}
