/* Elite Mall public discovery filter strength R1.1
   Presentation only: no taxonomy or filtering authority is defined here. */

.emx-filter-panel{
  border:1px solid #e4e7ec;
  box-shadow:0 10px 34px rgba(16,24,40,.08);
}
.emx-panel-head{
  padding:18px 17px 14px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);
  border-bottom:1px solid #e9edf1;
}
.emx-panel-head span{font-size:9px;letter-spacing:.12em}
.emx-panel-head h2{font-size:18px;margin-top:2px}
.emx-filter-form{padding:0 17px 20px}
.emx-filter-form fieldset{padding:18px 0}
.emx-filter-form legend{
  width:100%;
  margin-bottom:11px;
  color:#20252b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.01em;
}
.emx-filter-form select,
.emx-filter-form input{
  min-height:44px;
  border-color:#cfd5dc;
  background:#fff;
}
.emx-apply-filters{
  width:100%;
  min-height:46px;
  border-radius:10px;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(220,76,0,.15);
}

.emx-category-facet{padding-top:14px!important}
.emx-category-breadcrumb{
  display:flex;
  align-items:center;
  gap:5px;
  margin:-2px 0 10px;
  overflow:hidden;
  color:#707781;
  font-size:10px;
  line-height:1.3;
  white-space:nowrap;
}
.emx-category-breadcrumb a{
  color:#5c6470;
  text-decoration:none;
  max-width:92px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.emx-category-breadcrumb strong{
  color:#171a1f;
  overflow:hidden;
  text-overflow:ellipsis;
}
.emx-category-current{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 12px;
  padding:11px 12px;
  border:1px solid rgba(255,107,26,.28);
  border-radius:10px;
  background:#fff7f1;
  color:#16191d;
  text-decoration:none;
}
.emx-category-current span{display:flex;min-width:0;flex-direction:column}
.emx-category-current small{
  color:#c54f0a;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.emx-category-current strong{
  margin-top:2px;
  overflow:hidden;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.emx-category-current b{
  min-width:30px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#fff;
  color:#c54f0a;
  font-size:10px;
}
.emx-category-facet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:6px;
}
.emx-category-facet-head span{
  color:#6b727c;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.emx-category-facet-head a{
  color:#c54f0a;
  font-size:10px;
  font-weight:850;
  text-decoration:none;
}
.emx-category-facet-list{
  max-height:370px;
  overflow:auto;
  scrollbar-width:thin;
  scrollbar-color:#cbd1d8 transparent;
}
.emx-category-facet-list>a{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0;
  padding:8px 7px;
  border-bottom:1px solid #eef1f3;
  border-radius:7px;
  color:#313740;
  text-decoration:none;
  transition:background .15s ease,color .15s ease;
}
.emx-category-facet-list>a:hover{background:#f7f8fa;color:#111}
.emx-category-facet-list>a.active{background:#fff5ee;color:#b74406}
.emx-category-facet-list>a>span{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.emx-category-facet-list strong{
  overflow:hidden;
  font-size:11px;
  font-weight:780;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.emx-category-facet-list em{
  margin-top:1px;
  color:#8a919b;
  font-size:8px;
  font-style:normal;
}
.emx-category-facet-list small{
  flex:0 0 auto;
  min-width:28px;
  color:#747b85;
  font-size:9px;
  font-weight:800;
  text-align:right;
}
.emx-category-all span{font-weight:800}
.emx-category-leaf-note{
  margin:8px 0 0;
  color:#737b85;
  font-size:9px;
  line-height:1.4;
}
.emx-price-inputs{gap:8px}
.emx-price-inputs label span{
  color:#6a717b;
  font-size:9px;
  font-weight:750;
}
@media(max-width:900px){
  .emx-category-facet-list{max-height:none}
  .emx-filter-panel{border:0;box-shadow:none}
}
