.edc-facets { margin-bottom: 18px; border: 1px solid var(--edc-line, #d7d7d3); background: #fff; }
.edc-facets__heading, .edc-facet-group { padding: 16px; border-bottom: 1px solid var(--edc-line, #d7d7d3); }
.edc-facets__heading { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.edc-facets__heading strong, .edc-facet-group legend { font-family: "EDC UI", Arial, sans-serif; font-weight: 600; }
.edc-facets__heading button, .edc-facets__error button { min-height: 44px; border: 0; padding: 0 2px; background: transparent; color: var(--edc-ink, #090909); font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.edc-facets__heading button:focus-visible, .edc-facets__error button:focus-visible, .edc-facet-more:focus-visible, .edc-facet-search input:focus-visible { outline: 2px solid var(--edc-focus, #1a5fa8); outline-offset: 2px; }
.edc-facet-group { min-width: 0; margin: 0; }
.edc-facet-group:last-child { border-bottom: 0; }
.edc-facet-group legend { margin: 0 0 10px; padding: 0; font-size: 14px; }
.edc-facet-options { display: grid; }
.edc-facet-group--long .edc-facet-options { max-height: 352px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.edc-facet-group--long:not(.is-expanded) .edc-facet-options { max-height: none; overflow: visible; }
.edc-facet-option { min-height: 40px; margin: 0; display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 9px; font-size: 13px; font-weight: 400; cursor: pointer; }
.edc-facet-option[hidden] { display: none; }
.edc-facet-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--edc-ink, #090909); }
.edc-facet-option__label { min-width: 0; display: flex; align-items: center; gap: 8px; line-height: 1.3; }
.edc-facet-option__flag { width: 22px; height: 16px; flex: 0 0 22px; display: block; object-fit: cover; border: 1px solid rgba(17, 18, 16, .16); border-radius: 2px; }
.edc-facet-option small { color: var(--edc-muted, #6a6a67); font-size: 11px; font-variant-numeric: tabular-nums; }
.edc-facet-option:has(input:disabled) { opacity: .45; cursor: default; }
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="brand_country"] .edc-facet-option,
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="production_country"] .edc-facet-option { min-height: 44px; margin-inline: -6px; padding-inline: 6px; border-radius: var(--edc-equipment-radius-control, 7px); transition: background-color 140ms ease; }
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="brand_country"] .edc-facet-option:hover,
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="production_country"] .edc-facet-option:hover,
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="brand_country"] .edc-facet-option:has(input:checked),
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="production_country"] .edc-facet-option:has(input:checked) { background: var(--edc-equipment-surface, #eef0ee); }
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="brand_country"] .edc-facet-option small,
body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="production_country"] .edc-facet-option small { justify-self: end; }
.edc-facet-search { margin: 0 0 10px; display: block; }
.edc-facet-search input { width: 100%; height: 42px; border: 1px solid var(--edc-line, #d7d7d3); border-radius: 0; padding: 0 11px; background: #fff; color: var(--edc-ink, #090909); font-size: 13px; }
.edc-facet-search small { min-height: 15px; margin-top: 5px; display: block; color: var(--edc-muted, #6a6a67); font-size: 11px; }
.edc-facet-more { width: 100%; min-height: 44px; margin-top: 6px; border: 0; border-top: 1px solid var(--edc-line, #d7d7d3); padding: 10px 0 0; background: #fff; color: var(--edc-ink, #090909); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; text-align: left; cursor: pointer; }
.edc-facet-more[hidden] { display: none; }
.edc-facet-price { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.edc-facet-price label { display: grid; gap: 6px; margin: 0; color: var(--edc-muted, #6a6a67); font-size: 12px; font-weight: 500; }
.edc-facet-price input { width: 100%; min-width: 0; height: 42px; border: 1px solid var(--edc-line, #d7d7d3); border-radius: 0; padding: 0 10px; background: #fff; color: inherit; }
.edc-facets[aria-busy="true"] { opacity: .62; pointer-events: none; }
.edc-facets__status { padding: 16px; color: var(--edc-muted, #6a6a67); }
.edc-facets__error { display: grid; gap: 7px; padding: 16px; color: var(--edc-danger, #a33124); }
.edc-facets__error span { color: var(--edc-muted, #6a6a67); }
.edc-facets-ready #block_filter_vier { display: none !important; }
.edc-facets-pagination { display: flex; align-items: center; gap: 14px; }
.edc-facets-pagination button { min-height: 44px; border: 1px solid var(--edc-line, #d7d7d3); padding: 8px 14px; background: #fff; color: inherit; }
.edc-facets-pagination button:not(:disabled) { cursor: pointer; }
.edc-facets-pagination button:disabled { opacity: .45; }
.edc-facets-pagination span { color: var(--edc-muted, #6a6a67); }
@media (max-width: 767px) {
  .edc-facets { margin: 0; border-right: 0; border-left: 0; }
  .edc-facets-pagination { justify-content: space-between; }
  .edc-facets-pagination span { font-size: 12px; }
  .edc-facet-option { min-height: 44px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .edc-facets-pagination + * { scroll-behavior: auto; } }
@media (prefers-reduced-motion: reduce) {
  body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="brand_country"] .edc-facet-option,
  body.edc-equipment-listing .edc-facet-group[data-edc-facet-group="production_country"] .edc-facet-option { transition: none; }
}
