.elementor-6 .elementor-element.elementor-element-3ebd940e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:72px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-67911cb *//* ===================================================
   SECCIÓN: CARRITO DE COMPRAS PREMIUM (GENERAL PRINT)
   =================================================== */

/* 1. ESTRUCTURA GLOBAL A DOS COLUMNAS REFORZADA */
@media (min-width: 992px) {
    /* Forzamos que el contenedor envuelva todo y permita el quiebre */
    .woocommerce-cart .woocommerce {
        display: flex !important;
        flex-wrap: wrap !important; /* Permite que las alertas se queden arriba */
        align-items: flex-start !important;
        gap: 30px !important;
    }

    /* OBLIGAR A LAS ALERTAS A QUEDARSE ARRIBA OCUPANDO EL 100% */
    .woocommerce-cart .woocommerce-notices-wrapper,
    .woocommerce-cart .woocommerce-message,
    .woocommerce-cart .woocommerce-error,
    .woocommerce-cart .woocommerce-info {
        width: 100% !important;
        flex: 1 1 100% !important;
        margin-bottom: 20px !important;
    }

    /* Columna Izquierda: Formulario y Tarjetas de Productos */
    .woocommerce-cart .woocommerce-cart-form {
        flex: 1 !important;
        margin-bottom: 0 !important;
        max-width: calc(100% - 410px) !important; /* Le da su espacio justo a la derecha */
    }

    /* Columna Derecha: Bloque de Totales */
    .woocommerce-cart .cart-collaterals {
        width: 380px !important;
        flex-shrink: 0 !important;
        margin-top: 0 !important;
    }
}

/* 2. TRANSFORMAR FILAS EN TARJETAS BLANCAS CLEAN */
.woocommerce-cart .woocommerce-cart-form table.shop_table.cart {
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    display: block !important;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead {
    display: none !important;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tbody {
    display: block !important;
    width: 100% !important;
}

/* Forzar que la fila y la celda del nombre compartan fondo blanco impecable */
.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.cart_item {
    display: block !important;
    background: #ffffff !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 16px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.cart_item td.product-name {
    display: block !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
}

/* 3. BOTÓN DE ELIMINAR (X) EN SU ESQUINA */
.woocommerce-cart td.product-remove {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10 !important;
    background: transparent !important;
    padding: 0 !important;
}
.woocommerce-cart td.product-remove a.remove {
    color: #9ca3af !important;
    background: #f3f4f6 !important;
    width: 26px !important;
    height: 26px !important;
    line-height: 24px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    text-align: center !important;
    display: block !important;
}
.woocommerce-cart td.product-remove a.remove:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
}

/* 4. TÍTULO DEL MATERIAL */
.woocommerce-cart td.product-name a:not(.product-item-edit) {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1d1d1f !important;
    text-decoration: none !important;
    display: block !important;
    padding-right: 40px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    background: transparent !important;
}

/* OCULTAR EL BENDITO "EDIT" Y EL GUION HUÉRFANO */
.woocommerce-cart td.product-name .product-item-edit,
.woocommerce-cart td.product-name a.product-item-edit,
.woocommerce-cart td.product-name em,
.woocommerce-cart td.product-name br,
.woocommerce-cart-form .cart_item td.product-name > text {
    display: none !important;
    visibility: hidden !important;
}

/* 5. CAJA DE VARIACIONES TÉCNICAS (DISEÑO LIMPIO) */
.woocommerce-cart td.product-name .variation {
    display: block !important;
    background: #ffffff !important;
    padding: 16px !important;
    border-radius: 12px !important;
    border: 1px solid #E2E8F0 !important; 
    border-left: 4px solid #0071e3 !important; /* Tu acento azul */
    margin-top: 10px !important;
}
.woocommerce-cart td.product-name .variation dt,
.woocommerce-cart td.product-name .variation dd {
    display: block !important;
    float: none !important;
    position: static !important;
    line-height: 1.5 !important;
    background: transparent !important;
}
.woocommerce-cart td.product-name .variation dt {
    font-weight: 700 !important;
    color: #4b5563 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin-top: 8px !important;
}
.woocommerce-cart td.product-name .variation dt:first-child {
    margin-top: 0 !important;
}
.woocommerce-cart td.product-name .variation dd {
    color: #1d1d1f !important;
    font-size: 14px !important;
    margin-bottom: 4px !important;
}

/* 6. EXTIRPAR DE RAÍZ LOS PRECIOS DUPLICADOS ABAJO A LA IZQUIERDA */
.woocommerce-cart-form table.shop_table.cart tr.cart_item td.product-price,
.woocommerce-cart-form table.shop_table.cart tr.cart_item td.product-quantity,
.woocommerce-cart-form table.shop_table.cart tr.cart_item td.product-subtotal,
.woocommerce-cart-form table.shop_table.cart tr.cart_item td::before {
    display: none !important; /* Aquí fulminamos los montos intrusos de la tarjeta */
}

/* ===================================================
   7. EMBELLECER SECCIÓN DE CUPONES Y ACTUALIZAR CARRITO
   =================================================== */
.woocommerce-cart-form table.shop_table.cart tr td.actions {
    display: block !important;
    background: transparent !important;
    padding: 25px 0 0 0 !important;
    border: none !important;
    width: 100% !important;
    clear: both !important; /* Rompe cualquier bloqueo flotante anterior */
}

/* Forzar que las acciones se comporten como una fila flex alineada */
.woocommerce-cart-form table.shop_table.cart td.actions::before,
.woocommerce-cart-form table.shop_table.cart td.actions::after {
    display: none !important; /* Removemos pseudoelementos viejos de WC */
}

/* Caja contenedora de cupones */
.woocommerce-cart-form .actions .coupon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    float: left !important;
}

