/* NVMED region helper. Hides only exact Moscow-only free-delivery badges outside Moscow. v2.44 safe badge scope */
.nvmed-free-badge-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* v2.69 mobile city selector in burger/offcanvas menu */
.nvmed-mobile-region-current-host {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nvmed-mobile-region-selector {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.35;
  color: #4a4a4a;
}
.nvmed-mobile-region-current {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.nvmed-mobile-region-current__label {
  color: #2d2d2d;
  border-bottom: 1px dashed rgba(45,45,45,.35);
}
.nvmed-mobile-region-current__arrow {
  font-size: 11px;
  opacity: .65;
  transform: translateY(-1px);
}
.nvmed-mobile-region-options {
  display: none;
  margin-top: 10px;
  gap: 8px;
  flex-wrap: wrap;
}
.nvmed-mobile-region-selector.is-open .nvmed-mobile-region-options {
  display: flex;
}
.nvmed-mobile-region-option {
  border: 1px solid #e1e5ea;
  border-radius: 6px;
  background: #fff;
  color: #333;
  padding: 7px 10px;
  font: inherit;
  cursor: pointer;
}
.nvmed-mobile-region-option.is-active {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}

/* v2.71 safety: old builds could put hidden class/style on whole sticker containers. Keep containers visible. */
.catalog-section-item-marks.nvmed-free-badge-hidden,
.catalog-element-marks.nvmed-free-badge-hidden,
.product-item-marks.nvmed-free-badge-hidden,
.widget-markers-wrap.nvmed-free-badge-hidden,
.c-markers.nvmed-free-badge-hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}


/* v2.72 mobile region selector: keep options clickable inside burger menu */
.nvmed-mobile-region-selector {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}
.nvmed-mobile-region-current,
.nvmed-mobile-region-option,
.nvmed-mobile-region-options {
  pointer-events: auto !important;
}
.nvmed-mobile-region-selector.is-open .nvmed-mobile-region-options {
  display: flex !important;
}


/* v2.108 product delivery popup: native-looking injected Moscow inside MKAD row */
.nvmed-product-popup-moscow-delivery {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 42px;
  align-items: center;
  column-gap: 22px;
  width: 100%;
  min-height: 96px;
  padding: 22px 30px !important;
  margin: 0 !important;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  color: #2b2b2b;
  box-sizing: border-box;
  font-family: inherit;
  line-height: normal;
  list-style: none !important;
}
.nvmed-product-popup-moscow-delivery::before,
.nvmed-product-popup-moscow-delivery::after {
  content: none !important;
  display: none !important;
}
.nvmed-product-popup-moscow-delivery__body {
  min-width: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.nvmed-product-popup-moscow-delivery__title {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 600;
  color: #2b2b2b;
}
.nvmed-product-popup-moscow-delivery__desc {
  display: block;
  margin: 7px 0 0 0 !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  color: #8c8c8c;
}
.nvmed-product-popup-moscow-delivery__price {
  justify-self: end;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #2b2b2b;
  white-space: nowrap;
}
.nvmed-product-popup-moscow-delivery__toggle {
  display: block;
  justify-self: end;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 4px;
  background: #3498db;
  color: #fff;
  font-size: 0;
  line-height: 42px;
  text-align: center;
  cursor: default;
}
.nvmed-product-popup-moscow-delivery__toggle::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  vertical-align: middle;
}
@media (max-width: 640px) {
  .nvmed-product-popup-moscow-delivery {
    grid-template-columns: minmax(0, 1fr) auto 36px;
    padding: 16px 18px !important;
    column-gap: 12px;
    min-height: 82px;
  }
  .nvmed-product-popup-moscow-delivery__title,
  .nvmed-product-popup-moscow-delivery__price {
    font-size: 15px;
  }
  .nvmed-product-popup-moscow-delivery__desc {
    font-size: 12px;
  }
  .nvmed-product-popup-moscow-delivery__toggle {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
