
/* Premium 1.6.4 FINAL — texto da linha de produtos NFC + QR atualizado — restante preservado */
:root{--film-visual-height:100dvh}
html.film-open,body.film-open{
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  background:#000!important;
}
.video-modal{
  position:fixed!important;
  z-index:2147483647!important;
  inset:0!important;
  width:100vw!important;
  max-width:none!important;
  height:100vh!important;
  height:100svh!important;
  height:var(--film-visual-height,100dvh)!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#000!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:manipulation;
}
.video-modal.show{display:block!important}
.video-modal-inner{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#000!important;
  overflow:hidden!important;
}
.video-modal iframe{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  border:0!important;
  background:#000!important;
}
.video-close,.video-fullscreen{
  position:fixed!important;
  z-index:2147483647!important;
  top:calc(12px + env(safe-area-inset-top))!important;
}
.video-close{left:calc(12px + env(safe-area-inset-left))!important}
.video-fullscreen{right:calc(12px + env(safe-area-inset-right))!important}
.video-modal.is-native-fullscreen .video-fullscreen{display:none!important}
.video-modal.native-fullscreen-blocked .video-fullscreen{display:flex!important}
html:fullscreen .video-modal,html:-webkit-full-screen .video-modal{
  width:100%!important;
  height:100%!important;
}

