.aaa-promotion-popup[hidden] { display: none !important; }
.aaa-promotion-popup {
  position: fixed;
  z-index: 999998;
  inset: 0;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 24px;
  color: #2c2424;
  font-family: inherit;
}
.aaa-promotion-popup__backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(38, 29, 29, .62) !important;
  backdrop-filter: blur(4px);
  cursor: default;
}
.aaa-promotion-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 690px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(245, 162, 161, .65);
  border-radius: 30px;
  outline: none;
  background: #fff8f6;
  box-shadow: 0 34px 90px rgba(44, 36, 36, .38);
  text-align: center;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .24s ease, transform .24s ease;
}
.aaa-promotion-popup--visible .aaa-promotion-popup__dialog { opacity: 1; transform: translateY(0) scale(1); }
.aaa-promotion-popup__close {
  position: absolute !important;
  z-index: 3;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  display: grid !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 0 3px !important;
  border: 1px solid #f0dcd8 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #2c2424 !important;
  font: 400 31px/1 sans-serif !important;
  box-shadow: none !important;
  cursor: pointer;
  transform: none !important;
}
.aaa-promotion-popup__close:hover,
.aaa-promotion-popup__close:focus-visible { border-color: #f5a2a1 !important; background: #f8d6d5 !important; outline: 3px solid rgba(245, 162, 161, .3); }
.aaa-promotion-popup__content { position: relative; overflow: hidden; padding: 44px 56px 34px; }
.aaa-promotion-popup__brand { margin: 0 0 18px; color: #6f5c58; font-size: 15px; font-weight: 800; letter-spacing: -.04em; }
.aaa-promotion-popup__eyebrow { margin: 0 42px 12px; color: #b5423e; font-size: clamp(17px, 2.8vw, 21px); font-weight: 800; letter-spacing: -.035em; }
.aaa-promotion-popup__dialog h2 { margin: 0 32px 30px; color: #2c2424; font-size: clamp(34px, 6vw, 52px); font-weight: 500; line-height: 1.18; letter-spacing: -.065em; }
.aaa-promotion-popup__coupon {
  position: relative;
  display: grid;
  width: min(100%, 390px);
  min-height: 205px;
  place-content: center;
  margin: 0 auto 28px;
  box-sizing: border-box;
  padding: 22px 56px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ef6b62 0%, #c9423e 100%);
  color: #fff;
  box-shadow: 16px 18px 0 #f3c6c1, 0 18px 36px rgba(136, 49, 45, .22);
  transform: rotate(-2.5deg);
}
.aaa-promotion-popup__coupon::before,
.aaa-promotion-popup__coupon::after {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff8f6;
  content: '';
  transform: translateY(-50%);
}
.aaa-promotion-popup__coupon::before { left: -18px; }
.aaa-promotion-popup__coupon::after { right: -18px; }
.aaa-promotion-popup__coupon strong { display: block; margin: 3px 0; font-size: 43px; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.aaa-promotion-popup__coupon strong span { font-size: 78px; }
.aaa-promotion-popup__coupon-top,
.aaa-promotion-popup__coupon-bottom { display: block; font-size: 14px; font-weight: 800; letter-spacing: .12em; opacity: .8; }
.aaa-promotion-popup__description { max-width: 500px; margin: 0 auto !important; color: #6f5c58; font-size: 16px; line-height: 1.65; letter-spacing: -.02em; }
.aaa-promotion-popup__confetti i { position: absolute; z-index: 2; display: block; width: 12px; height: 20px; border-radius: 2px; background: #ef6b62; pointer-events: none; }
.aaa-promotion-popup__confetti i:nth-child(1) { top: 52px; left: 46px; transform: rotate(28deg); }
.aaa-promotion-popup__confetti i:nth-child(2) { top: 118px; left: 88px; width: 17px; height: 9px; background: #f2a13a; transform: rotate(-22deg); }
.aaa-promotion-popup__confetti i:nth-child(3) { top: 70px; right: 92px; background: #a46386; transform: rotate(65deg); }
.aaa-promotion-popup__confetti i:nth-child(4) { top: 174px; right: 44px; width: 16px; height: 16px; background: #f5a2a1; transform: rotate(42deg); }
.aaa-promotion-popup__confetti i:nth-child(5) { top: 330px; left: 58px; width: 19px; height: 10px; background: #a46386; transform: rotate(18deg); }
.aaa-promotion-popup__confetti i:nth-child(6) { top: 376px; right: 65px; background: #f2a13a; transform: rotate(-36deg); }
.aaa-promotion-popup__confetti i:nth-child(7) { bottom: 50px; left: 116px; width: 15px; height: 15px; background: #f5a2a1; transform: rotate(42deg); }
.aaa-promotion-popup__confetti i:nth-child(8) { bottom: 52px; right: 118px; width: 17px; height: 9px; background: #a46386; transform: rotate(-18deg); }
.aaa-promotion-popup__cta {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 88px;
  box-sizing: border-box;
  padding: 20px 34px;
  background: #2c2424;
  color: #fff !important;
  font-size: clamp(18px, 3.2vw, 24px);
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none !important;
  transition: background .2s ease;
}
.aaa-promotion-popup__cta:hover,
.aaa-promotion-popup__cta:focus-visible { background: #b5423e; color: #fff !important; outline: 3px solid rgba(181, 66, 62, .28); outline-offset: -3px; }
.aaa-promotion-popup__cta span:last-child { font-size: 30px; font-weight: 300; }
.aaa-promotion-popup__later {
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 16px 24px !important;
  border: 0 !important;
  border-radius: 0 0 30px 30px !important;
  background: #fff !important;
  color: #6f5c58 !important;
  font: 700 16px/1.2 inherit !important;
  box-shadow: none !important;
  cursor: pointer;
  transform: none !important;
}
.aaa-promotion-popup__later:hover,
.aaa-promotion-popup__later:focus-visible { background: #f8ece9 !important; color: #2c2424 !important; outline: none; }
.aaa-promotion-popup-open { overflow: hidden; }

@media (max-width: 600px) {
  .aaa-promotion-popup { align-items: end; padding: 10px; }
  .aaa-promotion-popup__dialog { width: 100%; max-height: calc(100vh - 20px); border-radius: 24px; }
  .aaa-promotion-popup__content { padding: 38px 24px 28px; }
  .aaa-promotion-popup__close { top: 13px !important; right: 13px !important; }
  .aaa-promotion-popup__brand { margin-bottom: 13px; }
  .aaa-promotion-popup__eyebrow { margin-right: 36px; margin-left: 36px; font-size: 16px; }
  .aaa-promotion-popup__dialog h2 { margin-bottom: 24px; font-size: 35px; }
  .aaa-promotion-popup__coupon { min-height: 165px; padding: 18px 42px; border-radius: 15px; box-shadow: 10px 12px 0 #f3c6c1, 0 14px 28px rgba(136, 49, 45, .2); }
  .aaa-promotion-popup__coupon strong { font-size: 34px; }
  .aaa-promotion-popup__coupon strong span { font-size: 62px; }
  .aaa-promotion-popup__description { font-size: 14px; }
  .aaa-promotion-popup__cta { min-height: 74px; padding: 16px 22px; font-size: 19px; }
  .aaa-promotion-popup__later { min-height: 58px !important; border-radius: 0 0 24px 24px !important; }
  .aaa-promotion-popup__confetti i:nth-child(n+6) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .aaa-promotion-popup__dialog { transition: none; }
}
