/* JBA v16.20.80 — real stone options + physical separation before popular searches */

/* The button already controls visibility in v16.20.79. Once open, force the
   populated two-column list to own real space despite legacy sidebar rules. */
#jba-adv-sidebar-filter .jba-v162079-stone-group.is-open{
  overflow:visible!important;
}

#jba-adv-sidebar-filter .jba-v162079-stone-group.is-open > .jba-v162079-stone-body{
  display:block!important;
  position:relative!important;
  width:100%!important;
  min-height:52px!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  padding:8px 10px 13px!important;
  border-top:1px solid #e5edf4!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

#jba-adv-sidebar-filter .jba-v162079-stone-group.is-open .jba-v162077-stone-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  width:100%!important;
  max-height:360px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

#jba-adv-sidebar-filter .jba-v162077-stone-options > .jba-v162077-stone-option{
  visibility:visible!important;
  opacity:1!important;
}

#jba-adv-sidebar-filter .jba-v162080-stone-empty{
  grid-column:1/-1!important;
  margin:4px 0!important;
  padding:12px!important;
  border:1px dashed #d6e0e9!important;
  border-radius:11px!important;
  color:#718096!important;
  background:#f8fafc!important;
  font-size:10px!important;
  line-height:1.9!important;
  text-align:center!important;
}

/* A real block prevents margin-collapsing and legacy negative margins from
   attaching the popular-search panel to the filter card. */
body.jba-v1670-shop-page .jba-v162080-sidebar-separator{
  display:block!important;
  clear:both!important;
  width:100%!important;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
}

body.jba-v1670-shop-page .jba-v162080-sidebar-separator + .jba-v162072-popular{
  position:relative!important;
  top:auto!important;
  transform:none!important;
  margin:0 0 20px!important;
  clear:both!important;
}

@media (max-width:767px){
  #jba-adv-sidebar-filter .jba-v162079-stone-group.is-open .jba-v162077-stone-options{
    max-height:48vh!important;
  }
  body.jba-v1670-shop-page .jba-v162080-sidebar-separator{
    height:18px!important;
    min-height:18px!important;
  }
}
