/**
 * Grelha XStore / Elementor — linha de categorias (.etheme-product-grid-categories).
 *
 * Carregamento: depois de elementor-frontend (enqueue.php).
 * Preço: ficheiro à parte — fisio-etheme-grid-price.css.
 *
 * Ajusta: altura mínima, margens, clamp a 2 linhas, e detalhes de tipografia/links.
 */
body.woocommerce .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories,
.elementor-widget-etheme_product_grid .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories,
.elementor-widget-etheme_product_grid .woocommerce .etheme-product-grid .etheme-product-grid-categories,
.woocommerce .etheme-product-grid .etheme-product-grid-categories,
.etheme-product-grid .etheme-product-grid-categories {
	flex: 0 0 auto !important;
	min-height: 1.85em !important;
	max-height: calc(1.15em * 2) !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	line-height: 1.15 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	word-break: break-word !important;
	color: #6b7280 !important;
	font-size: 0.9375rem !important;
	font-weight: 500 !important;
}

/* Categorias como links (comum no XStore) */
body.woocommerce .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories a,
.elementor-widget-etheme_product_grid .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories a,
.elementor-widget-etheme_product_grid .woocommerce .etheme-product-grid .etheme-product-grid-categories a,
.woocommerce .etheme-product-grid .etheme-product-grid-categories a,
.etheme-product-grid .etheme-product-grid-categories a {
	color: inherit !important;
	text-decoration: none !important;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

body.woocommerce .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories a:hover,
body.woocommerce .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories a:focus-visible,
.elementor-widget-etheme_product_grid .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories a:hover,
.elementor-widget-etheme_product_grid .etheme-product-grid .etheme-product-grid-item .etheme-product-grid-categories a:focus-visible,
.woocommerce .etheme-product-grid .etheme-product-grid-categories a:hover,
.woocommerce .etheme-product-grid .etheme-product-grid-categories a:focus-visible,
.etheme-product-grid .etheme-product-grid-categories a:hover,
.etheme-product-grid .etheme-product-grid-categories a:focus-visible {
	color: #2d8eb8 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}
