.stores-page{background-color:#edf1f8;min-height:100vh;padding:1.5rem 0}.stores-page .container{max-width:1280px;margin:0 auto;padding:0 20px}.page-title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:2.5rem}.featured-stores{margin-bottom:4rem}.featured-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;margin-bottom:2rem}.featured-store-card{background:white;border-radius:8px;padding:1.5rem 1rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.featured-store-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px rgba(0,0,0,.25)}.store-logo{width:120px;height:120px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:white;overflow:hidden}.logo-img{width:100%;height:100%;object-fit:contain}.store-name{font-size:1rem;font-weight:600;color:#333;margin:0}.recently-added{background:white;border-radius:8px;padding:2rem}.section-title{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:2rem}.stores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 2rem;margin-bottom:2rem}.store-link{color:#333;text-decoration:none;font-size:16px;font-weight:500;line-height:24px;transition:color .2s ease}.store-link:hover{color:#0080ff}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.page-btn{background:#3258b3;color:white;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background .2s ease}.page-btn:hover{background:#487eff}.page-info{color:#666;font-size:1rem}@media screen and (max-width:1024px){.featured-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.page-title{font-size:24px;margin-bottom:2rem}.featured-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.featured-store-card{padding:1rem}.store-logo{width:100px;height:100px}.stores-grid{grid-template-columns:1fr;gap:.5rem}.recently-added{padding:1.5rem}.section-title{font-size:1.5rem}}