.upsell-banner{background:#fff;color:#151515;padding:12px 14px;border:1px solid #eee;border-radius:var(--radius, 14px);margin:0 16px 12px;position:relative;overflow:hidden;font-family:var(--font-body);box-shadow:0 2px 8px #00000008}.upsell-banner__content{position:relative;z-index:1}.upsell-banner__header{display:flex;align-items:center;gap:12px;margin-bottom:0}.upsell-banner__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff5f7;border-radius:50%;flex-shrink:0;color:#d96a85}.upsell-banner__icon svg{width:16px;height:16px;color:currentColor}.upsell-banner__text{flex:1;min-width:0}.upsell-banner__title{font-size:14px;font-weight:700;margin:0;line-height:1.2;font-family:var(--font-headline);letter-spacing:.3px;text-transform:uppercase}.upsell-banner__subtitle{font-size:12px;color:#666;margin:2px 0 0;line-height:1.3}.upsell-banner--success{background:#f0fff4;border-color:#c6f6d5}.upsell-banner--success .upsell-banner__icon{background:#c6f6d5;color:#276749}.upsell-banner__step-indicator{display:flex;align-items:center;gap:6px;flex-shrink:0}.upsell-banner__step{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:700}.upsell-banner__step--complete{background:#fffffff2;color:#276749}.upsell-banner__step--pending{background:#ffffff40;color:#ffffffe6}.upsell-banner__step-line{width:12px;height:2px;background:#fff6;border-radius:1px}.upsell-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}@supports (backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px)){.upsell-popup-overlay{background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}}.upsell-popup-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.upsell-popup{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;z-index:9999;max-height:90vh;overflow-y:auto;overflow-x:hidden;transform:translateY(100%);transition:transform .4s cubic-bezier(.32,.72,0,1);box-shadow:0 -10px 40px #0000001a;pointer-events:none;font-family:var(--font-body);will-change:transform;touch-action:pan-y}.upsell-popup.active{transform:translateY(0);pointer-events:auto}@media (min-width: 768px){.upsell-popup{bottom:auto;top:50%;left:50%;right:auto;transform:translate(-50%,-50%) scale(.95);opacity:0;max-width:440px;width:90%;max-height:85vh;border-radius:16px}.upsell-popup.active{transform:translate(-50%,-50%) scale(1);opacity:1}}.upsell-popup__header{position:relative;background:#fff;color:#151515;padding:32px 24px 16px;text-align:center}.upsell-popup__step-indicator{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.upsell-popup__step-badge{width:32px;height:32px;border-radius:50%;background:#151515;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;z-index:2;position:relative}.upsell-popup__step-badge:first-child{background:#28a745;color:#fff}.upsell-popup__step-badge--current{background:#d96a85;color:#fff;box-shadow:0 0 0 3px #d96a8533}.upsell-popup__step-badge--pending{background:#f0f0f0;color:#999}.upsell-popup__step-number{line-height:1}.upsell-popup__step-check{font-size:14px}.upsell-popup__step-badge:first-child .upsell-popup__step-number{display:none}.upsell-popup__step-line{flex:0 0 60px;height:2px;background:#eee;border-radius:2px;position:relative}.upsell-popup__step-line:after{content:"";position:absolute;left:0;top:0;height:100%;width:50%;background:#28a745;border-radius:2px}.upsell-popup__close{position:absolute;top:16px;right:16px;background:transparent;border:none;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;color:#999}.upsell-popup__close:hover{color:#151515;background:#f5f5f5;border-radius:50%}.upsell-popup__close svg{width:12px;height:12px;color:currentColor}.upsell-popup__title{font-size:20px;font-weight:700;margin:0 0 8px;letter-spacing:-.2px;font-family:var(--font-headline);text-transform:uppercase;color:#151515}.upsell-popup__subtitle{font-size:15px;color:#666;margin:0 0 16px;font-weight:400;line-height:1.5}.upsell-popup__hint{font-size:13px;background:#f8f8f8;color:#555;display:inline-block;padding:8px 16px;border-radius:20px;margin:0;border:1px solid #eee}.upsell-popup__body{padding:16px 24px}.upsell-popup__products{display:flex;flex-direction:column;gap:12px;touch-action:pan-y}.upsell-popup__product{display:flex;gap:16px;padding:12px;background:#fff;border:1px solid #eee;border-radius:12px;position:relative;transition:all .2s ease;align-items:center;touch-action:pan-y}.upsell-popup__product:hover{border-color:#d96a85;box-shadow:0 4px 12px #0000000d}.upsell-popup__product-badge{position:absolute;top:-8px;left:12px;right:auto;background:#151515;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:4px;z-index:2;text-transform:uppercase;letter-spacing:.5px}.upsell-popup__product-image{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#f9f9f9;flex-shrink:0}.upsell-popup__product-info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.upsell-popup__product-title{font-size:14px;font-weight:600;margin:0 0 4px;color:#151515;font-family:var(--font-headline)}.upsell-popup__product-price{font-size:13px;color:#666;margin:0 0 8px;font-family:var(--font-price)}.upsell-popup__product-add{background:#151515;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px;font-family:var(--font-button);width:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.upsell-popup__product-add:hover{background:#d96a85}.upsell-popup__product-add.loading{position:relative;color:transparent;pointer-events:none}.upsell-popup__product-add.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:upsell-spinner .6s linear infinite}@keyframes upsell-spinner{to{transform:rotate(360deg)}}@media (hover: hover){.upsell-popup__product-add:hover{transform:translateY(-1px)}}.upsell-popup__product-add:disabled{background:#eee;color:#999;cursor:not-allowed;transform:none}.upsell-popup__view-all{margin-top:16px;padding-top:16px;border-top:1px dashed #eee;text-align:center}.upsell-popup__view-all-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}.upsell-popup__view-all-icon{font-size:14px}.upsell-popup__view-all-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;color:#151515;border:1px solid #151515;padding:12px 24px;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;min-height:44px}.upsell-popup__view-all-link:hover{background:#151515;color:#fff}.upsell-popup__empty{text-align:center;padding:20px 10px 30px}.upsell-popup__empty-icon{width:48px;height:48px;margin:0 auto 16px;color:#d96a85}.upsell-popup__empty-title{font-size:16px;font-weight:700;color:#151515;margin:0 0 8px;text-transform:uppercase}.upsell-popup__empty-text{font-size:14px;color:#666;margin:0 0 20px;line-height:1.5}.upsell-popup__empty-cta{display:inline-flex;align-items:center;gap:8px;background:#151515;color:#fff;padding:12px 24px;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px}.upsell-popup__empty-cta:hover{background:#d96a85}.upsell-popup__footer{padding:16px 24px 24px;text-align:center;background:#fff;border-top:none}.upsell-popup__skip{background:none;border:none;color:#999;font-size:12px;cursor:pointer;padding:8px;transition:color .2s ease;text-decoration:underline;text-underline-offset:4px}.upsell-popup__skip:hover{color:#151515}@supports (padding-bottom: env(safe-area-inset-bottom)){.upsell-popup{padding-bottom:env(safe-area-inset-bottom)}.upsell-popup__footer{padding-bottom:calc(24px + env(safe-area-inset-bottom))}}@media (max-width: 767px){.upsell-popup__header{padding:20px 16px 12px}.upsell-popup__close{width:44px;height:44px;top:8px;right:8px}.upsell-popup__close svg{width:14px;height:14px}.upsell-popup__step-indicator{gap:10px;margin-bottom:16px}.upsell-popup__step-badge{width:28px;height:28px;font-size:12px}.upsell-popup__step-line{flex:0 0 40px}.upsell-popup__step-check{font-size:12px}.upsell-popup__title{font-size:18px;margin-bottom:6px}.upsell-popup__subtitle{font-size:14px;margin-bottom:12px}.upsell-popup__hint{font-size:12px;padding:6px 12px;max-width:100%;white-space:normal;line-height:1.4}.upsell-popup__body{padding:12px 16px}.upsell-popup__products{gap:10px}.upsell-popup__product{padding:10px;gap:12px}.upsell-popup__product-badge{font-size:9px;padding:3px 8px;top:-6px;left:10px}.upsell-popup__product-image{width:56px;height:56px;border-radius:6px}.upsell-popup__product-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.upsell-popup__product-price{font-size:12px;margin-bottom:6px}.upsell-popup__product-add{padding:10px 14px;font-size:11px;min-height:40px;letter-spacing:.5px}.upsell-popup__view-all{margin-top:12px;padding-top:12px}.upsell-popup__view-all-note{font-size:12px;margin-bottom:10px}.upsell-popup__view-all-link{padding:10px 20px;font-size:12px;width:100%}.upsell-popup__footer{padding:12px 16px 20px}.upsell-popup__skip{padding:12px 16px;font-size:13px}.upsell-popup__empty{padding:16px 8px 24px}.upsell-popup__empty-icon{width:40px;height:40px;margin-bottom:12px}.upsell-popup__empty-title{font-size:15px}.upsell-popup__empty-text{font-size:13px;margin-bottom:16px}.upsell-popup__empty-cta{padding:12px 20px;font-size:12px}}@media (max-width: 374px){.upsell-popup__header{padding:16px 12px 10px}.upsell-popup__step-indicator{gap:8px}.upsell-popup__step-badge{width:24px;height:24px;font-size:11px}.upsell-popup__step-line{flex:0 0 30px}.upsell-popup__title{font-size:16px}.upsell-popup__subtitle{font-size:13px}.upsell-popup__hint{font-size:11px;padding:5px 10px}.upsell-popup__body{padding:10px 12px}.upsell-popup__product{padding:8px;gap:10px}.upsell-popup__product-image{width:48px;height:48px}.upsell-popup__product-title{font-size:12px}.upsell-popup__product-add{padding:8px 12px;font-size:10px;min-height:40px}.upsell-popup__view-all{margin-top:10px;padding-top:10px}.upsell-popup__view-all-note{font-size:11px}.upsell-popup__view-all-link{padding:10px 16px;font-size:11px}}body.upsell-popup-open{overflow:hidden}body.upsell-popup-open:not(.page-overlay-cart-on){position:fixed;width:100%;height:100%}@media (max-width: 599px){body.page-overlay-cart-on>#upsell-popup-overlay,body.page-overlay-cart-on>#upsell-popup{opacity:1!important}body.page-overlay-cart-on #upsell-popup.active{opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important}body.page-overlay-cart-on #upsell-popup-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/77/assets/upsell-funnel.css.map */
