.f-countdown-timer__wrapper {
    display: flex;
    gap: 12px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .f-countdown-timer__wrapper {
        gap: 20px
    }
}

.f-countdown-timer__box {
    min-width: 50px
}

@media screen and (min-width: 768px) {
    .f-countdown-timer__box {
        min-width: 80px
    }
}

.f-countdown-timer__digit {
    font-size: 40px;
    line-height: 1;
    font-weight: 300
}

.foxkit-flashsale .f-countdown-timer__digit {
    font-size: 24px
}

@media screen and (min-width: 768px) {
    .f-countdown-timer__digit {
        font-size: 60px
    }

    .foxkit-flashsale .f-countdown-timer__digit {
        font-size: 32px
    }
}

.f-countdown-timer__text {
    font-size: 12px;
    line-height: 1.333;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px
}

.f-countdown-timer__text--short {
    display: none
}

@media screen and (max-width: 767px) {
    .f-countdown-timer__text {
        display: none
    }

    .f-countdown-timer__text--short {
        display: block
    }
}

.f-countdown-timer__separator {
    color: rgb(var(--color-foreground-secondary));
    font-size: 30px;
    padding-top: 0
}

@media screen and (min-width: 768px) {
    .f-countdown-timer__separator {
        padding-top: 8px
    }
}

.f-countdown-timer--short-label .f-countdown-timer__text {
    display: none
}

.f-countdown-timer--short-label .f-countdown-timer__text--short {
    display: block
}

.f-countdown-timer__header {
    margin-bottom: 12px
}

.f-countdown-timer--style-1, .f-countdown-timer--style-2 {
    --f-countdown-box-bg: #FDEFEE;
    --f-countdown-color: #ff706b;
    --f-countdown-border-color: #F8CCCC
}

.f-countdown-timer--style-1 > *, .f-countdown-timer--style-2 > * {
    color: var(--f-countdown-color)
}

.f-countdown-timer--style-1 .f-countdown-timer__box {
    border: 1px solid var(--f-countdown-border-color);
    background-color: var(--f-countdown-box-bg);
    border-radius: 3px;
    padding: 8px 20px
}

@media screen and (max-width: 639px) {
    .f-countdown-timer--style-1 .f-countdown-timer__box {
        padding: 10px 15px
    }
}

.f-countdown-timer--style-1 .f-countdown-timer__text {
    color: rgb(var(--color-foreground-secondary))
}

@media screen and (max-width: 767px) {
    .f-countdown-timer--style-1 .f-countdown-timer__text {
        display: block
    }
}

.f-countdown-timer--style-1 .f-countdown-timer__separator {
    display: none
}

.foxkit-flashsale .f-countdown-timer--style-1 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.f-countdown-timer--style-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--f-countdown-box-bg);
    border: 1px solid var(--f-countdown-border-color);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px
}

@media screen and (max-width: 639px) {
    .f-countdown-timer--style-2 {
        justify-content: center;
        flex-direction: column
    }
}

.foxkit-flashsale .f-countdown-timer--style-2 {
    border: none;
    padding: 0
}

.f-countdown-timer--style-2 .f-countdown-timer__text {
    display: none
}

.f-countdown-timer--style-2 .f-countdown-timer__header {
    margin-bottom: 0
}

@media screen and (max-width: 639px) {
    .f-countdown-timer--style-2 .f-countdown-timer__header {
        margin-bottom: 10px
    }
}

.f-countdown-timer--style-2 .f-countdown-timer__separator {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--fcountdown-color)
}

.f-countdown-timer--style-2 .f-countdown-timer__box {
    min-width: 40px
}

.f-countdown-timer--style-2 .f-countdown-timer__wrapper {
    gap: 10px
}
