.toast-notification{position:fixed;top:20px;right:20px;background-color:#28a745;color:#fff;padding:14px 22px;border-radius:6px;box-shadow:0 4px 12px #00000026;font-size:14px;font-weight:500;z-index:9999;animation:toastIn .3s ease-out}.toast-notification.hide{animation:toastOut .3s ease-out forwards}@keyframes toastIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@media(max-width:768px){.toast-notification{top:auto;bottom:20px;right:10px;left:10px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/toast-notification.css.map */
