@keyframes appear-from-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes disappear-to-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.store-toast{display:flex;background-color:var(--color-main-blue);color:#fff;z-index:9999;box-shadow:0 .25rem .5rem #0003;border-radius:.25rem;font-size:1rem;font-weight:500;z-index:99999999;width:min(calc(100% - 2rem),440px);line-height:1.4;animation:appear-from-bottom .5s cubic-bezier(.4,0,.2,1),opacity .5s ease}.store-toast-hiding{animation:disappear-to-bottom .5s cubic-bezier(.4,0,.2,1),opacity .5s ease}.store-toast-message{margin:0}.store-toast-name{font-weight:600}.store-toast-icon{--base-color: white;position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;margin-right:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:1.5rem;background:#fff3}.store-toast-icon svg{width:1.25rem;height:1.25rem;background:#fff;border-radius:50%}@media(max-width:768px){.store-toast{width:100%;left:0!important;bottom:0!important;border-radius:0!important}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/component-toast.css.map */
