.elementor-108 .elementor-element.elementor-element-e1980e0{--display:flex;}.elementor-108 .elementor-element.elementor-element-6c311bf{--spacer-size:100px;}.elementor-108 .elementor-element.elementor-element-790925a8{--display:flex;}body.elementor-page-108:not(.elementor-motion-effects-element-type-background), body.elementor-page-108 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0C33;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-108 .elementor-element.elementor-element-6c311bf{--spacer-size:26px;}.elementor-108 .elementor-element.elementor-element-ec5bbed{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-ec5bbed *//* === WooCommerce 购物车美化（深色背景透明版）=== */
.woocommerce {
    color: #f5f5f5;
    font-size: 15px;
}

/* 表格结构 */
.woocommerce table.shop_table {
    width: 100%;
    background: transparent;
    border-collapse: collapse;
    border: none;
}

.woocommerce table.shop_table th {
    background: rgba(255,255,255,0.08);
    color: #fff;
    padding: 14px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.woocommerce table.shop_table td {
    background: transparent;
    color: #eee;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 14px 10px;
    vertical-align: middle;
}

/* 产品链接 */
.woocommerce table.shop_table td a {
    color: #ffcc00;
    text-decoration: none;
}
.woocommerce table.shop_table td a:hover {
    color: #ffe066;
}

/* 删除按钮 × */
.woocommerce a.remove {
    color: #ff4d4d !important;
    background: transparent !important;
    font-size: 20px;
    transition: 0.3s;
}
.woocommerce a.remove:hover {
    color: #ff9999 !important;
}

/* 商品图片 */
.woocommerce-cart-form img {
    border-radius: 8px;
    max-width: 70px;
    height: auto;
    border: 1px solid rgba(255,255,255,0.1);
}

/* 数量输入框 */
.woocommerce-cart-form .quantity input.qty {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    width: 60px;
    text-align: center;
    height: 38px;
    transition: 0.3s;
}
.woocommerce-cart-form .quantity input.qty:focus {
    border-color: #ffcc00;
    outline: none;
}

/* 按钮通用 */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    background: #ffcc00;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 10px 22px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    background: #ffd633;
    transform: translateY(-2px);
}

/* 优惠券输入区 */
.woocommerce .cart-collaterals .coupon input.input-text {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    padding: 8px 12px;
}
.woocommerce .cart-collaterals .coupon input.input-text::placeholder {
    color: #aaa;
}

/* 总计区块 */
.cart_totals {
    background: transparent;
    border: none;
    padding: 0;
}

.cart_totals h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 8px;
}

.cart_totals table {
    background: transparent;
    border-radius: 0;
    width: 100%;
}

.cart_totals table th,
.cart_totals table td {
    color: #eee;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 8px;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    font-weight: bold;
    color: #ffcc00;
}

/* 结算按钮 */
.woocommerce a.checkout-button {
    display: inline-block;
    background: #ffcc00;
    color: #000 !important;
    border-radius: 8px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
}
.woocommerce a.checkout-button:hover {
    background: #ffd633;
    transform: scale(1.03);
}

/* 响应式微调 */
@media (max-width: 768px) {
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        font-size: 14px;
        padding: 10px 8px;
    }
}/* End custom CSS */