/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/finder.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** font family **/
.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.6;
  background: #fff;
  pointer-events: all;
  cursor: pointer;
}
.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;
}

.page.finder {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page.finder .sticky-header-wrapper {
  position: static;
}
.page.finder .club-finder {
  flex: 1;
  position: relative;
}
.page.finder .club-finder-mapbox {
  height: 100%;
  position: relative;
}
.page.finder .club-finder-mapbox.club-finder-mapbox—-disabled::after {
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.166) 43%, transparent 76%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 5;
}
.page.finder .mapboxgl-touch-drag-pan .mapboxgl-marker.my-location::before,
.page.finder .mapboxgl-interactive .mapboxgl-marker.my-location::before {
  content: "";
  background-color: transparent;
  background-image: url("../../img/svg/map-pointer-my-location.svg");
  background-repeat: no-repeat;
  height: 28px;
  position: absolute;
  left: 0;
  top: -14px;
  opacity: 1;
  transform: translate(-50%);
  width: 28px;
  z-index: 6;
}
.page.finder .mapboxgl-ctrl-top-right {
  top: 76px;
  right: 16px;
}
@media only screen and (min-width: 901px) {
  .page.finder .mapboxgl-ctrl-top-right {
    top: 64px;
  }
}
@media only screen and (min-width: 1025px) {
  .page.finder .mapboxgl-ctrl-top-right {
    top: 72px;
    right: 32px;
  }
}
@media only screen and (min-width: 1367px) {
  .page.finder .mapboxgl-ctrl-top-right {
    right: 64px;
  }
}
.page.finder .club-finder-location {
  position: absolute;
  top: 76px;
  left: 16px;
}
@media only screen and (min-width: 901px) {
  .page.finder .club-finder-location {
    top: 16px;
    left: initial;
    right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .page.finder .club-finder-location {
    top: 24px;
    right: 32px;
  }
}
@media only screen and (min-width: 1367px) {
  .page.finder .club-finder-location {
    right: 64px;
  }
}
.page.finder .location-button,
.page.finder .location-button-mobile {
  cursor: pointer;
  box-sizing: border-box;
  border: 0;
  display: block;
  height: 40px;
  outline: none;
  padding: 0;
  width: 40px;
  background: #fff url("../../img/svg/map-location.svg") no-repeat 50% 55%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.page.finder .location-button:hover,
.page.finder .location-button-mobile:hover {
  box-shadow: none;
  background-color: #efefef;
}
.page.finder .location-button-mobile {
  display: none;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  position: relative;
  margin-left: 1px;
  flex-shrink: 0;
  box-shadow: none;
  height: auto;
}
.page.finder .location-button-mobile::before {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 1px;
  background-color: #ece9e8;
  top: 7px;
  left: -1px;
}
.page.finder .location-error {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 32px);
  min-height: 90px;
  padding: 12px 16px 12px 20px;
  z-index: 45;
}
@media only screen and (min-width: 901px) {
  .page.finder .location-error {
    left: auto;
    max-width: 280px;
    right: 50px;
    z-index: 46;
  }
}
.page.finder .location-error::before {
  content: "";
  background-color: #dcecf4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page.finder .location-error::after {
  background-color: #34a4dc;
  color: #fff;
  content: "?";
  font-family: "HeadingProTreble-Heavy", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 11px;
  left: -11px;
  border-radius: 11px;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.finder .location-error.display-none {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}
.page.finder .location-error .title {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  margin-right: 12px;
  position: relative;
}
.page.finder .location-error .text {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
  position: relative;
}
.page.finder .location-error .error-close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.page.finder .location-error .error-close::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: "\F10F";
  font-size: 12px;
  position: relative;
}
.page.finder .location-error .error-close::after {
  position: fixed;
  display: block;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.166) 43%, transparent 76%);
  width: 100vw;
  height: 100vh;
  z-index: -1;
  cursor: initial;
}

