/* VELLSTORE FACETED FILTERS V1 20260924 */
body#category.category-id-923 #search_filters .vell-more-filters {
  color: #fff8ed;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: .8rem 0 .45rem;
  padding: .85rem 0 .15rem;
  border-top: 1px solid rgba(255,255,255,.28);
}
@media (max-width: 767.98px) {
  body#category.category-id-923 #search_filters .vell-more-filters {
    margin: .55rem 0 .25rem;
    padding: .85rem 1rem .25rem;
  }
  body#category.category-id-923 #search_filters .facet {
    border-radius: 14px;
    overflow: hidden;
  }
}


/* VELLSTORE DESKTOP FACET ACCORDIONS V1 20260924 */
@media (min-width: 768px) {
  body#category.category-id-923 #left-column {
    top: 28px !important;
    max-height: calc(100vh - 40px) !important;
  }
  body#category.category-id-923 #search_filters .facet > .facet-title.hidden-sm-down {
    display: none !important;
  }
  body#category.category-id-923 #search_filters .facet > .title.hidden-md-up {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.72);
  }
  body#category.category-id-923 #search_filters .facet > .title .facet-title {
    margin: 0 !important;
  }
  body#category.category-id-923 #search_filters .facet > .collapse {
    display: none !important;
  }
  body#category.category-id-923 #search_filters .facet > .collapse.in,
  body#category.category-id-923 #search_filters .facet > .collapse.show {
    display: block !important;
    max-height: 340px;
    overflow-y: auto;
    padding-top: 8px;
  }
}

/* VELLSTORE FACET LABEL WRAP AND STATUS V1 20260924 */
body#category.category-id-923 #search_filters .facet .facet-label { align-items:flex-start; }
body#category.category-id-923 #search_filters .facet .facet-label a {
 display:block!important; flex:1 1 auto; min-width:0; white-space:normal!important;
 overflow:visible!important; text-overflow:clip!important; overflow-wrap:anywhere; line-height:1.35;
}
body#category.category-id-923 #search_filters .facet .facet-label .magnitude { white-space:nowrap!important; }
body#category.category-id-923 .vell-active-filters-status {
 display:flex; flex-wrap:wrap; gap:8px 12px; align-items:center; width:100%; margin:0 0 14px;
 padding:11px 14px; color:#fff; background:rgba(255,255,255,.10);
 border:1px solid rgba(255,255,255,.38); border-radius:14px; line-height:1.35;
}
body#category.category-id-923 .vell-active-filters-status__text { flex:1 1 230px; min-width:0; }
body#category.category-id-923 .vell-active-filters-status__clear {
 appearance:none; border:1px solid rgba(255,255,255,.75); border-radius:999px; padding:6px 12px;
 background:transparent; color:#fff; font:inherit; font-weight:700; cursor:pointer;
}
body#category.category-id-923 .vell-active-filters-status__clear:hover,
body#category.category-id-923 .vell-active-filters-status__clear:focus { background:#fff; color:#650018; }
