.product-filters-sidebar{position:sticky;top:calc(var(--site-header-offset, 4rem) + 1rem);display:flex;flex-direction:column;gap:1rem;padding:1.125rem;background:var(--background-elevated);border:1px solid var(--border);border-radius:16px}.product-filters-sidebar__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-filters-sidebar__title{margin:0;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text)}.product-filters-panel{display:flex;flex-direction:column;gap:1rem}.product-filters-panel__group{display:flex;flex-direction:column;gap:.625rem}.product-filters-overlay{position:fixed;inset:0;z-index:50}.product-filters-overlay__backdrop{position:absolute;inset:0;border:0;background:rgb(15 23 42/.42);cursor:pointer}.product-filters-overlay__panel{position:absolute;display:flex;flex-direction:column;max-height:100%;background:var(--background);border:1px solid var(--border);box-shadow:0 12px 40px rgb(15 23 42/.12)}.product-filters-overlay__panel--drawer{top:0;right:0;width:min(100%,22rem);height:100%}.product-filters-overlay__panel--sheet{right:0;bottom:0;left:0;max-height:85vh;border-radius:18px 18px 0 0}.product-filters-overlay__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.product-filters-overlay__title{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.product-filters-overlay__body{overflow:auto;padding:1.25rem}.product-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.product-filter-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--text);background:var(--background-muted);border:1px solid var(--border);border-radius:999px;text-decoration:none;transition:border-color .16s ease,background-color .16s ease}.product-filter-chip:hover{border-color:var(--primary);background:var(--primary-subtle)}.product-filter-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.product-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding-inline:.375rem;margin-inline-start:.375rem;font-size:.6875rem;font-weight:700;line-height:1;color:var(--primary-contrast,#fff);background:var(--primary);border-radius:999px}@media (prefers-reduced-motion:reduce){.product-filter-chip{transition:none}}