.preco-produto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.preco-produto {
    display: flex;
    justify-content: center;
}


#fraseBarraContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* Centraliza horizontalmente o conteúdo */
}

.textoPix {
  font-size: 24px; /* Tamanho da fonte */
}