.stores-empty-map-canvas {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
}

.map-placeholder {
  position: relative;
}

.map-cta-banner {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(93.77deg, rgba(255, 208, 0, 0.3) -2.72%, rgba(255, 188, 0, 0.3) 104.62%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.map-cta-banner__icon {
  width: 48px;
  height: 48px;
  min-width: 44px;
  border-radius: 12px;
  background: #FFBC00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  gap: 10px;
}
@media (max-width: 768px) {
  .map-cta-banner__icon {
    display: none;
  }
}
.map-cta-banner__content {
  flex: 1;
}
.map-cta-banner__title {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 17px;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .map-cta-banner__title {
    font-size: 16px;
  }
}
.map-cta-banner__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.map-cta-banner__arrow {
  font-size: 18px;
}

.empty-map-wrapper {
  position: relative;
}
.empty-map-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.empty-map-popup {
  background: #fff;
  padding: 32px 48px;
  border-radius: 18px;
  background: linear-gradient(182.27deg, rgba(255, 255, 255, 0) 1.91%, #FFFFFF 50.69%, rgba(255, 255, 255, 0) 97.74%), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.48%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  max-width: 420px;
  width: 100%;
  pointer-events: all;
}
.empty-map-popup h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  max-width: 300px;
  margin: 0 0 16px 0;
}

.stores-section {
  margin: 32px 0 48px 0;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 22px 16px;
  color: #333333;
}
.stores-section button:not(.store-modal__close):not(.btn) {
  padding: 12px 16px;
  gap: 4px;
  background: #333333;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
}
.stores-seo-text {
  margin: 16px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  visibility: hidden;
  height: 0;
}
.stores-seo-text.open {
  visibility: visible;
  height: auto;
}
.stores-title {
  display: flex;
}
.stores-title h2 {
  margin: 0 10px 0 0;
}
.stores-title i {
  cursor: pointer;
}

.store-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}
.store-modal__card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 720px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  animation: modalFade 0.25s ease;
  min-height: 200px;
  margin: 0 20px;
}
.store-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #333333;
  color: #FFFFFF;
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-modal__form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .store-modal__form-row {
    flex-direction: column;
  }
}
.store-modal__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 16px 0;
}
.store-modal__description {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.store-modal__field {
  margin-bottom: 24px;
  width: 100%;
}
.store-modal__field label {
  display: block;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.16px;
}
.store-modal__field input {
  width: 100%;
  padding: 13.5px 16px;
  border-radius: 8px;
  border: none;
  background: #F8F8FA;
  font-size: 16px;
  outline: none;
}
.store-modal__field input::placeholder {
  color: #A3B9CE;
}
.store-modal__actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
.store-modal .btn--primary {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  background: #44BB50;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}
.store-modal .btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.store-modal .btn--secondary {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
.store-modal__success, .store-modal__error {
  margin-top: 24px;
  font-size: 16px;
}
.store-modal__success {
  color: #2E7D32;
}
.store-modal__error {
  color: #D32F2F;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=stores-map.css.map */
