/*
Theme Name: Astra Child
Template: astra
*/

/* ========================
   AAWP – FORCAGE POLICES & GRAS
======================== */
/* En-têtes des tableaux */
.aawp-tb__head-cell,
.aawp-tb--desktop .aawp-tb__head-cell,
.aawp-tb__head-cell {
  font-size:   20px !important;
  font-weight: 700  !important;
  line-height: 1.4  !important;
}

/* Cellules de données */
.aawp-tb__cell,
.aawp-tb--desktop .aawp-tb__cell {
  font-size:   18px !important;
  font-weight: 600  !important;
  line-height: 1.6  !important;
}

/* Description détaillée */
.aawp-product__content,
.aawp-details-table th,
.aawp-details-table td {
  font-size: 18px !important;
  line-height: 1.6  !important;
}
add_filter( 'rank_math/sitemap/terms', function( $terms, $taxonomy ) {
    if ( 'category' === $taxonomy ) {
        foreach ( $terms as $key => $term ) {
            if ( 'general' === $term->slug ) {
                unset( $terms[$key] );
            }
        }
    }
    return $terms;
}, 10, 2 );





