.listagem-item .acoes-produto {
    bottom: 0%;
}
  

.imagem-produto {
    max-width: 100% !important;
    max-height: 40%;
}
.listagem .listagem-item .imagem-produto {
    height: 328px !important;
    margin-top: auto;
}

.menu-desktop .menu>ul {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-around;
    flex-wrap: wrap;
    text-transform: uppercase;
}

div#cabecalho, div#cabecalho > .conteiner, div#cabecalho .logo a, div#cabecalho .menu.superior ul.nivel-um, div#cabecalho .menu.superior ul.nivel-um>li>a, div#cabecalho:before {
    transition: ease all 0.5s;
}

.banner.vitrine .slick-arrow, .banners-full .slick-arrow {
    opacity: 1;
}

.produto-detalhes {
    margin: auto !important;
    padding-top: 30px;
    border-radius: 4px;
}

.pagina-produto .breadcrumbs-wrap {
    background: transparent;
    
}

.produto-descricao {
    margin: auto;
    margin-top: 10px;
    border-radius: 4px;
}

