.store-header-bg{height:350px;background:url(https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=1920&auto=format&fit=crop) center/cover no-repeat;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:0;border-radius:0 0 30px 30px;overflow:hidden}.store-header-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,59,92,.9),rgba(0,59,92,.7))}.store-title{position:relative;z-index:2;padding:0 20px;max-width:800px}.store-title h1{font-size:3.5rem;font-weight:900;margin-bottom:15px;text-shadow:0 4px 10px rgba(0,0,0,.3)}.store-title p{font-size:1.25rem;opacity:.95;font-weight:400}.store-layout{display:grid;grid-template-columns:280px 1fr;gap:40px;padding:60px 15px}.filter-sidebar{background:#fff;padding:30px;border-radius:20px;border:1px solid var(--border-color);height:fit-content;position:sticky;top:110px;box-shadow:var(--shadow-card);transition:var(--transition)}.filter-group{margin-bottom:30px;border-bottom:1px solid #f1f5f9;padding-bottom:20px}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-title{font-weight:800;color:var(--brand-secondary);margin-bottom:15px;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.filter-title i{color:var(--brand-primary);opacity:.8}.filter-list label{display:flex;align-items:center;gap:12px;margin-bottom:12px;cursor:pointer;color:var(--text-muted);font-weight:600;transition:.2s;font-size:.95rem}.filter-list label:hover{color:var(--brand-primary);transform:translateX(-5px)}.filter-list input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:5px;display:grid;place-content:center;transition:.2s}.filter-list input[type=checkbox]::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;font-size:12px;color:#fff;transform:scale(0);transition:.2s}.filter-list input[type=checkbox]:checked{background:var(--brand-primary);border-color:var(--brand-primary)}.filter-list input[type=checkbox]:checked::before{transform:scale(1)}.price-range-inputs{display:flex;gap:10px;align-items:center}.price-input{width:100%;padding:10px;border:1px solid var(--border-color);border-radius:10px;font-family:inherit;background:#f8fafc;text-align:center;transition:.3s}.price-input:focus{border-color:var(--brand-primary);background:#fff}.store-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;background:#fff;padding:15px 30px;border-radius:16px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.sort-select{padding:10px 20px;border-radius:10px;border:1px solid #e2e8f0;font-family:inherit;cursor:pointer;background:#f8fafc;font-weight:600;color:var(--text-main);outline:0;transition:.3s}.sort-select:focus,.sort-select:hover{border-color:var(--brand-secondary);background:#fff}@media (max-width:900px){.store-layout{grid-template-columns:1fr;gap:30px}.filter-sidebar{position:static;margin-bottom:20px;display:flex;flex-direction:column;gap:20px}.store-header-bg{height:250px;border-radius:0 0 20px 20px}.store-title h1{font-size:2.2rem}.store-toolbar{flex-direction:column;gap:15px;text-align:center}.sort-select{width:100%}}