.popup-overlay-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 50%;
}

.popup-content button {
  margin: 5px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.popup-btn-product {
  padding: 8px 15px;
  margin-left: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  background: #9cc53c;
  border-radius: 4px;
  color: #ffffff;
}

.popup-btn-product:hover {
  background-color: #1b739d;
}
