/* Style for WooCommerce Product Filter — Suffix: b92f89bb */

.woo-filter-container-b92f89bb {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  color: #1f2937;
  font-family: inherit;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.filter-section-b92f89bb {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.filter-section-b92f89bb:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.filter-title-b92f89bb {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #111827;
}

/* Search input styling */
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input-b92f89bb {
  width: 100%;
  padding: 10px 32px 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-color: #f9fafb;
}

.search-input-b92f89bb:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
  background-color: #ffffff;
}

.clear-search-b92f89bb {
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: #9ca3af;
  cursor: pointer;
}

/* Checkboxes & Radios list */
.filter-options-list-b92f89bb {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}

/* Scrollbar customizations */
.filter-options-list-b92f89bb::-webkit-scrollbar {
  width: 5px;
}
.filter-options-list-b92f89bb::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.filter-options-list-b92f89bb::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

/* Custom Checkbox styles */
.filter-checkbox-label-b92f89bb,
.filter-radio-label-b92f89bb {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4b5563;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s;
}

.filter-checkbox-label-b92f89bb:hover,
.filter-radio-label-b92f89bb:hover {
  color: #111827;
}

.filter-checkbox-label-b92f89bb input,
.filter-radio-label-b92f89bb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox-b92f89bb,
.custom-radio-b92f89bb {
  height: 16px;
  width: 16px;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.15s, border-color 0.15s;
}

.custom-radio-b92f89bb {
  border-radius: 50%;
}

.filter-checkbox-label-b92f89bb input:checked ~ .custom-checkbox-b92f89bb {
  background-color: #10b981;
  border-color: #10b981;
}

.filter-radio-label-b92f89bb input:checked ~ .custom-radio-b92f89bb {
  background-color: #10b981;
  border-color: #10b981;
}

.custom-checkbox-b92f89bb::after {
  content: "";
  display: none;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.custom-radio-b92f89bb::after {
  content: "";
  display: none;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}

.filter-checkbox-label-b92f89bb input:checked ~ .custom-checkbox-b92f89bb::after,
.filter-radio-label-b92f89bb input:checked ~ .custom-radio-b92f89bb::after {
  display: block;
}

.term-name-b92f89bb {
  flex-grow: 1;
}

.term-count-b92f89bb {
  color: #9ca3af;
  font-size: 12px;
  margin-left: 4px;
}

/* Price range slider styles */
.price-slider-wrapper-b92f89bb {
  padding: 5px 0;
  position: relative;
}

.price-values-b92f89bb {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111827;
}

.range-sliders-b92f89bb {
  position: relative;
  height: 6px;
  background-color: #e5e7eb;
  border-radius: 3px;
  margin: 15px 0;
}

.range-input-b92f89bb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  background: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.range-input-b92f89bb::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #10b981;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.range-input-b92f89bb::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #10b981;
  pointer-events: auto;
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

/* Reset / Clear Button styling */
.filter-reset-btn-b92f89bb {
  width: 100%;
  padding: 12px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.filter-reset-btn-b92f89bb:hover {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
}

/* Loading state animation */
.woo-filter-loading-opacity {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
