#cphPrimaryContent_pnlFeaturedAd {
    background: url(/images/all-access/AAP-NY2026-BG.png) top center no-repeat;
    background-size: cover;
}
.hello-bar {
    background: #beebfc;
}
.waves {
    position: absolute;
    width: 100%;
    height: 40px;
    min-height: 40px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}
.bg-snowflake::before,
.bg-snowflake::after {
    content: '';
    position: absolute;
    width: clamp(180px, calc((100vw - 500px) / 2), 48%);
    height: clamp(200px, calc(100vh * .2), 300px);
    pointer-events: none;
    z-index: 1;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.snowflakes-opacity .bg-snowflake::before, .snowflakes-opacity  .bg-snowflake::after {
    opacity: 0.6;
}
.bg-snowflake::before {
    left: 0;
    background-image: url(/images/all-access/L-Snowflakes.png);
    background-position: right bottom;
}

.bg-snowflake::after {
    right: 0;
    background-image: url(/images/all-access/R-Snowflakes.png);
    background-position: left bottom;
}

    .sale-pretitle {
        font-size: clamp(20px,3vw,28px);
        font-family: var(--font-family-alternative);
        margin: 0.25em 0 1em;
        font-weight: 700;
        color: #c8433e;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.sale-title {
    font-size: clamp(36px, 7vw,72px);
    font-weight: 700;
    font-family: var(--font-family-alternative);
    text-transform: uppercase;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 2;
    color: #1a3a52;
    line-height: 1.1;    
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hello-bar .sale-title {
    margin: 0;
    color: #041448;
    font-size: clamp(34px, 2.5vw, 2.4em);
    text-transform: none;
    letter-spacing: 0;
}
    .hello-bar .sale-title span {
        color: #c8433e;
        font-size: 0.5em;
    }
    .cta-button {
        background: #e80606;
        color: var(--white);
        font-family: var(--font-family-alternative);
        font-weight: 700;
        border-radius: 1.5em;
        border: 0;
        position: relative;
        z-index: 3;
        font-size: clamp(18px, 3vw, 24px);
        padding: 0.75em 1.5em;
        border: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(200, 67, 62, 0.3);
    }

    .cta-button:hover, .cta-button:focus {
        background: #b33832;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(200, 67, 62, 0.4);
    }



.countdown {
    z-index: 2;
}

    .countdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 15px;
        text-align: center;
    }

    .countdown li {
        background: #00baff;
        color: #041448;
        padding: 1em 1.1em;
        border-radius: 8px;
        min-width: 100px;
        margin: 0 5px;
        font-size: 0.75em;
        box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
        text-transform: uppercase;
    }

        .countdown li span {
            display: block;
            font-family: var(--font-family-alternative);
            font-size: 3em;
            font-weight: 700;
            line-height: 1;
            display: block;
        }

button[title="Close Ad"].clear-button {
    box-sizing: border-box;
    margin-left: 10px;
    font-weight: 600;
    color: var(--dark-gray);
    font-size: 20px;
    opacity: 0.8;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    line-height: .9;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 40px;
    background: transparent;
    width: 40px;
    z-index: 4;
}
#pnlHelloBarAAPromo {
    font-family: var(--font-family-alternative);
    .countdown ul{
        gap: 2px;
    }
.countdown li {
    background: #f0f9fe;
    color: #041448;
    border-radius: 0;
    font-size: 0.5em;
    min-width:60px;
}

    .countdown li span {
        font-size: 5em;
    }
    
}

@media (max-width: 575.9px) {
    .sale-pretitle{
        margin-top:1em;
    }
    .countdown ul{
        gap: 5px;
    }
    .countdown li{
        min-width:85px;
    }
    .countdown li span {
        font-size: 1.5em;
    }
}