.popup-overlay{z-index:999;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-in fadeIn;display:flex;position:fixed;inset:0}.popup-content{text-align:center;background-color:#fff;border-radius:1rem;width:400px;max-width:90%;padding:2rem;box-shadow:0 4px 12px #00000040}.popup-title{margin-bottom:1rem;font-family:arial;font-size:1.5rem;font-weight:600}.popup-message{color:#333;margin-bottom:1.5rem;font-family:arial;font-size:1rem}.popup-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.popup-button{cursor:pointer;border-radius:.375rem;padding:.5rem 1.25rem;font-family:arial;font-weight:500;transition:all .2s}.popup-button:hover{opacity:.9}.continue-button{color:#111;background-color:#e5e7eb;border:none;font-family:arial}.cart-button{color:#fff;background-color:#3b82f6;border:none;font-family:arial}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
