.offer-popup-shell[hidden]{display:none!important}
.offer-popup-shell{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;font-family:Manrope,Arial,sans-serif}
.offer-popup-backdrop{position:absolute;inset:0;border:0;background:radial-gradient(circle at 50% 35%,#43116b55,transparent 42%),#08050dc9;backdrop-filter:blur(13px) saturate(115%);opacity:0;transition:opacity .32s;cursor:default}
.offer-popup-card{--offer-accent:#b74cff;--offer-deep:#41116e;position:relative;isolation:isolate;overflow:hidden;width:min(590px,100%);padding:28px 32px 25px;border:1px solid #ffffff40;border-radius:30px;background:linear-gradient(145deg,#251030e8,#421266e3 48%,#7119aede);color:#fff;text-align:left;box-shadow:0 45px 120px #050107d9,0 12px 38px #6d17ac4a,inset 0 1px 0 #ffffff5c,inset 0 -1px 0 #ffffff14;backdrop-filter:blur(30px) saturate(140%);opacity:0;transform:translateY(22px) scale(.965);transition:opacity .32s,transform .42s cubic-bezier(.2,.82,.2,1)}
.offer-popup-card:before{content:"";position:absolute;z-index:-2;inset:1px;border-radius:29px;background:linear-gradient(125deg,#ffffff18,transparent 38%,#ffffff0b)}
.offer-popup-card.theme-blue{--offer-accent:#57d3ff;--offer-deep:#0b4b8e;background:linear-gradient(145deg,#071d3be8,#0c477ce3 48%,#087eb0de)}
.offer-popup-card.theme-pink{--offer-accent:#ff8abe;--offer-deep:#8c174f;background:linear-gradient(145deg,#3c0c2ae8,#861849e3 48%,#d33075de)}
.offer-popup-card.theme-dark{--offer-accent:#b85cff;--offer-deep:#21132d;background:linear-gradient(145deg,#08070def,#17121fe9 52%,#30203fe3)}
.offer-popup-shell.active .offer-popup-backdrop{opacity:1}.offer-popup-shell.active .offer-popup-card{opacity:1;transform:none}
.offer-popup-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(3px);pointer-events:none}.offer-popup-glow.one{width:300px;height:300px;right:-110px;top:-170px;background:radial-gradient(circle,#ffffff58,transparent 68%)}.offer-popup-glow.two{width:300px;height:300px;left:-170px;bottom:-190px;background:radial-gradient(circle,var(--offer-accent),transparent 70%);opacity:.34}
.offer-popup-topline{display:flex;align-items:center;gap:10px;margin:0 45px 26px 0}.offer-popup-brand{width:38px;height:38px;display:grid;place-items:center;border:1px solid #ffffff4d;border-radius:12px;background:#ffffff18;box-shadow:inset 0 1px 0 #ffffff54,0 9px 22px #07020a35;font-size:15px;font-weight:900;letter-spacing:-1px}.offer-popup-brand em{color:#fff;font-style:normal}.offer-popup-topline>span:last-child{color:#eadff2;font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}
.offer-popup-close{position:absolute;right:19px;top:19px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #ffffff33;border-radius:13px;background:#ffffff12;color:#fff;cursor:pointer;transition:.2s}.offer-popup-close:hover{background:#ffffff25;transform:rotate(4deg)}.offer-popup-close svg{width:17px}
.offer-popup-main{display:grid;grid-template-columns:78px minmax(0,1fr);gap:19px;align-items:start}.offer-popup-icon{width:72px;height:72px;display:grid;place-items:center;border:1px solid #ffffff54;border-radius:22px;background:linear-gradient(145deg,#ffffff26,#ffffff0c);box-shadow:0 15px 35px #09020d45,inset 0 1px 0 #ffffff60}.offer-popup-icon svg{width:31px;height:31px;filter:drop-shadow(0 5px 12px #0005)}
.offer-popup-copy{min-width:0}.offer-popup-badge{display:inline-flex;padding:6px 10px;border:1px solid #ffffff3b;border-radius:30px;background:#ffffff13;color:#f4eafa;font-size:8px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.offer-popup-card h2{max-width:440px;margin:11px 0 8px;font-size:clamp(27px,4.3vw,39px);line-height:1.07;letter-spacing:-1.55px;text-wrap:balance}.offer-popup-card .offer-popup-message{max-width:445px;margin:0;color:#ece3f2;font-size:12.5px;line-height:1.68}
.offer-popup-price,.offer-popup-coupon{margin:20px 0 0 97px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #ffffff35;border-radius:15px;background:linear-gradient(110deg,#ffffff18,#ffffff0a);box-shadow:inset 0 1px 0 #ffffff26}.offer-popup-price small,.offer-popup-price strong,.offer-popup-coupon span,.offer-popup-coupon small{display:block}.offer-popup-price small,.offer-popup-coupon small{color:#ded2e7;font-size:9px}.offer-popup-price strong{font-size:24px;white-space:nowrap}.offer-popup-coupon span{font-size:19px;font-weight:900;letter-spacing:2px}.offer-popup-coupon small{text-align:right}
.offer-popup-meta{margin:16px 0 0 97px;display:flex;gap:16px;flex-wrap:wrap}.offer-popup-meta span{display:flex;align-items:center;gap:6px;color:#e8deef;font-size:8.5px;font-weight:700}.offer-popup-meta svg{width:13px;height:13px;color:#fff}
.offer-popup-actions{margin:21px 0 0 97px;display:flex;align-items:center;gap:14px}.offer-popup-cta{flex:1;min-height:48px;padding:13px 18px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;background:#fff;color:var(--offer-deep);font-weight:900;box-shadow:0 15px 34px #08020c4d,inset 0 -1px 0 #00000010;cursor:pointer;transition:.22s}.offer-popup-cta:hover{transform:translateY(-2px);box-shadow:0 20px 42px #08020c69}.offer-popup-cta svg{width:17px}.offer-popup-later{padding:10px 2px;border:0;background:none;color:#ded2e6;font-size:9px;font-weight:700;white-space:nowrap;cursor:pointer}.offer-popup-later:hover{color:#fff}.popup-open{overflow:hidden}
.popup-addon-note{display:block;margin-top:7px;color:#6520b2;font-size:9px;font-weight:700}.checkout-price-breakdown [data-addon-row] span{display:flex;align-items:center;gap:5px}.checkout-price-breakdown [data-addon-row] em{font-style:normal;color:#6b6475;font-size:10px}
@media(max-width:600px){.offer-popup-shell{padding:13px}.offer-popup-card{padding:24px 20px 22px;border-radius:24px}.offer-popup-topline{margin-bottom:20px}.offer-popup-main{grid-template-columns:1fr;gap:13px;text-align:center}.offer-popup-icon{width:62px;height:62px;margin:auto;border-radius:19px}.offer-popup-card h2{margin-left:auto;margin-right:auto;font-size:29px}.offer-popup-card .offer-popup-message{margin:auto;font-size:11.5px}.offer-popup-price,.offer-popup-coupon,.offer-popup-meta,.offer-popup-actions{margin-left:0}.offer-popup-meta{justify-content:center}.offer-popup-actions{display:grid;gap:6px}.offer-popup-later{width:100%}.offer-popup-coupon{display:grid;text-align:center}.offer-popup-coupon small{text-align:center}}
@media(prefers-reduced-motion:reduce){.offer-popup-backdrop,.offer-popup-card,.offer-popup-close,.offer-popup-cta{transition:none}}
