.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:.5rem;width:calc(100% - 2rem);max-width:420px;display:flex;position:fixed;top:1rem;right:1rem}.toast{pointer-events:auto;opacity:0;background:#fff;border-left:4px solid #0000;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;animation:.35s cubic-bezier(.21,1.02,.73,1) forwards toast-slide-in;display:flex;position:relative;overflow:hidden;transform:translate(120%);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}.toast.toast-exit{animation:.25s ease-in forwards toast-slide-out}.toast--success{border-left-color:#2e7d32}.toast--error{border-left-color:#d32f2f}.toast--info{border-left-color:#1976d2}.toast--warning{border-left-color:#f9a825}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:flex}.toast--success .toast-icon{color:#2e7d32;background:#e8f5e9}.toast--error .toast-icon{color:#d32f2f;background:#ffebee}.toast--info .toast-icon{color:#1976d2;background:#e3f2fd}.toast--warning .toast-icon{color:#f57f17;background:#fff8e1}.toast-icon svg{width:14px;height:14px}.toast-content{flex:1;min-width:0}.toast-message{color:#1a1a2e;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.toast-close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;padding:2px;transition:color .15s,background .15s;display:flex}.toast-close:hover{color:#333;background:#f0f0f0}.toast-close svg{width:14px;height:14px}.toast-progress{border-radius:0 0 0 10px;height:3px;animation:linear forwards toast-progress;position:absolute;bottom:0;left:0}.toast--success .toast-progress{background:#2e7d32}.toast--error .toast-progress{background:#d32f2f}.toast--info .toast-progress{background:#1976d2}.toast--warning .toast-progress{background:#f9a825}.toast-product-preview{border-top:1px solid #f0f0f0;align-items:center;gap:.75rem;margin-top:.625rem;padding-top:.625rem;display:flex}.toast-product-image{object-fit:cover;background:#f5f5f5;border-radius:6px;flex-shrink:0;width:48px;height:48px}.toast-product-info{flex:1;min-width:0}.toast-product-title{color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;font-weight:500;overflow:hidden}.toast-product-price{color:#e30613;margin:2px 0 0;font-size:.8rem;font-weight:700}.toast-cart-link{color:#fff;white-space:nowrap;background:#e30613;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.toast-cart-link:hover{background:#c00511}@keyframes toast-slide-in{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@keyframes toast-progress{0%{width:100%}to{width:0%}}@media (max-width:600px){.toast-container{width:auto;max-width:none;top:.5rem;left:.5rem;right:.5rem}.toast{padding:.75rem}.toast-product-preview{flex-wrap:wrap}.toast-cart-link{justify-content:center;width:100%;margin-top:.375rem}}
