.main-wrapper .stores-content{padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.main-wrapper .stores-divider{display:flex;align-items:center;justify-content:center;-o-object-fit:contain;object-fit:contain;overflow:hidden}.main-wrapper .stores-divider>h2{font-size:2rem;font-weight:600;margin-bottom:20px;text-align:center}.main-wrapper .stores-divider>img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.main-wrapper .stores-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;margin:0 auto;flex-wrap:wrap;max-width:1200px}.main-wrapper .store-card{background-color:#fff;border-radius:10px;padding:1.5rem;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease}.main-wrapper .store-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.main-wrapper .store-logo{width:100%;height:auto;margin-bottom:1rem}.main-wrapper .store-logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media(max-width: 1200px){.main-wrapper .stores-grid{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(max-width: 992px){.main-wrapper .stores-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(max-width: 576px){.main-wrapper .stores-grid{grid-template-columns:1fr;gap:1.5rem}.main-wrapper .store-card{padding:1rem}}/*# sourceMappingURL=stores.min.css.map */