.upsell-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:999999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;contain:none;isolation:isolate}.upsell-modal--open{opacity:1;visibility:visible}.upsell-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.upsell-modal__container{position:relative;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0006;transform:translateY(20px) scale(.95);transition:transform .3s ease}.upsell-modal--open .upsell-modal__container{transform:translateY(0) scale(1)}body.upsell-modal-open{overflow:hidden}.upsell-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0000000d;border:none;border-radius:50%;color:#666;cursor:pointer;transition:all .2s ease;z-index:1}.upsell-modal__close:hover{background:#0000001a;color:#333}.upsell-modal__close svg{width:18px;height:18px}.upsell-modal__content{padding:2rem 1.5rem;text-align:center}.upsell-modal__badge{display:inline-block;padding:.375rem 1rem;background:linear-gradient(135deg,#212529,#343a40);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:20px;margin-bottom:1rem}.upsell-modal__title{margin:0 0 1.25rem;font-size:1.5rem;font-weight:700;color:#212529;line-height:1.3}.upsell-modal__product{margin:0 0 1.25rem;padding:1rem;background:#f8f9fa;border-radius:12px}.upsell-modal__image{width:100%;max-width:280px;height:auto;aspect-ratio:1;object-fit:contain;border-radius:8px}.upsell-modal__value{margin:0 0 1.5rem}.upsell-modal__bundle-name{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#495057}.upsell-modal__price{display:flex;align-items:baseline;justify-content:center;gap:.75rem;margin:0 0 .75rem}.upsell-modal__price-new{font-size:1.5rem;font-weight:700;color:#212529}.upsell-modal__price-diff{font-size:.9rem;font-weight:600;color:#198754;background:#1987541a;padding:.25rem .75rem;border-radius:20px}.upsell-modal__savings{margin:0;font-size:.95rem;color:#198754;font-weight:500}.upsell-modal__cta-primary{display:block;width:100%;padding:1rem 1.5rem;background:#212529;color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.upsell-modal__cta-primary:hover:not(:disabled){background:#343a40;transform:translateY(-1px)}.upsell-modal__cta-primary:active:not(:disabled){transform:translateY(0)}.upsell-modal__cta-primary:disabled{opacity:.7;cursor:not-allowed}.upsell-modal__cta-loading{display:none;align-items:center;justify-content:center;gap:.5rem}.upsell-modal__cta-loading .loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:upsell-spin .8s linear infinite}.upsell-modal__cta-primary .upsell-modal__cta-loading{color:#fff}.upsell-modal__cta-primary .loading-spinner{border-color:#ffffff4d;border-top-color:#fff}.upsell-modal__cta-secondary .upsell-modal__cta-loading{color:#212529}.upsell-modal__cta-secondary .loading-spinner{border-color:#2125294d;border-top-color:#212529}@keyframes upsell-spin{to{transform:rotate(360deg)}}.upsell-modal__spinner{width:18px;height:18px;animation:upsell-spin 1s linear infinite}.upsell-modal__success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;min-height:280px}.upsell-modal__checkmark{width:80px;height:80px;border-radius:50%;stroke-width:2;stroke:#00d4aa;stroke-miterlimit:10;animation:checkmark-scale .3s ease-in-out .4s both}.upsell-modal__checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:#00d4aa;fill:none;animation:checkmark-stroke .6s cubic-bezier(.65,0,.45,1) forwards}.upsell-modal__checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;stroke:#00d4aa;fill:none;animation:checkmark-stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes checkmark-stroke{to{stroke-dashoffset:0}}@keyframes checkmark-scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}.upsell-modal__success-text{margin-top:1.5rem;font-size:1.25rem;font-weight:600;color:#00d4aa}.upsell-modal__cta-secondary{display:none;flex-direction:column;align-items:center;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#ffc107,#ffb300);color:#212529;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:2px solid #ffc107;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:1rem;position:relative}.upsell-modal__cta-secondary:hover:not(:disabled){background:linear-gradient(135deg,#ffca2c,#ffc107);transform:translateY(-1px);box-shadow:0 4px 12px #ffc10766}.upsell-modal__cta-secondary:active:not(:disabled){transform:translateY(0)}.upsell-modal__cta-secondary:disabled{opacity:.7;cursor:not-allowed}.upsell-modal__cta-best-value{display:inline-block;padding:.2rem .6rem;background:#212529;color:#ffc107;font-size:.65rem;font-weight:800;letter-spacing:.1em;border-radius:4px;margin-bottom:.4rem}.upsell-modal__cta-secondary .upsell-modal__cta-text{font-size:.95rem}.upsell-modal__cta-secondary .upsell-modal__cta-price{font-size:1.1rem;font-weight:800;margin-top:.25rem}.upsell-modal__cta-decline{display:inline-block;color:#495057;font-size:.9rem;text-decoration:underline;text-decoration-color:#49505766;text-underline-offset:3px;transition:all .2s ease;padding:.75rem 1.25rem;margin-top:.25rem;border-radius:6px;cursor:pointer}.upsell-modal__cta-decline:hover{color:#212529;text-decoration-color:#212529;background:#0000000a}.upsell-modal__cta-decline:active{background:#00000014}.upsell-modal__cta-decline.loading{opacity:.6;pointer-events:none}.upsell-modal__single-name{font-weight:600}@media (min-width: 750px){.upsell-modal__container{max-width:480px}.upsell-modal__content{padding:2.5rem 2rem}.upsell-modal__title{font-size:1.75rem}.upsell-modal__image{max-width:320px}}@media (prefers-color-scheme: dark){.upsell-modal__container{background:#1a1a1a}.upsell-modal__close{background:#ffffff1a;color:#adb5bd}.upsell-modal__close:hover{background:#ffffff26;color:#fff}.upsell-modal__badge{background:linear-gradient(135deg,#fff,#e9ecef);color:#212529}.upsell-modal__title{color:#fff}.upsell-modal__product{background:#2d2d2d}.upsell-modal__bundle-name{color:#adb5bd}.upsell-modal__price-new{color:#fff}.upsell-modal__price-diff{background:#4ade8026;color:#4ade80}.upsell-modal__savings{color:#4ade80}.upsell-modal__cta-primary{background:#fff;color:#212529}.upsell-modal__cta-primary:hover:not(:disabled){background:#e9ecef}.upsell-modal__cta-primary .loading-spinner{border-color:#2125294d;border-top-color:#212529}.upsell-modal__cta-decline{color:#adb5bd;text-decoration-color:#adb5bd66}.upsell-modal__cta-decline:hover{color:#fff;text-decoration-color:#fff;background:#ffffff14}.upsell-modal__success-text{color:#00d4aa}}@media (prefers-reduced-motion: no-preference){.upsell-modal__badge{animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}}.upsell-offer,.upsell-marker{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/upsell.css.map */
