.stores-page h1{margin-bottom:1rem}.search-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-row>:first-child{flex:1 1;min-width:min(220px,100%)}@media (max-width:640px){.search-row{gap:.5rem}.search-row>*{width:100%;min-width:0}}.stores-page .error{color:#c40000;margin-bottom:.75rem}.sort-hint{margin:-.5rem 0 1rem;font-size:.9rem}.store-filters{display:flex;gap:.75rem;flex-wrap:wrap;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .25s ease,opacity .2s ease,margin-bottom .25s ease;margin-bottom:0}.store-filters--open{max-height:400px;opacity:1;pointer-events:auto;margin-bottom:1.5rem;overflow:visible}.store-filters .dropdown{flex:1 1;min-width:min(140px,100%)}.store-filters__btn{display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex-shrink:0;border:none;border-radius:10px;background:var(--input-bg);color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}[data-theme=dark] .store-filters__btn{border:1px solid var(--border)}.store-filters__btn svg{width:22px;height:22px}.store-filters__btn:hover{background:var(--bg-primary)}.store-filters__btn--active{background:var(--color-blue);color:#fff}.store-filters__btn--active:hover{background:var(--accent-dim)}@media (max-width:640px){.store-filters--open{flex-direction:column}.store-filters .dropdown{min-width:0;width:100%}}.store-distance{color:var(--color-blue);font-weight:600;font-size:.95rem;margin:0 0 .35rem}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));grid-gap:1rem;gap:1rem}.store-card h3{margin:0 0 .5rem}.store-card p{margin:.25rem 0}.store-card{display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.store-card,.store-card:hover{text-decoration:none;color:inherit}.store-card:hover{transform:scale(1.03);box-shadow:0 6px 20px rgba(0,0,0,.12)}.store-card-photo-wrap{width:100%;height:180px;background:var(--bg-primary);flex-shrink:0;border-radius:var(--radius);overflow:hidden}.store-card-photo{width:100%;height:100%;object-fit:cover}.store-card-photo-placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9rem}.store-card-body{padding:1rem;flex:1 1;display:flex;flex-direction:column}.store-card-body h3{margin:0 0 .35rem}.store-card-body p{margin:.2rem 0}@media (max-width:480px){.store-grid{grid-template-columns:1fr}}