<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dailyProduct {
    background-color: var(--main-background-color);
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    padding: 10px;
}


.dailyTimer {
    max-width: 400px;
    margin: 0 auto;
}

.c-goods--list .dailyProduct {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .c-goods--grid-5 .dailyProduct .dailyLink {
        font-size: 14px;
    }
    .c-goods--grid-5 .dailyProduct img {
        max-height: 100px;
        min-height: 100px;
        height: 100px;
    }
}</pre></body></html>