.elementor-28 .elementor-element.elementor-element-3b43a3c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-28 .elementor-element.elementor-element-259f7ac .elementor-heading-title{font-family:"Barlow Condensed", Sans-serif;font-size:30px;font-weight:800;}.elementor-28 .elementor-element.elementor-element-2e7d92bb{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS *//* OPTIMIZACIÓN CARRITO MÓVIL - POLARNEX */
@media (max-width: 768px) {
    /* 1. Forzar diseño de bloques en lugar de tabla */
    .woocommerce-cart-form__contents, 
    .woocommerce-cart-form__contents tbody, 
    .woocommerce-cart-form__contents tr, 
    .woocommerce-cart-form__contents td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        box-sizing: border-box;
    }

    /* Ocultar cabeceras de tabla innecesarias en móvil */
    .woocommerce-cart-form__contents thead {
        display: none;
    }

    /* 2. Estilo de cada producto en el carrito */
    .woocommerce-cart-form__cart-item {
        position: relative;
        padding: 20px 0 !important;
        border-bottom: 1px solid #eee !important;
    }

    /* Ajuste de nombre del producto y precio */
    .product-name, .product-price, .product-subtotal {
        font-family: 'Barlow Condensed', sans-serif !important;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 0 !important;
    }

    .product-name a {
        color: #002147 !important; /* Azul Corporativo */
        font-size: 1.1rem;
    }

    /* 3. Cantidad y Eliminar (Alineación) */
    .product-quantity {
        display: flex !important;
        align-items: center;
        gap: 15px;
    }

    .product-remove {
        position: absolute;
        top: 20px;
        right: 0;
    }

    /* 4. Botón Finalizar Compra (Corrección de visibilidad) */
    .checkout-button {
        background-color: #ff6600 !important; /* Naranja Corporativo */
        color: #ffffff !important;
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 1.3rem !important;
        font-weight: 800 !important;
        padding: 18px !important;
        text-align: center;
        border-radius: 5px;
        margin-top: 20px !important;
        display: block !important;
    }

    /* Etiquetas de datos (Subtotal, Envío, etc.) */
    .cart-subtotal th, .order-total th {
        font-family: 'Barlow Condensed', sans-serif !important;
        color: #002147;
    }
}/* End custom CSS */