.demis-toast{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.8);z-index:999999;max-width:600px;min-width:300px;background:#ece1ef;border-radius:8px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);border-left:4px solid;opacity:0;transition:all .3s ease-in-out;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;pointer-events:auto}.demis-toast.demis-toast-success{border-left-color:#28a745}.demis-toast.demis-toast-error{border-left-color:#dc3545}.demis-toast.demis-toast-show{transform:translate(-50%, -50%) scale(1);opacity:1}.demis-toast-content{display:flex;align-items:center;padding:16px 20px;gap:12px}.demis-toast:hover{box-shadow:0 6px 16px rgba(0, 0, 0, 0.2)}.demis-toast:hover .demis-toast-close{opacity:1}.demis-toast-icon{font-size:18px;font-weight:bold;min-width:20px;text-align:center}.demis-toast-success .demis-toast-icon{color:#28a745}.demis-toast-error .demis-toast-icon{color:#dc3545}.demis-toast-message{flex:1;font-size:14px;line-height:1.4;color:#333;font-weight:500}.demis-toast-actions{text-align:center}.demis-toast-cart-btn{background:#4a144e;color:white;border:none;padding:9px 25px;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s ease}.demis-toast-cart-btn:hover{background:#9e67a5;color:white;text-decoration:none}.demis-toast-close{background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:4px;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .2s ease}.demis-toast-close:hover{opacity:1}[dir=rtl] .demis-toast{transform:translate(-50%, -50%) scale(0.8)}[dir=rtl] .demis-toast.demis-toast-show{transform:translate(-50%, -50%) scale(1)}@media(max-width: 768px){.demis-toast{width:90%;max-width:none;min-width:auto}}.demis-toast+.demis-toast{margin-top:10px}.demis-toast:hover{box-shadow:0 6px 16px rgba(0, 0, 0, 0.2)}.demis-t-description{display:grid;gap:20px}
