.collection-filter-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin:12px 0}.collection-filter-bar--spinner{height:34px;position:relative}.collection-filter-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;height:34px;padding:5px 14px;border:1px solid #ddd;border-radius:3px;background:#fff;font-size:14px;font-weight:400;line-height:22px;color:#333;cursor:pointer;outline:none;-webkit-transition:border-color .15s ease;transition:border-color .15s ease}.collection-filter-btn:hover{border-color:#b7b7b7}.collection-filter-btn--active{border-color:#6890c5;color:#6890c5}.collection-filter-btn__label{white-space:nowrap}.collection-filter-btn__count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:3px;background:#6890c5;color:#fff;font-size:11px;font-weight:600;line-height:1}.collection-filter-overlay{position:fixed;top:42px;left:0;right:0;bottom:0;z-index:1050;background:rgba(0,0,0,.4)}.collection-filter-sidebar{position:fixed;top:42px;left:0;right:0;bottom:0;z-index:1051;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(13,15,27,.2) 0 3px 8px 0;box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 3px 8px 0 rgba(13,15,27,.2)}.collection-filter-sidebar__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:16px 20px;background:#f5f5f5;-ms-flex-negative:0;flex-shrink:0}.collection-filter-sidebar__header,.collection-filter-sidebar__header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.collection-filter-sidebar__header-left{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.collection-filter-sidebar__title{font-size:14px;line-height:22px;color:#333}.collection-filter-sidebar__reset{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;border:none;background:none;padding:0;cursor:pointer;opacity:.5}.collection-filter-sidebar__reset svg path{fill:#707175}.collection-filter-sidebar__reset:hover{opacity:1}.collection-filter-sidebar__reset:hover svg path{fill:#5273a0}.collection-filter-sidebar__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.collection-filter-sidebar__empty{padding:16px 20px;background:#f5f5f5;font-size:14px;color:#333}.collection-filter-sidebar__apply{-ms-flex-negative:0;flex-shrink:0;height:36px;padding:0 16px;border:none;border-radius:3px;background:#6890c5;font-size:14px;font-weight:600;color:#fff;cursor:pointer;white-space:nowrap;-webkit-transition:background .15s ease;transition:background .15s ease}.collection-filter-sidebar__apply:hover{background:#5273a0}