.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:none;justify-content:center;align-items:center;z-index:10000;opacity:0;transition:opacity .3s ease}.popup-overlay.show{display:flex;opacity:1}.popup-container{background:#fff;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;transform:scale(.8);transition:transform .3s ease}.popup-overlay.show .popup-container{transform:scale(1)}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e5e5e5}.popup-header h3{margin:0;color:#2d3748;font-size:18px;font-weight:600}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#718096;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-btn:hover{background-color:#f7fafc;color:#2d3748}.popup-content{padding:24px}.product-info{display:flex;gap:16px;margin-bottom:24px}.product-image{flex-shrink:0}.product-image img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e5e5e5}.product-details{flex:1}.product-details h4{margin:0 0 8px;color:#2d3748;font-size:16px;font-weight:600;line-height:1.4}.product-variant{margin:0 0 12px;color:#718096;font-size:14px}.product-price{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.price{font-weight:600;color:#2d3748;font-size:16px}.quantity{color:#718096;font-size:14px}.cart-summary{background-color:#f7fafc;padding:16px;border-radius:8px;margin-bottom:24px}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.total-price{font-weight:600;color:#2d3748;font-size:18px}.cart-count{color:#718096;font-size:14px}.popup-actions{display:flex;flex-direction:column;gap:12px;padding:0 24px 24px}.popup-actions button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.continue-shopping{background-color:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.continue-shopping:hover{background-color:#edf2f7}.view-cart,.view-cart:hover{background-color:var(--solid-button-background);color:var(--solid-button-label)}.checkout-btn{background-color:#48bb78;color:#fff}.checkout-btn:hover{background-color:#38a169}@media (max-width: 480px){.popup-container{width:95%;margin:20px}.product-info{flex-direction:column;text-align:center}.product-image{align-self:center}.product-price{justify-content:center;text-align:center}.popup-actions{gap:8px}.popup-actions button{padding:14px 20px}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-container{animation:slideIn .3s ease-out}
/*# sourceMappingURL=/cdn/shop/t/66/assets/cart-popup.css.map */
