/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Fashion & Furniture Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* Oculta solo la imagen placeholder de WooCommerce */
.c-page-header__sub-cat-thumb-wrap img[src*="placeholder.png"] {
    display: none !important;
}
i.c-page-header__sub-cat-back{
	top:40%;
}

/* Haz que el contenedor tenga altura fija y use flex para centrar el texto */
.c-page-header__sub-cat-thumb-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px; /* Ajusta según tu diseño */
    background: #f5f5f5; /* Opcional: color de fondo para el cuadro */
}

/* Centra el título dentro del enlace */
.product-category .woocommerce-loop-category__title {
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

/* Asegúrate que el enlace sea relativo para el posicionamiento absoluto */
.product-category a {
    position: relative;
    display: block;
}