.add-to-cart-modal-card{background:rgb(var(--background));border:1px solid rgb(var(--border));border-radius:12px;width:90vw;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.add-to-cart-modal-content{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.success-icon{background:rgb(var(--success,#22c55e));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.6s ease-out successPulse;display:flex}@keyframes successPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.modal-title{text-align:center;color:rgb(var(--text-primary))}.added-product-info{background:rgb(var(--background-secondary,var(--background)));border:1px solid rgb(var(--border));border-radius:8px;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.added-product-image{flex-shrink:0}.product-image{object-fit:cover;border-radius:6px}.no-image{background:rgb(var(--background-secondary,var(--background)));border:1px solid rgb(var(--border));width:80px;height:80px;color:rgb(var(--text-muted));border-radius:6px;justify-content:center;align-items:center;display:flex}.added-product-details{flex-direction:column;flex:1;gap:.5rem;display:flex}.product-name{color:rgb(var(--text-primary));line-height:1.4}.product-color{color:rgb(var(--text-muted))}.product-price-quantity{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.modal-actions{gap:1rem;width:100%;display:flex}.continue-shopping-btn,.go-to-cart-btn{flex:1}.go-to-cart-btn{justify-content:center;align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.add-to-cart-modal-content{gap:1rem;padding:1.5rem}.added-product-info{text-align:center;flex-direction:column;gap:1rem}.product-price-quantity{flex-direction:column;justify-content:center;gap:.25rem}.modal-actions{flex-direction:column}}
