/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./deps/sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./deps/sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./deps/sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/app_schaffrath/cartridges/app_page_designer/cartridge/client/default/scss/experience/components/commerceAssets/storeLocator.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 1820px */
/* 1180px */
.store-locator-container {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .store-locator-container {
    grid-template-columns: 32% 68%;
    gap: 1rem;
  }
}
.store-locator-container .store-locator-header {
  grid-column: 1/-1;
}
.store-locator-container .store-locator-header h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-header h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
}
.store-locator-container .store-locator-header h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-header h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-top: 0.75rem;
  }
}
.store-locator-container.store-locator-container-mobile-map-first .store-locator-stores-list {
  grid-column: 1;
  order: 2;
}
.store-locator-container.store-locator-container-mobile-map-first .store-locator-map {
  grid-column: 1;
  order: 1;
}
@media (min-width: 992px) {
  .store-locator-container.store-locator-container-mobile-map-first .store-locator-stores-list {
    grid-column: auto;
    order: 0;
  }
  .store-locator-container.store-locator-container-mobile-map-first .store-locator-map {
    grid-column: auto;
    order: 0;
  }
}
@media (min-width: 768px) {
  .store-locator-container.store-locator-container-desktop-map-first {
    grid-template-columns: 68% 30%;
  }
  .store-locator-container.store-locator-container-desktop-map-first .store-locator-stores-list {
    grid-column: 2;
    order: 2;
  }
  .store-locator-container.store-locator-container-desktop-map-first .store-locator-map {
    grid-column: 1;
    order: 1;
  }
}
.store-locator-container [data-tab-id] {
  display: none;
}
.store-locator-container [data-tab-id].active {
  display: block;
}
.store-locator-container .store-locator-stores-list {
  width: 98%;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list {
    width: auto;
    margin-top: 1.75rem;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-navigation {
  margin-bottom: 2rem;
  display: flex;
  gap: 2.5rem;
  box-shadow: inset 0 -0.0625rem 0 0 #f2f2f2;
}
.store-locator-container .store-locator-stores-list .store-locator-navigation .tab-btn {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: box-shadow 0.15s ease-in-out;
  color: #424242;
  background-color: transparent;
  border: none;
  padding: 0.75rem 0.25rem;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-navigation .tab-btn {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .store-locator-container .store-locator-stores-list .store-locator-navigation .tab-btn {
    transition: none;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-navigation .tab-btn:hover, .store-locator-container .store-locator-stores-list .store-locator-navigation .tab-btn.active {
  box-shadow: inset 0 -0.125rem 0 0 #e30714;
}
.store-locator-container .store-locator-stores-list .store-locator-store-list {
  max-height: 25rem !important;
  margin-right: -0.5rem;
  padding-right: 0.3125rem;
  overflow-y: scroll;
}
.store-locator-container .store-locator-stores-list .store-locator-store-list::after {
  content: "";
  height: 2.5rem;
  display: block;
  position: sticky;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store-list::after {
    height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store-list {
    max-height: 35rem !important;
    margin-right: 0;
    padding-right: 0;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store-list::-webkit-scrollbar {
  width: 0.1875rem;
}
.store-locator-container .store-locator-stores-list .store-locator-store-list::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}
.store-locator-container .store-locator-stores-list .store-locator-store-list::-webkit-scrollbar-thumb {
  background-color: #e30714;
  border-radius: 0.25rem;
  cursor: pointer;
}
.store-locator-container .store-locator-stores-list .store-locator-store-list::-webkit-scrollbar-thumb:hover {
  background-color: #be000b;
}
.store-locator-container .store-locator-stores-list .store-locator-store {
  transition: background-color 0.15s ease-in-out;
  margin: 0 0 0.75rem 0;
  padding: 0.75rem;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .store-locator-container .store-locator-stores-list .store-locator-store {
    transition: none;
  }
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store {
    margin: 0 2.5rem 0.75rem 0;
    padding: 1.25rem;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store.active, .store-locator-container .store-locator-stores-list .store-locator-store:hover {
  background-color: #ebe4de;
}
.store-locator-container .store-locator-stores-list .store-locator-store:last-child {
  margin: 0;
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store:last-child {
    margin: 0 2.5rem 0 0;
    padding: 1.25rem;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-heading {
  margin: 0 2.75rem 0.75rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-heading .store-locator-store-title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-heading .store-locator-store-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-heading .store-highlight-badge {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.01em;
  height: -moz-min-content;
  height: min-content;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  background-color: #e30714;
  border-radius: 4.875rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-heading .store-highlight-badge {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-cta {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-cta {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-body {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-stores-list .store-locator-store .store-locator-store-body {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-events-info p {
  margin-bottom: 0.75rem;
}
.store-locator-container .store-locator-stores-list .store-locator-store .store-default-info p {
  margin-bottom: 0.25rem;
}
.store-locator-container .store-badges {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.store-locator-container .store-badges .store-badge {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  outline: 0.125rem solid #424242;
  border-radius: 4.875rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .store-locator-container .store-badges .store-badge {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
}
.store-locator-container .image-fluid {
  width: 100%;
  max-width: 100%;
}
.store-locator-container .store-locator-map {
  margin-top: 1.75rem;
  position: relative;
  align-self: baseline;
  overflow: hidden;
}
.store-locator-container .store-locator-map_spots {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.store-locator-container .store-locator-map_spots-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
}
.store-locator-container .store-locator-map_spot {
  position: absolute;
  top: var(--top-position);
  left: var(--left-position);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.store-locator-container .store-locator-map_spot:has(.m-active) {
  z-index: 2;
}
.store-locator-container .store-locator-map_spot-btn {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4196078431);
  border: none;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .store-locator-container .store-locator-map_spot-btn {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-map_spot-btn {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.store-locator-container .store-locator-map_spot-btn::after {
  transition: transform 0.15s ease-in-out;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #e30714;
  border-radius: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .store-locator-container .store-locator-map_spot-btn::after {
    transition: none;
  }
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-map_spot-btn::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.store-locator-container .store-locator-map_spot-btn:is(:hover, .m-active)::after {
  transform: scale(1.3);
}
.store-locator-container .store-locator-map_spot.kitchen .store-locator-map_spot-btn {
  color: #c00;
}
.store-locator-container .store-locator-map_spot.kitchen .store-locator-map_spot-btn::after {
  background-color: #e30714;
}
.store-locator-container .store-locator-map_spot.furniture .store-locator-map_spot-btn {
  color: #424242;
}
.store-locator-container .store-locator-map_spot-popup {
  padding: 0.625rem 0.75rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  visibility: hidden;
  background-color: #f2f2f2;
  border-radius: 2rem;
  box-shadow: 0 0 2rem 0 rgba(66, 66, 66, 0.1);
  z-index: 2;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-map_spot-popup {
    padding: 1.5rem 2rem;
  }
}
.store-locator-container .store-locator-map_spot-popup[aria-hidden=false] {
  visibility: visible;
}
.store-locator-container .store-locator-map_spot-popup_content {
  white-space: nowrap;
}
.store-locator-container .store-locator-map_spot-popup_content-title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-map_spot-popup_content-title {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
}
.store-locator-container .store-locator-map_spot-popup_content .m-link_regular {
  margin-top: 0.625rem;
}
@media (min-width: 992px) {
  .store-locator-container .store-locator-map_spot-popup_content .m-link_regular {
    margin-top: 1.25rem;
  }
}

.store-locator-container button[data-id=store-01G] {
  color: #47a27f !important;
}

/*# sourceMappingURL=storeLocator.css.map*/