<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.closeTempSale {
    display: none;
}

.temporarySaleBanner .flip-clock-wrapper {
    margin: 40px auto;
    width: auto;
    display: flex;
    justify-content: center;
}

.temporarySaleBanner .section__desc {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: block;
}

.temporarySaleBanner .section__desc img {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1000px) {
    .temporarySaleBanner .flip-clock-wrapper ul {
        width: 40px;
        height: 70px;
    }
    
    .temporarySaleBanner .flip-clock-wrapper ul li a div div.inn {
        font-size: 50px;
        line-height: 1.4;
    }
    .temporarySaleBanner .flip-clock-divider.minutes .flip-clock-label,
    .temporarySaleBanner .flip-clock-divider .flip-clock-label {
        right: -63px;
    }
    .temporarySaleBanner .flip-clock-divider.seconds .flip-clock-label {
        right: -69px;
    }
    .temporarySaleBanner .flip-clock-divider {
        height: 58px;
    }
    .temporarySaleBanner .flip-clock-dot.top {
        top: 23px;
    }
    .temporarySaleBanner .flip-clock-dot.bottom {
        bottom: 0;
    }
}

@media (max-width: 550px) {
    .temporarySaleBanner .flip-clock-wrapper ul {
        width: 20px;
        height: 35px;
    }
    .temporarySaleBanner .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px;
    }
    .temporarySaleBanner .flip-clock-divider {
        height: 37px;
    }
    .temporarySaleBanner .flip-clock-dot.top {
        top: 12px;
    }
    .temporarySaleBanner .flip-clock-divider.minutes .flip-clock-label,
    .temporarySaleBanner .flip-clock-divider .flip-clock-label {
        right: -43px;
    }
    .temporarySaleBanner .flip-clock-divider.seconds .flip-clock-label {
        right: -47px;
    }
    .temporarySaleBanner .flip-clock-dot {
        width: 7px;
        height: 7px;
    }
}</pre></body></html>