/* Disable page scroll */
::-webkit-scrollbar {
  display: none;
}
html {
  scrollbar-width: none;
}
/* END Disable page scroll ---------------------- */

/* Lenis Scroll */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* END Lenis Scroll ----------------------------- */

/* Splide Slider */
.splide__sr {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  display: none !important;
}

/* MAP POPUP */
#map {
  background-color: #fff !important;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-container {
  font-family: eUkraine, Arial, sans-serif !important;
}

.leaflet-popup {
  bottom: 0 !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 6%) !important;
}

.leaflet-popup-content-wrapper {
  border: 1px solid var(--_color---salt);
  border-radius: 1.2rem !important;
}

.leaflet-popup-tip {
  border: solid var(--_color---salt);
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.leaflet-popup-content {
  margin: 0 !important;
}
.leaflet-popup-close-button {
  background: url("https://cdn.prod.website-files.com/68667e515dcda6863328df7d/6985a18b00de87b839b3edb9_map-popup-close.svg")
    center center no-repeat !important;
  background-size: cover !important;
  top: 1rem !important;
  right: 0.8rem !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
}
.leaflet-popup-close-button span {
  display: none;
}

.map-popup {
  padding: 0.6rem 1.6rem 1.2rem 1.2rem;
  max-width: 24rem;
  color: var(--_color---tricorn);
}

.map-popup__title {
  margin: 0 !important;
  font-size: 1.4rem;
  font-weight: 500;
}

.map-popup__description {
  margin: 0.4rem 0 1rem 0 !important;
  font-size: 1.1rem;
  line-height: 1.4;
}

.map-popup__link {
  display: inline-block;
  font-size: 1.1rem;
  color: var(--_color---orange) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none !important;
}

/* END MAP POPUP -------------------------------- */

/* NAV MINIFIED */
[data-wf--nav--state="minified"] .nav-links .nav-link {
  color: var(--_color---tricorn);
}

/* ACCESSIBILITY */
.wrapper.contrast {
  -webkit-filter: grayscale(1) saturate(6);
}
.brands-grid.contrast {
  --_color---green: var(--_color---orange);
}
