@media (min-width: 576px) {
  .section {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .section {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .product-wrap {
    padding: 30px 0px;
  }
}

@media (min-width: 1200px) {
  .section {
    max-width: 1140px;
  }
}

.product-wrap {
  padding: 30px 0px;
}

.filer-wrap {
  border-radius: 4px;
  background-color: #fff;
  padding: 18px 12px;
}

.products-wrap {
  border-radius: 4px;
  background-color: #fff;
  padding-top: 18px;
}

.input-wrap {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: rgb(238, 238, 238);
  border: 1px solid #e5e7eb;
}

.input-wrap:hover {
  border: 1px solid #14b8a6;
}

.input-wrap:focus {
  border: 1px solid #14b8a6;
}

.filter-title {
  font-weight: 700;
}

.button-wrap {
  width: 100%;
  display: flex;
  gap: 8px;
}

.button-wrap button {
  width: 50%;
}

.price-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-wrap span {
  margin-bottom: 16px;
}
