/* Server catalog is authoritative. Hide hard-coded starter cards until the real catalog has loaded. */
html:not(.pp-catalog-ready) #produits .grid,
html:not(.pp-catalog-ready) #produits .filters{
  visibility:hidden!important;
}
#produits .filters[hidden],
#produits .filters:empty{
  display:none!important;
}
