/* Masquer uniquement le premier bouton Color/Texture du premier groupe */
.product-variants-item:first-of-type .input-color:first-of-type,
.product-variants-item:first-of-type .input-color:first-of-type + span {
    display: none !important;
}
.category-cover,
.block-category,
#js-product-list-header {
    display: none !important;
}