/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 89:0 Unexpected "{"
Line 89:1 Expected identifier but found "%"

**/
{%- style -%}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    text-align: center;
    align-items: center;
}

    .countdown-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.progress-circle {
    width: 45px;
    height: 45px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1.5px solid #000;
}

.count-text {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000;
    font-family: Sora, sans-serif;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    align-items: center;
}

.count-text small {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
}
.txt-countdown p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.sixth-proupper-cont {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 10px;
}
h1.sixth-upp-txt {
    margin-bottom: 0;
}
h1.sixth-upp-txt p {
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
}
h1.sixth-upp-txt p strong {
    color: red;
    font-weight: 600;
}
.uiu-kurma {
    display: flex;
    gap: 10px;
}




{%- endstyle -%}