.byp-purchase-toast{--byp-accent:#3f7d3a;--byp-bg:#fff;--byp-text:#253025;position:fixed;left:22px;bottom:22px;z-index:999999;width:min(390px,calc(100vw - 32px));display:flex;align-items:center;gap:13px;padding:13px 42px 13px 13px;background:var(--byp-bg);color:var(--byp-text);border:1px solid color-mix(in srgb,var(--byp-accent) 18%,transparent);border-radius:16px;box-shadow:0 18px 45px rgba(23,40,23,.18);font-family:inherit;opacity:0;visibility:hidden;transform:translate3d(-28px,14px,0) scale(.97);transition:opacity .35s ease,transform .35s ease,visibility .35s ease;overflow:hidden}
.byp-purchase-toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--byp-accent)}
.byp-purchase-toast.is-visible{opacity:1;visibility:visible;transform:translate3d(0,0,0) scale(1)}
.byp-purchase-toast__image{width:66px;height:66px;flex:0 0 66px;border-radius:12px;object-fit:cover;background:#f2f5f0}
.byp-purchase-toast__content{min-width:0;line-height:1.35}
.byp-purchase-toast__eyebrow{display:flex;align-items:center;gap:7px;margin-bottom:3px;color:var(--byp-accent);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.byp-purchase-toast__dot{width:7px;height:7px;border-radius:99px;background:var(--byp-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--byp-accent) 14%,transparent)}
.byp-purchase-toast__headline{font-size:14px;font-weight:750;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.byp-purchase-toast__message{font-size:13px;margin:0;color:color-mix(in srgb,var(--byp-text) 75%,transparent);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.byp-purchase-toast__link{position:absolute;inset:0;z-index:1}
.byp-purchase-toast__close{position:absolute;right:10px;top:9px;z-index:2;border:0;background:transparent;color:var(--byp-text);opacity:.5;font-size:22px;line-height:1;cursor:pointer;padding:4px}
.byp-purchase-toast__close:hover{opacity:1}
.byp-purchase-toast__progress{position:absolute;left:4px;right:0;bottom:0;height:3px;background:color-mix(in srgb,var(--byp-accent) 12%,transparent)}
.byp-purchase-toast__progress span{display:block;height:100%;width:100%;transform-origin:left;background:var(--byp-accent)}
.byp-purchase-toast.is-visible .byp-purchase-toast__progress span{animation:byp-progress linear forwards;animation-duration:var(--byp-duration,6000ms)}
@keyframes byp-progress{to{transform:scaleX(0)}}
@media(max-width:600px){.byp-purchase-toast{left:12px;bottom:12px;width:calc(100vw - 24px);border-radius:14px}.byp-purchase-toast__image{width:58px;height:58px;flex-basis:58px}}
@media(prefers-reduced-motion:reduce){.byp-purchase-toast{transition:none}.byp-purchase-toast__progress span{animation:none!important}}
