.toast-container{position:fixed;z-index:9999;width:100%;height:100%;pointer-events:none;top:0;left:0;overflow:hidden}.toast-container-top-left,.toast-container-top-center,.toast-container-top-right,.toast-container-bottom-left,.toast-container-bottom-center,.toast-container-bottom-right{position:absolute;display:flex;flex-direction:column;gap:10px;max-width:350px;margin:20px;pointer-events:none;transition:gap .3s ease}.toast-container-top-left{top:0;left:0}.toast-container-top-center{top:0;left:50%;transform:translate(-50%)}.toast-container-top-right{top:0;right:0}.toast-container-bottom-left{bottom:0;left:0;flex-direction:column-reverse}.toast-container-bottom-center{bottom:0;left:50%;transform:translate(-50%);flex-direction:column-reverse}.toast-container-bottom-right{bottom:0;right:0;flex-direction:column-reverse}.toast{position:relative;display:flex;flex-direction:column;min-width:250px;max-width:350px;background-color:#fff;color:#333;box-shadow:0 4px 12px #00000026;border-radius:6px;padding:16px;opacity:0;pointer-events:auto;transform:scale(.9);transition:transform .3s cubic-bezier(.215,.61,.355,1),opacity .3s cubic-bezier(.215,.61,.355,1),height .3s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.215,.61,.355,1),padding .3s cubic-bezier(.215,.61,.355,1);overflow:hidden;will-change:transform,opacity,height,margin}.toast.visible{opacity:1;transform:scale(1)}.toast.removing{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;height:0!important;opacity:0;transform:scale(.9)}.toast-top-left{transform:translateY(-20px) scale(.9)}.toast-top-left.visible{transform:translateY(0) scale(1)}.toast-top-center{transform:translateY(-20px) scale(.9)}.toast-top-center.visible{transform:translateY(0) scale(1)}.toast-top-right{transform:translateY(-20px) scale(.9)}.toast-top-right.visible{transform:translateY(0) scale(1)}.toast-bottom-left{transform:translateY(20px) scale(.9)}.toast-bottom-left.visible{transform:translateY(0) scale(1)}.toast-bottom-center{transform:translateY(20px) scale(.9)}.toast-bottom-center.visible{transform:translateY(0) scale(1)}.toast-bottom-right{transform:translateY(20px) scale(.9)}.toast-bottom-right.visible{transform:translateY(0) scale(1)}.toast-title{font-weight:600;font-size:16px;margin-bottom:5px;padding-right:20px;font-family:var(--font-poppins);color:var(--color-neutral-950);display:flex;align-items:center;gap:8px}.toast-message{font-size:14px;margin-bottom:10px;word-wrap:break-word;font-family:var(--font-poppins)}.toast-button{align-self:flex-end;background-color:#f0f0f0;border:none;border-radius:4px;padding:6px 12px;margin-top:8px;cursor:pointer;font-size:14px;transition:background-color .2s}.toast-button:hover{background-color:#e0e0e0}.toast-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:18px;cursor:pointer;color:#777;width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.toast-close:hover{color:#333}.toast-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#0000001a;overflow:hidden}.toast-progress-bar{height:100%;width:100%;background-color:#4caf50;transition-property:width;transition-timing-function:linear}.toast-success .toast-progress-bar{background-color:#4caf50}.toast-error .toast-progress-bar{background-color:#f44336}.toast-warning .toast-progress-bar{background-color:#ff9800}.toast-info .toast-progress-bar{background-color:#2196f3}@media (max-width: 480px){.toast-container-top-left,.toast-container-top-right,.toast-container-bottom-left,.toast-container-bottom-right{max-width:calc(100% - 40px);margin:10px}.toast-container-top-center,.toast-container-bottom-center{width:calc(100% - 40px);max-width:calc(100% - 40px)}.toast{min-width:auto;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/151/assets/toast.css.map */
