#salePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#salePopupBox {
  background: #ffffff;
  padding: 25px;
  max-width: 420px;
  width: 70%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

#salePopupBox h2 {
  margin-top: 0;
  font-size: 22px;
}

#salePopupBox p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

#salePopupClose {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.whatsapp-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 18px;
  background: #25D366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}
