.googleMap {
  aspect-ratio: 16/9;
  width: 100%;
  max-height: 700px;
}

.googleMap div {
  position: static;
}

#map .gm-title {
  font-size: var(--fontSizeBody);
  line-height: var(--fontSizeBody);
  color: var(--colorDarkBlue);
  margin-bottom: 15px !important;
}

#map .gm-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.gm-control-active > img,
.gm-style .gm-style-iw-t,
.gm-style .gm-style-iw-c {
  position: absolute !important;
}

.gm-style-mot {
  position: relative !important;
}

.gm-style .gm-style-iw-c {
  padding: 14px !important;
  -webkit-box-shadow: 0 2px 7px 1px rgba(var(--colorDarkBlueRGB), 0.5);
          box-shadow: 0 2px 7px 1px rgba(var(--colorDarkBlueRGB), 0.5);
}

.gm-style-iw > button,
.gm-style-iw-c > button {
  margin: 11px !important;
}

.gm-style-iw-d {
  /* overflow: hidden !important; */
  max-height: none;
  text-align: left;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.gm-style .gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
}

.gm-legend {
  font-family: "Telka Extended Regular", sans-serif;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.gm-legend-pin {
  position: relative;
  margin-top: calc(var(--horizontalMargin) / 3);
  margin-left: calc(var(--horizontalMargin) / 2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gm-legend-pin:first-child {
  margin-left: 0;
}

.gm-legend-pin > svg {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: calc(var(--horizontalMargin) / 4);
}

.infoWindow {
  width: 300px;
}
.infoWindow a {
  color: #000000;
}

/*! INFO WINDOW */
.googleMap .infowindow {
  width: 350px;
}

.googleMap .infowindow .gm-image,
.googleMap .infowindow .gm-image picture,
.googleMap .infowindow .gm-image img {
  max-width: 350px;
}

.googleMap .infowindow p {
  margin: 0.25em 0;
}

.googleMap .infowindow .gm-title {
  margin-bottom: 0.25em;
}

.googleMap .infowindow .gm-website {
  margin-top: 0.75em;
}

.googleMap .infowindow > *:not(.gm-image) {
  padding: 0 15px;
}

.googleMap .infowindow > *:last-child {
  padding-bottom: 15px;
}

/***************/
.googleMap .gm-style-iw-chr {
  height: 0;
  z-index: 10;
}

.googleMap .gm-style .gm-style-iw-c {
  min-width: 0px;
  padding: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}

.gmSearchWrapperContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 20px;
  margin-left: auto;
  margin-right: 0;
}

.gmSearchWrapper {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 0 20px;
  margin-left: auto;
  margin-right: 0;
}

.gmSearchWrapper > div {
  display: inline-block;
  position: relative;
}

.gmDropDown {
  font-family: "Telka Extended Medium";
  border-radius: 30px;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 5px 20px;
  -webkit-appearance: none;
  height: 36px;
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  position: relative;
}
.gmDropDown::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 65% 50%;
          transform-origin: 65% 50%;
  border: solid var(--colorHighlight, #000);
  border-width: 0 3px 3px 0;
  padding: 2px;
  background: transparent;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.gmCategoryFieldWrapper.open .gmDropDown::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 65%;
          transform-origin: 50% 65%;
}

.gmSearchFieldWrapper,
.gmCategoryFieldWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  min-width: 270px;
}

.gmCategoryFieldWrapper {
  height: 59px;
}

.gmSearchFieldWrapper .fa-search {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.gmSearch {
  font-size: 1.3125rem;
  width: 100%;
  max-width: 300px;
  padding: 20px 60px 20px 20px;
  background-color: var(--colorMuted);
  outline: none;
  border: none;
  border-radius: 0;
}

.gmDropDown.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.gmDropDown .fa-angle-up,
.gmDropDown .fa-angle-down {
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 1.75rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: var(--colorHighlight);
}

.gmDropDown .fa-angle-up {
  display: none;
}

.gmDropDown.open .fa-angle-up {
  display: block;
}

.gmDropDown.open .fa-angle-down {
  display: none;
}

.gmCategoryWrapper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  max-width: 270px;
  min-width: 270px;
  background: var(--colorMuted);
  border: 1.5px solid var(--colorHighlight);
  border-top: none;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  padding: 0;
  margin: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

.gmCategoryFieldWrapper.open .gmCategoryWrapper {
  display: block;
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  font-family: "Telka Extended Medium";
  max-height: 330px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

.gmDropDownValue {
  padding: 15px 20px;
  height: unset;
  width: 100%;
  z-index: 1;
  font-size: 1.125rem;
  background: var(--colorMuted);
  border: none;
  border-bottom: 1px solid var(--colorBorder, #000);
  -webkit-transition: background 0.18s, color 0.18s;
  transition: background 0.18s, color 0.18s;
  cursor: pointer;
  color: var(--colorText);
  font-family: var(--mainFont), sans-serif;
  text-align: left;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gmDropDownValue:last-child {
  border-bottom: none;
}

.gmDropDownValue:hover,
.gmDropDownValue.categorySelected {
  background: var(--colorHighlight);
  color: var(--colorReset);
}

.gmWebshopButton {
  font-family: "Telka Extended Medium";
  background: #EBEBEB;
  color: #000000;
  border: #EBEBEB;
  font-size: 1rem;
  text-transform: none;
}

.gmWebshopButton:hover,
.gmWebshopButton[data-webshop=active] {
  background: #000000;
  color: #ffffff;
  border: #000000;
}

.gmWebshopSwitchWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}

.gmWebshopSwitch {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.gmWebshopSwitchLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "Telka Extended Medium";
  font-size: 1rem;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.gmWebshopSwitchSlider {
  position: relative;
  width: 44px;
  height: 24px;
  background: #EBEBEB;
  border-radius: 30px;
  margin-right: 0.75rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.gmWebshopSwitchSlider::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.gmWebshopSwitch:checked + .gmWebshopSwitchLabel .gmWebshopSwitchSlider {
  background: #000;
}

.gmWebshopSwitch:checked + .gmWebshopSwitchLabel .gmWebshopSwitchSlider::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  background: #fff;
}

.gmWebshopSwitch:checked + .gmWebshopSwitchLabel {
  color: #000;
}

@media screen and (max-width: 1200px) {
  .gmSearchWrapper {
    width: 565px;
  }
  .gmCategoryFieldWrapper {
    height: 80px;
  }
  .gmDropDownValue {
    padding: 12px 20px 8px 20px;
  }
  .gmDropDown,
  .gmCategoryWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .gmSearchWrapper {
    width: 420px;
  }
  .gmSearch {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .googleMap {
    aspect-ratio: 4/3;
    height: 400px;
  }
  .gmCategoryFieldWrapper.open .gmCategoryWrapper {
    max-height: 400px;
    height: 350px;
    aspect-ratio: 4/3;
    min-width: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .gmSearchWrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .search__input {
    max-width: 100%;
    width: 100%;
  }
  .gmSearchWrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gmSearchFieldWrapper {
    max-width: calc(50% - 10px);
    min-width: auto;
    width: calc(50% - 10px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gmCategoryFieldWrapper {
    max-width: calc(50% - 10px);
    min-width: auto;
    width: calc(50% - 10px);
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .googleMap {
    aspect-ratio: 1/1;
    height: 330px;
  }
  .gmCategoryFieldWrapper.open .gmCategoryWrapper {
    max-height: 330px;
    height: 330px;
    aspect-ratio: 1/1;
    width: 100%;
    overflow-y: auto;
  }
  .gmSearch {
    font-size: 1.0625rem;
  }
  .gmSearchWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: var(--horizontalMargin);
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template-columns: 1fr;
  }
  .gmSearch,
  .gmDropDown {
    width: 100%;
    max-width: 100%;
  }
  .gmCategoryFieldWrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 20px;
  }
  .gmCategoryWrapper {
    right: auto;
    left: 0;
  }
  .gmCategoryWrapper {
    max-width: 100%;
  }
}