.filter-drawer-bar{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:none}.filter-drawer-toggle{color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#000;border:none;border-radius:999px;align-items:center;gap:.55rem;min-height:44px;padding:.7rem 1.15rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.filter-drawer-toggle:active{transform:scale(.97)}.filter-drawer-badge{color:#000;letter-spacing:0;background:#c9a96e;border-radius:999px;justify-content:center;align-items:center;min-width:1.4rem;height:1.4rem;padding:0 .4rem;font-size:.75rem;font-weight:700;display:inline-flex}.filter-drawer-count{color:#6b6356;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.filter-drawer-overlay{z-index:999;background:#0000008c;animation:.25s fadeIn;display:none;position:fixed;inset:0}.filter-drawer{z-index:1000;background:#fff;border-radius:18px 18px 0 0;flex-direction:column;height:92vh;max-height:92vh;transition:transform .32s cubic-bezier(.32,.72,0,1);display:none;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(100%);box-shadow:0 -8px 24px #0000002e}.filter-drawer--open{transform:translateY(0)}.filter-drawer__header{border-bottom:1px solid #ede8df;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem .85rem;display:flex;position:relative}.filter-drawer__header:before{content:"";background:#d6d0c4;border-radius:999px;width:2.25rem;height:.25rem;position:absolute;top:.45rem;left:50%;transform:translate(-50%)}.filter-drawer__heading{color:#1a1a1a;letter-spacing:.02em;margin:.5rem 0 0;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700}.filter-drawer-close{color:#2a2a2a;cursor:pointer;background:#f5f1e8;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;margin-top:.4rem;transition:background .15s;display:inline-flex}.filter-drawer-close:active{background:#ede8df}.filter-drawer__body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:.5rem 1.25rem 0;display:flex;overflow-y:auto}.filter-drawer__group{border-bottom:1px solid #f1ede4;padding:1rem 0}.filter-drawer__group:last-of-type{border-bottom:none}.filter-drawer__title{letter-spacing:.12em;text-transform:uppercase;color:#6b6356;margin:0 0 .7rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;display:block}.filter-drawer__input{color:#1a1a1a;appearance:none;background:#fff;border:1.5px solid #e3ddd0;border-radius:10px;width:100%;height:46px;padding:0 .85rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .15s,box-shadow .15s}.filter-drawer__input:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #c9a96e40}select.filter-drawer__input{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.filter-drawer__chips{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{color:#2a2a2a;cursor:pointer;background:#f7f3ea;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:.4rem;min-height:40px;padding:.55rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:background .15s,color .15s,border-color .15s,transform .1s;display:inline-flex}.filter-chip:active{transform:scale(.96)}.filter-chip--active{color:#fff;background:#000;border-color:#000;font-weight:600}.filter-chip--active svg{color:#c9a96e}.filter-drawer__price-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:.6rem;display:grid}.filter-drawer__dash{color:#b8b1a3;font-weight:600}.filter-drawer__footer{padding:.85rem 1.25rem max(.85rem, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #ede8df;flex-shrink:0;grid-template-columns:1fr 1.6fr;gap:.65rem;margin:0 -1.25rem;display:grid;position:sticky;bottom:0}.filter-drawer__btn{letter-spacing:.04em;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:50px;padding:0 1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:background .15s,color .15s,transform .1s;display:inline-flex}.filter-drawer__btn:active{transform:scale(.98)}.filter-drawer__btn--primary{color:#fff;background:#000}.filter-drawer__btn--ghost{color:#2a2a2a;background:#f5f1e8}@media (max-width:900px){.filter-drawer-bar{display:flex}.filter-drawer-overlay{display:block}.filter-drawer{display:flex}.products-sidebar,.products-bar{display:none!important}.products-layout{grid-template-columns:1fr!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
