.pc-sidebar{display:flex;flex-direction:column;gap:var(--spacing-xl,24px);width:280px;flex:0 0 280px;color:var(--text-primary)}.pc-facet{display:flex;flex-direction:column;gap:var(--spacing-md,12px);align-items:flex-start}.pc-facet__title{margin:0}.pc-facet__rows{display:flex;flex-direction:column;align-self:stretch}.pc-facet__chips{display:flex;flex-wrap:wrap;gap:var(--spacing-xs,4px);align-self:stretch}.pc-facet__empty{margin:0;color:var(--text-tertiary)}.pc-facet--row{flex-direction:row;align-items:center;justify-content:space-between;min-height:32px}.pc-facet--row,.pc-sidebar .pc-search{align-self:stretch}@media (max-width:1023px){.pc-sidebar{display:none}}.pc-filter-sheet{position:fixed;inset:0;z-index:1200;display:flex;flex-direction:column;background:var(--bg-page)}.pc-filter-sheet__head{display:flex;align-items:center;gap:var(--spacing-md,12px);flex:0 0 auto;box-sizing:border-box;height:calc(56px + env(safe-area-inset-top, 0px));padding:env(safe-area-inset-top,0) var(--spacing-mlg,20px) 0;border-bottom:1px solid var(--border-subtle)}.pc-filter-sheet__close{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;margin-left:-12px;padding:0;border:none;border-radius:var(--radius-md,8px);background:none;color:var(--icon-primary);cursor:pointer;-webkit-tap-highlight-color:transparent}.pc-filter-sheet__close:active{background:var(--bg-secondary-pressed)}.pc-filter-sheet__title{flex:1 1 auto;margin:0;text-align:center;color:var(--text-primary)}.pc-filter-sheet__reset{display:flex;justify-content:flex-end;flex:0 0 auto;min-width:44px}.pc-filter-sheet__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--spacing-xl,24px) var(--spacing-mlg,20px)}.pc-filter-sheet .pc-sidebar{display:flex;width:100%;flex:1 1 auto}.pc-filter-sheet__foot{flex:0 0 auto;padding:var(--spacing-md,12px) var(--spacing-mlg,20px) var(--spacing-2xl,32px);padding-bottom:calc(var(--spacing-2xl, 32px) + env(safe-area-inset-bottom, 0px));border-top:1px solid var(--border-subtle);background:var(--bg-page)}html.pc-modal-open .mascot-fab,html.pc-modal-open .support-fab{display:none}