.shops-page{padding:calc(var(--navbar-height) + 1.5rem) 1rem 4rem;max-width:900px;margin:0 auto}.shops-header{text-align:center;margin-bottom:1.75rem}.shops-title{color:var(--text-main);margin:0 0 .4rem;font-size:clamp(1.9rem,5vw,2.6rem)}.shops-sub{color:var(--text-muted);margin:0 0 1.25rem;font-size:1.05rem}.shops-tools{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.shops-search{flex:220px;min-width:0}.shops-state,.shops-count{color:var(--text-muted);margin:0 0 1rem}.shops-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.shop-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--border-radius);padding:1.1rem 1.25rem;box-shadow:0 4px 12px #087f8c0f}.shop-head{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.shop-name{color:var(--text-main);overflow-wrap:anywhere;margin:0;font-size:1.15rem}.shop-distance{color:var(--primary-color);flex:none;font-weight:700}.shop-address{color:var(--text-muted);margin:.3rem 0 .9rem}.shop-links{flex-wrap:wrap;gap:.5rem;display:flex}.shop-link{border:1px solid var(--border-light);background:var(--bg-base);min-height:40px;color:var(--primary-color);border-radius:999px;align-items:center;padding:0 .9rem;font-weight:600;text-decoration:none;display:inline-flex}.shop-link:hover{border-color:var(--primary-color)}.shop-link-main{background:var(--primary-color);border-color:var(--primary-color);color:var(--white)}.shop-link-main:hover{background:var(--hover-primary)}.shops-credit{color:var(--text-muted);text-align:center;margin-top:2rem;font-size:.8rem}.shops-credit a{color:inherit}
