body#stores .columns-container.container{width:min(100% - 2rem,1440px);max-width:none;padding-inline:0}
body#stores .page-content--stores{margin-bottom:3rem}
body#stores .store__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
body#stores .store{display:flex;min-width:0;overflow:hidden;flex-direction:column;gap:0;padding:0;border:1px solid #e0e4e8;border-radius:1rem;background:#fff;box-shadow:0 10px 28px rgba(22,27,33,.07)}
body#stores .store__image{display:block;width:100%;aspect-ratio:3/2;overflow:hidden;border-bottom:1px solid #e0e4e8;background:#f4f6f7}
body#stores .store__image picture{display:block;width:100%;height:100%}
body#stores .store__img{display:block;width:100%;height:100%;border-radius:0;object-fit:contain;object-position:center}
body#stores .store__informations{display:flex;min-width:0;flex:1;flex-direction:column;padding:1.35rem}
body#stores .store__name{margin-bottom:.75rem;color:#20242a;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}
body#stores .store__address{margin-bottom:.5rem;color:#5d6670;line-height:1.55}
body#stores .store__informations .accordion{margin-top:auto!important;padding-top:.65rem}
body#stores .store__toggle{font-weight:700}
body#stores .store__contacts{display:grid;gap:.45rem;padding:0;list-style:none}
body#stores .store__contact{display:flex;align-items:center;gap:.45rem;overflow-wrap:anywhere}
body#stores .store__contact .material-icons{color:#d60816;font-size:1.1rem}
body#stores .store__opening-times{width:100%;margin:0}
body#stores .store__opening-times th,body#stores .store__opening-times td{padding:.38rem .25rem;vertical-align:top}
body#stores .store__opening-times th{white-space:nowrap}
@media(max-width:767.98px){body#stores .columns-container.container{width:min(100% - 1.25rem,1440px)}body#stores .store__list{grid-template-columns:1fr;gap:1rem}body#stores .store__informations{padding:1.1rem}body#stores .store__name{font-size:1.15rem}}
@media(max-width:419.98px){body#stores .store__image{aspect-ratio:4/3}body#stores .store__opening-times th{white-space:normal}}
