body.pdv-page{
    margin:0;
    background:var(--fundo);
    font-family:system-ui;
    height:100vh;
    display:flex;
    flex-direction:column;
    color:var(--texto);
}

/* CORPO */


/* PAINEL */
.left-panel, .right-panel{
    display:flex;
    flex-direction:column;
}

/* BUSCA */
.search-box{
    background:var(--card);
    border:2px solid var(--cor1);
    border-radius:15px;
    padding:20px;
}



/* IMAGEM */

/* GRID */


/* TOTAL */


/* RODAPÉ */
