.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{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-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-112 .elementor-element.elementor-element-e4da8ca .product{text-align:center;}.elementor-112 .elementor-element.elementor-element-e4da8ca > .elementor-widget-container{transition:background 2.2s;}.elementor-112 .elementor-element.elementor-element-e4da8ca .elementor-widget-container{transition:background 2.2s, border 1.1s, border-radius 1.1s, box-shadow 1.1s;}.elementor-112 .elementor-element.elementor-element-e4da8ca.elementor-wc-products  ul.products{grid-column-gap:100px;grid-row-gap:0px;}.elementor-112 .elementor-element.elementor-element-e4da8ca a > img{border-style:none;margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for wc-categories, class: .elementor-element-e4da8ca *//* Quitar overlay */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    position: static !important;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 8px;
    text-align: center;
}

/* Quitar cualquier posición absoluta del contenedor del título */
.woocommerce ul.products li.product-category a {
    position: relative !important;
}

/* Asegurar que la imagen no tenga altura forzada */
.woocommerce ul.products li.product-category img {
    display: block;
}
/* Quitar altura fija del contenedor */
.woocommerce ul.products li.product-category a {
    height: auto !important;
}

/* Quitar posibles min-height */
.woocommerce ul.products li.product-category {
    min-height: auto !important;
}

/* Ajustar separación */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    margin-top: 8px !important;
}/* End custom CSS */