/*!
Theme Name: Groser
Theme URI: http://themexriver.com/wp/viando
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Groser - Grocery WordPress woocommerce theme
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: groser
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* CSS personalizado para ocultar el nombre del autor en el componente Product Tab V8 */
.gr-product-author .author-name {
    display: none !important;
}

/* Alternativa: ocultar todo el componente de autor si es necesario */
.gr-product-author {
    display: none !important;
}