.cart-upsell-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;transition:opacity .3s ease}.cart-upsell-modal.active{display:block;opacity:1}.upsell-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.upsell-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;padding:2rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.upsell-close{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;font-size:4rem;line-height:1;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.upsell-header{text-align:center;margin-bottom:2rem;padding-bottom:0;border-bottom:none}.upsell-header h2{margin:0;font-size:2.175rem;font-weight:700;color:#1a1a1a}.upsell-header p{display:none}.upsell-products-grid{display:flex;flex-direction:column;gap:1rem}.upsell-product-card{display:flex;flex-direction:column;padding:16px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;gap:12px}.upsell-product-vendor{margin:0;font-size:1.1rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500;text-align:left}.upsell-product-row{display:flex;align-items:center;gap:16px}.upsell-product-image{flex-shrink:0;width:80px;height:80px;overflow:hidden;border-radius:4px}.upsell-product-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:12px}.upsell-product-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.upsell-product-title{margin:0;font-size:1.3rem;font-weight:600;color:#121212;line-height:1.3}.upsell-product-variant{margin:0;font-size:12px;color:#666}.upsell-product-price{display:flex;align-items:center;gap:8px;margin-top:4px}.upsell-product-price .compare-price{font-size:13px;color:#999;text-decoration:line-through}.upsell-product-price .price{font-size:16px;font-weight:600;color:#121212}@media (max-width: 640px){.upsell-product-row{flex-wrap:wrap}}.upsell-product-card:hover{box-shadow:0 2px 8px #00000014;border-color:#d0d0d0}.upsell-product-image img{width:100%;height:100%;object-fit:cover}.upsell-product-image .no-image{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:.75rem}.upsell-product-info{display:flex;flex-direction:column;gap:.25rem;flex-grow:1;min-width:0}.upsell-product-vendor{font-size:1.175rem;font-weight:500;color:#5b6ef5;margin:0}.upsell-product-title{margin:0;font-size:1.325rem;font-weight:600;color:#1a1a1a;line-height:1.3}.upsell-product-variant{font-size:.875rem;color:#999;margin:0}.upsell-product-price{display:inline-flex;align-items:center;gap:.5rem;margin:0}.upsell-product-price .price{font-size:1.3rem;font-weight:700;color:#1a1a1a}.upsell-product-price .compare-price{font-size:.875rem;color:#999;text-decoration:line-through}.upsell-add-btn{padding:.5em;background:#5b6ef5;color:#fff;border:none;border-radius:50px;font-size:1.17rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:80px;position:relative;bottom:10px}.upsell-add-btn:hover{background:#4a5dd8;box-shadow:0 4px 12px #5b6ef54d}.upsell-add-btn:disabled{background:#9ca8f7;cursor:not-allowed}.upsell-footer{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;align-items:center}.upsell-checkout-btn{width:100%;max-width:500px;padding:1rem 2rem;background:#5b6ef5;color:#fff;border:none;border-radius:50px;font-size:1.925rem;font-weight:600;cursor:pointer;transition:all .2s ease}.upsell-checkout-btn:hover{background:#4a5dd8;box-shadow:0 4px 16px #5b6ef54d}.upsell-continue-btn{background:transparent;color:#5b6ef5;border:none;font-size:1.9rem;font-weight:500;cursor:pointer;text-decoration:none;padding:.5rem;transition:all .2s ease}.upsell-continue-btn:hover{color:#4a5dd8}body.upsell-modal-open{overflow:hidden}.upsell-close{top:.75rem;right:.75rem;width:36px;height:36px}@media (max-width: 768px){.upsell-content{width:95%;padding:1.5rem;max-height:95vh}.upsell-product-card{grid-template-columns:70px 1fr auto;padding:1rem}.upsell-product-image{width:70px;height:70px}.upsell-product-title{font-size:1.3rem}.upsell-add-btn{padding:.5rem;font-size:1.17rem}}@media (max-width: 480px){.upsell-content{width:95%;padding:1.25rem;border-radius:16px}.upsell-header{margin-bottom:1.25rem}.upsell-product-card{grid-template-columns:60px 1fr;grid-template-rows:auto auto;gap:.75rem;padding:.875rem}.upsell-product-image{width:60px;height:60px;grid-row:1 / 3}.upsell-product-info{grid-column:2;gap:.125rem}.upsell-product-title{font-size:1.3375rem}.upsell-product-variant,.upsell-product-vendor{font-size:1.1125rem}.upsell-checkout-btn{font-size:1.5em;padding:.1.675rem 1.5rem}}.upsell-content::-webkit-scrollbar{width:8px}.upsell-content::-webkit-scrollbar-track{background:#f1f1f1}.upsell-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.upsell-content::-webkit-scrollbar-thumb:hover{background:#555}.upsell-products-grid.loading{min-height:200px;display:flex;align-items:center;justify-content:center}.upsell-products-grid.loading:after{content:"Loading products...";color:#666;font-size:1rem}.upsell-add-btn:focus,.upsell-continue-btn:focus,.upsell-checkout-btn:focus{outline:2px solid #4A90E2;outline-offset:2px}@keyframes checkmark{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.upsell-add-btn:disabled{animation:checkmark .3s ease}.upsell-product-title-link{text-decoration:none;color:inherit;display:block}.upsell-product-title-link:hover .upsell-product-title{text-decoration:underline;color:#000}
/*# sourceMappingURL=/cdn/shop/t/37/assets/cart-upsell.css.map */
