.suay-toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.suay-toast{display:flex;align-items:flex-start;gap:12px;min-width:320px;max-width:420px;padding:16px;background:var(--suay-color-white);border:1px solid var(--suay-color-smoke);border-radius:4px;box-shadow:0 8px 32px #0000001f;pointer-events:auto;transform:translate(120%);opacity:0;animation:suayToastIn .3s var(--suay-ease-spring, cubic-bezier(.16, 1, .3, 1)) forwards}.suay-toast--dismissing{animation:suayToastOut .2s ease forwards}@keyframes suayToastIn{to{transform:translate(0);opacity:1}}@keyframes suayToastOut{to{transform:translate(120%);opacity:0}}.suay-toast__icon{width:20px;height:20px;min-width:20px;display:flex;align-items:center;justify-content:center}.suay-toast__icon svg{width:20px;height:20px;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.suay-toast--success .suay-toast__icon svg{stroke:var(--suay-color-forest)}.suay-toast--error .suay-toast__icon svg{stroke:var(--suay-color-coral)}.suay-toast--warning .suay-toast__icon svg{stroke:var(--suay-color-gold)}.suay-toast--info .suay-toast__icon svg{stroke:var(--suay-color-flint)}.suay-toast__content{flex:1;min-width:0}.suay-toast__title{font-family:var(--suay-font-body);font-weight:500;font-size:14px;color:var(--suay-color-charcoal);margin-bottom:2px}.suay-toast__message{font-size:13px;color:var(--suay-color-body);line-height:1.4}.suay-toast__action{font-family:var(--suay-font-mono);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--suay-color-charcoal);text-decoration:underline;text-underline-offset:3px;margin-top:8px;display:inline-block}.suay-toast__close{background:none;border:none;padding:4px;cursor:pointer;color:var(--suay-color-body);transition:color .15s ease}.suay-toast__close:hover{color:var(--suay-color-charcoal)}.suay-toast__close svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.5}.suay-toast__progress{position:absolute;bottom:0;left:0;height:2px;background:var(--suay-color-charcoal);border-radius:0 0 4px 4px;animation:suayToastProgress var(--toast-duration, 4s) linear forwards}@keyframes suayToastProgress{0%{width:100%}to{width:0%}}.suay-toast--cart{border-left:3px solid var(--suay-color-charcoal)}.suay-toast__product-img{width:48px;height:48px;border-radius:4px;object-fit:cover;background:var(--suay-color-off-white)}@media(max-width:480px){.suay-toast-container{top:auto;bottom:16px;right:16px;left:16px}.suay-toast{min-width:auto;max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/suay-toast.css.map */
