.product-info-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.product-info-modal-overlay.open {
  display: flex;
}

.product-info-modal {
  background: #fff;
  max-width: 323px;
  max-height: 148px;
  width: 100%;
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.product-info-modal .modal-content {
  margin-top: 32px;
  font-family: PT Sans Narrow, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
}

.product-info-modal .modal-close {
  position: absolute;
  border: none;
  cursor: pointer;
  background-image: url("../../../assets/img/product/close.svg");
  width: 24px;
  height: 24px;
  left: calc(100% - 24px - 12px);
}

/*# sourceMappingURL=product-modal.css.map */
