.HoverPopupUpsell{position:fixed;top:0;left:0;width:100vw;height:100vh;visibility:hidden;opacity:0;z-index:9999;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.4,0,.2,1)}.HoverPopupUpsell.active{visibility:visible!important;opacity:1!important}.HoverPopupUpsell .popupUpsell{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:1300px;width:95%;max-height:90vh;background:#fff;border-radius:24px;box-shadow:0 25px 50px #00000040;overflow:hidden;z-index:10000;animation:popupSlideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.HoverPopupUpsell .popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:all .2s ease;color:#6b7280}.HoverPopupUpsell .popup-close:hover{background:#fff;color:#374151;transform:scale(1.1)}.HoverPopupUpsell .popup-header{padding:32px 24px;text-align:center}.HoverPopupUpsell .header-badge{font-size:40px;font-weight:600}.HoverPopupUpsell .popup-title{font-size:28px;font-weight:700;margin:0 0 8px;line-height:1.2;color:#fff}.HoverPopupUpsell .popup-subtitle{font-size:16px;margin:0;opacity:.9;font-weight:400}.HoverPopupUpsell .popupUpsellContenu{overflow-y:auto;max-height:calc(90vh - 200px)}.HoverPopupUpsell .popup-content-wrapper{padding:32px 24px 24px}.HoverPopupUpsell .product-showcase{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;align-items:start}.HoverPopupUpsell .product-image{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1;background:#f8fafc;max-width:500px;margin:auto}.HoverPopupUpsell .product-image img{width:100%;height:100%;object-fit:cover}.HoverPopupUpsell .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,0,0,.1) 0%,transparent 50%)}.HoverPopupUpsell .discount-badge{position:absolute;top:16px;left:16px;background:#ef4444;color:#fff;padding:8px 12px;border-radius:8px;font-weight:700;font-size:18px}.HoverPopupUpsell .benefits-section{padding:16px 0}.HoverPopupUpsell .benefits-title{font-size:20px;font-weight:700;margin:0 0 20px;color:#1f2937}.HoverPopupUpsell .benefits-grid{display:grid;gap:16px}.HoverPopupUpsell .benefit-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:12px;transition:all .2s ease}.HoverPopupUpsell .benefit-item:hover{background:#e2e8f0;transform:translate(4px)}.HoverPopupUpsell .benefit-icon{font-size:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;flex-shrink:0}.HoverPopupUpsell .benefit-item span{font-weight:500;color:#374151}.HoverPopupUpsell .choices-section{margin-bottom:24px}.HoverPopupUpsell .choice-container{position:relative;margin-bottom:16px}.HoverPopupUpsell .choice-container.premium-choice{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:calc(100% - 48px);max-width:850px;z-index:10001;margin-bottom:0}.HoverPopupUpsell .choice-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;z-index:10}.HoverPopupUpsell .choice-button{width:100%;border:none;border-radius:16px;padding:0;cursor:pointer;transition:all .3s ease;overflow:hidden;font-family:inherit}.HoverPopupUpsell .button-content{padding:24px;text-align:left}.HoverPopupUpsell .choices-section{display:flex;gap:16px}@media (max-width: 768px){.HoverPopupUpsell .choices-section{flex-direction:column}}.HoverPopupUpsell .premium-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:3px solid #10b981;box-shadow:0 8px 25px #10b9814d}.HoverPopupUpsell .premium-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #10b98166}.HoverPopupUpsell .premium-button .button-title{font-size:18px;font-weight:700;display:block}.HoverPopupUpsell .premium-button .button-details{margin:12px 0}.HoverPopupUpsell .premium-button .product-line{font-size:16px;font-weight:600;margin-bottom:4px}.HoverPopupUpsell .premium-button .trial-line{font-size:14px;opacity:.9}.HoverPopupUpsell .premium-button .button-footer{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.2)}.HoverPopupUpsell .premium-button .savings{font-size:14px;font-weight:600;color:#fbbf24}.HoverPopupUpsell .button-header{text-align:center}.HoverPopupUpsell .standard-button{background:#f8fafc;color:#6b7280;border:2px solid #e5e7eb;margin-top:8px}.HoverPopupUpsell .standard-button:hover{background:#f1f5f9;border-color:#d1d5db}.HoverPopupUpsell .standard-button .button-title{font-size:16px;font-weight:600;display:block}.HoverPopupUpsell .standard-button .product-line{font-size:14px;opacity:.8}.HoverPopupUpsell .terms{border-top:1px solid #e5e7eb;padding-top:16px}.HoverPopupUpsell .terms-content details{cursor:pointer}.HoverPopupUpsell .terms-content summary{font-weight:600;color:#6b7280;margin-bottom:8px;outline:none}.HoverPopupUpsell .terms-content p{font-size:12px;line-height:1.5;color:#6b7280;margin:8px 0}.HoverPopupUpsell .mobile-sticky-footer{display:none}@media (max-width: 768px){.HoverPopupUpsell .popupUpsell{top:0;left:0;transform:none;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;display:flex;flex-direction:column}.HoverPopupUpsell .popup-header{flex-shrink:0;padding:24px 20px}.HoverPopupUpsell .popup-title{font-size:24px}.HoverPopupUpsell .popup-subtitle{font-size:14px}.HoverPopupUpsell .popupUpsellContenu{flex:1;overflow-y:auto;max-height:none;padding-bottom:120px}.HoverPopupUpsell .popup-content-wrapper{padding:20px}.HoverPopupUpsell .product-showcase{grid-template-columns:1fr;gap:20px;margin-bottom:24px;display:flex;flex-direction:column-reverse}.HoverPopupUpsell .benefits-grid{gap:12px}.HoverPopupUpsell .benefit-item{padding:10px 12px}.HoverPopupUpsell .benefit-icon{width:28px;height:28px;font-size:16px}.HoverPopupUpsell .choices-section{margin-bottom:20px}.HoverPopupUpsell .choice-container.premium-choice{display:none}.HoverPopupUpsell .choice-container.standard-choice,.HoverPopupUpsell .standard-button{margin-top:0}.HoverPopupUpsell .mobile-sticky-footer{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 20px;border-top:1px solid #e5e7eb;z-index:10001;box-shadow:0 -4px 20px #0000001a}.HoverPopupUpsell .mobile-premium-button{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;padding:16px;cursor:pointer;font-family:inherit;box-shadow:0 4px 15px #10b9814d;animation:mobileButtonPulse 2s infinite}.HoverPopupUpsell .mobile-premium-button:active{transform:scale(.98)}@keyframes mobileButtonPulse{0%,to{box-shadow:0 4px 15px #10b9814d}50%{box-shadow:0 6px 20px #10b98180}}.HoverPopupUpsell .mobile-button-content{text-align:center}.HoverPopupUpsell .mobile-button-title{display:block;font-size:16px;font-weight:700;margin-bottom:4px}.HoverPopupUpsell .mobile-button-subtitle{display:block;font-size:14px;opacity:.9}}@media (max-width: 480px){.HoverPopupUpsell .popup-header{padding:20px 16px}.HoverPopupUpsell .popup-title{font-size:20px}.HoverPopupUpsell .popup-content-wrapper{padding:16px}.HoverPopupUpsell .benefits-title{font-size:18px}.HoverPopupUpsell .mobile-sticky-footer{padding:12px 16px}.HoverPopupUpsell .mobile-button-title{font-size:15px}.HoverPopupUpsell .mobile-button-subtitle{font-size:13px}}@media (prefers-reduced-motion: reduce){.HoverPopupUpsell .popupUpsell,.HoverPopupUpsell .premium-button,.HoverPopupUpsell .mobile-premium-button{animation:none}.HoverPopupUpsell .benefit-item:hover{transform:none}}.HoverPopupUpsell .choice-button:focus{outline:3px solid #3b82f6;outline-offset:2px}.HoverPopupUpsell .popup-close:focus{outline:3px solid #3b82f6;outline-offset:2px}.HoverPopupUpsell .mobile-premium-button:focus{outline:3px solid #3b82f6;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/popup_upsell.css.map */
