/*
Filterable Search Styles
*/

.filterable_search {
  position: relative;
}

.filterable_search_attribute[data-hidden="true"] {
  display: none;
}

.filterable_search_attribute[data-disable="true"] {
  pointer-events: none;
  opacity: 0.6;
  display: none;
}
