/* Posisi dasar di pojok kiri bawah */ .sales-popup-container { position: fixed; bottom: 20px; left: 20px; background: #ffffff; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); padding: 15px; width: 350px; z-index: 1000; font-family: 'Segoe UI', Roboto, sans-serif; /* Efek Animasi Sembunyi */ transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); transform: translateX(-120%); /* Muncul dari samping kiri */ opacity: 0; }/* Class saat popup aktif */ .sales-popup-container.show { transform: translateX(0); opacity: 1; }/* Layout Flexbox untuk Konten */ .popup-content { display: flex; align-items: center; gap: 15px; position: relative; }.product-img img { width: 50px; height: 50px; border-radius: 8px; object-fit: cover; background: #f0f0f0; }.product-info p { margin: 0; font-size: 13px; color: #444; line-height: 1.5; }.time-ago { display: block; font-size: 11px; color: #999; margin-top: 4px; }.close-popup { position: absolute; top: -10px; right: -5px; border: none; background: none; font-size: 20px; color: #bbb; cursor: pointer; }
Pelanggan telah membeli