/* Custom code updated 8/22/2025 ------------------------------------------------------------------------ */




.store-locator-content {
  position: relative;
}
.store-locator-content__map {
  max-height: 60vh;
  position: sticky !important;
  top: 20px;
}
@media (max-width: 767px) {
  .store-locator-content__map {
    display: none;
    visibility: hidden;
  }
}
.store-locator-content__details {
  padding-right: 30px !important;
}