/*
 Theme Name: Framed Child
 Template: framed
 Description: Thème enfant de Framed
 Version: 1.0
*/


/* Pleine largeur sur les archives de catégories produits */
body.tax-product_cat #page_content_wrapper:not(.wide),
body.tax-product_cat .standard_wrapper,
body.tax-product_cat #menu_wrapper,
body.tax-product_cat .footer_bar_wrapper {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}



/* Pleine largeur uniquement sur les catégories produit */
body.tax-product_cat #page_content_wrapper:not(.wide),
body.tax-product_cat .standard_wrapper,
body.tax-product_cat #menu_wrapper,
body.tax-product_cat .footer_bar_wrapper {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* Laisser de la place sous le header collant pour que le contenu ne passe pas dessous */
:root { --framed-header-height: 90px; } /* ajuste si ton header a une autre hauteur */
body.tax-product_cat #page_content_wrapper {
  padding-top: var(--framed-header-height);
}

/* (Option) si tu vois encore des prix venant de la grille Woo, force leur disparition */
body.tax-product_cat ul.products li.product .price,
body.tax-product_cat .woocommerce-Price-amount { 
  display: none !important; 
}




