/*
 * Category archive: hide the optional taxonomy label only in the
 * "Recommended" products widget from Elementor template 3590.
 */
.elementor-page-3590 .elementor-element-3028e42 .content-product .products-page-cats {
    display: none !important;
}
