/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.store-locator-list {
  max-width: 100%;
}
.store-locator-list__search {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.store-locator-list__search-field {
  width: 100%;
  position: relative;
}
.store-locator-list__search-input {
  width: 100%;
  height: 50px;
  padding: 10px 115px 10px 15px !important;
  font-size: 15px;
  color: #000 !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.store-locator-list__search-input:focus {
  outline: none;
}
.store-locator-list__search-input::-moz-placeholder {
  color: #999;
}
.store-locator-list__search-input::placeholder {
  color: #999;
}
.store-locator-list__search-btn {
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: var(--global-palette1);
  box-shadow: none !important;
  cursor: pointer;
  white-space: nowrap;
  position: absolute;
  transition: all 0.3s ease;
}
.store-locator-list__search-btn:hover {
  background-color: #000;
}
.store-locator-list__search-clear {
  padding: 0;
  font-size: 14px;
  color: var(--global-palette1);
  text-transform: none;
  background-color: transparent !important;
  box-shadow: none !important;
}
.store-locator-list__search-clear:hover {
  color: #000 !important;
}
.store-locator-list__search-clear:disabled {
  color: #000;
  cursor: not-allowed;
  opacity: 0.6;
}
.store-locator-list__list {
  height: 500px;
  padding-right: 10px;
  overflow-y: auto;
}
.store-locator-list__list::-webkit-scrollbar {
  width: 8px;
}
.store-locator-list__list::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 5px;
}
.store-locator-list__list::-webkit-scrollbar-thumb {
  background: var(--global-palette1);
  border-radius: 10px;
}
.store-locator-list__card {
  padding: 25px 20px 25px 25px;
  margin-bottom: 20px;
  border-left: 3px solid var(--global-palette7);
  background: var(--global-palette7);
  cursor: pointer;
  transition: all 0.3s ease;
}
.store-locator-list__card:hover {
  transform: translateY(-2px);
}
.store-locator-list__card--active {
  border-color: var(--global-palette1);
}
.store-locator-list__card:last-child {
  margin-bottom: 0;
}
.store-locator-list__card-title {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}
.store-locator-list__card-address {
  margin-bottom: 20px !important;
}
.store-locator-list__card-text {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.store-locator-list__card-phone, .store-locator-list__card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.store-locator-list__card-phone a {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--global-palette1);
  text-decoration: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.store-locator-list__card-phone a:hover {
  color: #000;
}
.store-locator-list__card-phone a svg {
  width: 19px;
  height: 19px;
}
.store-locator-list__card-phone a .kb-adv-text-inner {
  line-height: 19px;
}
.store-locator-list__card-links {
  margin-top: 20px;
}
.store-locator-list__card-links a {
  padding: 10px 20px;
  font-size: 15px;
}
.store-locator-list__card-links a:hover {
  color: #fff;
  background-color: #000;
}
.store-locator-list__card-links--www {
  color: #000;
  background-color: #f7b000;
}
.store-locator-list__card-links--shop {
  color: #fff;
  background-color: var(--global-palette1);
}
.store-locator-list__message {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
}
.store-locator-list__message--loading {
  color: #0073aa;
}

.store-locator-map {
  max-width: 100%;
  height: 600px;
}
.store-locator-map__container {
  width: 100%;
  height: 600px !important;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 15px;
  min-width: 200px;
}
.leaflet-popup-content h4 {
  margin: 0 0 10px 0;
  color: #0073aa;
  font-size: 16px;
  font-weight: 600;
}
.leaflet-popup-content p {
  margin: 0 !important;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.leaflet-popup-content a {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
  transition: all 0.3s ease;
}
.leaflet-popup-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .store-locator-list__card-title {
    font-size: 20px;
  }
}
