/* 
.ma-discount-overlay{
  position:fixed; inset:0; z-index:999999;
  background:rgba(35,18,8,.62);
  display:none; align-items:center; justify-content:center;
  padding:20px;
}
.ma-discount-overlay.show{display:flex}
.ma-discount-modal{
  position:relative; width:min(760px,96vw);
  border-radius:34px; overflow:hidden;
  background:#fff8ea;
  border:1px solid rgba(214,167,61,.55);
  box-shadow:0 35px 120px rgba(0,0,0,.35);
}
.ma-discount-modal img{width:100%;display:block;height:auto}
.ma-discount-close{
  position:absolute;right:16px;top:14px;
  width:40px;height:40px;border:0;border-radius:50%;
  background:rgba(255,255,255,.9);color:#3b2417;
  font-size:24px;font-weight:900;cursor:pointer;
}
.ma-discount-actions{
  display:flex; gap:12px; padding:16px; background:#fff8ea;
}
.ma-discount-actions a,.ma-discount-actions button{
  flex:1; border:0; border-radius:999px; padding:14px 16px;
  font-weight:1000; cursor:pointer; text-align:center; text-decoration:none;
}
.ma-discount-shop{background:linear-gradient(135deg,#8b4a18,#d59a2e);color:#fff}
.ma-discount-copy{background:#fff;border:1px solid #e6c996!important;color:#6b3b18}

.ma-discount-close{
  display:grid!important;
  place-items:center!important;
  position:absolute!important;
  right:14px!important;
  top:12px!important;
  width:44px!important;
  height:44px!important;
  z-index:5!important;
  border:2px solid rgba(139,74,24,.25)!important;
  border-radius:50%!important;
  background:#fffdf8!important;
  color:#3b2417!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:1000!important;
  cursor:pointer!important;
  box-shadow:0 10px 30px rgba(0,0,0,.18)!important;
} */
