.shop{padding:40px 24px 80px}.shop-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:40px;display:flex}.shop-header h1{font-size:clamp(26px,5vw,40px)}.shop-count{color:var(--text-muted);margin-top:4px;font-size:14px}.shop-header-actions{align-items:center;gap:12px;display:flex}.shop-sort{background:var(--cream);font-family:var(--font-body);color:var(--text-dark);cursor:pointer;border:1.5px solid #435c4c33;border-radius:50px;padding:10px 16px;font-size:13px}.filter-toggle{display:none}.shop-layout{grid-template-columns:240px 1fr;gap:40px;display:grid}.shop-sidebar{height:fit-content;position:sticky;top:90px}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.sidebar-header h3{font-size:20px}.sidebar-close{color:var(--text-dark);display:none}.filter-group{margin-bottom:28px}.filter-group h4{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-size:11px;font-weight:500}.filter-chip{color:var(--text-muted);cursor:pointer;background:0 0;border:1.5px solid #435c4c26;border-radius:50px;margin:0 6px 8px 0;padding:6px 14px;font-size:13px;transition:all .2s;display:inline-block}.filter-chip:hover{border-color:var(--primary);color:var(--primary)}.filter-chip.active{background:var(--primary);color:var(--cream);border-color:var(--primary)}.price-range{flex-direction:column;gap:8px;display:flex}.price-slider{width:100%;accent-color:var(--primary)}.price-label{color:var(--text-muted);font-size:13px}.filter-reset{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:13px;text-decoration:underline}.shop-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.shop-empty{width:100%;padding:12px 0}@media (max-width:1024px){.shop-layout{grid-template-columns:200px 1fr;gap:16px}.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{z-index:200;background:var(--cream);width:280px;padding:72px 20px 24px;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 32px #435c4c2e}.shop-sidebar.open{transform:translate(0)}.shop-filter-toggle{color:var(--primary);cursor:pointer;background:0 0;border:1px solid #435c4c33;border-radius:8px;align-items:center;gap:6px;margin-bottom:12px;padding:8px 14px;font-size:13px;font-weight:500;display:flex}}@media (max-width:480px){.shop{padding:32px 14px 60px}.shop-header{margin-bottom:24px}.shop-header-actions{justify-content:space-between;gap:8px;width:100%}.shop-sort{flex:1;min-height:40px;padding:9px 12px;font-size:12px}.shop-filter-toggle{min-height:40px;padding:8px 12px}.shop-grid{grid-template-columns:repeat(2,1fr);gap:10px}}
