/*
 * flash-center.css
 * ─────────────────────────────────────────────────────────────
 * Centers the flash-sale-content in the middle of the window.
 * Overrides without modifying any existing CSS or HTML code.
 * ─────────────────────────────────────────────────────────────
 */

.flash-sale-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flash-sale-content {
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flash-sale-content h2,
.flash-sale-content p {
    text-align: center;
}

.countdown {
    justify-content: center;
}

.flash-sale-img {
    display: none;
}
