@media(min-width:932px){
    .departments .departments__content.owl-loaded.owl-drag .owl-nav.disabled {
        display: none;
    }
    
    .departments .departments__content.owl-loaded.owl-drag .owl-stage-outer {
        justify-content: center;
        display: flex;
    }
}

strong.preco-promocional.cor-principal {
    font-weight: bold !important;
}

div.preco-produto.destaque-avista {
    font-weight: bold !important;
} 


.span3 {
    height: 100%;
}

.listagem-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Garante que cada item ocupe altura igual */
    
}

.owl-item {
    min-width: 150px;
}

.listagem-item .info-produto {
    
    flex-grow: 1; /* Faz com que o conteúdo principal cresça e preencha o espaço */
}

.listagem-item .acoes-produto {
    margin-top: auto; /* Empurra esse bloco para a parte de baixo */
}
