#toast-container{position:fixed;top:20px;right:20px;z-index:100000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-item{min-width:300px;max-width:400px;padding:16px 20px;border-radius:12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:12px;pointer-events:auto;transform:translate(120%);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),opacity .4s ease;opacity:0;border-left:5px solid #ccc}.toast-item.show{transform:translate(0);opacity:1}.toast-item.toast-success{border-left-color:#28a745}.toast-item.toast-error{border-left-color:#dc3545}.toast-item.toast-info{border-left-color:#17a2b8}.toast-content{flex-grow:1}.toast-message{margin:0;font-size:14px;font-weight:600;color:#333;font-family:inherit}.toast-close{background:none;border:none;padding:5px;cursor:pointer;opacity:.5;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.toast-close:hover{opacity:1}.toast-close svg{width:16px;height:16px;stroke:#333}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(120%);opacity:0}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/toast-notifications.css.map */