.club-finder-search-wrapper {
  position: absolute;
  height: 48px;
  top: 16px;
  left: 16px;
  width: calc(100vw - 32px);
}
@media only screen and (min-width: 901px) {
  .club-finder-search-wrapper {
    left: 16px;
    width: 580px;
    z-index: 6;
  }
}
@media only screen and (min-width: 1025px) {
  .club-finder-search-wrapper {
    top: 24px;
    left: 32px;
  }
}
@media only screen and (min-width: 1367px) {
  .club-finder-search-wrapper {
    left: 64px;
  }
}
.club-finder-search-wrapper.club-finder-search-clearbutton--active .club-finder-search-clear {
  display: flex;
}
.club-finder-search-wrapper.club-finder-search-clearbutton--active .club-finder-search-input {
  padding-left: 0;
}
.club-finder-search-wrapper .club-finder-search-input {
  height: 46px;
  border: 0;
  padding: 0 0 0 16px;
  flex: 1;
  font-size: 16px;
}
.club-finder-search-wrapper.search-suggestions-modal {
  z-index: 46;
}
.club-finder-search-wrapper.search-suggestions-modal .club-finder-filters {
  display: none;
}
@media only screen and (max-width: 900px) {
  .club-finder-search-wrapper.search-suggestions-modal .location-button-mobile {
    display: flex;
  }
  .club-finder-search-wrapper.search-suggestions-modal .mobile-suggestions-modal-titlebar {
    display: flex;
  }
}
.club-finder-search-wrapper.search-suggestions-modal .mobile-suggestions-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .club-finder-search-wrapper.search-suggestions-modal .mobile-suggestions-modal {
    display: block;
  }
}
.club-finder-search-wrapper.search-suggestions-modal .search-suggestions-modal-close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.club-finder-search-wrapper.search-suggestions-modal .search-suggestions-modal-close::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: "\F10F";
  font-size: 16px;
  position: relative;
}
.club-finder-search-wrapper.search-suggestions-modal .location-error {
  display: none !important;
  position: relative;
  margin-top: 16px;
  margin-left: 16px;
}
.club-finder-search-wrapper.search-suggestions-modal .location-error.display-none {
  display: none !important;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .club-finder-search-wrapper.search-suggestions-modal .location-error {
    display: block !important;
  }
}
.club-finder-search-wrapper.search-suggestions-modal .location-error .error-close::after {
  display: none;
}
@media only screen and (max-width: 900px) {
  .club-finder-search-wrapper.search-suggestions-modal .form-wrapper {
    position: relative;
  }
  .club-finder-search-wrapper.search-suggestions-modal .form-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ece9e8;
    top: -24px;
    left: -16px;
    right: -16px;
    bottom: -24px;
  }
}
.club-finder-search-wrapper form div {
  display: flex;
  background-color: #fff;
  border: 1px solid #ece9e8;
  position: relative;
  z-index: 2;
}
.club-finder-search-wrapper .mobile-suggestions-modal-titlebar {
  display: none;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 38px;
}

.suggestions-flyout-scroll {
  background-color: #fff;
  overflow: auto;
  max-height: calc(100vh - 128px);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
  scrollbar-color: #c5c5c5 transparent;
  scrollbar-width: thin;
}
.suggestions-flyout-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.suggestions-flyout-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.suggestions-flyout-scroll::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
@media only screen and (min-width: 1025px) {
  .suggestions-flyout-scroll {
    max-height: calc(100vh - 168px);
  }
}
@media only screen and (max-width: 900px) {
  .suggestions-flyout-scroll {
    border-style: solid;
    border-color: #ece9e8;
    border-width: 0 1px;
    filter: drop-shadow(0 0 0 transparent);
    margin: 24px -16px 0;
    padding: 0;
  }
}

.suggestions-flyout-wrapper {
  display: none;
  top: 48px;
  right: auto;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 500;
}
@media only screen and (max-width: 900px) {
  .suggestions-flyout-wrapper {
    padding: 0 16px;
  }
}
.search-suggestions-modal .suggestions-flyout-wrapper {
  display: block;
}

.suggestions-flyout {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  width: 100%;
  background-color: #fff;
  z-index: initial;
}

