.mmshop-counter {
    font-size: 26px;
    font-weight: bold;
    color: #0073aa;
    animation: mmshop-bounce 1.5s infinite;
    display: inline-block;
    margin-top: 8px;
}

.mmshop-number {
    padding: 0 6px;
}

@keyframes mmshop-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
