#nc-sales-toast{position:fixed;bottom:24px;left:24px;z-index:999999;background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:14px;padding:12px 14px;box-shadow:0 12px 32px rgb(0 0 0 / .12),0 2px 6px rgb(0 0 0 / .04);max-width:350px;width:calc(100% - 48px);transition:transform 0.4s cubic-bezier(.16,1,.3,1),opacity 0.4s ease;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#nc-sales-toast.nc-toast-hidden{transform:translateY(120%) scale(.95);opacity:0;pointer-events:none}.nc-toast-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.nc-toast-image-wrapper{width:54px;height:54px;flex-shrink:0;border-radius:10px;overflow:hidden;background-color:#f7f7f7}.nc-toast-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.nc-toast-content{display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-right:12px}.nc-toast-header{display:flex;align-items:center;gap:6px;font-size:11px;color:#666;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nc-toast-badge{width:6px;height:6px;background-color:#10b981;border-radius:50%;display:inline-block;flex-shrink:0;box-shadow:0 0 0 2px rgb(16 185 129 / .2)}.nc-toast-location strong{color:#111827;font-weight:600}.nc-toast-title{font-size:13px;font-weight:600;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.nc-toast-meta{display:flex;align-items:center;gap:6px;font-size:12px}.nc-toast-price{font-weight:700;color:#2563eb}.nc-toast-time{color:#9ca3af;font-size:11px}.nc-toast-close{position:absolute;top:6px;right:8px;background:#fff0;border:none;font-size:16px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px;transition:color 0.2s ease}.nc-toast-close:hover{color:#111827}@media (max-width:480px){#nc-sales-toast{bottom:16px;left:16px;width:calc(100% - 32px)}}