.elementor-24 .elementor-element.elementor-element-6b9b494a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-98a71ab{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4931abb *//* 1. 整体背景与字体：去灰变白 */
.woocommerce-cart .entry-content {
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 2. 表格整容：拆掉土气边框 */
.woocommerce-page table.cart {
    border: none !important;
    border-radius: 0;
}

.woocommerce-page table.cart thead {
    background-color: #f9f9f9;
    border-bottom: 2px solid #000; /* 奢侈品黑横线 */
}

.woocommerce-page table.cart thead th {
    padding: 15px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
    border: none !important;
}

.woocommerce-page table.cart td {
    padding: 25px 15px !important;
    border: none;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* 3. 优惠券区域：精简排版 */
.woocommerce-cart .coupon {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 20px 0 !important;
}

.woocommerce-cart .coupon input#coupon_code {
    width: 180px !important;
    height: 40px !important;
    border: 1px solid #ddd !important;
    margin: 0 !important;
}

.woocommerce-cart .coupon button[name="apply_coupon"] {
    height: 40px !important;
    background-color: #1a1a1a !important; /* 黑色按钮 */
    color: #fff !important;
    padding: 0 20px !important;
    border: none !important;
    font-size: 12px !important;
    font-weight: 600;
}

/* 4. 更新购物车按钮：变透明，不抢戏 */
button[name="update_cart"] {
    background-color: transparent !important;
    color: #ccc !important;
    border: 1px solid #eee !important;
    font-size: 11px !important;
}

/* 5. 结算区域：模仿图1右对齐 */
.cart-collaterals {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.cart_totals {
    width: 100%;
    max-width: 450px;
    text-align: right;
    border: none !important;
    background: transparent !important;
}

.cart_totals h2 { display: none !important; }

/* 6. 最终结账按钮：品牌紫色 */
.wc-proceed-to-checkout a.checkout-button {
    background-color: #7d32f5 !important;
    padding: 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}/* End custom CSS */