/* Garware-themed Store Locator page. Compiled from app/scss/store-locator.scss. */

.path-store-locator .store-locator-hero {
  background: linear-gradient(120deg, #231f20 0%, #3a3536 100%);
  color: #fff;
  padding: 60px 0 48px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.path-store-locator .store-locator-hero--has-image {
  padding: 0;
  height: 500px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}
.path-store-locator .store-locator-hero--has-image .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .path-store-locator .store-locator-hero--has-image {
    aspect-ratio: auto;
    max-height: none;
    min-height: 220px;
    padding: 40px 0;
  }
}
.path-store-locator .store-locator-hero__title {
  font-family: "InterBold", sans-serif;
  font-size: 42px;
  margin: 0 0 8px;
  color: #fff;
}
.path-store-locator .store-locator-hero__sub {
  font-family: "InterRegular", sans-serif;
  font-size: 18px;
  margin: 0;
  opacity: 0.85;
}

.path-store-locator .store-locator-section {
  padding-bottom: 80px;
}

.path-store-locator .store-locator-empty {
  background: #dcdcdc;
  border-left: 4px solid #ed1c24;
  padding: 20px 24px;
  font-family: "InterMedium", sans-serif;
}

.path-store-locator .store-locator-search {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 575px) {
  .path-store-locator .store-locator-search {
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.path-store-locator .store-locator-search:focus-within {
  border-color: #ed1c24;
  box-shadow: 0 4px 16px rgba(237, 28, 36, 0.12);
}
.path-store-locator .store-locator-search__icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: #ed1c24;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M21 21l-4.35-4.35M11 19a8 8 0 1 1 0-16 8 8 0 0 1 0 16z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M21 21l-4.35-4.35M11 19a8 8 0 1 1 0-16 8 8 0 0 1 0 16z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .path-store-locator .store-locator-search__icon {
    height: auto;
  }
}
.path-store-locator .store-locator-search__field {
  flex: 1;
}
.path-store-locator .loc-map-container .loc-list {
  width: 100%;
}
.path-store-locator .store-locator-search__field input[type="text"],
.path-store-locator .store-locator-search__field input[type="search"] {
  width: 100%;
  border: none;
  outline: none;
  font-family: "InterRegular", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  background: transparent;
  color: #231f20;
}
.path-store-locator .store-locator-search__field input::placeholder {
  color: #4e4c4d;
}
.path-store-locator .store-locator-search__state {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .path-store-locator .store-locator-search__state {
    flex: 0 0 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c9c9c9;
  }
}
@media (max-width: 575px) {
  .path-store-locator .store-locator-search__state .store-locator-state-select {
    width: 100%;
    padding: 10px 12px;
    font-family: "InterRegular", sans-serif;
    font-size: 18px;
    color: #231f20;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    outline: none;
  }
}

.path-store-locator .store-locator-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .path-store-locator .store-locator-grid {
    grid-template-columns: minmax(320px, 38%) 1fr;
  }
}

.path-store-locator .store-locator-list {
  max-height: 640px;
  height: 640px;
  overflow-y: auto;
  padding-right: 8px;
}
.store-locator-state-select {
  border: 1px solid #c9c9c9;
  padding: 13px;
  border-radius: 5px;
}
.path-store-locator .store-locator-list__count {
  font-family: "InterMedium", sans-serif;
  font-size: 14px;
  color: #4e4c4d;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.path-store-locator .store-locator-list__count strong {
  color: #ed1c24;
  font-family: "InterBold", sans-serif;
}
.path-store-locator .store-locator-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.path-store-locator .store-locator-list::-webkit-scrollbar {
  width: 6px;
}
.path-store-locator .store-locator-list::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 3px;
}
.path-store-locator .store-locator-list::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 3px;
}

.path-store-locator .store-locator-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.path-store-locator .store-locator-card:hover,
.path-store-locator .store-locator-card.active {
  border-color: #ed1c24;
  background-color: #ed1c240a;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.path-store-locator .store-locator-card__pin {
  flex-shrink: 0;
  display: none !important;
  width: 34px;
  height: 34px;
  background: #ed1c24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "InterBold", sans-serif;
  font-size: 14px;
}
.path-store-locator .store-locator-card__body {
  flex: 1;
  font-family: "InterRegular", sans-serif;
  font-size: 16px;
  color: #231f20;
  line-height: 1.55;
}
.path-store-locator .store-locator-card__name {
  font-family: "InterSemibold", sans-serif;
  font-size: 18px;
  color: #ed1c24;
  margin-bottom: 4px;
}
.path-store-locator .store-locator-card__city {
  font-family: "InterMedium", sans-serif;
  color: #4e4c4d;
  margin-bottom: 8px;
}
.path-store-locator .store-locator-card__address_one,
.path-store-locator .store-locator-card__address_two,
.path-store-locator .store-locator-card__postcode {
  color: #4e4c4d;
  font-size: 14px;
}
.path-store-locator .store-locator-card__website a {
  color: #ed1c24;
  text-decoration: none;
  font-family: "InterMedium", sans-serif;
  font-size: 14px;
}
.path-store-locator .store-locator-card__website a:hover {
  text-decoration: underline;
}
.path-store-locator .store-locator-card__direction {
  margin-top: 10px;
}
.path-store-locator .store-locator-card__direction a {
  display: inline-block;
  background: #ed1c24;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-family: "InterMedium", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.path-store-locator .store-locator-card__direction a:hover {
  background: #d51920;
}

.path-store-locator .store-locator-map-wrap {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: #e0e0e0;
  min-height: 420px;
}
@media (min-width: 768px) {
  .path-store-locator .store-locator-map-wrap {
    min-height: 640px;
  }
}
.path-store-locator .store-locator-map-wrap .store-locator-map {
  width: 100%;
  height: 100%;
  min-height: inherit;
}
