<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.countdays {
    width: 100%;
    max-width: 750px;
    position: absolute;
    text-align: center;
    /* background: #2d2d2d; */
    /* padding: 20px; */
    /* margin: 50px auto; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
    color: #FFF;
    /* font-size: 1.2rem; */
    top: 5%;
    left: 0%;
}

.timezone{
    font-size: 1rem;
    color: #9e9e9e;
}

.salestart{
    font-size: 1.5rem;
    margin: 3% auto 2%;
}

.startdate{
    font-size: 2.3rem;
}

.dot,#hours,#minutes,#seconds{
    font-size: 3rem;
}

#days{
    font-size: 8rem;
    /* line-height: 70px; */
}

.timetext{
    color: #797979;
    font-size: 1rem;
}

p{
    margin-block-start: 0;
    margin-block-end: 0;
}

.dayleft{
    position: absolute;
    width: 25%;
    max-width: 187.5px;
    top: -45%;
    left: 4%;
    line-height: 1;
}

.timeleft{
    width: 50%;
    max-width: 375px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    gap: 5%
}

@media screen and (max-width: 750px) {

	.dot,#hours,#minutes,#seconds{
        font-size: 6.4vw;
    }

    #days{
        font-size: 16.7vw;
        /* line-height: 70px; */
    }
    
    .timetext{
        color: #797979;
        font-size: 2vw;
    }
}

ul {
    list-style-type: none;
}</pre></body></html>