/**
 * Con body.tc-theme-v2-parent-header-no-sticky: riduce conflitti sticky/fixed del tema (es. Bimber)
 * sopra la barra Tarot V2. Selettori generici — affinare nel child theme se serve.
 */
body.tc-theme-v2-parent-header-no-sticky .site-header,
body.tc-theme-v2-parent-header-no-sticky #masthead,
body.tc-theme-v2-parent-header-no-sticky .g1-header,
body.tc-theme-v2-parent-header-no-sticky header[id^='g1'] {
  position: relative !important;
  top: auto !important;
}

body.tc-theme-v2-parent-header-no-sticky .sticky-header,
body.tc-theme-v2-parent-header-no-sticky .is-sticky {
  position: relative !important;
}