/* Input del código de cupón */
.woocommerce-cart-form .actions .coupon input#coupon_code {
    background: #ffffff !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #1d1d1f !important;
    width: 180px !important;
    height: 42px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}
.woocommerce-cart-form .actions .coupon input#coupon_code::placeholder {
    color: #94A3B8 !important;
}

/* Botón Aplicar Cupón (Gris Pro Elegante) */
.woocommerce-cart-form .actions .coupon button[name="apply_coupon"] {
    background: #F1F5F9 !important;
    color: #334155 !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 10px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 42px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
}
.woocommerce-cart-form .actions .coupon button[name="apply_coupon"]:hover {
    background: #E2E8F0 !important;
    color: #0f172a !important;
}

/* Botón Actualizar Carrito (Separado a la derecha con margen de seguridad) */
.woocommerce-cart-form .actions button[name="update_cart"] {
    background: #ffffff !important;
    color: #0071e3 !important;
    border: 1px solid #0071e3 !important;
    border-radius: 10px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 42px !important;
    float: right !important; /* Se va al extremo opuesto */
    margin-left: 15px !important; /* Margen por si se colapsa la pantalla */
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.woocommerce-cart-form .actions button[name="update_cart"]:hover {
    background: #0071e3 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.15) !important;
}

/* Responsive para los botones en celular */
@media (max-width: 768px) {
    .woocommerce-cart-form .actions .coupon {
        display: flex !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        float: none !important;
    }
    .woocommerce-cart-form .actions .coupon input#coupon_code {
        flex: 1 !important;
    }
    .woocommerce-cart-form .actions button[name="update_cart"] {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }
}

/* ===================================================
   8. CAJA DE TOTALES DEL CARRITO (AZUL + DORADO PREMIUM)
   =================================================== */
.cart-collaterals .cart_totals {
    width: 100% !important;
    background: #002B5B !important; 
    padding: 25px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 43, 91, 0.2) !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
}
.cart-collaterals .cart_totals h2 {
    font-size: 16px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 12px !important;
}

.cart-collaterals .cart_totals table.shop_table_totals {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
}
.cart-collaterals .cart_totals table.shop_table_totals tr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.cart-collaterals .cart_totals table.shop_table_totals th {
    color: #ffffff !important;
    font-size: 15px !important;
    background: transparent !important;
    border: none !important;
}

.cart-collaterals .cart_totals table.shop_table_totals tr:not(.order-total) td,
.cart-collaterals .cart_totals table.shop_table_totals tr:not(.order-total) td span {
    color: #ffffff !important;
    font-size: 15px !important;
    background: transparent !important;
}

/* EL TOTAL DEFINITIVO GIGANTE EN GOLDEN */
.cart-collaterals .cart_totals tr.order-total td > strong > span.woocommerce-Price-amount,
.cart-collaterals .cart_totals tr.order-total td > span.woocommerce-Price-amount {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #FFC93C !important; 
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
    display: inline-block !important;
}

/* Texto de impuestos limpio */
.cart-collaterals .cart_totals tr.order-total td .includes_tax,
.cart-collaterals .cart_totals tr.order-total td .includes_tax span,
.cart-collaterals .cart_totals tr.order-total td .includes_tax .amount {
    font-size: 14px !important; 
    color: #ffffff !important;  
    font-weight: 500 !important;
    display: inline-block !important;
}

/* 9. BOTÓN FINALIZAR COMPRA */
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    background: #0071e3 !important; 
    color: #ffffff !important;
    display: block !important;
    text-align: center !important;
    padding: 16px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 14px !important;
    margin-top: 25px !important;
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.3) !important;
    text-decoration: none !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #0077ed !important;
}/* End custom CSS */