.elementor-250 .elementor-element.elementor-element-6ae94d3{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ed00881 *//* ==========================================================================
   CARRITO DE COMPRAS MINIMALISTA DEFINITIVO (RESETEO TOTAL)
   ========================================================================== */

/* --- 1. TABLA PRINCIPAL DE PRODUCTOS --- */
.woocommerce-cart table.shop_table {
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px !important;
    border-collapse: collapse !important;
    width: 100% !important;
    background: #ffffff !important;
}

/* Encabezados ocultos o limpios */
.woocommerce-cart table.shop_table th {
    background-color: #fafafa !important;
    color: #222222 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 15px !important;
}

.woocommerce-cart table.shop_table td {
    border-top: 1px solid #f0f0f0 !important;
    padding: 15px !important;
    color: #444444 !important;
    vertical-align: middle !important;
}

/* Enlaces de los productos */
.woocommerce-cart .product-name a {
    font-weight: 600 !important;
    color: #111111 !important;
    text-decoration: none !important;
}
.woocommerce-cart .product-name a:hover {
    color: #8c6239 !important; /* Tu tono café/dorado de marca */
}

/* --- 2. CONTROLES DE CANTIDAD (ARREGLAR MINI-INPUT) --- */
.woocommerce-cart .product-quantity .quantity {
    display: inline-block !important;
}

.woocommerce-cart .product-quantity .quantity input.qty {
    width: 60px !important;
    height: 40px !important;
    padding: 0 !important;
    text-align: center !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: #222222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: block !important;
    margin: 0 auto !important;
}

/* --- 3. ZONA DE CUPÓN Y BOTONES DE ACCIÓN --- */
.woocommerce-cart table.shop_table td.actions {
    padding: 20px !important;
    background: #ffffff !important;
}

/* Campo de texto del cupón */
.woocommerce-cart .coupon input.input-text {
    height: 42px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    color: #222222 !important;
    width: 160px !important;
}

/* Botón Aplicar Cupón y Actualizar Carrito */
.woocommerce-cart .actions .button {
    height: 42px !important;
    background-color: #f5f5f5 !important;
    background-image: none !important;
    color: #333333 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 0 20px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.woocommerce-cart .actions .button:hover {
    background-color: #e8e8e8 !important;
    color: #000000 !important;
}

/* --- 4. SOLUCIÓN A TEXTOS INVISIBLES EN TOTALES DEL CARRITO --- */
.woocommerce-cart .cart-collaterals {
    margin-top: 40px !important;
}

.woocommerce-cart .cart_totals {
    background-color: #f9f9f9 !important; /* Fondo gris sutil suave */
    border: 1px solid #eeeeee !important;
    border-radius: 8px !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 450px !important;
    float: right !important;
    box-sizing: border-box !important;
}

/* Forzar títulos y textos a que sean visibles en negro/gris oscuro */
.woocommerce-cart .cart_totals h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #e0e0e0 !important;
    padding-bottom: 10px !important;
}

/* Filas de Subtotal y Total (Para que NO se vean blancas) */
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table tr td span,
.woocommerce-cart .cart_totals table tr th {
    color: #222222 !important; /* Texto oscuro visible */
    font-size: 15px !important;
    background: transparent !important;
    border: none !important;
    padding: 12px 0 !important;
}

/* Resaltar la fila final del TOTAL */
.woocommerce-cart .cart_totals tr.order-total strong {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* --- 5. BOTÓN FINALIZAR COMPRA (PREMIUM) --- */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-image: none !important;
    background-color: #111111 !important; /* Tu negro elegante */
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    width: 100% !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
    box-shadow: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #333333 !important; /* Gris oscuro al pasar el cursor */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-1px);
}/* End custom CSS */