.elementor-21 .elementor-element.elementor-element-98cc45a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-21 .elementor-element.elementor-element-90b451f .shop_table .button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f .shop_table .button:hover, .elementor-21 .elementor-element.elementor-element-90b451f .shop_table .button:disabled[disabled]:hover{background-color:var( --e-global-color-text );}.elementor-21 .elementor-element.elementor-element-90b451f .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-90b451f .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:var( --e-global-color-text );}.elementor-21 .elementor-element.elementor-element-90b451f .cart_totals h2{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f .e-cart-content, .elementor-21 .elementor-element.elementor-element-90b451f .woocommerce-shipping-destination, .elementor-21 .elementor-element.elementor-element-90b451f .shipping-calculator-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f{--links-normal-color:var( --e-global-color-text );--links-hover-color:var( --e-global-color-secondary );--forms-buttons-normal-text-color:#FFFFFF;--forms-buttons-hover-text-color:#FFFFFF;--forms-buttons-border-type:none;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-21 .elementor-element.elementor-element-90b451f .cart_totals h2{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f .e-cart-content, .elementor-21 .elementor-element.elementor-element-90b451f .woocommerce-shipping-destination, .elementor-21 .elementor-element.elementor-element-90b451f .shipping-calculator-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f .shop_table .button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-98cc45a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-90b451f .cart_totals h2{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f .e-cart-content, .elementor-21 .elementor-element.elementor-element-90b451f .woocommerce-shipping-destination, .elementor-21 .elementor-element.elementor-element-90b451f .shipping-calculator-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-21 .elementor-element.elementor-element-90b451f .shop_table .button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-90b451f */.wps_wpr_apply_custom_points{
    display: none;
}

/* 数量组件整体 */
.product-quantity .quantity {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-height: 42px;
}

/* 加减按钮 */
.product-quantity .quantity .qty-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: #f5f5f5;
    color: #333;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product-quantity .quantity .qty-btn:hover {
    background: #e9e9e9;
}

.product-quantity .quantity .qty-btn:active {
    background: #ddd;
}

/* 中间输入框 */
.product-quantity .quantity .qty {
    width: 60px;
    height: 42px;
    border: none;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 0 8px;
    margin: 0;
    outline: none;
    box-shadow: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

/* 去掉 Chrome 默认上下箭头 */
.product-quantity .quantity .qty::-webkit-outer-spin-button,
.product-quantity .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 聚焦状态 */
.product-quantity .quantity .qty:focus {
    background: #fcfcfc;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .product-quantity .quantity {
        min-height: 38px;
    }

    .product-quantity .quantity .qty-btn,
    .product-quantity .quantity .qty {
        height: 38px;
    }

    .product-quantity .quantity .qty-btn {
        width: 38px;
        font-size: 18px;
    }

    .product-quantity .quantity .qty {
        width: 50px;
        font-size: 15px;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        content: '';
    }
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr{
        padding: 0;
    }
    .elementor-widget-woocommerce-cart .woocommerce table.cart td{
        --order-summary-rows-gap-bottom:5px;
        --order-summary-rows-gap-top:5px;
    }
}/* End custom CSS */