@media only screen and (max-width: 600px) {
  .store-locator {
    .store-locator-container {
      .store-locator-header {
        height: 280px;
        h1 {
          font-size: 34px;
        }

        .store-locator-header_search-container {
          flex-flow: column;
          gap: 10px;
          width: 350px;

          .store-locator-header_search-container_form-group {
            width: 100%;
          }

          button {
            height: 45px;
            &:disabled {
              opacity: 0.1;
              cursor: not-allowed;
            }
            .loading .spinner-border {
              width: 20px;
              height: 20px;
              color: #fff !important;
            }
          }
        }
      }

      .store-locator-content {
        .row {
          flex-direction: column-reverse;

          .store-locator-content_map {
            .map-wrapper #map {
              height: 200px !important;
            }
          }
        }

        .store-locator-content_stores {
          margin-bottom: 40px;
        }
      }
    }
  }
}
