/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/pd/maphero.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.store-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .store-tile {
    align-items: flex-end;
    max-width: 580px;
  }
}
.store-tile .store-tile-badge-container {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 2;
}
.store-tile .lead-gen-badge,
.store-tile .pre-sale-badge {
  align-items: center;
  display: flex;
  font-family: headingprotreble-extrabold, sans-serif;
  font-size: 12px;
  justify-content: center;
  line-height: 130%;
  padding: 4px 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 901px) {
  .store-tile .lead-gen-badge,
.store-tile .pre-sale-badge {
    font-size: 10px;
  }
}
.store-tile .pre-sale-badge {
  color: #fff;
  background-color: #fe7000;
}
.store-tile .lead-gen-badge {
  background-color: #7adec9;
}
.store-tile .store-tile-images {
  position: relative;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .store-tile .store-tile-images {
    margin-top: auto;
    height: 156.67px;
    width: 235px;
    position: absolute;
    left: 24px;
    top: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .store-tile .store-tile-images .store-tile-slider-arrow-prev,
.store-tile .store-tile-images .store-tile-slider-arrow-next {
    opacity: 0;
  }
  .store-tile .store-tile-images:hover .store-tile-slider-arrow-prev,
.store-tile .store-tile-images:hover .store-tile-slider-arrow-next {
    opacity: 0.8;
  }
  .store-tile .store-tile-images:hover .store-tile-slider-arrow-prev:hover,
.store-tile .store-tile-images:hover .store-tile-slider-arrow-next:hover {
    opacity: 1;
  }
}
.store-tile .store-tile-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 0 16px 16px;
}
@media only screen and (min-width: 768px) {
  .store-tile .store-tile-details {
    padding: 24px 24px 24px 0;
    max-width: 305px;
  }
}
@media only screen and (min-width: 901px) {
  .store-tile .store-tile-details {
    min-height: 205px;
  }
}
.store-tile .store-tile-first-line-wrap {
  display: flex;
  flex-wrap: nowrap;
  font-family: headingprodouble-regular, sans-serif;
  justify-content: space-between;
  margin: 0 0 4px;
}
.store-tile .store-tile-gym-label {
  font-size: 12px;
  line-height: 130%;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-tile .store-tile-distance {
  font-size: 12px;
  line-height: 130%;
  color: #767676;
}
.store-tile .store-tile-title {
  font-family: headingprotreble-extrabold, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  align-self: flex-start;
  overflow: hidden;
  display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 4px;
}
.store-tile .store-tile-city {
  font-family: headingprodouble-regular, sans-serif;
  font-size: 14px;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-tile .store-tile-street,
.store-tile .store-tile-opening-hours {
  font-family: headingprodouble-regular, sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 901px) {
  .store-tile .store-tile-street,
.store-tile .store-tile-opening-hours {
    font-size: 14px;
    line-height: 16px;
  }
}
.store-tile .store-tile-street::before,
.store-tile .store-tile-opening-hours::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.store-tile .store-tile-street {
  display: flex;
  line-height: 130%;
  margin-top: 12px;
}
.store-tile .store-tile-street::before {
  background-image: url("../../img/svg/location-2.svg");
}
.store-tile .store-tile-street .street-wrapper {
  overflow: hidden;
  display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.store-tile .store-tile-opening-hours {
  padding-left: 24px;
  line-height: 100%;
  position: relative;
  margin-top: 8px;
}
.store-tile .store-tile-opening-hours::before {
  background-image: url("../../img/svg/time.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.store-tile .store-tile-opening-hours li:not(:last-child) {
  padding-bottom: 6px;
}
.store-tile .button-wrapper {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .store-tile .button-wrapper {
    margin-top: 12px;
  }
}
.store-tile .button-wrapper a.btn {
  font-size: 14px;
  line-height: 100%;
  padding: 8px;
  height: 32px;
  width: calc(50% - 4px);
}
@media only screen and (min-width: 768px) {
  .store-tile .button-wrapper a.btn {
    width: calc(50% - 6px);
  }
}
.store-tile .button-wrapper a.btn.full-width {
  width: 100%;
}

.store-tile-swiper,
.store-tile-single-image {
  height: 218.67px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .store-tile-swiper,
.store-tile-single-image {
    height: 156.67px;
    width: 235px;
  }
}
.store-tile-swiper picture,
.store-tile-swiper img,
.store-tile-single-image picture,
.store-tile-single-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.store-tile-swiper img,
.store-tile-single-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.store-tile-swiper-navigation-wrapper {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: flex-end;
  background: linear-gradient(360deg, rgba(45, 45, 45, 0.5) 0, transparent 30px);
  pointer-events: none;
}

.store-tile-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 8px;
  pointer-events: all;
}
.store-tile-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  opacity: 0.8;
  background: #fff;
  pointer-events: all;
  cursor: pointer;
}
.store-tile-slider-pagination .swiper-pagination-bullet:focus {
  opacity: 1;
  outline-offset: 4px;
  outline: 1px dashed #fff;
}
.store-tile-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

.store-tile-slider-arrow-prev,
.store-tile-slider-arrow-next {
  position: absolute;
  bottom: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  pointer-events: all;
}
.store-tile-slider-arrow-prev::before,
.store-tile-slider-arrow-next::before {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F103";
}

.store-tile-slider-arrow-prev {
  left: 10px;
}
.store-tile-slider-arrow-prev::before {
  transform: scale(-1, 1);
}

.store-tile-slider-arrow-next {
  right: 10px;
}

.club-finder-pagination-wrapper,
.swiper-button-disabled {
  display: none;
}

.club-finder-selected-store {
  background-color: #fff;
  z-index: 1;
  opacity: 1;
}
@media only screen and (min-width: 901px) {
  .club-finder-selected-store {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms;
  }
}
@media only screen and (max-width: 900px) {
  .club-finder-selected-store {
    background: #fff;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0;
    transition: height 500ms;
    width: 100%;
  }
}
.dragging .club-finder-selected-store {
  transition: none;
}
@media only screen and (max-width: 900px) {
  .club-finder-selected-store.measure {
    opacity: 0;
    transition: none;
    height: auto;
  }
}
@media only screen and (min-width: 901px) {
  .club-finder-selected-store.active {
    grid-template-rows: 1fr;
    margin-bottom: 16px;
    transition: grid-template-rows 500ms;
  }
}
@media only screen and (max-width: 900px) {
  .club-finder-selected-store.active {
    height: 250px;
  }
  .club-finder-selected-store.active.up .store-tile {
    overflow: auto;
    scrollbar-color: #c5c5c5 transparent;
    scrollbar-width: thin;
  }
  .club-finder-selected-store.active.up .store-tile::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .club-finder-selected-store.active.up .store-tile::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .club-finder-selected-store.active.up .store-tile::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
  }
}
.club-finder-selected-store .drag-tag {
  display: none;
  /* Apply grabbing cursor when dragging */
}
@media only screen and (min-width: 901px) {
  .club-finder-selected-store .drag-tag {
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 900px) {
  .club-finder-selected-store .drag-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px 24px;
    background-color: #fff;
    width: 100%;
    position: relative;
  }
  .club-finder-selected-store .drag-tag:hover {
    cursor: grab;
  }
}
.club-finder-selected-store .drag-tag::before {
  content: "";
  background-color: #bdbdbd;
  height: 4px;
  border-radius: 2px;
  width: 36px;
  margin: -2px auto;
  z-index: 1;
}
.dragging .club-finder-selected-store .drag-tag {
  cursor: grabbing;
}
.club-finder-selected-store li {
  /*  needed for the animation trick  */
  overflow: hidden;
}

.sentinel {
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.back-to-list-top {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  font-family: headingprotreble-extrabold, sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 24px auto;
  text-transform: none;
}
.back-to-list-top.active {
  display: flex;
}
.back-to-list-top::before {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  content: "\F12D";
  display: inline-block;
  position: relative;
  font-size: 16px;
  vertical-align: middle;
  line-height: initial;
  color: #fe7000;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}

.mapboxgl-control-container .mapboxgl-ctrl-bottom-right,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-left {
  display: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-group {
  border-radius: initial;
  background: transparent;
}
.mapboxgl-control-container .mapboxgl-ctrl-group button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-bottom: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.mapboxgl-control-container .mapboxgl-ctrl-group button + button {
  border-top: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-group button :last-child {
  margin-bottom: 0;
}
.mapboxgl-control-container .mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon, .mapboxgl-control-container .mapboxgl-ctrl-group button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  display: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-group button:focus:first-child,
.mapboxgl-control-container .mapboxgl-ctrl-group button:focus:last-child {
  border-radius: initial;
}
.mapboxgl-control-container .mapboxgl-ctrl-zoom-in {
  background: #fff url("../../img/svg/map-plus.svg") no-repeat 50%;
  background-size: 16px;
}
.mapboxgl-control-container .mapboxgl-ctrl-zoom-out {
  background: #fff url("../../img/svg/map-min.svg") no-repeat 50%;
  background-size: 16px;
}
.mapboxgl-control-container .mapboxgl-ctrl button:not(:disabled):hover {
  background-color: #efefef;
  box-shadow: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-compass {
  display: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-group:not(:empty) {
  box-shadow: none;
}
.mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: auto;
  float: none;
}

.breadcrumb-wrapper {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
}
@media only screen and (min-width: 901px) {
  .breadcrumb-wrapper {
    top: 24px;
    left: 40px;
  }
}
.breadcrumb-wrapper a {
  font-family: headingprotreble-extrabold, sans-serif;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  line-height: 130%;
}
.breadcrumb-wrapper a:hover {
  text-decoration: underline;
}
.breadcrumb-wrapper ul,
.breadcrumb-wrapper li {
  line-height: 100%;
}
.breadcrumb-wrapper li:first-child a {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.breadcrumb-wrapper li:first-child a::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  transform: rotate(225deg);
  margin-bottom: 2px;
}

:has(.experience-assets-maphero) .page {
  background-color: #ece9e8;
}

.map-hero-banner {
  min-height: 156px;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner {
    overflow-y: clip;
    min-height: 321px;
    margin-bottom: 44px;
    height: auto;
    overflow: hidden;
  }
  .map-hero-banner .banner__backgrounds {
    height: 377px;
  }
  .map-hero-banner .banner__backgrounds::after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ece9e8;
    display: block;
    right: 0;
    top: 0;
    width: calc(50% - 600px);
  }
  .map-hero-banner .banner-text-space,
.map-hero-banner .banner__text-content {
    flex: 1 1 698px;
    max-width: 698px;
  }
  .map-hero-banner .banner__backgrounds--content::after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ece9e8;
    display: block;
    right: 0;
    top: 0;
    width: 41px;
  }
  .map-hero-banner .tilt-block {
    width: 354px;
    background-color: #ece9e8;
    clip-path: polygon(354px 0, 100% 0, 100% 100%, 0% 100%);
    height: 377px;
  }
  .map-hero-banner .tilt-block,
.map-hero-banner .tilt-block-space {
    position: relative;
    display: block;
    min-width: 354px;
    flex: 1 1 354px;
  }
}
.map-hero-banner .tilt-block,
.map-hero-banner .tilt-block-space {
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .tilt-block,
.map-hero-banner .tilt-block-space {
    display: block;
  }
}
.map-hero-banner .banner__backgrounds {
  display: none;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__backgrounds {
    background: linear-gradient(135deg, #ffaa30 0%, #fe7000 80.21%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__backgrounds--content {
    z-index: 0;
  }
}
.map-hero-banner .banner__content {
  background: linear-gradient(135deg, #ffaa30 0%, #fe7000 80.21%);
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__content {
    background: transparent;
    z-index: 1;
  }
}
.map-hero-banner .banner__backgrounds--content,
.map-hero-banner .banner__content {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__backgrounds--content,
.map-hero-banner .banner__content {
    display: flex;
    max-width: 1200px;
    padding: 0 40px;
  }
}
.map-hero-banner .banner__text-content {
  padding: 0 16px 40px;
  min-height: 200px;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__text-content {
    display: block;
    min-height: 262px;
    padding: 0;
  }
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner-text-space {
    min-height: 289px;
  }
}
.map-hero-banner .breadcrumb-wrapper {
  position: static;
  top: initial;
  left: initial;
  padding: 24px 0;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .breadcrumb-wrapper {
    padding: 24px 0 48px;
  }
}
.map-hero-banner .banner__title {
  color: #fff;
  font-family: headingprotreble-heavy, sans-serif;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__title {
    font-size: 40px;
  }
}
.map-hero-banner .banner__text {
  color: #fff;
  font-family: headingprodouble-regular, sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media only screen and (min-width: 901px) {
  .map-hero-banner .banner__text {
    overflow: hidden;
    display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.map-store-wrapper {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .map-store-wrapper {
    max-width: 1200px;
    padding: 0 40px;
  }
}

.map-hero-mapbox {
  background-color: #fff;
  position: relative;
  height: 560px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .map-hero-mapbox {
    height: 840px;
  }
}

@media only screen and (min-width: 1025px) {
  .mapboxgl-scroll-zoom-blocker,
.mapboxgl-touch-pan-blocker {
    padding: 0 0 0 580px;
  }
}

.map-hero-stores {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .map-hero-stores {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    max-width: 580px;
  }
}
.map-hero-stores .store-tile-street::before {
  background-image: url("../../../img/svg/location-2.svg");
}
.map-hero-stores .store-tile-opening-hours::before {
  background-image: url("../../../img/svg/time.svg");
}

.store-tile-facilities-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
}
.store-tile-facilities-wrapper .store-tile-facilities {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.store-tile-facilities-wrapper .store-tile-facilities li {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.store-tile-facilities-wrapper .store-tile-facilities li.facility {
  background-color: #fff;
  border: 1px solid #ece9e8;
  padding: 6px 8px;
  font-family: headingprodouble-regular, sans-serif;
  font-size: 14px;
  line-height: 130%;
}
.store-tile-facilities-wrapper .store-tile-facilities li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.store-tile-facilities-wrapper .store-tile-facilities li.ladies-only::before {
  background-image: url("../../../img/svg/usp-ladies-only.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.live-group-lessons::before {
  background-image: url("../../../img/svg/usp-live-group-lessons.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.open-24-7::before {
  background-image: url("../../../img/svg/usp-open-24-7.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.personal-training::before {
  background-image: url("../../../img/svg/usp-personal-training.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.fysio-therapy::before {
  background-image: url("../../../img/svg/usp-fysio-therapy.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.yanga-sportswater::before {
  background-image: url("../../../img/svg/usp-yanga-sportswater.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.virtual-group-lessons::before {
  background-image: url("../../../img/svg/usp-virtual-group-lessons.svg");
}
.store-tile-facilities-wrapper .store-tile-facilities li.accessibility::before {
  background-image: url("../../../img/svg/usp-accessibility.svg");
  background-position: center right;
}
.store-tile-facilities-wrapper .store-tile-facilities li.list-all {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}
.store-tile-facilities-wrapper .store-tile-facilities li.list-all.show {
  display: inline-flex;
}
.store-tile-facilities-wrapper .store-tile-facilities li.list-all.animate {
  opacity: 1;
  max-height: 36px;
}
.store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-less, .store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-more {
  display: none;
  max-width: 328px;
  padding: 7px 8px;
  align-items: flex-start;
  color: #6131ad;
  font-size: 14px;
  line-height: 130%;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-less:hover, .store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-more:hover {
    text-decoration: underline;
  }
}
.store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-less::before, .store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-more::before {
  content: none;
}
.store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-less.show, .store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-more.show {
  display: inline-flex;
}
.store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-less button, .store-tile-facilities-wrapper .store-tile-facilities li.facilities-view-more button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.mapboxgl-control-container .mapboxgl-ctrl-top-right {
  top: 16px;
  right: 16px;
}
@media only screen and (min-width: 1025px) {
  .mapboxgl-control-container .mapboxgl-ctrl-top-right {
    top: 25px;
    right: 25px;
  }
}
.mapboxgl-control-container .mapboxgl-ctrl-zoom-in {
  background: #fff url("../../../img/svg/map-plus.svg") no-repeat 50%;
  background-size: 16px;
}
.mapboxgl-control-container .mapboxgl-ctrl-zoom-out {
  background: #fff url("../../../img/svg/map-min.svg") no-repeat 50%;
  background-size: 16px;
}

.map-hero-list-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
@media only screen and (min-width: 901px) {
  .map-hero-list-header {
    padding: 12px 24px;
    border-radius: 0;
  }
}
.map-hero-list-header .list-header-text {
  font-family: headingprodouble-regular, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

.map-hero-list-body {
  overflow: auto;
  flex: 1;
  background-color: #fff;
  padding-bottom: 56px;
  scrollbar-color: #c5c5c5 transparent;
  scrollbar-width: thin;
}
.map-hero-list-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.map-hero-list-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.map-hero-list-body::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
.map-hero-list-body .store-tile-details {
  padding: 16px;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .map-hero-list-body .store-tile-details {
    padding: 24px 13px 24px 0;
    max-width: 295px;
  }
}
.map-hero-list-body .store-tile-details .store-tile-first-line-wrap {
  order: 1;
}
.map-hero-list-body .store-tile-details .store-tile-title {
  order: 2;
}
.map-hero-list-body .store-tile-details .store-tile-city {
  order: 3;
}
.map-hero-list-body .store-tile-details .store-tile-images {
  order: 4;
}
.map-hero-list-body .store-tile-details .store-tile-facilities-wrapper {
  order: 5;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .map-hero-list-body .store-tile-details .store-tile-facilities-wrapper {
    margin-top: 12px;
  }
}
.map-hero-list-body .store-tile-details .store-tile-street {
  order: 6;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .map-hero-list-body .store-tile-details .store-tile-street {
    margin-top: 12px;
  }
}
.map-hero-list-body .store-tile-details .store-tile-opening-hours {
  order: 7;
}
.map-hero-list-body .store-tile-details .button-wrapper {
  order: 8;
  margin-top: 12px;
}
.map-hero-list-body .hr {
  height: 2px;
  background-color: #ece9e8;
  margin: 12px 24px;
}
@media only screen and (max-width: 900px) {
  .map-hero-list-body .hr {
    margin: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .map-hero-list-body .hr {
    margin: 12px 20px;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .map-hero-list-body .hr {
    margin: 12px 13px 12px 24px;
  }
}
.map-hero-list-body .map-hero-grid {
  max-width: 580px;
  margin: auto;
}
.map-hero-list-body .map-hero-grid > li:nth-last-child(-n+1 of li.hr) {
  display: none;
}
.map-hero-list-body .map-hero-grid > li.show-more-clubs-list-item {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .map-hero-list-body .map-hero-grid > li.show-more-clubs-list-item.active {
    display: flex;
  }
}
.map-hero-list-body .loadcontainer {
  position: relative;
  height: 60px;
}
.map-hero-list-body .loadcontainer svg {
  width: 20%;
}
@media only screen and (min-width: 901px) {
  .map-hero-list-body .loadcontainer {
    height: 100px;
  }
}
.map-hero-list-body .show-more-clubs-list-item {
  display: none;
  padding: 24px 16px 0;
}
@media only screen and (max-width: 1024px) {
  .map-hero-list-body .show-more-clubs-list-item.active {
    display: flex;
  }
}
.map-hero-list-body .show-more-clubs {
  margin: auto;
}
.map-hero-list-body .back-to-list-top {
  margin-bottom: 0;
}

.map-hero-selected-store {
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  margin-top: 0;
  transition: grid-template-rows 500ms, margin-top 500ms;
}
.map-hero-selected-store.active {
  grid-template-rows: 1fr;
  margin-bottom: 24px;
  transition: grid-template-rows 500ms, margin-top 500ms;
}
@media only screen and (max-width: 900px) {
  .map-hero-selected-store.active {
    margin-top: -187px;
    border-radius: 4px 4px 0 0;
  }
}
.map-hero-selected-store .store-tile--selected {
  margin: 0 auto;
}
.map-hero-selected-store .store-tile-details {
  padding-top: 20px;
}

.map-hero-pagination-wrapper {
  display: none;
}

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