/* Quand on est en checkout / merci, ne garde QUE notre <main> */
body.pss-screen .theme-page-header-flex,
body.pss-screen .vc_row,
body.pss-screen .entry-content > *:not(main.pss-container) {
  display: none !important;
}
/* Écrans PSS : on masque tout contenu de page natif éventuel */
body.pss-screen .vc_row,
body.pss-screen .entry-content > *:not(main.pss-container) {
  display: none !important;
}
