/*
 * Este plugin no redefine la ficha de producto.
 * Cada producto se renderiza con content-product.php del tema y hereda
 * exactamente los mismos datos y estilos que el catálogo WooCommerce.
 */
.thpb-home-blocks,
.thpb-home-blocks .thpb-section,
.thpb-home-blocks .thpb-section-inner {
    width: 100%;
    background: transparent;
}

.thpb-home-blocks .thpb-section {
    margin: 0 0 3rem;
    padding: 0;
}

.thpb-home-blocks .thpb-section-inner {
    margin-inline: auto;
}

.thpb-home-blocks .thpb-section-head {
    margin: 0 0 1.5rem;
    padding: 0;
}

.thpb-home-blocks .thpb-section-head h2 {
    margin: 0 0 .35rem;
}

.thpb-home-blocks .thpb-section-head p {
    margin: 0;
}

/*
 * Estos selectores únicamente ocultan visualmente las etiquetas de categoría
 * que pueda imprimir la plantilla del tema; no modifican los datos del producto.
 */
.thpb-home-blocks .woocommerce-loop-product__category,
.thpb-home-blocks .product-category,
.thpb-home-blocks .product-categories,
.thpb-home-blocks .product-cat,
.thpb-home-blocks .product-category-name,
.thpb-home-blocks .triwuu-product-card__category,
.thpb-home-blocks .triwuu-product-category,
.thpb-home-blocks .posted_in {
    display: none !important;
}
