.flash-deals-page-hero {
    min-height: 230px;
    margin-block: 24px 4px;
    border: 1px solid rgba(22, 101, 52, .09);
    border-radius: 22px;
    box-shadow: 0 2px 12px rgba(22, 101, 52, .035);
}

.flash-deals-page-hero .cz-countdown-value,
.flash-deals-page-hero [class*="cz-countdown-"],
.flashdeal-responsive .cz-countdown-value,
.countdown-background .cz-countdown-value {
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.flash-deals-page-hero .flash-deals-page-hero__content {
    min-height: 184px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    align-items: center;
    gap: 24px;
    padding: 22px !important;
}

.flash-deals-page-hero .home-modern-flash-headline-wrap {
    margin-bottom: 0 !important;
}

.flash-deals-page-hero .home-modern-flash-timer-wrap {
    width: 100%;
}

.flash-deals-page-hero .home-modern-flash-countdown .cz-countdown {
    width: 100%;
}

@media (min-width: 1200px) {
    .container.store-page-wide-container {
        max-width: 1380px;
    }
}

@media (max-width: 991.98px) {
    .flash-deals-page-hero {
        min-height: 0;
        margin-top: 18px;
    }

    .flash-deals-page-hero .flash-deals-page-hero__content {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .flash-deals-page-hero {
        margin-top: 12px;
        border-radius: 17px;
    }

    .flash-deals-page-hero .flash-deals-page-hero__content {
        gap: 8px;
        padding: 8px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flash-deals-page-hero *,
    .flash-deals-page-hero *::before,
    .flash-deals-page-hero *::after {
        transition: none !important;
    }
}