@media only screen and (min-width: 901px) {
  .search-suggestions-content {
    padding: 0 16px;
  }
}
.search-suggestions-content .header {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
  margin: 24px 0 16px;
}
.search-suggestions-content .club-finder-city,
.search-suggestions-content .club-finder-gym {
  display: flex;
  padding: 4px 6px;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #2d2d2d;
}
.search-suggestions-content .club-finder-city:hover,
.search-suggestions-content .club-finder-gym:hover {
  background-color: #f6f4f4;
}
.search-suggestions-content .club-finder-city::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: 10px;
  vertical-align: middle;
  line-height: initial;
  color: #fe7000;
  width: 10px;
  height: 10px;
}
.search-suggestions-content picture {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
}
.search-suggestions-content img {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.search-suggestions-content a {
  text-transform: none;
}
.search-suggestions-content .city-loop {
  padding-bottom: 24px;
  border-bottom: 1px solid #ece9e8;
}
.search-suggestions-content .city-loop .street {
  margin-bottom: 2px;
}
.search-suggestions-content .city-loop .city {
  font-size: 16px;
}
.search-suggestions-content .gym-loop {
  padding-bottom: 24px;
}
.search-suggestions-content .gym-loop .street {
  margin-bottom: 2px;
}
.search-suggestions-content .gym-loop .city {
  font-size: 12px;
}
.search-suggestions-content .club-finder-street--highlighted,
.search-suggestions-content .club-finder-city--highlighted {
  background-color: #fff1e6;
}
.search-suggestions-content .noresults-header {
  margin: 0;
  padding: 24px 0;
}
.search-suggestions-content .noresults-header.suggestions-after {
  border-bottom: 1px solid #ece9e8;
}
.search-suggestions-content .header-message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-suggestions-content .result {
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
  flex: 1;
}
.search-suggestions-content .result span {
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
}
.search-suggestions-content .icon-search-nomatch,
.search-suggestions-content .icon-search-error {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  background-size: cover;
  flex-shrink: 0;
}
.search-suggestions-content .icon-search-nomatch {
  background-image: url("../../img/svg/search-nomatch.svg");
}
.search-suggestions-content .icon-search-error {
  background-image: url("../../img/svg/search-error.svg");
}

.club-finder-search-clear {
  display: none;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 0;
  width: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.club-finder-search-clear .icon-close {
  background-color: #6131ad;
  color: #fff;
  font-size: 8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.club-finder-search-submit {
  cursor: default;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 30px;
  flex-shrink: 0;
}
.club-finder-search-submit--active {
  cursor: pointer;
}

.club-finder-filters,
.club-finder-filters-close {
  background-color: transparent;
  border: 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  position: relative;
  margin-left: 1px;
  flex-shrink: 0;
}
.club-finder-filters .icon-filters,
.club-finder-filters .icon-close,
.club-finder-filters-close .icon-filters,
.club-finder-filters-close .icon-close {
  display: flex;
}

.club-finder-filters::before {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 1px;
  background-color: #ece9e8;
  top: 7px;
  left: -1px;
}
.club-finder-filters.filters-selected::after {
  content: attr(data-selected-filters-count);
  display: block;
  position: absolute;
  height: 12px;
  min-width: 12px;
  border-radius: 6px;
  background-color: #fe7000;
  top: 10px;
  right: 5px;
  color: #fff;
  padding: 2px;
  text-align: center;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 8px;
  line-height: 130%;
}

.club-finder-filters-close .icon-close {
  font-size: 16px;
}

.club-finder-filters-wrapper {
  display: none;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .club-finder-filters-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 41;
    height: 100%;
  }
}

.filter-bar {
  background-color: #fff;
  position: absolute;
  height: 48px;
  right: 0;
  left: 0;
  top: -48px;
  display: flex;
  border-bottom: 1px solid #ece9e8;
}
@media only screen and (max-width: 900px) {
  .filter-bar {
    height: 56px;
    position: relative;
    top: 0;
  }
}
.filter-bar .title {
  flex: 1;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}
@media only screen and (max-width: 900px) {
  .filter-bar .title {
    justify-content: center;
    padding: 0;
    text-transform: uppercase;
  }
}
.filter-bar .club-finder-filters-close {
  width: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .filter-bar .club-finder-filters-close {
    font-size: 13px;
    margin-right: 8px;
  }
}

.club-search-filters {
  padding: 32px 24px 24px;
  flex: 1;
}
.club-search-filters li {
  min-height: 24px;
}
.club-search-filters li:not(:last-child) {
  margin-bottom: 24px;
}
.club-search-filters input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.club-search-filters input[type=checkbox]:checked ~ label::after {
  position: absolute;
  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: "\F105";
  color: #fe7000;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-search-filters label {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
}
.club-search-filters label::before {
  position: relative;
  content: "";
  border: 2px solid #2d2d2d;
  margin-right: 12px;
  align-self: flex-start;
}
.club-search-filters label::before, .club-search-filters label::after {
  width: 20px;
  height: 20px;
  left: 0;
  top: -1px;
}

.filter-buttons {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-top: 1px solid #ece9e8;
}
@media only screen and (max-width: 900px) {
  .filter-buttons {
    padding: 16px;
  }
}
.filter-buttons .club-finder-filters-clear {
  padding: 0;
  line-height: normal;
  background: transparent;
  border: 0;
}
.filter-buttons .club-finder-filters-clear:hover {
  text-decoration: underline;
}
.filter-buttons .club-finder-filters-submit {
  height: 36px;
  padding: 8px 24px;
  width: auto;
  min-width: 50%;
}

.club-finder-stores {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
  transition: height 0.3s ease;
}
.club-finder-stores--active {
  display: flex;
}
.dragging .club-finder-stores {
  transition: none;
}
@media only screen and (min-width: 901px) {
  .club-finder-stores {
    max-width: 580px;
    left: 16px;
    max-height: calc(100% - 78px);
  }
}
@media only screen and (min-width: 1025px) {
  .club-finder-stores {
    max-height: calc(100% - 88px);
    left: 32px;
  }
}
@media only screen and (max-width: 900px) {
  .club-finder-stores {
    height: 52px;
  }
}
@media only screen and (min-width: 1367px) {
  .club-finder-stores {
    left: 64px;
  }
}
.club-finder-stores .club-finder-list-header {
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  background-color: #fff;
  /* Apply grabbing cursor when dragging */
}
@media only screen and (min-width: 901px) {
  .club-finder-stores .club-finder-list-header {
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 900px) {
  .club-finder-stores .club-finder-list-header:hover {
    cursor: grab;
  }
}
.dragging .club-finder-stores .club-finder-list-header {
  cursor: grabbing;
}
.club-finder-stores .club-finder-list-header::before {
  content: "";
  background-color: #bdbdbd;
  height: 4px;
  border-radius: 2px;
  width: 36px;
  margin: -2px auto;
}
.club-finder-stores .club-finder-list-header .list-header-text {
  margin-top: 12px;
  font-family: "HeadingProDouble-Regular", sans-serif;
  font-size: 12px;
  line-height: 130%;
}
.club-finder-stores .club-finder-list-body {
  overflow: auto;
  flex: 1;
  background-color: #fff;
  scrollbar-color: #c5c5c5 transparent;
  scrollbar-width: thin;
}
.club-finder-stores .club-finder-list-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.club-finder-stores .club-finder-list-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.club-finder-stores .club-finder-list-body::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .club-finder-stores .club-finder-list-body .store-tile-details {
    padding: 24px 13px 24px 0;
    max-width: 295px;
  }
}
.club-finder-stores .club-finder-list-body .store-tile-details .store-tile-first-line-wrap {
  order: 1;
}
.club-finder-stores .club-finder-list-body .store-tile-details .store-tile-title {
  order: 2;
}
.club-finder-stores .club-finder-list-body .store-tile-details .store-tile-city {
  order: 3;
}
.club-finder-stores .club-finder-list-body .store-tile-details .store-tile-images {
  order: 4;
}
.club-finder-stores .club-finder-list-body .store-tile-details .store-tile-street {
  order: 5;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .club-finder-stores .club-finder-list-body .store-tile-details .store-tile-street {
    margin-top: 12px;
  }
}
.club-finder-stores .club-finder-list-body .store-tile-details .store-tile-opening-hours {
  order: 6;
}
.club-finder-stores .club-finder-list-body .store-tile-details .button-wrapper {
  order: 7;
}
.club-finder-stores .club-finder-list-body .hr {
  height: 2px;
  background-color: #ece9e8;
  margin: 12px 24px;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .club-finder-stores .club-finder-list-body .hr {
    margin: 12px 13px 12px 24px;
  }
}
@media only screen and (max-width: 900px) {
  .club-finder-stores .club-finder-list-body .hr {
    margin: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .club-finder-stores .club-finder-list-body .hr {
    margin: 0 12px 12px;
  }
}
.club-finder-stores .club-finder-list-body .club-finder-grid {
  max-width: 580px;
  margin: auto;
}
.club-finder-stores .club-finder-list-body .club-finder-grid > li:nth-last-child(-n+1 of li.hr) {
  display: none;
}
.club-finder-stores .club-finder-list-body .loadcontainer {
  position: relative;
  height: 60px;
}
.club-finder-stores .club-finder-list-body .loadcontainer svg {
  width: 20%;
}
@media only screen and (min-width: 901px) {
  .club-finder-stores .club-finder-list-body .loadcontainer {
    height: 100px;
  }
}

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