/* Cacher le titre de la catégorie (TEINT, YEUX, LÈVRES, ACCESSOIRES...) */
.block-category h1,
.block-category .h1,
.block-category .category-name {
    display: none !important;
}

/* Cacher complètement la zone des sous-catégories */
#subcategories,
#subcategories-container,
.block-category-subcategories,
.category-subcategories,
.block-category .subcategories,
.block-category-subcategories,
.subcategories-list,
h2.h2 {
    display: none !important;
}

