/*
Theme Name: Nireweb
Theme URI: https://nireweb.es
Description: Tema hijo de Hello Elementor desarrollado por Nireweb.es.
Author: Nireweb
Author URI: https://nireweb.es
Template: hello-elementor
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nireweb
*/

.subcategories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    text-align: center;
    margin-top: 20px;
}

.subcategory-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subcategory-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.subcategory-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.subcategory-item h3 {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}
