.elementor-1344 .elementor-element.elementor-element-7aec9e4{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1344 .elementor-element.elementor-element-de56bdd.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1344 .elementor-element.elementor-element-de56bdd.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1344 .elementor-element.elementor-element-b5292da{--display:flex;}.elementor-1344 .elementor-element.elementor-element-4050703{--update-cart-automatically-display:none;z-index:1000;--links-normal-color:#000000;}.elementor-1344 .elementor-element.elementor-element-4050703 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#000000;}.elementor-1344 .elementor-element.elementor-element-4050703 .woocommerce-cart-form{--order-summary-title-color:#000000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1344 .elementor-element.elementor-element-de56bdd.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1344 .elementor-element.elementor-element-de56bdd.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-de56bdd *//* 1. Centrar y ajustar la imagen */
.woocommerce-cart .widget_products img,
.woocommerce-cart .products.widget-product-item img,
.woocommerce-cart .up-sells img,
.woocommerce-cart .cross-sells img,
.woocommerce-cart .products .product img {
    width: 100px !important; 
    max-width: 100px !important;
    height: auto !important;
    margin-left: auto !important;  /* Margen automático izquierda */
    margin-right: auto !important; /* Margen automático derecha */
    display: block !important;     /* Necesario para que el margen funcione */
}

/* Apuntamos a los títulos, enlaces y cualquier texto dentro del producto */
.woocommerce-cart .products .product h2, 
.woocommerce-cart .products .product h3,
.woocommerce-cart .products .product a, 
.woocommerce-cart .products .product .woocommerce-loop-product__title {
    font-size: 13px !important;    /* Ajusta este número si lo quieres más pequeño */
    text-align: center !important;
    display: block !important;
    line-height: 1.2 !important;   /* Para que no haya mucho espacio entre líneas */
    text-decoration: none !important; /* Quita subrayados si los hay */
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/* 1. Adaptar el título "Puede que te interese..." */
.woocommerce .cross-sells h2, 
.up-sells h2,
.elementor-heading-title {
    color: #000000 !important;      /* Color negro */
    font-size: 18px !important;      /* Tamaño más acorde al diseño */
    text-align: center !important;   /* Centrado con el resto de elementos */
    font-weight: 700 !important;     /* Negrita */
    margin-bottom: 20px !important;  /* Espacio con el producto de abajo */
    font-family: inherit;            /* Usa la misma fuente de tu web */
}/* End custom CSS */