.c-slide-section{
    display: none !important;
}

.imagem-produto {
    width: 100%!important;
    height: 320px!important; /* ajuste se quiser maior ou menor */
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    overflow: hidden!important;
}

.imagem-produto img {
    width: 100%!important;
    height: 100%!important;
    object-fit: contain!important;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../img/bg_direction_nav.png) no-repeat 0 2px;
    text-indent: -99999px
}