.flash-sale-page-wrapper {
    min-height: 70vh;
}

.flash-sale-banner-wrapper {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.flash-sale-banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 400px;
}

.flash-sale-hero {
    min-height: 180px;
    background: linear-gradient(135deg, #a21b96 0%, #74106b 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.flash-sale-hero h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.flash-sale-page-wrapper .product-list .card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}


