.boom-upsell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:none;align-items:flex-end;justify-content:center}.boom-upsell.is-open{display:flex}.boom-upsell__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0500238c;animation:boom-upsell-fade .25s ease-out}.boom-upsell__dialog{position:relative;width:100%;max-height:90vh;max-height:90dvh;overflow-y:auto;background:#fff;color:#050023;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px #05002359;animation:boom-upsell-pop .35s ease-out;display:grid;grid-template-columns:1fr;grid-template-areas:"media" "body" "actions"}.boom-upsell__grabber{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:2;width:44px;height:5px;border-radius:3px;background:#ffffffa6}.boom-upsell__x{display:none;position:absolute;top:16px;inset-inline-end:16px;z-index:2;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;color:#4f4b66;background:#ffffffd9;cursor:pointer}.boom-upsell__x:hover{background:#efeef4}.boom-upsell__media{grid-area:media;position:relative;justify-self:stretch;margin:0;background:var(--boom-upsell-accent, #ef3340);display:flex;justify-content:center;padding:30px 20px 18px;flex-shrink:0}.boom-upsell__image{display:block;width:140px;height:175px;max-width:100%;object-fit:cover;border-radius:12px}.boom-upsell__badge{position:absolute;top:12px;left:12px;z-index:1;background:#ffc72c;color:#050023;font-family:Heading Now,Jost,sans-serif;font-weight:500;font-size:14px;line-height:1.2;padding:5px 9px;border-radius:5px;transform:rotate(-4deg)}.boom-upsell__body{grid-area:body;display:flex;flex-direction:column;gap:6px;margin:16px 20px 0;min-width:0}.boom-upsell__eyebrow{font-family:Heading Now,Jost,sans-serif;font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--boom-upsell-accent, #ef3340);margin:0}.boom-upsell__headline{font-family:Heading Now,Jost,sans-serif;font-weight:500;font-size:20px;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase;white-space:pre-line;text-wrap:pretty;color:#050023;margin:0}.boom-upsell__benefits{display:flex;flex-direction:column;gap:6px;list-style:none;margin:2px 0 0;padding:0;font-family:Jost,sans-serif;font-size:13px;line-height:1.35;color:#4f4b66}.boom-upsell__benefits li{display:flex;align-items:flex-start;gap:8px}.boom-upsell__benefit-check{--icon-width: 14px;flex-shrink:0;margin-top:2px;color:var(--boom-upsell-accent, #ef3340)}.boom-upsell__prices{display:flex;align-items:baseline;gap:8px}.boom-upsell__price{font-family:Heading Now,Jost,sans-serif;font-weight:500;font-size:22px;color:var(--boom-upsell-accent, #ef3340)}.boom-upsell__price-was{font-family:Jost,sans-serif;font-size:15px;color:#8d8a99;text-decoration:line-through}.boom-upsell__rating{display:flex;align-items:center;gap:8px;font-family:Jost,sans-serif;font-weight:500;font-size:14px;color:#4f4b66}.boom-upsell__stars{display:flex;align-items:center;gap:2px;color:#ffc72c}.boom-upsell__star{--icon-width: 15px}.boom-upsell__star--empty{color:#d8d8e0}.boom-upsell__timer{display:flex;align-items:center;gap:10px;background:#efeef4;border-radius:10px;padding:10px 14px;width:fit-content;font-family:Jost,sans-serif;font-weight:500;font-size:15px;color:#050023;margin:0}.boom-upsell__timer[hidden]{display:none}.boom-upsell__timer-dot{width:8px;height:8px;border-radius:50%;background:#ef3340;flex-shrink:0}.boom-upsell__timer-time{font-weight:600;font-variant-numeric:tabular-nums;color:#ef3340}.boom-upsell__actions{grid-area:actions;display:flex;flex-direction:column;gap:8px;padding:18px 20px 24px}.boom-upsell__cta{background:var(--boom-upsell-accent, #ef3340);color:#fff;font-family:Heading Now,Jost,sans-serif;font-weight:400;font-size:18px;text-transform:uppercase;text-align:center;padding:15px;border-radius:12px;min-height:44px;cursor:pointer;transition:transform .12s,background-color .2s}.boom-upsell__cta:hover{transform:scale(1.02)}.boom-upsell__cta.is-busy{opacity:.7;cursor:wait}.boom-upsell__cta.is-added{background:#49ac77;transform:none;cursor:default}.boom-upsell__decline{text-align:center;font-family:Jost,sans-serif;font-size:15px;color:#8d8a99;padding:10px;cursor:pointer}.boom-upsell__decline:hover{color:#050023}@media(min-width:768px){.boom-upsell{align-items:center;padding:20px}.boom-upsell__dialog{width:760px;border-radius:20px;box-shadow:0 32px 80px #05002359;overflow:hidden;grid-template-columns:320px 1fr;grid-template-areas:"media body" "media actions";grid-template-rows:1fr auto;column-gap:0}.boom-upsell__grabber{display:none}.boom-upsell__x{display:flex}.boom-upsell__media{background:var(--boom-upsell-accent, #ef3340);display:flex;align-items:center;justify-content:center;justify-self:stretch;padding:28px;margin:0}.boom-upsell__image{width:240px;height:300px;border-radius:14px}.boom-upsell__badge{top:20px;left:20px;font-size:22px;padding:8px 14px;border-radius:6px}.boom-upsell__body{gap:14px;margin:0;padding:32px 36px 0}.boom-upsell__eyebrow{font-size:15px}.boom-upsell__headline{font-size:29px;line-height:1.1}.boom-upsell__benefits{font-size:15px;gap:8px}.boom-upsell__benefit-check{--icon-width: 16px}.boom-upsell__rating{font-size:15px}.boom-upsell__star{--icon-width: 17px}.boom-upsell__prices{gap:12px;margin-top:4px}.boom-upsell__price{font-size:32px}.boom-upsell__price-was{font-size:20px}.boom-upsell__timer{font-size:16px}.boom-upsell__actions{gap:10px;padding:20px 36px 28px}.boom-upsell__cta{padding:16px}.boom-upsell__decline{font-size:16px;padding:6px}}@keyframes boom-upsell-pop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes boom-upsell-fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.boom-upsell__scrim,.boom-upsell__dialog{animation:none}.boom-upsell__cta:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/custom.boom-upsell.css.map */
