.discount-toast{align-items:center;background-color:#22c55e;border-radius:.5rem;bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;display:flex;gap:1rem;left:50%;opacity:0;padding:1rem 1.25rem;position:fixed;transform:translate(-50%,calc(100% + 1.5rem));transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease;z-index:999999}.discount-toast.is-visible{opacity:1;transform:translate(-50%)}.discount-toast.is-exiting{opacity:0;transform:translate(-50%,calc(100% + 1.5rem))}.discount-toast__message{font-size:1rem;font-weight:500;line-height:1.4}.discount-toast__close{align-items:center;background:rgba(0,0,0,.05);border:none;border-radius:99999px;cursor:pointer;display:flex;flex-shrink:0;height:2.25rem;justify-content:center;padding:0;position:relative;width:2.25rem}.discount-toast__close:hover{background:hsla(0,0%,100%,.1)}.discount-toast__close-icon{color:#fff;height:1rem;opacity:.9;position:relative;transition:opacity .2s ease;width:1rem;z-index:1}.discount-toast__close:hover .discount-toast__close-icon{opacity:1}.discount-toast__timer{height:2.25rem;left:0;position:absolute;top:0;transform:rotate(90deg) scaleX(-1);width:2.25rem}.discount-toast__timer-bg{fill:none;stroke:hsla(0,0%,100%,.3);stroke-width:2}.discount-toast__timer-progress{fill:none;stroke:#fff;stroke-dasharray:100.53;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2;transition:stroke-dashoffset linear}@media(max-width:480px){.discount-toast{bottom:1rem;transform:translate(-50%,calc(100% + 1rem))}.discount-toast.is-visible{transform:translate(-50%)}.discount-toast.is-exiting{transform:translate(-50%,calc(100% + 1rem))}}@media(prefers-reduced-motion:reduce){.discount-toast,.discount-toast__close-icon,.discount-toast__timer-progress{transition:none}}
