/* Saintngelic Product Filter — accordion */

.elementor-widget-sng_product_filter,
.elementor-widget-sng_product_filter .elementor-widget-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  box-shadow: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.sng-product-filter {
  width: 100%;
  max-width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  box-sizing: border-box;
  box-shadow: none;
  border: 0;
}

.sng-product-filter *,
.sng-product-filter *::before,
.sng-product-filter *::after {
  box-sizing: border-box;
}

.sng-product-filter__form {
  width: 100%;
  margin: 0;
}

.sng-product-filter__clear-all-wrap {
  padding: 0 0 12px;
}

.sng-product-filter__clear-all {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sng-product-filter__clear-all:hover,
.sng-product-filter__clear-all:focus {
  opacity: 0.75;
}

.sng-product-filter__accordion {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #dcd6ce;
  border-bottom: 1px solid #dcd6ce;
  box-shadow: none;
}

.sng-product-filter__panel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #dcd6ce;
  box-shadow: none;
  background: transparent;
}

.sng-product-filter__panel:last-child {
  border-bottom: 0;
}

/* Tombol header accordion — full width, transparan */
.elementor-widget-sng_product_filter .sng-product-filter button.sng-product-filter__panel-toggle,
.sng-product-filter button.sng-product-filter__panel-toggle {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0;
  margin: 0;
  padding: 16px 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: left;
  cursor: pointer;
  gap: 16px;
  color: #000 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.elementor-widget-sng_product_filter .sng-product-filter button.sng-product-filter__panel-toggle:hover,
.elementor-widget-sng_product_filter .sng-product-filter button.sng-product-filter__panel-toggle:focus,
.elementor-widget-sng_product_filter .sng-product-filter button.sng-product-filter__panel-toggle:active,
.sng-product-filter button.sng-product-filter__panel-toggle:hover,
.sng-product-filter button.sng-product-filter__panel-toggle:focus,
.sng-product-filter button.sng-product-filter__panel-toggle:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sng-product-filter button.sng-product-filter__panel-toggle:hover {
  opacity: 0.75;
}

.sng-product-filter button.sng-product-filter__panel-toggle:focus {
  outline: none;
}

.sng-product-filter button.sng-product-filter__panel-toggle:focus-visible {
  outline: 1px solid rgba(37, 9, 3, 0.35);
  outline-offset: -1px;
}

.sng-product-filter__panel-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  line-height: inherit;
}

.sng-product-filter__panel-icon {
  flex: 0 0 auto;
  align-self: center;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

.sng-product-filter__panel.is-open .sng-product-filter__panel-icon {
  transform: rotate(225deg);
}

.sng-product-filter__panel-body {
  display: block;
  width: 100%;
  padding: 0 0 14px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.sng-product-filter__panel-body[hidden] {
  display: none !important;
}

.sng-product-filter__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.sng-product-filter__option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sng-product-filter__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #250903;
  user-select: none;
}

.sng-product-filter__input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #250903;
  flex-shrink: 0;
}

.sng-product-filter__text {
  color: inherit;
}

.sng-product-filter__label:hover .sng-product-filter__text {
  opacity: 0.85;
}

.sng-product-filter__empty {
  margin: 0;
  font-size: 13px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .sng-product-filter button.sng-product-filter__panel-toggle {
    padding: 14px 0;
  }

  .sng-product-filter__label {
    font-size: 13px;
  }
}
