/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/

table.variations tr th.label {
	background-color:transparent!important;
	color:#92867e;
	display: none !important;
}

/* NOM PRODUIT - Spécificité ULTRA ÉLEVÉE pour Woo Blocks */
body .wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 22px !important;  /* Augmentez/réduisez ici (ex: 24px, 1.5rem) */
    line-height: 1.6 !important;
    display: block !important;
}

/* HEADER "PRODUIT" - Cible précise le span */
body table.wc-block-cart-items thead tr.wc-block-cart-items__header th.wc-block-cart-items__header-image span {
    color: #cc0000 !important;  /* Votre couleur HEX ici (ex: #000, #333) */
}
