.stores-module__963OGq__storesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.stores-module__963OGq__storeCard{background:var(--surface);text-align:center;border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:1.5rem;flex-direction:column;align-items:center;height:100%;padding:2.5rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.stores-module__963OGq__storeCard:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-8px)}.stores-module__963OGq__iconBox{background:var(--background);width:90px;height:90px;box-shadow:var(--shadow-md);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:3rem;transition:transform .3s;display:flex}.stores-module__963OGq__storeCard:hover .stores-module__963OGq__iconBox{transform:scale(1.1)rotate(5deg)}.stores-module__963OGq__storeName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:900}.stores-module__963OGq__storeDiscount{color:var(--primary);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.stores-module__963OGq__visitArrow{color:var(--secondary);opacity:.8;font-size:1.1rem;font-weight:700;transition:all .3s}.stores-module__963OGq__storeCard:hover .stores-module__963OGq__visitArrow{opacity:1;transform:translate(-5px)}
