/* Custom code goes here - paste your css code below in line 3 */


/* Link categoria */
.block-categories .tree.dynamized > li.cat-level-1 > a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 7px 10px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

/* Hover */
.block-categories .tree.dynamized > li.cat-level-1 > a:hover {
    background: #f4f4f4;
    color: #000;
    text-decoration: none;
}

/* Contenitore thumb */
.block-categories .tree.dynamized > li.cat-level-1 > a .category-thumb {
    width: 34px;
    height: 34px;
    min-width: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Immagine thumb */
.block-categories .tree.dynamized > li.cat-level-1 > a .category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Nome categoria */
.block-categories .tree.dynamized > li.cat-level-1 > a .category-name {
    display: block;
    flex: 1;
}
