
/* v45 — Veículos: cobre integralmente a faixa entre o título da secção e a pesquisa. */
#content-root[data-pw-v43-view="veiculos"] #vei-fixed-top{
  position:sticky!important;
  top:0!important;
  z-index:3000!important;
  background:var(--bg,#F8FAFC)!important;
  isolation:isolate!important;
  overflow:visible!important;
}
#content-root[data-pw-v43-view="veiculos"] #vei-fixed-top::before{
  content:""!important;
  position:absolute!important;
  left:-40px!important;
  right:-40px!important;
  top:-96px!important;
  height:96px!important;
  background:var(--bg,#F8FAFC)!important;
  z-index:0!important;
  pointer-events:none!important;
}
#content-root[data-pw-v43-view="veiculos"] #vei-fixed-top > *{
  position:relative!important;
  z-index:2!important;
  background:var(--bg,#F8FAFC)!important;
}
