12/08/2026
Here's the code to use
Consideration Notification
.notification {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background-color: ; /* Light blue background */
border-radius: 30px;
font-family: Arial, sans-serif;
font-size: 16px;
color: #000; /* Black text */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Soft shadow */
}
.notification .dot {
width: 12px;
height: 12px;
background-color: ; /* Purple dot */
border-radius: 50%;
margin-right: 8px;
}
1,572 people are currently considering this item
Second 👇
Purchase Notification
.notification {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background-color: ; /* Light blue background */
border-radius: 30px;
font-family: Arial, sans-serif;
font-size: 16px;
color: #000; /* Black text */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Soft shadow */
}
.notification .icon {
font-size: 18px;
color: #000; /* Black lightning bolt */
margin-right: 8px;
}
⚡
Purchased more than 1519 times this month