.t-store__filter__item {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.t-store__filter__item-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  white-space: nowrap;
  pointer-events: none !important;
  cursor: default !important;
}

.t-store__filter__item-title::after,
.t-store__filter__item-title::before {
  display: none !important;
  content: none !important;
}

.t-store__filter__item-controls-wrap,
.t-store__filter__item-controls-container {
  display: flex !important;
  position: static !important;
  flex-wrap: wrap;
  gap: 8px;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.t-store__filter__custom-sel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.2s ease;
  background: #fff;
  min-width: 44px;
  box-sizing: border-box;
}

.t-store__filter__custom-sel:hover {
  border-color: #bbb;
}

.t-store__filter__title {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.t-store__filter__options {
  display: flex !important;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.t-store__filter__item_price,
.t-store__filter__price-wrapper {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.t-store__filter__price-input,
.t-store__filter__item_price input[type="text"],
.t-store__filter__item_price input[type="number"] {
  border: 1px solid #e0e0e0 !important;
  border-radius: 100px !important;
  padding: 10px 18px !important;
  font-size: 15px;
  width: 90px;
  height: auto !important;
  background: #fff !important;
  text-align: center;
  box-sizing: border-box;
}

.t-store__filter__item_price .t-store__filter__price-delimiter {
  color: #999;
}

.t-store__filter__delimeter {
  position: relative;
  top: 8px;
}

.t-store__filter__price-btn,
.t-store__filter__item_price button {
  border-radius: 100px !important;
  padding: 10px 24px !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  aspect-ratio: unset !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.t-store__filter__custom-sel,
.t-store__filter__price-input,
.t-store__filter__item_price input[type="text"],
.t-store__filter__item_price input[type="number"],
.t-store__filter__price-btn,
.t-store__filter__item_price button {
  height: 44px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}