.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_container .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_container .outfits_filter_scroll {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.outfits_filter_container .outfits_filter_scroll .outfits_filter_zalon-filter-button,
.outfits_filter_container .outfits_filter_scroll .outfits_filter_zalon-filter-button-inverted {
  overflow: visible;
  display: inline-block;
  width: auto;
  min-width: auto;
}
.outfits_filter_container .outfits_filter_scroll .outfits_filter_zalon-filter-button-inverted {
  color: white;
  background-color: black;
}
.outfits_filter_container .outfits_filter_scroll .outfits_filter_zalon-filter-button span,
.outfits_filter_container .outfits_filter_scroll .outfits_filter_zalon-filter-button-inverted span {
  margin-left: 0;
  padding-left: 16px;
}
.outfits_filter_container .outfits_filter_scroll .outfits_filter_pointer {
  cursor: pointer;
}

.creator-tooltip {
  position: absolute;
  z-index: 999;
  left: -20px;
  bottom: calc(100% + 14px);
  background: #fff;
  padding: 16px;
  max-width: 300px;
  margin-right: -300px;
  border: 2px solid #1A1A1A;
}
.creator-tooltip::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 30px;
  border-style: solid;
  background: #fff;
  width: 0;
  height: 0;
  transform: rotate(135deg);
  border-width: 9px;
  box-shadow: 2px -2px 0 0 #1a1a1a;
  border-color: transparent transparent #fff #fff;
}

