/** Shopify CDN: Minification failed

Line 328:8 Unexpected "{"
Line 328:9 Expected identifier but found "%"
Line 328:39 Unexpected "{"
Line 328:40 Expected identifier but found "%"
Line 494:8 Unexpected "{"
Line 494:9 Expected identifier but found "%"
Line 494:30 Expected identifier but found "%"

**/

    .promo-block {
        line-height:1.3;
        letter-spacing: 0;
        background: #fff;
        margin: auto;
        text-align: center;
        color: black;
        margin-top: 30px;
        padding: 0 10px;
        padding-bottom: 32px;

    }
    .line1{
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: flex-end;
    }
    .line2{
        display: flex;
        justify-content: space-between;
    }

    /* 生産開始标签 */
    .promo-block .production-status {
        color: black;
        font-size: 24px;
        font-weight: 400;
        
        border: 2px solid #000000;
        border-radius: 100px;

        display: flex;
        justify-content: center;
        align-items: center;

        width: 180px;
        height: 56px;
        /* margin-bottom: 30px; */
        /* background-color:#F4F3F3; */
    }
    .promo-block .promo-progress-bar{
        width: 300px;
    }
    /* 进度条 */
    .promo-block .promo-status {
        font-size: 20px;
        font-weight: 400;
        line-height:1.5;
    }

    .promo-block .promo-progress {
        width: 100%;
        height: 30px;
        border-radius: 100px;
        /* background: #e9e5e1; */
        overflow: hidden;
        border: 2px solid black;
    }

    .promo-block .promo-progress-fill {
        height: 100%;
        background: #FF6B35;
        /* width: {{percent}}%; */
        /* 手动调整当前进度 */
        border-radius: 100px;
    }

    /* 折扣文字 */
    .promo-block .promo-price-info {
        color: #666666;
        text-align: left;
        padding-left: 10px;


        
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        margin-top: 10px;
        text-decoration: line-through;
    }

    .promo-block .promo-discount {
        color: #FF6B35;
        position: relative;
        font-weight: 700;
        font-size: 128px;
        line-height: 0.8;
        letter-spacing: -6px;
        vertical-align: middle;

    }

    .promo-block .promo-discount span {
        position: absolute;
        letter-spacing: 0;
        top: 0%;
        right: 0%;
        transform: translateX(70%);

        font-weight: 500;
        font-size: 36px;
        line-height: 1;
    }
    .promo-block .promo-limit-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 限定人数 */
    .promo-block .limit-tag {
        background: #FF6B35;
        color: #fff;
        display: inline-block;
        border-radius: 20px;
        padding: 0 19px;
        font-size: 24px;
        font-weight: 400;
        /* margin-bottom: 8px; */
    }

    /* 价格 */
    .promo-block .promo-final-price {
        font-size: 48px;
        font-weight: 500;
        color: #000;
    }

    .promo-block .promo-note {
        font-size: 18px;
        color: #666666;
    }

    /* 按钮 */
    .promo-block .promo-btn {
        background: #035ED8;
        color: #fff;
        border: none;
        border-radius: 100px;
        
        
        margin-top: 40px; 
        cursor: pointer;
        transition: 0.2s ease;


        width: 480px;
        max-width: 100%;
        height: 106px;  
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    
    .promo-block .btn-text{
        margin: 0 auto;
        font-size: 64px;
        font-weight: 500;
        flex:1;
    }

    /* 出货徽章 */
    .promo-block .ship-badge {
        display: inline-block;
        background: #FF6B35;
        color: #ffffff;
        border: 2px solid #FFFFFF;
        border-radius: 100px;
        font-weight: 700;
        line-height: 1.1;

        width: 92px;
        aspect-ratio: 1;

        align-items: center;
        flex-direction: column;
        justify-content: center;
        display: flex;
        margin-left: 8px;
    }

    .promo-block .ship-badge-day {
        font-size: 48px;
        font-weight: 500;
        line-height: 0.8;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffb59a;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    
    .promo-block .ship-badge-day span {
        font-size: 20px;
    }
    .promo-block .ship-badge-ship{
        margin-top: 3.6px;
        font-size: 12px;
    }

    .block_image{
        width: 100%;
        margin-bottom: 40px;
        position:relative;
        min-height: 100px;
    }
    .primary_option_value_wrap{
        position: absolute;
        bottom: 30px;
        width: 100%;
    }
    .primary_option_value{
        

        width: 81%;
        margin: 0 auto;
        background: #FF6B35;
        border-radius:30px;
        height: 50px;

        color: white;
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0;


        display: flex;
        justify-content: center;
        align-items: center;
    }




    .expired-block {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #ffffff;
        padding: 12px 0;
        max-width: 600px;
        margin: auto;


        
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0;

    }

    /* 左侧状态 */
    .expired-block .status-badge {
        background: #E2E0E1;
        color: white;
        border-radius: 999px;
        font-size: 20px;
        font-weight: 400;

        width: 143px;
        height: 47px;
        display: flex;
        align-items:center;
        justify-content: center;
        overflow: hidden; /* 保证内部内容不溢出 */
    }
    .status-badge .status-text {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%; /* 限制文字宽度以启用省略号 */
    }

    /* 出货天数 */
    .expired-block .ship-badge {
        background: #fff;
        color: #E2E0E1;
        border: 1px solid #E7E7E7;
        border-radius: 100px;
        line-height: 1.1;


        width: 64px;
        aspect-ratio: 1;

        align-items: center;
        flex-direction: column;
        justify-content: center;
        display: flex;
        margin-left: -10px;
    }

    .expired-block .ship-badge-day {
        font-size: 32px;
        font-weight: 500;
        line-height: 0.5;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .expired-block .ship-badge-day span {
        font-size: 14px;
        font-weight: 500;
    }
    .expired-block .ship-badge-ship{
        font-weight: 500;
        font-size: 11px;
        {% comment %} margin-top: 2px; {% endcomment %}
    }

    /* 折扣 */
    .expired-block .discount_wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .expired-block .discount {
        font-size: 36px;
        font-weight: 600;
        color: #E2E0E1;
        position: relative;
        margin-right: 10px;
        line-height: 0.8;
        width: fit-content;
        margin-bottom: 4px;
    }

    .expired-block .discount span {
        position: absolute;
        top: 0%;
        right: 0%;
        transform: translateX(70%);
        font-size: 10px;
        font-weight: 500;
    }

    .expired-block .limit-tag {
        background-color: #E2E0E1;
        border-radius: 100px;
        font-size: 12px;
        line-height:1;
        color: white;


        width: 80px;
        height: 16px;
        display: flex;
        justify-content:center;
        align-items: center;
    }

    /* 价格 */
    .expired-block .price {
        font-size: 20px;
        color: #E2E0E1;
        font-weight: 600;
    }

    .expired-block .price-note {
        font-size: 11px;
        color: #E2E0E1;
        text-align: center;
    }

    /* 已失效标识 */
    .expired-block .expired-tag {
        background: #E2E0E1;
        color: white;
        font-weight: 400;
        border-radius: 999px;
        font-size: 20px;


        width: 77px;
        height: 47px;
        display: flex;
        justify-content:center;
        align-items: center;

    }

    /* 竖线分隔符 */
    .expired-block .divider {
        border-right: 1px solid #B1AFB0;
        height: 34px;
    }

    .expired-block:last-child,
    .expired-block:last-of-type {
        border-bottom: 1px solid #ccc;
    }


    @media screen and (max-width: 768px) {
        .promo-block{
            /* padding: 0 5.3vw; */
            padding-left: 0;
            padding-right: 0;
        }
        .promo-block .production-status{
            width: 36.266vw;
            height: 11.733vw;
            font-size: 4.8vw;
        }
        .promo-block .promo-status{
            font-size: 3.733vw;
        
        }
        .promo-block .promo-progress-bar{
            max-width: 48.133vw;
        }
        .promo-block .promo-progress{
            height:4.8vw;
        }


        .promo-block .promo-discount{
            font-size: 22.4vw;
        }
        .promo-block .promo-discount span{
            font-size: 6.4vw;
        }

        .promo-block .promo-final-price {
            font-size: 8.533vw;
        }
        .promo-block .limit-tag{
            width: 27.733vw;
            height: 5.33vw;
            font-size:4vw;
        }

        .promo-block .promo-note{
        
            font-size:3.733vw;
            
        }
        .promo-block .promo-btn{
        
            margin-top:9.333vw;
            width: 81.33vw;
            height: 17.6vw;
            /* margin-bottom:6.66vw; */

        }
        .promo-block .btn-text{
            font-size: 10.66vw;
            font-weight: 400;
        }
        .promo-block .ship-badge{
        
            width: 15.466vw;
        }
        .promo-block .ship-badge-day{
            font-size: 7.466vw;
            
        }
        .promo-block .ship-badge-day span{
            font-size: 3.733vw;


        }
        .promo-block .ship-badge-ship{
            font-size: 3.2vw;
        
        }



        .expired-block {
            gap:unset;
            justify-content: space-evenly;
        }
        {% comment %} 失效 {% endcomment %}
        .expired-block .status-badge{
            width: 29.866vw;
            height: 8.88vw;
            font-size: 3.733vw;
        }
        .expired-block .ship-badge{
            width: 12vw;
            margin-left: -3.833vw;
        }

        .expired-block .ship-badge-day{
            font-size: 5.33vw;
            padding-top: 1.33vw;
        }

        .expired-block .ship-badge-ship{
            font-size: 2.666vw;
        }
        
        .expired-block .ship-badge-day span{
            font-size: 2.666vw;
        }

        .expired-block .discount{
            font-size: 6.4vw;
            
        }

        .expired-block .discount span{
            font-size: 1.866vw;
            right: -2%;
        }
        .expired-block .limit-tag{
            width: 12.8vw;
            height: 2.666vw;
            font-size: 1.866vw;

        }

        .expired-block .price{
            font-size: 3.7333vw;
            font-weight: 500;
            
        }
        .expired-block .price-note{
            font-size: 1.866vw;
        }
        .expired-block .expired-tag{
            width: 15.466vw;
            height: 8.8vw;
            font-size: 3.733vw;
        }





        .block_image{
            margin-bottom: 7.4vw;
        }
        .primary_option_value_wrap{
            bottom: 5.55vw;
        }
        .primary_option_value{
            height: 9.26vw;
            font-size: 4.44vw;
        }
    }