/** Shopify CDN: Minification failed

Line 224:0 Unexpected "{"
Line 224:1 Expected identifier but found "%"
Line 230:0 Unexpected "{"
Line 230:1 Expected identifier but found "%"

**/
.countdown-box{
    margin: 25px 12px;
    left: 0;
    color: #9f8065;
    border-radius: .5rem;
}

.countdown-banner-img{
    display: none;
}

.countdown-box-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: red;
    border-radius: 8px;
    background: #f6f7f7;
    padding: 8px 0;
    box-shadow: 0 1px 3px #0000001a;
}

.countdown-box .small-unit {
    display: none;
}

.countdown-fix{
    position: fixed;
    width: 100%;
    border-radius: 0;
    z-index: 98;
    border-radius: 0 !important;
    border-bottom: unset;
    animation-name: cdFadeInDown;
    animation-duration: .5s;
    animation-fill-mode: both;
    padding: 0 !important;
    margin: 0 !important;
}
@-webkit-keyframes cdFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cdFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.countdown-box .countdown-des{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    line-height: normal;
}
.countdown-des .big-font-title{
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    font-family: serif;
    text-transform: uppercase;
    letter-spacing: normal;
    transform: scale(1.2, 0.95);
    text-shadow: 3px 3px 2px #d7cabf;
}
.countdown-des .small-font-title{
    color: #dccdbe;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.countdown-des .add-title{
    display: none
}
#active-count-down{
    font-size: 24px;
    line-height: 24px;
    display: flex;
}
#active-count-down >div{
    min-width: 52px
}
#active-count-down .time-item{
    margin: 0 8px;
    font-weight: 600;
    font-size: 48px;
    font-family: serif;
    text-align: center;
    border: #dbcbbb 2px dotted;
    border-radius: 12px;
    padding: 12px 28px 14px;
    transform: scaleY(.85);
}
#active-count-down span{
    font-size: 20px;
    font-weight: 500;
    color: #dbcbbb;
    padding-top: 12px;
}
#active-count-down .unit{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 12px;
    margin-top: 4px;
    color: #dccdbe;
    font-family: math;
    letter-spacing: normal;
}

.countdown-fix .container{
    max-width: unset;
    padding: 0;
}

.countdown-fix .countdown-box-inner {
    max-width: unset;
    justify-content: center;
    background: #c59852;
    border-radius: unset;
    gap: 16px;
    padding: 0
}

.countdown-fix .countdown-des {
    font-size: 16px;
    margin-right: 8px;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
}

.countdown-fix .countdown-des .big-font-title{
    font-size: 16px;
    color: #a90101;
    font-weight: 600;
    font-family: auto;
    transform: none;
    text-shadow: none;
    text-transform: none;
    line-height: normal;
}

.countdown-fix .countdown-des .small-font-title{
    font-size: 16px;
    color: #a90101;
    font-weight: 600;
    font-family: auto;
    transform: none;
    text-shadow: none;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
}

.countdown-fix .countdown-des .add-title{
    display: block;
    color: #fff;
}

.countdown-fix .unit {
    display: none;
}

.countdown-fix .small-unit {
    display: block;
}
.countdown-fix #active-count-down >div{
    min-width: unset;
}

#active-count-down >div:last-child .time-item{
    margin-right: 0 !important;
}
.countdown-fix #active-count-down .time-item {
    margin: 0px 4px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: flex;
    align-items: baseline;
    font-family: auto;
    color: #fff;
    border: unset;
    border-radius: unset;
    padding: unset;
    transform: unset;
}
.countdown-fix #active-count-down span{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: unset;
}

{% if template == 'collection.flash_sale' %}
@media (max-width: 1024px) {
    .countdown-box{
        margin-bottom: 0;
    }
}
{% endif %}
@media (max-width:767px) {
    .countdown-box-inner{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border-radius: 4px;
        flex-wrap: wrap;
    }
    .countdown-box{
        margin-top: 20px;
    }
    .countdown-box .countdown-fix .countdown-des span{
        display: block;
    }
    .countdown-box .countdown-des{
        font-size: 14px;
    }
    .countdown-box .container{
        padding: 0;
    }
    #active-count-down .time-item{
        margin: 0 6px;
        font-size: 16px;
        border-radius: 8px;
        padding: 0 10px;
        transform: scaleY(.9);
    }
    #active-count-down span{
        font-size: 14px;
        padding-top: 2px;
    }
    #active-count-down .unit{
        margin-top: 2px;
        font-size: 12px;
    }
    .countdown-des .big-font-title{
        font-size: 32px;
        line-height: 36px;
        transform: scale(1.0, 0.90);
    }
    .countdown-fix .countdown-box-inner {
        border-bottom: unset;
        padding: 2px 20px;
        justify-content: center;
        gap: 0;
    }
    .countdown-fix .countdown-des {
    font-size: 16px;
    margin-right: 8px;
    }

    .countdown-fix .unit {
    display: none;
    }

    .countdown-fix .small-unit {
    display: block;
    }
    .countdown-fix #active-count-down >div{
        min-width: unset;
    }
    .countdown-fix .time-item {
    margin: 0px 4px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: flex;
    align-items: baseline;
    }
    .countdown-fix #active-count-down span{
    font-weight: 400;
    }
}
/* 倒计时end */



