/* 1. AUMENTAR LOGOTIPO */
.g_ .logo a > img,
.logo a > img {
    max-height: 100px !important;
    width: auto !important;
    transition: all 0.3s ease;
}

.logo {
    margin-top: 10px !important;
}

/* 2. FORÇAR O ALINHAMENTO DO WHATSAPP COM O CARRINHO */
.inferior .span4 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.whatsapp-topo {
    display: inline-block !important;
    margin-top: 0 !important; /* Reseta margem para alinhar via flex */
}

.whatsapp-topo svg {
    transition: transform 0.2s ease-in-out;
}

.whatsapp-topo svg:hover {
    transform: scale(1.1);
}

/* Garante que o carrinho original não quebre o float padrão */
.carrinho {
    float: right !important;
    margin-bottom: 0 !important;
}