#feo-fathers-day-popup.feo-promo-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483647 !important;
  background:rgba(0,0,0,.68) !important;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  box-sizing:border-box;
}
#feo-fathers-day-popup.feo-promo-modal.feo-open{display:flex !important}

#feo-fathers-day-popup .feo-promo-panel{
  width:min(430px,100%);
  box-sizing:border-box;
  overflow:hidden;
  padding:0 22px 22px;
  border-radius:24px;
  text-align:center !important;
  color:#111;
  background:
    radial-gradient(circle at 88% 16%, rgba(166,214,9,.12), transparent 27%),
    #fff;
  box-shadow:0 22px 60px rgba(0,0,0,.32);
  position:relative;
  z-index:2147483647 !important;
  isolation:isolate;
  font-family:Arial,Helvetica,sans-serif;
}
#feo-fathers-day-popup .feo-promo-close{
  position:absolute;right:12px;top:12px;border:0;background:#f1f1f1;border-radius:999px;
  width:36px;height:36px;font-size:22px;font-weight:800;line-height:1;cursor:pointer;color:#111;
  z-index:2;
}
#feo-fathers-day-popup .feo-promo-brand-row{
  min-height:86px;display:flex;align-items:center;justify-content:center;padding-top:14px;
}
#feo-fathers-day-popup .feo-promo-brand-logo{
  width:92px;height:76px;object-fit:contain;display:block;margin:0 auto;
}
#feo-fathers-day-popup .feo-promo-kicker{
  margin-top:2px;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;
  color:#668500;font-weight:900;text-align:center !important;
}
#feo-fathers-day-popup #feo-promo-title{
  margin:5px 0 8px;font-size:30px;line-height:1;font-weight:950;text-transform:uppercase;
  color:#050505;text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-special{
  color:#668500;font-size:18px;font-weight:950;text-transform:uppercase;letter-spacing:1.2px;
  margin-bottom:10px;text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-discount{
  display:inline-block;margin:0 auto 8px;padding:8px 20px 7px;border-radius:13px;
  background:#a6d609;color:#000;font-size:42px;line-height:1;font-weight:950;
}
#feo-fathers-day-popup .feo-promo-storewide{
  margin:2px 0 7px;font-size:22px;line-height:1.05;font-weight:950;text-transform:uppercase;
  text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-tagline{
  width:100%;margin:0 auto 6px;font-size:16px;line-height:1.25;font-weight:800;
  text-align:center !important;
}
#feo-fathers-day-popup #feo-promo-copy{
  margin:0 auto 12px;max-width:330px;line-height:1.35;color:#555;font-size:14px;
  text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-code{
  display:inline-block;margin:2px auto 8px;padding:7px 18px;border:2px solid #7eaa00;
  border-radius:10px;background:#f4f9e7;font-size:19px;font-weight:950;color:#000;
  text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-end{
  width:100%;margin:0 auto 14px;font-weight:800;color:#111;text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-actions{display:grid;gap:9px;margin-top:18px}
#feo-fathers-day-popup .feo-promo-cta{
  display:block;width:100%;box-sizing:border-box;min-height:48px;padding:14px 18px;
  border-radius:8px;background:#a6d609;color:#000 !important;text-decoration:none !important;
  font-size:16px;font-weight:950;text-transform:uppercase;text-align:center !important;
}
#feo-fathers-day-popup .feo-promo-later{
  border:0;background:transparent;color:#555;text-decoration:underline;cursor:pointer;padding:8px;
  font-weight:700;text-align:center !important;
}
body.feo-popup-open{overflow:hidden !important}

@media (max-height:700px){
  #feo-fathers-day-popup.feo-promo-modal{
    align-items:flex-start;overflow-y:auto;padding-top:10px;padding-bottom:10px;
  }
  #feo-fathers-day-popup .feo-promo-brand-row{min-height:58px}
  #feo-fathers-day-popup .feo-promo-brand-logo{width:72px;height:52px}
  #feo-fathers-day-popup #feo-promo-title{font-size:25px}
  #feo-fathers-day-popup .feo-promo-discount{font-size:35px}
}
