
.woocommerce-custom-filters {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-width: 250px;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 30px;
}
.woocommerce-custom-filters h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}
.filter-group {
  margin-bottom: 15px;
}
.filter-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.filter-group select,
.filter-group input[type=range] {
  width: 100%;
  margin-bottom: 5px;
}
#price-label {
  font-size: 14px;
  margin-top: 5px;
}
button {
  padding: 8px 12px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background-color: #005a87;
}
