#purchase-popup{position:fixed;left:50%;bottom:20px;transform:translate(-50%) translateY(120px);width:calc(100% - 28px);max-width:370px;background:#fff;border-radius:18px;box-shadow:0 12px 35px #0000002e;z-index:999999;overflow:hidden;opacity:0;visibility:hidden;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease,visibility .35s;font-family:Poppins,sans-serif}#purchase-popup.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}#purchase-popup.hide{opacity:0;visibility:hidden;transform:translate(-50%) translateY(35px)}.pp-content{display:flex;align-items:flex-start;gap:12px;padding:14px}.pp-image{width:52px;height:52px;object-fit:cover;border-radius:10px;flex-shrink:0;box-shadow:0 4px 12px #00000026}.pp-center{flex:1;min-width:0}.pp-buyer{font-size:14px;font-weight:600;color:#111827;line-height:1.3}.pp-action{display:flex;align-items:center;gap:5px;margin-top:2px;font-size:13px}.pp-live{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 1.4s infinite}.pp-green{color:#22c55e;font-weight:700}.pp-product{margin-top:2px;font-size:13px;color:#444;line-height:1.35}.pp-time{margin-top:4px;font-size:12px;color:#888}.pp-close{width:28px;height:28px;border:none;background:#f3f4f6;color:#777;border-radius:50%;cursor:pointer;font-size:18px;line-height:28px;flex-shrink:0;transition:.2s}.pp-close:hover{background:#e5e7eb;color:#111}.pp-progress{width:100%;height:3px;background:#ececec;overflow:hidden}.pp-progress-bar{width:100%;height:100%;background:linear-gradient(90deg,#ff6fb5,#22c55e)}@keyframes pulse{0%{transform:scale(.9);opacity:.9}50%{transform:scale(1.35);opacity:1}to{transform:scale(.9);opacity:.9}}@media(min-width:768px){#purchase-popup{left:24px;bottom:24px;transform:translateY(120px)}#purchase-popup.show{transform:translateY(0)}#purchase-popup.hide{transform:translateY(35px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/purchase-popup.css.map */
