.store-locator{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:8rem;padding:4rem 3rem}.store-locator__filters{align-items:end;color:#fff;display:flex;gap:1rem;justify-content:start;margin-bottom:2rem;max-width:1200px;width:100%}@media (max-width:700px){.store-locator__filters{align-items:start;flex-direction:column}.store-locator__filters>div,.store-locator__input,.store-locator__search-button{width:100%}}.store-locator__filters label{margin-bottom:.25rem}.store-locator__filters>div{display:flex;flex-direction:column}.store-locator__container{color:#fff;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center;margin:auto;max-width:1200px;padding:0 1rem;width:100%}@media (max-width:800px){.store-locator__container{display:flex;flex-direction:column-reverse}}#store-locator__map{grid-column:span 2;height:500px;width:100%}.store-locator__store-info{display:flex;flex-direction:column;max-height:500px;overflow-y:scroll}.store-locator__store-item{border-bottom:1px dotted #fff;padding:1rem 0}.store-locator__store-item p{margin:0}.store-locator__store-item a,.store-locator__store-item b,.store-locator__store-item span{color:#7dbb4d}.store-locator__input{background-color:#eaeaea;border:0;color:#000;font-size:1.25rem;height:2.5rem;padding:.5rem}.store-locator__search-button{font-size:1.25rem;height:2.5rem;padding:0 1rem}.store-locator__input::placeholder{color:grey}