.fh-filter-summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;color:#514b52}
.fh-filter-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d9d5d1;border-radius:24px;color:inherit;text-decoration:none;background:#fff;min-height:40px}
.fh-filter-clear-link{text-underline-offset:3px;color:inherit;padding:8px}
html body .fh-filter-drawer{position:fixed;inset:0 auto 0 0;margin:0;padding:0;width:min(90vw,440px);max-width:100vw;height:100vh;height:100dvh;max-height:100dvh;border:0;background:#fff;color:#302d31;box-sizing:border-box;font:400 15px/1.5 Arial,sans-serif;overflow:hidden;box-shadow:8px 0 32px #0002}
.fh-filter-drawer:not([open]){display:none}
.fh-filter-drawer::backdrop{background:rgb(30 25 32 / 45%)}
.fh-filter-drawer *{box-sizing:border-box}
.fh-filter-drawer form{display:flex;flex-direction:column;height:100%;margin:0}
.fh-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:none;padding:14px 18px;border-bottom:1px solid #e4e0dd;background:#fff}
html body .fh-filter-heading h2{margin:0;font:600 20px/1.3 Arial,sans-serif;letter-spacing:0;color:inherit}
.fh-filter-drawer button{cursor:pointer;font:inherit;color:inherit}
.fh-filter-close{width:44px;height:44px;background:transparent;border:0;font-size:28px!important}
.fh-filter-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 18px 20px;scrollbar-gutter:stable}
.fh-filter-reset,.fh-filter-more{background:transparent;border:0;min-height:44px;padding:10px 0;text-align:left}
.fh-filter-reset{text-decoration:underline;text-underline-offset:3px}
.fh-filter-group{border-bottom:1px solid #ddd7d2;padding:14px 0 18px}
.fh-filter-group summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;min-height:44px;font-weight:600;gap:8px}
.fh-filter-group summary::-webkit-details-marker{display:none}
.fh-filter-group summary::after{content:'+';font-size:20px}.fh-filter-group[open] summary::after{content:'−'}
.fh-filter-option{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 0;cursor:pointer}
.fh-filter-option input{appearance:auto;width:19px;height:19px;flex:none;margin:0;accent-color:#f4691b}
.fh-filter-option span{overflow-wrap:anywhere}.fh-filter-option small{margin-left:auto;color:#746b74;font-size:12px}
.fh-filter-option:has(input:disabled){opacity:.5;cursor:default}
.fh-filter-drawer [hidden]{display:none!important}
.fh-price-presets{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}
.fh-price-presets button{min-height:44px;padding:8px 12px;border:1px solid #ddd7d2;border-radius:24px;background:#fff;font-size:13px}
.fh-price-presets button[aria-pressed=true]{border:2px solid #302d31;padding:7px 11px;background:#faf8f4}
.fh-price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}
.fh-price-inputs label{font-size:12px}.fh-price-inputs input{display:block;width:100%;min-width:0;height:44px;border:1px solid #c8c1bb;border-radius:6px;padding:8px;background:#fff;color:#302d31;font:16px Arial,sans-serif;margin-top:6px}
.fh-filter-note{font-size:12px;color:#716771;margin:20px 0 0}
.fh-filter-actions{display:flex;gap:10px;flex:none;padding:12px 18px;padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid #ddd7d2;background:#fff}
.fh-filter-actions button{min-height:48px;border:0;border-radius:28px;padding:10px 20px;background:#302d31;color:#fff}
.fh-filter-actions button[type=submit]{flex:1;background:#f4691b;color:#fff;font-weight:600}
.fh-filter-drawer :focus-visible,.fh-filter-chip:focus-visible{outline:2px solid #302d31;outline-offset:3px}
html.fh-filters-open{overflow:hidden}
@media(prefers-reduced-motion:no-preference){.fh-filter-drawer[open]{animation:fh-filter-enter .18s ease-out}@keyframes fh-filter-enter{from{transform:translateX(-100%)}to{transform:translateX(0)}}}
