.flash-sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4444;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 9;
}

.flash-sale-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.flash-sale-countdown {
    font-size: 11px;
    margin-top: 3px;
}

.flash-sale-discount {
    background: #ff4444;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 12px;
}