.upsell-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.upsell-popup.is-open{opacity:1;visibility:visible}.upsell-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.upsell-popup__container{position:relative;background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;transform:translateY(20px) scale(.95);transition:transform .3s ease;box-shadow:0 25px 50px -12px #00000040}.upsell-popup.is-open .upsell-popup__container{transform:translateY(0) scale(1)}.upsell-popup__container.has-multiple-products{max-width:700px}.upsell-popup__close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;padding:8px;color:#666;z-index:1;border-radius:50%;transition:background-color .2s ease,color .2s ease}.upsell-popup__close:hover{color:#000;background-color:#0000000d}.upsell-popup__close:focus{outline:2px solid #000;outline-offset:2px}.upsell-popup__content{padding:24px}.upsell-popup__header{text-align:center;margin-bottom:20px}.upsell-popup__headline{font-size:1.5rem;font-weight:600;margin:0 0 8px;line-height:1.3}.upsell-popup__body{color:#666;margin:0;line-height:1.5}.upsell-popup__body:empty{display:none}.upsell-popup__products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:20px}.upsell-popup__products-grid:empty{display:none}.upsell-popup__product-card{background:#f9f9f9;border-radius:8px;padding:16px;text-align:center;transition:box-shadow .2s ease,transform .2s ease;cursor:pointer;border:2px solid transparent}.upsell-popup__product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.upsell-popup__product-card:focus-within{border-color:#68bedc}.upsell-popup__card-image{width:100%;max-width:120px;height:auto;aspect-ratio:1;object-fit:cover;border-radius:6px;margin:0 auto 12px;display:block;background-color:#fff}.upsell-popup__card-title{font-size:.9rem;font-weight:500;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.upsell-popup__card-pricing{display:flex;justify-content:center;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.upsell-popup__card-original-price{text-decoration:line-through;color:#999;font-size:.85rem}.upsell-popup__card-offer-price{font-size:1rem;font-weight:600;color:#e53935}.upsell-popup__card-add-btn{width:100%;padding:10px 16px;background:#68bedc;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.upsell-popup__card-add-btn:hover:not(:disabled){background:#5aacc9}.upsell-popup__card-add-btn:disabled{background:#ccc;cursor:not-allowed}.upsell-popup__card-add-btn--loading{position:relative;color:transparent}.upsell-popup__card-add-btn--loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:upsell-spin .8s linear infinite}.upsell-popup__single-product{text-align:center}.upsell-popup__image-wrapper{margin-bottom:20px}.upsell-popup__image{max-width:200px;width:100%;height:auto;border-radius:8px;background-color:#f5f5f5;display:block;margin:0 auto}.upsell-popup__details{text-align:center}.upsell-popup__product{margin-bottom:20px}.upsell-popup__product-title{display:block;font-weight:500;margin-bottom:8px;font-size:1.1rem}.upsell-popup__variant-wrapper{margin:12px 0}.upsell-popup__variant-select{width:100%;max-width:300px;padding:10px 36px 10px 12px;font-size:.95rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.upsell-popup__variant-select:focus{outline:none;border-color:#68bedc;box-shadow:0 0 0 1px #68bedc}.upsell-popup__pricing{display:flex;justify-content:center;gap:12px;align-items:center;margin-top:8px}.upsell-popup__original-price{text-decoration:line-through;color:#999;font-size:.95rem}.upsell-popup__offer-price{font-size:1.25rem;font-weight:600;color:#e53935}.upsell-popup__actions{margin-bottom:12px}.upsell-popup__add-btn{width:100%;max-width:300px;padding:14px 24px;background:#68bedc;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.upsell-popup__add-btn:hover:not(:disabled){background:#5aacc9}.upsell-popup__add-btn:active:not(:disabled){transform:scale(.98)}.upsell-popup__add-btn:disabled{background:#ccc;cursor:not-allowed}.upsell-popup__add-btn:focus{outline:2px solid #68BEDC;outline-offset:2px}.upsell-popup__footer{text-align:center;margin-top:16px}.upsell-popup__decline-btn{padding:12px 24px;background:transparent;color:#666;border:1px solid #ddd;border-radius:8px;font-size:.9rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.upsell-popup__decline-btn:hover{border-color:#999;color:#333}.upsell-popup__decline-btn:focus{outline:2px solid #000;outline-offset:2px}body.upsell-popup-open{overflow:hidden}.upsell-popup__add-btn--loading{position:relative;color:transparent}.upsell-popup__add-btn--loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:upsell-spin .8s linear infinite}@keyframes upsell-spin{to{transform:rotate(360deg)}}@media screen and (max-width: 480px){.upsell-popup__container{width:95%;max-height:95vh;border-radius:8px}.upsell-popup__container.has-multiple-products{max-width:95%}.upsell-popup__content{padding:20px 16px}.upsell-popup__headline{font-size:1.25rem}.upsell-popup__image{max-width:150px}.upsell-popup__products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.upsell-popup__product-card{padding:12px}.upsell-popup__card-image{max-width:80px}.upsell-popup__card-title{font-size:.8rem}.upsell-popup__card-add-btn{padding:8px 12px;font-size:.8rem}.upsell-popup__add-btn{padding:12px 20px}}@media (prefers-reduced-motion: reduce){.upsell-popup,.upsell-popup__container,.upsell-popup__close,.upsell-popup__add-btn,.upsell-popup__decline-btn,.upsell-popup__product-card{transition:none}.upsell-popup__add-btn--loading:after,.upsell-popup__card-add-btn--loading:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/upsell-popup.css.map */
