/* ——— Custom Price Request ——— */

/* фронт: скрываем модалку и тост */
#price-request-modal { display:none; }
#toast            { display:none; }

/* админ: превью-модалка */
#cpr-img-modal {
  display: none !important;
}
#cpr-img-modal.open {
  display: flex !important;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#cpr-img-modal img {
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 20px #000;
  border: 5px solid #fff;
  border-radius: 4px;
  display: block;
}
