#storelocator-map.leaflet-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.storelocator-osm-marker {
  background: transparent;
  border: 0;
}

.leaflet-popup.storelocator-osm-popup .leaflet-popup-content-wrapper {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: "Everett", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.leaflet-popup.storelocator-osm-popup .leaflet-popup-content {
  margin: 12px 14px;
}

.leaflet-popup.storelocator-osm-popup .leaflet-popup-content strong {
  display: block;
  margin-bottom: 0.35rem;
}

.storelocator-osm-error {
  color: #c0392b;
  margin: 0;
}

body.storeLocatorPanelOpen {
  overflow: hidden;
}

body.storeLocatorPanelOpen .storelocator-panel {
  pointer-events: all;
}

body.storeLocatorPanelOpen .storelocator-panel__container {
  opacity: 1 !important;
  visibility: visible !important;
}

body.storeLocatorPanelOpen .storelocator-panel__bg--1,
body.storeLocatorPanelOpen .storelocator-panel__bg--2 {
  opacity: 1 !important;
  height: 150% !important;
}

body.storeLocatorPanelOpen .storelocator-panel__close {
  opacity: 1 !important;
  visibility: visible !important;
}

body.storeLocatorPanelOpen .storelocator-panel .column {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
