.main-menu a[href*="عروض-الاسبوع"] span {
  color: #e11d48; 
  padding: 0px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  padding: 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  display: none;
  z-index: 9999;
  text-align: center;
}

.popup.show {
  display: block;
}

.popup-btn {
  display: block;
  margin-bottom: 12px;
  padding: 10px;
  background: #e11d48;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
}

.popup-close {
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
}