.Store-module__bRshhW__storeLayout{align-items:flex-start;gap:32px;display:flex;position:relative}.Store-module__bRshhW__sidebar{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;flex-shrink:0;width:280px;padding:24px;position:sticky;top:100px}.Store-module__bRshhW__sidebarHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.Store-module__bRshhW__sidebarHeader h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.Store-module__bRshhW__closeSidebarBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.2rem;display:none}.Store-module__bRshhW__categoryList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Store-module__bRshhW__categoryBtn{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Store-module__bRshhW__categoryBtn:hover{color:#fff;background:#ffffff0d}.Store-module__bRshhW__activeCategory{border-color:var(--accent-blue);color:var(--accent-blue);background:#3b82f61a;font-weight:700}.Store-module__bRshhW__activeCategory:hover{color:var(--accent-blue);background:#3b82f626}.Store-module__bRshhW__categoryCount{background:#ffffff1a;border-radius:12px;padding:2px 8px;font-size:.8rem;font-weight:600}.Store-module__bRshhW__activeCategory .Store-module__bRshhW__categoryCount{background:var(--accent-blue);color:#fff}.Store-module__bRshhW__productArea{flex:1;min-width:0}.Store-module__bRshhW__mobileFilterBtn{background:var(--bg-card);border:1px solid var(--border-color);color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;display:none}@media (max-width:900px){.Store-module__bRshhW__storeLayout{flex-direction:column}.Store-module__bRshhW__mobileFilterBtn{display:flex}.Store-module__bRshhW__sidebar{z-index:1000;border:none;border-right:1px solid var(--border-color);background:var(--bg-primary);border-radius:0;width:300px;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.Store-module__bRshhW__sidebarOpen{transform:translate(0)}.Store-module__bRshhW__closeSidebarBtn{display:block}}
