/* Aplicado apenas depois do handshake; nunca altera o body da loja. */
html.openrun-parent-scroll {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scrollbar-width: none;
}
html.openrun-parent-scroll::-webkit-scrollbar { display: none; }
html.openrun-parent-scroll body {
  overflow: visible !important;
  scroll-behavior: auto !important;
}
