.elementor-130 .elementor-element.elementor-element-34a61ab{--display:flex;}.elementor-130 .elementor-element.elementor-element-5f6335d{--update-cart-automatically-display:none;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-5f6335d */<style>
    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

    /* ====================================================================
       LAYOUT GLOBAL DEL CARRITO
       ==================================================================== */
    .mv-custom-cart-wrapper {
        max-width: 1200px;
        margin: 40px auto 80px auto;
        padding: 0 5%;
        font-family: 'Manrope', sans-serif;
    }

    /* Ocultamos mensajes raros de Woo por defecto si aparecen */
    .mv-custom-cart-wrapper .woocommerce-notices-wrapper {
        margin-bottom: 20px;
    }

    /* --- 1. TABLA PRINCIPAL (PRODUCTOS) --- */
    .mv-custom-cart-wrapper .woocommerce-cart-form {
        background: #FFFFFF !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 16px !important;
        padding: 30px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02) !important;
    }

    /* Cabeceras de la tabla */
    .mv-custom-cart-wrapper table.shop_table th {
        font-family: 'Manrope', sans-serif !important;
        font-size: 0.75rem !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        color: #888888 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
        padding-bottom: 15px !important;
        border-top: none !important;
    }

    /* Filas de productos */
    .mv-custom-cart-wrapper table.shop_table td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
        padding: 20px 10px !important;
        vertical-align: middle !important;
    }
    .mv-custom-cart-wrapper table.shop_table tr:last-child td {
        border-bottom: none !important;
    }

    /* Imagen del producto */
    .mv-custom-cart-wrapper .product-thumbnail img {
        border-radius: 8px !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
        border: 1px solid rgba(0,0,0,0.03) !important;
        width: 80px !important;
    }

    /* Nombre del producto */
    .mv-custom-cart-wrapper .product-name a {
        font-family: 'Playfair Display', serif !important;
        font-size: 1.25rem !important;
        color: #111111 !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transition: 0.3s !important;
    }
    .mv-custom-cart-wrapper .product-name a:hover {
        color: #FF007F !important;
    }

    /* Precios */
    .mv-custom-cart-wrapper .product-price .amount, 
    .mv-custom-cart-wrapper .product-subtotal .amount {
        font-weight: 700 !important;
        color: #111111 !important;
        font-size: 1.1rem !important;
    }

    /* Selector de Cantidad */
    .mv-custom-cart-wrapper .quantity .qty {
        background: #FCFCFA !important;
        border: 1px solid rgba(0,0,0,0.08) !important;
        border-radius: 50px !important; 
        padding: 8px 15px !important;
        font-weight: 600 !important;
        color: #111111 !important;
        width: 80px !important;
        text-align: center !important;
        transition: 0.3s !important;
    }
    .mv-custom-cart-wrapper .quantity .qty:focus {
        border-color: #FF007F !important;
        box-shadow: 0 0 10px rgba(255,0,127,0.1) !important;
        outline: none !important;
    }

    /* Botón Eliminar (X roja) */
    .mv-custom-cart-wrapper .product-remove a.remove {
        color: #aaaaaa !important;
        font-size: 1.5rem !important;
        font-weight: 300 !important;
        transition: 0.3s !important;
        background: transparent !important;
    }
    .mv-custom-cart-wrapper .product-remove a.remove:hover {
        color: #FF007F !important;
        background: rgba(255,0,127,0.05) !important;
    }

    /* --- 2. SECCIÓN CUPÓN Y ACTUALIZAR --- */
    .mv-custom-cart-wrapper .actions {
        padding: 25px 0 0 0 !important;
    }
    .mv-custom-cart-wrapper .coupon {
        display: flex !important;
        gap: 10px !important;
    }
    .mv-custom-cart-wrapper .coupon .input-text {
        border-radius: 50px !important;
        border: 1px solid rgba(0,0,0,0.1) !important;
        padding: 12px 20px !important;
        font-size: 0.9rem !important;
        width: 200px !important;
    }
    .mv-custom-cart-wrapper .coupon .button, 
    .mv-custom-cart-wrapper .actions > .button {
        background: transparent !important;
        color: #111111 !important;
        border: 1px solid rgba(0,0,0,0.1) !important;
        border-radius: 50px !important;
        padding: 12px 25px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 0.8rem !important;
        transition: 0.3s !important;
    }
    .mv-custom-cart-wrapper .coupon .button:hover, 
    .mv-custom-cart-wrapper .actions > .button:hover {
        border-color: #111111 !important;
        background: #111111 !important;
        color: #ffffff !important;
    }

    /* --- 3. TOTALES DEL CARRITO (SIDEBAR) --- */
    .mv-custom-cart-wrapper .cart-collaterals .cart_totals {
        background: #F9F9F7 !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 16px !important;
        padding: 35px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
        width: 100% !important;
    }

    .mv-custom-cart-wrapper .cart_totals h2 {
        font-family: 'Playfair Display', serif !important;
        font-size: 1.8rem !important;
        color: #111111 !important;
        margin-bottom: 25px !important;
        border-bottom: 1px solid rgba(0,0,0,0.06) !important;
        padding-bottom: 15px !important;
        font-weight: 400 !important;
    }

    .mv-custom-cart-wrapper .cart_totals table th {
        font-weight: 600 !important;
        color: #666666 !important;
        border-bottom: 1px solid rgba(0,0,0,0.04) !important;
    }
    .mv-custom-cart-wrapper .cart_totals table td {
        border-bottom: 1px solid rgba(0,0,0,0.04) !important;
    }

    /* Total Final */
    .mv-custom-cart-wrapper .order-total th, 
    .mv-custom-cart-wrapper .order-total td {
        border-bottom: none !important;
        padding-top: 20px !important;
    }
    .mv-custom-cart-wrapper .order-total .amount {
        font-size: 1.5rem !important;
        color: #FF007F !important;
    }

    /* Botón "Finalizar Compra" */
    .mv-custom-cart-wrapper .checkout-button {
        background-color: #111111 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 100px !important;
        padding: 18px 24px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        font-size: 0.95rem !important;
        transition: all 0.4s ease !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        margin-top: 25px !important;
        display: block !important;
        text-align: center !important;
    }

    .mv-custom-cart-wrapper .checkout-button:hover {
        background-color: #FF007F !important;
        box-shadow: 0 10px 25px rgba(255, 0, 127, 0.25) !important;
        transform: translateY(-2px) !important;
        color: #fff !important;
    }

    /* --- 4. RESPONSIVE MOBILE --- */
    @media (max-width: 768px) {
        .mv-custom-cart-wrapper .woocommerce-cart-form {
            padding: 15px !important;
        }
        
        /* Adaptación de la tabla nativa de Woo en mobile */
        .mv-custom-cart-wrapper table.shop_table_responsive tr {
            display: block !important;
            border-bottom: 1px solid rgba(0,0,0,0.05) !important;
            padding-bottom: 15px !important;
            margin-bottom: 15px !important;
        }
        
        .mv-custom-cart-wrapper table.shop_table_responsive td {
            display: block !important;
            text-align: right !important;
            border: none !important;
            padding: 8px 0 !important;
        }
        
        .mv-custom-cart-wrapper table.shop_table_responsive td::before {
            content: attr(data-title) !important;
            float: left !important;
            font-weight: 700 !important;
            color: #888 !important;
            text-transform: uppercase !important;
            font-size: 0.75rem !important;
        }

        .mv-custom-cart-wrapper .coupon {
            flex-direction: column !important;
            width: 100% !important;
        }
        .mv-custom-cart-wrapper .coupon .input-text {
            width: 100% !important;
        }
        .mv-custom-cart-wrapper .actions > .button {
            width: 100% !important;
            margin-top: 15px !important;
        }
        
        .mv-custom-cart-wrapper .cart-collaterals .cart_totals {
            padding: 20px !important;
        }
    }
</style>

<div class="mv-custom-cart-wrapper">
    <!-- El Shortcode mágico que trae el carrito de WooCommerce posta -->
    [woocommerce_cart]
</div>/* End custom CSS */