
/* latin */
@font-face {
    font-family: 'Arbutus Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/Style/fonts/ArbutusSlab-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.d-print-none.py-1.bg-blue.text-center.d-minimal-none{
 background-color: #dd404f;
}
.bg-promo {
    inset: 0;
    background-image: url(/images/all-access/aap-vday-large-dblue-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #0a2540;
}

.hearts-left{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background-image: url(/images/all-access/aap-vday-left-hearts.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    pointer-events: none;
}
.hearts-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background-image: url(/images/all-access/aap-vday-right-hearts.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    pointer-events: none;
}
.hello-bar .bg-promo {
     background-image: url(/images/all-access/aap-vday-hellobar-bannerbg.png);
 }

 .hello-bar .bg-promo::before,
 .hello-bar .bg-promo::after {
     content: '';
     position: absolute;
     width: clamp(180px, calc((100vw - 500px) / 2), 33%);
     height: 80%;
     pointer-events: none;
     z-index: 1;
     top: 10%;
     background-image: url(/images/all-access/aap-vday-hearts-hellobar.png);
     background-size: contain;
     background-repeat: no-repeat;
 }

 .hello-bar .bg-promo::before {
     left: 0;
     background-position: left center;
 }

.hello-bar .bg-promo::after {
     right: 0;
     background-position: right center;
 }

    .sale-pretitle {
        font-size: clamp(36px,6vw,64px);
        font-family: 'Arbutus Slab', Georgia, serif;
        font-weight: 400;
        color: var(--white);
        margin-bottom: 8px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

.sale-title {
    font-size: clamp(22px, 4vw,36px);
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.02em;
}
.hello-bar .sale-title {
    margin: 0;
    font-size: clamp(22px, 1.75vw, 30px);
    text-transform: none;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
    .hello-bar .sale-title span {
        font-size: 1.1em;
        font-family: 'Arbutus Slab', Georgia, serif;
        margin-right:3px;
    }
    .cta-button {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: linear-gradient(180deg, #e86c6c 0%, #d94f4f 50%, #c73e3e 100%);
        color: #ffffff;
        font-family: 'Barlow', sans-serif;
        font-size: clamp(14px, 1vw, 18px);
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        padding: 16px 32px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        box-shadow: 
            0 4px 12px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        position: relative;
        z-index: 4;
    }

    .cta-button:hover, .cta-button:focus {
        transform: translateY(-2px);
        background: linear-gradient(180deg, #f07a7a 0%, #e25a5a 50%, #d44a4a 100%);
        box-shadow: 
            0 6px 20px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

     .button-arrow {
            height: 14px;
            width: auto;
            transition: transform 0.2s ease;
            vertical-align: top;
            margin-left:5px;
        }
        .cta-button:hover .button-arrow,
        .cta-button:focus .button-arrow {
            transform: translateX(6px);
        }

.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: transparent;
        color: var(--gray-2);
        padding: 0.5em;
        border-radius: 8px;
        min-width: 100px;
        margin: 0 5px;
        font-size: 0.6em;
        text-transform: uppercase;
        position: relative;
    }

        .countdown li span {
            display: block;
            font-size: 5em;
            font-weight: 400;
            color:var(--white);
            font-family: 'Arbutus Slab', Georgia, serif;
            line-height: 1;
            display: block;
        }
        .countdown li:not(:first-child)::before {
            content: "";
            position: absolute;
            left: -23px;
            top: 50%;
            transform: translateY(-50%);
            width: 21px;
            height: 21px;
            background-image: url('/images/all-access/aap-vday-heart.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

button[title="Close Ad"].clear-button {
    box-sizing: border-box;
    margin-left: 10px;
    font-weight: 600;
    color: var(--white);
    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 {
    
    .countdown ul{
        gap: 2px;
    }
    .countdown li {
        border-radius: 0;
        font-size: 1em;
        min-width:0;
        box-shadow: none;
        padding:0 0.5em;
    }
    .countdown li:not(:first-child)::before{
        left:-10px;
        width: 10px;
        height: 10px;
    }
    .countdown li span {
        font-size: 1.3em;
        display:inline-block;
        margin-right:5px;
        color:#dd404f;
    }
    
}
@media(max-width:1550px){
    .hello-bar .bg-promo::before{
        opacity: 0.2;
    }
}
@media (max-width: 992px) {
    .hello-bar .bg-promo::before,
    .hello-bar .bg-promo::after {
        background-position: bottom;
        top:5%;
        opacity: 1;
    }
    .button-arrow{
        width:30px;
        height:auto;
        margin-top:5px;
    }
}
@media (max-width: 768px) {
    .hearts-left {
        width: 120px;
        background-size: cover;
    }

    .hearts-right {
        width: 120px;
        background-size: cover;
    }
    
}
@media (max-width: 575.9px) {
    .countdown ul{
        gap: 5px;
    }
    .countdown li{
        min-width:85px;
        font-size:0.8em;
    }
    .countdown li span {
        font-size: 1.5em;
    }
    .hello-bar .bg-promo::before,
    .hello-bar .bg-promo::after {
        top:0;
    }
    #pnlHelloBarAAPromo .countdown li{
        font-size:0.8em;
    }
    .hearts-left,
    .hearts-right{
        opacity: 0.6;
    }
}
@media (max-width: 340px) {
    .button-arrow{
        display: none;
    }
}