/**
 * Aislamiento visual Leche | Carne — sin esperar chunks tardíos.
 * html[data-producto] lo fija manto-producto-runtime.js en <head>.
 */

/* Evitar flash de UI lechera antes de aplicar iconos / nav carne */
html[data-producto]:not(.manto-producto-ready) #app {
  visibility: hidden !important;
}

html[data-producto='carne'] .nb[onclick*="showPg('lec'"],
html[data-producto='carne'] .nb[onclick*='showPg("lec"'],
html[data-producto='carne'] .nb[onclick*="showPg('pesaje'"],
html[data-producto='carne'] .nb[onclick*='showPg("pesaje"'],
html[data-producto='carne'] .mnu-item[onclick*="showPg('lec'"],
html[data-producto='carne'] .mnu-item[onclick*="showPg('pesaje'"] {
  display: none !important;
}

html[data-producto='leche'] #nav-carne {
  /* Leche: carne sigue en rail si plan DIAMANTE; no forzar hide global */
}

html[data-producto='carne'] [data-piel-modulo='leche'],
html[data-producto='carne'] #dash-anomalias-section,
html[data-producto='carne'] #dash-compar-sem-section,
html[data-producto='carne'] #dash-score-descarte-section,
html[data-producto='carne'] section[aria-labelledby='dash-inicio-tit-top5'] {
  display: none !important;
}

/* Carne: Inicio (#pg-dash) es la landing; solo ocultar bloques lecheros (arriba), no la página entera. */
html[data-producto='carne'].manto-producto-ready .pg.active {
  visibility: visible;
  pointer-events: auto;
  position: relative;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
}
