#zee-recent-purchases-root{position:fixed;bottom:20px;left:20px;z-index:99999;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial}.zee-popup{display:flex;align-items:center;gap:12px;min-width:240px;max-width:360px;background:rgba(255,255,255,.98);box-shadow:0 6px 20px rgba(0,0,0,.12);border-radius:12px;padding:10px 14px;font-size:14px;color:#111;pointer-events:auto;animation:zee-fade-in .6s ease}.zee-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#f0f0f0,#dcdcdc);display:flex;align-items:center;justify-content:center;font-weight:700;color:#333;flex:0 0 40px}.zee-text{line-height:1.1}.zee-text .zee-name{font-weight:700;margin-right:6px}.zee-text .zee-product{font-style:italic}@keyframes zee-fade-in{from{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){.zee-popup{min-width:190px;max-width:260px;padding:8px 10px;font-size:13px}}