/** Shopify CDN: Minification failed

Line 224:4 Unexpected "{"
Line 224:5 Expected identifier but found "%"
Line 228:4 Unexpected "{"
Line 228:5 Expected identifier but found "%"
Line 382:8 Unexpected "{"
Line 382:9 Expected identifier but found "%"
Line 382:39 Unexpected "{"
Line 382:40 Expected identifier but found "%"
Line 538:8 Unexpected "{"
Line 538:9 Expected identifier but found "%"
... and 1 more hidden warnings

**/

    .promo-block {
        line-height:1.3;
        letter-spacing: 0;
        background: #fff;
        padding-bottom: 32px;
        margin: auto;
        text-align: center;
        color: black;
        margin-top: 30px;
        
    }


    
    /* {% comment %} 多属性按钮 {% endcomment %} */
    .product-options{
    margin-bottom: 40px;

    }
    .product-option {
    margin-bottom: 19px;
    }
    .product-option .option_title{
        font-weight: 400;
        font-size: 16px;
        text-align:left;
        margin-bottom: 9px;
    }
    .option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    }
    .option-value {
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #E2E0E1;

    }
    .option-value.active {
    border: 2px solid #000;
    background: #f5f5f5;
    }
    button.option-value {
    padding: 14px 18px;
    font-size: 14px;
    background: transparent;
    }
    .color-option.option-value{
    padding: 4px;

    }
    .option-value.disabled {
    position: relative;
    opacity: 0.5;
    border: 1px solid #FECACA;
    background: #fff4f4;
    cursor: not-allowed;
    pointer-events: none;
    }



    .line1{
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .line2{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* 生産開始标签 */
    .promo-block .production-status {
        font-size: 24px;
        font-weight: 400;
        
        border: 2px solid #000;
        border-radius: 999px;
        color: black;

        width: 180px;
        height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .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: #9e7851;
        /* width: {{percent}}%; */
        /* 手动调整当前进度 */
        border-radius: 100px;
    }

    /* 折扣文字 */
    .promo-block .promo-price-info {
        color: #666666;
        text-align: left;
        /* padding-left: 10px; */
        text-decoration: line-through;

        
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        /* margin-bottom: -10px; */
    }

    .promo-block .promo-discount {
        color: #9e7851;
        position: relative;
        font-weight: 700;
        font-size: 128px;
        line-height: 0.8;
        letter-spacing: -6px;
        vertical-align: middle;
        margin-right: 40px;

    }

    .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: flex-start;
    }

    /* 限定人数 */
    .promo-block .limit-tag {
        background: #b48a60;
        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;
        font-weight: 400;
    }

    /* 按钮 */
    .promo-block .promo-btn {
        background: #d61518;
        color: #fff;
        border: none;
        border-radius: 100px;
        
        
        margin-top: 50px; 
        cursor: pointer;
        transition: 0.2s ease;


        width: 466px;
        max-width: 100%;
        height: 106px;  
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    {% comment %} 
    .promo-block .promo-btn:hover {
        background: #b50000;
    } 
    {% endcomment %}
    .promo-block .btn-text{
        margin: 0 auto;
        font-size: 64px;
        font-weight: 500;
        flex:1;
    }

    /* 出货徽章 */
    .promo-block .ship-badge {
        display: inline-block;
        background: #fff;
        color: #9e7851;
        border: 1px solid #9e7851;
        border-radius: 100px;
        font-weight: 400;
        line-height: 1.1;

        width: 92px;
        aspect-ratio: 1;

        align-items: center;
        flex-direction: column;
        justify-content: center;
        display: flex;
        margin-left: 8px;
    }
    .next_day{
        font-size: min(30px,5.55vw);
    }

    .promo-block .ship-badge-day {
        font-size: 48px;
        font-weight: 500;
        line-height: 0.8;
        padding-bottom: 5px;
        border-bottom: 1px solid #9e7851;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .promo-block .ship-badge-day span {
        font-size: 14px;
    }

    .promo-block .ship-badge-ship{
        margin-top: 3.6px;
    }


    .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: #986E45;
        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-family: Noto Sans JP;
        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;

    }

    /* 出货天数 */
    .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-ship,
    .expired-block .ship-badge-day span {
        font-size: 14px;
        font-weight: 500;
    }
    .expired-block .ship-badge-ship{
        font-weight: 500;
        font-size: 14px;
        {% comment %} margin-top: 2px; {% endcomment %}
    }

    /* 折扣 */
    .expired-block .discount {
        font-size: 36px;
        font-weight: 600;
        color: #E2E0E1;
        position: relative;
        padding-right: 10px;
    }

    .expired-block .discount span {
        position: absolute;
        top: 20%;
        right: -6%;
        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: 10px;
        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; */
        }
        .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;
            margin-right: 7.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: 2.6vw;
        
        }



        .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;
        }

        .primary_option_value_wrap{
            bottom: 5.55vw;
        }
        .primary_option_value{
            height: 9.26vw;
            font-size: 4.44vw;
        }
    }