.offer-popup{--offer-gold: 201, 169, 98;--offer-gold-soft: rgba(var(--offer-gold), .35);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none}.offer-popup.is-visible{pointer-events:auto}.offer-popup[hidden]{display:none!important}.offer-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transition:opacity .4s ease}.offer-popup.is-visible .offer-popup__overlay{opacity:1}.offer-popup__card{position:relative;width:min(100%,26rem);max-height:none;overflow:hidden;margin:0;border-radius:1rem;border:1px solid rgba(var(--color-foreground),.12);background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgba(var(--offer-gold),.12),0 32px 100px #0000008c;opacity:0;transform:translateY(.75rem) scale(.94);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1)}.offer-popup.is-visible .offer-popup__card{opacity:1;transform:translateY(0) scale(1)}.offer-popup__ribbon{position:absolute;top:1.1rem;right:-2.25rem;z-index:3;width:9rem;padding:.4rem 0;text-align:center;font-size:.625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--color-background));background:linear-gradient(90deg,rgb(var(--offer-gold)),rgba(var(--offer-gold),.85));transform:rotate(42deg);box-shadow:0 4px 16px #00000040}.offer-popup__close{position:absolute;top:.75rem;left:.75rem;right:auto;z-index:4;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;background:rgba(var(--color-background),.65);color:rgb(var(--color-foreground));cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}.offer-popup__close:hover{background:rgba(var(--color-background),.9);transform:scale(1.05)}.offer-popup__layout{display:flex;flex-direction:column}.offer-popup__hero{position:relative;padding:1.35rem 1.25rem 1.15rem;overflow:hidden;background:linear-gradient(145deg,rgba(var(--offer-gold),.22),rgba(var(--color-foreground),.08) 45%,rgba(var(--color-foreground),.03));border-bottom:1px solid rgba(var(--color-foreground),.1)}.offer-popup__hero-glow{position:absolute;top:50%;left:50%;width:14rem;height:14rem;border-radius:50%;background:radial-gradient(circle,var(--offer-gold-soft) 0%,transparent 70%);transform:translate(-50%,-55%);pointer-events:none}.offer-popup__hero-inner{position:relative;z-index:1;text-align:center}.offer-popup__live{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.6rem;padding:.4rem .85rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(var(--offer-gold),.45);background:rgba(var(--color-background),.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.offer-popup__live-dot{width:.4rem;height:.4rem;border-radius:50%;background:#4ade80;animation:offer-popup-pulse 1.6s ease-in-out infinite}@keyframes offer-popup-pulse{0%,to{box-shadow:0 0 #4ade8080}50%{box-shadow:0 0 0 5px #4ade8000}}.offer-popup__hero-label{margin:0 0 .35rem;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.8}.offer-popup__hero-note{margin:.5rem 0 0;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;opacity:.65}.offer-popup__hero-price{margin:0;font-family:var(--font-heading-family);font-size:clamp(2.5rem,10vw,3.25rem);font-weight:400;line-height:1;letter-spacing:-.02em;background:linear-gradient(180deg,rgb(var(--color-foreground)) 30%,rgba(var(--offer-gold),1));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.offer-popup__body{padding:1.2rem 1.25rem 1.1rem}.offer-popup__eyebrow{margin:0 0 .35rem;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--offer-gold),1)}.offer-popup__tagline{margin:0 0 .45rem;font-family:var(--font-heading-family);font-size:clamp(1.0625rem,3.5vw,1.2rem);font-weight:400;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.offer-popup__title{margin:0 0 .4rem;font-family:var(--font-heading-family);font-size:clamp(1.25rem,4vw,1.5rem);font-weight:400;line-height:1.12}.offer-popup__subtitle{margin:0 0 .8rem;font-size:.875rem;line-height:1.5;opacity:.82}.offer-popup__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin:0 0 .9rem;padding:0;list-style:none}.offer-popup__steps li{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin:0;padding:.5rem .3rem;text-align:center;border:1px solid rgba(var(--color-foreground),.1);background:rgba(var(--color-foreground),.03);transition:border-color .2s ease,background .2s ease}.offer-popup__steps li:hover{border-color:rgba(var(--offer-gold),.35);background:rgba(var(--offer-gold),.06)}.offer-popup__step-num{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:0;border-radius:50%;border:1px solid rgba(var(--offer-gold),.5);color:rgba(var(--offer-gold),1)}.offer-popup__step-text{font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.04em;text-transform:uppercase}.offer-popup__actions{display:flex;flex-direction:column;gap:.45rem}.offer-popup__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:2.85rem;padding:.7rem 1.15rem;font-size:.9375rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:none;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.82));color:rgb(var(--color-background));box-shadow:0 8px 28px #00000040;transition:transform .2s ease,box-shadow .2s ease}.offer-popup__cta:hover{transform:translateY(-1px);box-shadow:0 12px 32px #00000052;color:rgb(var(--color-background))}.offer-popup__cta svg{flex-shrink:0;transition:transform .2s ease}.offer-popup__cta:hover svg{transform:translate(3px)}.offer-popup__dismiss{padding:.25rem;border:none;background:none;color:rgba(var(--color-foreground),.55);font-size:.875rem;letter-spacing:.06em;cursor:pointer;transition:color .2s ease}.offer-popup__dismiss:hover{color:rgb(var(--color-foreground))}body.combo-popup-open{overflow:hidden}@media screen and (min-width:750px){.offer-popup{padding:2.5rem}.offer-popup__card{width:min(100%,48rem);max-height:none}.offer-popup__live{margin-bottom:.75rem;padding:.45rem .9rem;font-size:.875rem}.offer-popup__hero-label{font-size:.9375rem}.offer-popup__ribbon{top:1.5rem;right:-2rem;width:10rem;font-size:.75rem}.offer-popup__close{top:1.15rem;left:1.15rem;right:auto;width:2.5rem;height:2.5rem}.offer-popup__layout{display:grid;grid-template-columns:.9fr 1.1fr;min-height:20rem}.offer-popup__hero{display:flex;align-items:center;justify-content:center;padding:2rem 1.75rem;border-bottom:none;border-right:1px solid rgba(var(--color-foreground),.1)}.offer-popup__hero-glow{width:20rem;height:20rem}.offer-popup__hero-price{font-size:3.75rem}.offer-popup__hero-note{margin-top:.65rem;font-size:.875rem}.offer-popup__body{display:flex;flex-direction:column;justify-content:center;padding:1.75rem 2rem 1.5rem}.offer-popup__eyebrow{font-size:.75rem;margin-bottom:.45rem}.offer-popup__tagline{font-size:1.35rem;margin-bottom:.5rem}.offer-popup__title{font-size:1.875rem;margin-bottom:.5rem}.offer-popup__subtitle{font-size:1rem;margin-bottom:1rem;line-height:1.55}.offer-popup__steps{gap:.55rem;margin-bottom:1.15rem}.offer-popup__steps li{padding:.65rem .45rem}.offer-popup__step-num{width:1.65rem;height:1.65rem;font-size:.8125rem}.offer-popup__step-text{font-size:.8125rem}.offer-popup__cta{min-height:3.25rem;font-size:1rem}.offer-popup__dismiss{font-size:.9375rem}}@media screen and (min-width:990px){.offer-popup__card{width:min(100%,52rem)}.offer-popup__layout{min-height:21rem}.offer-popup__hero-price{font-size:4rem}.offer-popup__tagline{font-size:1.45rem}.offer-popup__title{font-size:2rem}.offer-popup__subtitle{font-size:1.0625rem}}@media screen and (min-width:1200px){.offer-popup__card{width:min(100%,54rem)}}@media screen and (max-width:749px){.offer-popup{align-items:center;justify-content:center;padding:1.25rem}.offer-popup__card{width:min(100%,22.5rem);max-height:none;border-radius:1.125rem;transform:translateY(.5rem) scale(.92);box-shadow:0 0 0 1px rgba(var(--offer-gold),.15),0 20px 60px #00000080,0 0 80px rgba(var(--offer-gold),.08)}.offer-popup.is-visible .offer-popup__card{transform:translateY(0) scale(1)}.offer-popup__ribbon{top:1rem;right:-2.15rem;width:8rem;font-size:.5625rem}.offer-popup__close{top:.65rem;left:.65rem;right:auto;width:2rem;height:2rem;background:rgba(var(--color-background),.85)}.offer-popup__hero{padding:1.1rem 1rem .95rem}.offer-popup__hero-glow{width:10rem;height:10rem}.offer-popup__live{margin-bottom:.6rem;padding:.35rem .7rem;font-size:.6875rem}.offer-popup__hero-label{font-size:.75rem}.offer-popup__hero-price{font-size:2.5rem}.offer-popup__hero-note{margin-top:.45rem;font-size:.8125rem}.offer-popup__body{padding:1.2rem 1.2rem 1.1rem}.offer-popup__eyebrow{font-size:.625rem}.offer-popup__tagline{font-size:1rem;margin-bottom:.4rem}.offer-popup__title{font-size:1.3rem;margin-bottom:.35rem}.offer-popup__subtitle{margin-bottom:.7rem;font-size:.8125rem;line-height:1.45;opacity:.85}.offer-popup__hero-note{font-size:.75rem}.offer-popup__steps{gap:.35rem;margin-bottom:.85rem}.offer-popup__steps li{padding:.55rem .3rem}.offer-popup__step-text{font-size:.6875rem}.offer-popup__cta{min-height:3rem;font-size:.875rem}.offer-popup__dismiss{font-size:.8125rem}}@media screen and (max-width:380px){.offer-popup{padding:.875rem}.offer-popup__card{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-combo-offer-popup.css.map */
