.g_ .logo a > img{max-height: 100px !important;}/* Correção para o espaçamento extra no topo em telas grandes */
@media (min-width: 768px) {
    .secao-topo-conteudo {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}/* Correção para o espaçamento entre o preço e a descrição (Mobile) */
@media (max-width: 767px) {
    .secao-conteudo-produto {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .secao-infos-produto {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }