.produto div.principal .codigo-produto span[itemprop=brand]>a img {
    max-height: 60px;
    margin-bottom: -40px;
}

.produto .codigo-produto {
    border: 0;
}

.produto .codigo-produto>span+span img {
    max-height: 90px;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
    background: white;
    border-radius: 16px;
    border: 5px solid rgba(0, 0, 0, 0.035);
}

body .produto .codigo-produto>span+span img {
    z-index: 9 !important;
}


.listagem .info-produto{
    height: 156px !important;
}

.free-shipping {
    display: none !important;
}

@media(max-width: 992px){
    
    .performa-vitrine-box{
        height: 392px !important;
    }
    
}


/* FUNCAO CEP */

p.texto-frete-mais-barato span.texto-chegara {
    color: #32A938;
    font-size: 17px;
    font-weight: bold;
    margin-right: 7px;
}

span.frete-barato-icone svg {
    width: 30px;
    height: 30px;
}

span.frete-barato-icone {
    margin-right: 8px;
    
}

p.texto-frete-mais-barato {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

span.frete-mais-barato-info {
    font-size: 17px;
    color: rgb(102 102 102);
    font-weight: 400;
}

span.mais-formas-entrega {
    font-size: 17px;
    color: #32A938;
    cursor: pointer;
    margin-top: 30px;
}

.as_outras_opcoes li {
    margin-bottom: 12px;
    font-weight: bold;
}

.as_outras_opcoes {
    margin-top: 8px;
    display: none;
}

.cep .borda-alpha{
    display: none !important;
}