/* Minification failed. Returning unminified contents.
(44,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color-primary'
 */
.produto {
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
}
.produto img {
    height: 250px;
    width: auto !important;
    margin: auto;
    overflow: hidden;
}

.produto.detail img {
    height: auto;
    width: 100% !important;
    max-width: 250px;
    margin: auto;
    overflow: hidden;
}

.detalhe {
    margin-top: 1%;
    margin-bottom: 10%;
}

    .detalhes-produto--editora .titulo,
    .detalhe p {
        color: #696763;
        margin: 0 0 10px !important;
    }

    .detalhe strike {
        display: block;
        color: #696763;
        margin-top: 3%;
        font-weight: 700;
    }
    
    .detalhe .vlrvenda {
        float: none;
        font-weight: 400;
        font-size: 24px;
        color: var(--main-color-primary);
    }

    .detalhe .vlrpromocao {
        text-decoration: line-through;
        font-size: 18px;
/*        margin-right: 5px;
*/    }

    .detalhe .titulo h2 {
        margin: 0px;
        display: block;
        color: #363432;
        font-size: 19px;
        font-family: Lato;
        line-height: 40px;
        font-weight: normal;
        font-style: normal;
    }
          
    .detalhe .preco {
        margin-bottom: 3%;
    }

    .detalhe .tabTitle {
        background: #A11439;
        width: 100%;
        color: #FFF;
        padding: 0.8%;
        font-size: 14px;
    }

    .detalhe .tabOther {
        background: #f5f5f5;
    }

    .detalhe .textoSinopse {
        margin-top: 3%;
        margin-bottom: 3%;
        padding: 0;
        font-size: 14px;
    }

    .detalhe .tableFichaTecnica {
        padding: 0;
        margin-top: 3%;
        font-size: 14px;
    }

.dvAgrupador {
    font-size: 14px;
/*    margin-bottom: 8%;*/
    padding-left: 0;
    font-size: 11px;
}

    .dvAgrupador span {
        margin: 0 !important;
    }

    .dvAgrupador a {
        color: #000;
    }
          
.detalhes-produto {
    flex-direction: row;
    display: flex;
}

    .detalhes-produto .detalhes-produto--autor {
        flex-direction: column;
        word-break: break-word;
        min-width: 16%;
    }

    .detalhes-produto .detalhes-produto--editora {
        flex-direction: column;
        align-items: flex-start;
        word-break: break-word;
        min-width: 30%;
        margin-left: 10px;
    }

    .detalhes-produto .detalhes-produto--ano {
        flex-direction: column;
        word-break: break-word;
        min-width: 12%;
    }
