.outfits_filter_container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  background-color: white;
  padding: 40px 0;
  overflow-y: hidden;
  z-index: 4;
}
.outfits_filter_scroll {
  display: flex;
  align-items: center;
  padding-left: 10px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -60px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1023px) {
  .outfits_filter_scroll {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.outfits_filter_zalon-filter-button,
.outfits_filter_zalon-filter-button-inverted {
  display: inline-block;
  width: auto;
  min-width: auto;
}
.outfits_filter_zalon-filter-button-inverted {
  background-color: black;
}

