@media only screen and (max-width: 768px) {
  .produto-detalhes-imagem img {
    width: max-width !important;
    height: 250px !important;
    margin: 0 auto;
    display: block;
  }
}



@media only screen and (max-width: 768px) {
  .nome-produto.titulo {
    font-size: 70% !important;
    line-height: 1.2;
  }
}


@media only screen and (max-width: 768px) {
  .destaque-avista {
    font-size: 20% !important;
    line-height: 1.2;
  }
}



@media only screen and (max-width: 768px) {
  .marca-produto {
    font-size: 20% !important;
    line-height: 1.2;
  }
}


