.MobileFilterPanel-overlay{position:fixed;inset:0;background-color:#00000080;z-index:4000;display:flex;justify-content:center;align-items:flex-end}.MobileFilterPanel{background-color:#fff;width:100%;height:70vh;border-radius:1rem 1rem 0 0;display:flex;flex-direction:column;animation:slide-up .3s ease-out;position:relative;overflow:hidden}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.MobileFilterPanel-header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;height:2.75rem;padding:0 1rem;background-color:#fff;z-index:20}.MobileFilterPanel-title{font-size:1.125rem;font-weight:600;margin:0;text-align:center;flex-grow:1}.MobileFilterPanel-close-button,.MobileFilterPanel-reset-button{background:none;border:none;font-size:.875rem;cursor:pointer;padding:.5rem;text-decoration:underline}.MobileFilterPanel-reset-button{color:#888}.MobileFilterPanel-content-scrollable{padding:0 1rem;overflow-y:auto;position:absolute;top:3.75rem;bottom:5rem;left:0;right:0}.MobileFilterPanel-footer{position:absolute;bottom:0;left:0;right:0;background-color:#fff;z-index:20}.MobileFilterPanel-filter-tags{position:relative}.MobileFilterPanel-apply-button-container{border-top:.0625rem solid #F2F2F2;width:100%;padding:1rem}.MobileFilterPanel-apply-button{width:100%;padding:1rem;background-color:#000;color:#fff;border:none;border-radius:1rem;font-size:1.0625rem;font-weight:500;cursor:pointer}.MobileFilterPanel-apply-button:active{background-color:#333}
