Buy With 90% Discount

(Only for Aqua Staff)

Styled Badge Example

.shop-badge {
color: #ffffff; /* White text color */
font-size: 12px; /* Smaller font size */
font-weight: bold;
margin-top: 5px;
margin-bottom: -5px;
background-color: #007bff; /* Bright blue background */
padding: 4px 8px; /* Reduced padding */
border-radius: 10px; /* Smaller border radius */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Less pronounced shadow */
text-transform: uppercase; /* Make text uppercase */
letter-spacing: 0.3px; /* Slightly reduced letter spacing */
font-family: ‘Roboto’, sans-serif; /* Use the imported Google Font */
display: flex; /* Enable flexbox */
align-items: center; /* Center vertically */
justify-content: center; /* Center horizontally */
gap: 4px; /* Space between the emoji and text */
}

Showing 1–12 of 18 results