.c-filter-price {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.c-filter-price__wrapper {
  display: flex;
  gap: 20px;
}
.c-filter-price__slider {
  border-radius: 10px;
  width: 180px;
}
@media (max-width: 1649.98px) {
  .c-filter-price__slider {
    width: 144px;
  }
}
.c-filter-price__value {
  font-size: 1em;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  min-width: fit-content;
}
@media (max-width: 1649.98px) {
  .c-filter-price__value {
    font-size: 0.875em;
  }
}