.shopify-section--store-locator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  .store-locator-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    justify-content: center;
    picture {
      display: contents;
    }
    source {
      width: 1px;
      height: 1px;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
      margin: -1px;
      padding: 0;
      position: absolute;
      overflow: hidden;
    }
    img {
      max-height: 50px;
      object-fit: contain;
      width: auto;
    }
    h2,
    h1 {
      width: 100%;
      text-align: center;
      justify-content: center;
    }
  }
  #progus-store-locator {
    width: 100% !important;
    box-sizing: border-box;
  }
  .progus-store-locator-searching-phrase {
    font-size: 1.6rem;
    font-family: var(--font-primary);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    text-rendering: optimizeSpeed;
  }
  .section-body {
    text-align: center;
    a {
      color: inherit;
      text-decoration: underline;
      transition: opacity 0.3s ease;
      &:hover {
        opacity: 0.7;
      }
    }
  }
}
