/* ===== GP Woo Shop Filter – GermanPerman clean sidebar ===== */
.gp-woo-shop-filter {
  width: 100% !important;
  max-width: 270px !important;
  margin: 0 auto 28px !important;
  padding: 22px 18px 20px !important;
  background: #ffffff !important;
  border: 2.4px solid #e73522 !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(20, 20, 60, 0.08) !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.gp-woo-shop-filter .gp-wsf-title {
  color: #123cff !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  margin: 0 0 12px !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  text-wrap: balance;
}
.gp-woo-shop-filter .gp-wsf-line {
  width: 112px !important;
  height: 4px !important;
  margin: 0 auto 18px !important;
  background: #123cff !important;
  border-radius: 999px !important;
}
.gp-woo-shop-filter .gp-wsf-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  margin: 5px 0 !important;
  color: #515a70 !important;
  background: transparent !important;
  border-radius: 12px !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-wrap: balance;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}
.gp-woo-shop-filter .gp-wsf-item:hover,
.gp-woo-shop-filter .gp-wsf-item.is-active {
  color: #e73522 !important;
  background: rgba(231, 53, 34, 0.07) !important;
  transform: translateY(-1px) !important;
}
.gp-woo-shop-filter .gp-wsf-all {
  color: #e73522 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}
.gp-woo-shop-filter .gp-wsf-item.is-missing {
  opacity: 0.38 !important;
  pointer-events: none !important;
}
.gp-wsf-hidden {
  display: none !important;
}
.gp-woo-shop-filter[dir="rtl"] .gp-wsf-item,
.gp-woo-shop-filter[dir="rtl"] .gp-wsf-title { direction: rtl !important; }
.gp-woo-shop-filter[dir="ltr"] .gp-wsf-item,
.gp-woo-shop-filter[dir="ltr"] .gp-wsf-title { direction: ltr !important; }
@media (max-width: 1024px) {
  .gp-woo-shop-filter { max-width: 250px !important; padding: 20px 15px !important; }
  .gp-woo-shop-filter .gp-wsf-item { font-size: 13px !important; padding: 8px 8px !important; }
}
@media (max-width: 767px) {
  .gp-woo-shop-filter { max-width: 100% !important; border-radius: 18px !important; padding: 18px 14px !important; }
  .gp-woo-shop-filter .gp-wsf-title { font-size: 16px !important; }
  .gp-woo-shop-filter .gp-wsf-item { min-height: 42px !important; font-size: 14px !important; padding: 9px 10px !important; }
}
