.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-345 .elementor-element.elementor-element-e3ce49a .elementor-heading-title{color:#000000;}.elementor-345 .elementor-element.elementor-element-eaa4e79{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}/* Start custom CSS for woocommerce-product-title, class: .elementor-element-e3ce49a */.elementor-345 .elementor-element.elementor-element-e3ce49a {
    position: relative;
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
    
    /* Fonte Urbanist ExtraBold */
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 800 !important;  /* ExtraBold */
    font-style: normal !important;
    
    /* Cor branca */
    color: #000000 !important;
}

/* Linha inferior - BRANCA */
.elementor-345 .elementor-element.elementor-element-e3ce49a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000000 !important;  /* Mudado de #333 para #ffffff */
}

/* Três traços diagonais - BRANCOS */
.elementor-345 .elementor-element.elementor-element-e3ce49a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 40px;
    height: 40px;

    background:
        linear-gradient(
            125deg,
            transparent 0 42%,
            #000000 43% 45%,  /* Mudado de #333 para #ffffff */
            transparent 46%
        ),
        linear-gradient(
            125deg,
            transparent 0 56%,
            #000000 57% 59%,  /* Mudado de #333 para #ffffff */
            transparent 60%
        ),
        linear-gradient(
            125deg,
            transparent 0 70%,
            #000000 71% 73%,  /* Mudado de #333 para #ffffff */
            transparent 74%
        );

    background-repeat: no-repeat;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eaa4e79 *//* =========================================================
   INFORMAÇÕES DO PRODUTO
   ========================================================= */

.produto-informacoes {
    width: calc(100% - 100px);
    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;
}


/* =========================================================
   CARDS
   ========================================================= */

.produto-cards {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: stretch;

    gap: 20px;

    box-sizing: border-box;
}


/* =========================================================
   CARD
   ========================================================= */

.produto-card {

    width: 100%;
    height: 120px;

    flex: 1 1 0;

    display: flex;
    align-items: center;

    background: #FFFFFF;

    border: 1px solid #B51A16;

    border-radius: 13px;

    box-sizing: border-box;

    box-shadow:
        0px 5px 5px rgba(0, 0, 0, 0.22);

    overflow: hidden;
}


/* =========================================================
   CONTEÚDO DO CARD
   ========================================================= */

.produto-card-conteudo {

    width: 100%;

    padding-left: 38px;
    padding-right: 20px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    box-sizing: border-box;
}


/* =========================================================
   LABEL
   ========================================================= */

.produto-label {

    display: block;

    margin-bottom: 5px;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 16px;

    font-weight: 400;

    color: #555555;
}


/* =========================================================
   VALOR
   ========================================================= */

.produto-valor {

    display: block;

    font-family: Arial, sans-serif;

    font-size: 16px;

    line-height: 20px;

    font-weight: 700;

    color: #111111;

    white-space: nowrap;
}


/* =========================================================
   SELO EDITORIAL
   ========================================================= */

.selo-conteudo {

    align-items: center;

    padding-left: 20px;
    padding-right: 20px;
}


.produto-card-selo .produto-label {

    margin-bottom: 6px;

    color: #171717;

    font-size: 14px;

    font-weight: 700;

    text-align: center;
}


/* =========================================================
   LOGO
   ========================================================= */

.produto-logo {

    width: 125px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}


.produto-logo img {

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;

    display: block;
}


/* =========================================================
   AÇÕES
   ========================================================= */

.produto-acoes {

    width: 100%;

    margin-top: 32px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    box-sizing: border-box;
}


/* =========================================================
   AÇÃO
   ========================================================= */

.produto-acao {

    display: flex;

    align-items: center;

    gap: 10px;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 20px;

    font-weight: 600;
}


/* =========================================================
   ÍCONES DAS AÇÕES
   ========================================================= */

.acao-icone {

    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 25px;
}


.acao-icone img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}


/* =========================================================
   ONDE COMPRAR
   ========================================================= */

.produto-acao.comprar {

    color: #171717;
}


/* =========================================================
   EM ESTOQUE
   ========================================================= */

.produto-acao.estoque {

    color: #59B878;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .produto-informacoes {

        width: calc(100% - 60px);

        margin-left: 30px;
        margin-right: 30px;

    }


    .produto-cards {

        gap: 15px;

    }


    .produto-card {

        height: 105px;

    }


    .produto-card-conteudo {

        padding-left: 25px;

    }


    .produto-label {

        font-size: 12px;

    }


    .produto-valor {

        font-size: 14px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .produto-informacoes {

        width: calc(100% - 30px);

        margin-left: 15px;
        margin-right: 15px;

    }


    .produto-cards {

        flex-direction: column;

        gap: 12px;

    }


    .produto-card {

        width: 100%;

        height: 90px;

        flex: none;

    }


    .produto-card-conteudo {

        padding-left: 25px;

        padding-right: 20px;

    }


    .produto-label {

        font-size: 11px;

        line-height: 14px;

    }


    .produto-valor {

        font-size: 14px;

        line-height: 18px;

    }


    .produto-acoes {

        margin-top: 25px;

    }


    .produto-acao {

        font-size: 13px;

    }

}


/* =========================================================
   CELULAR PEQUENO
   ========================================================= */

@media (max-width: 480px) {

    .produto-acoes {

        flex-direction: column;

        align-items: flex-start;

        gap: 18px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9e4fff *//* =========================================================
   DESCRIÇÃO DO PRODUTO
   ========================================================= */

.descricao-produto {

    width: calc(100% - 100px);

    max-width: 1513px;

    margin-left: auto;
    margin-right: auto;

    padding: 28px 40px 32px 40px;

    background: #FFFFFF;

    border: 1px solid #B51A16;

    border-radius: 14px;

    box-shadow:
        0px 3px 14px rgba(0, 0, 0, 0.16);

    box-sizing: border-box;

}


/* =========================================================
   TÍTULO
   ========================================================= */

.descricao-titulo {

    position: relative;

    display: flex;

    align-items: center;

    min-height: 48px;

    margin-bottom: 15px;

    padding-left: 2px;

}


/* =========================================================
   BARRA VERMELHA
   ========================================================= */

.descricao-barra {

    position: absolute;

    left: -17px;

    top: 0;

    width: 4px;

    height: 48px;

    background: #B51A16;

    border-radius: 2px;

}


/* =========================================================
   TÍTULO
   ========================================================= */

.descricao-titulo h2 {

    margin: 0;

    padding: 0;

    font-family: Arial, sans-serif;

    font-size: 20px;

    line-height: 26px;

    font-weight: 700;

    color: #171717;

}


/* =========================================================
   TEXTO
   ========================================================= */

.descricao-texto {

    width: 100%;

    box-sizing: border-box;

}


.descricao-texto p {

    margin: 0 0 18px 0;

    padding: 0;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 18px;

    font-weight: 400;

    color: #171717;

}


/* =========================================================
   ÚLTIMO PARÁGRAFO / AUTOR
   ========================================================= */

.descricao-texto p:last-child {

    margin-bottom: 0;

}


.descricao-autor {

    margin-top: 22px !important;

    font-weight: 400;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .descricao-produto {

        width: calc(100% - 60px);

        padding: 25px 32px 28px 32px;

    }


    .descricao-titulo h2 {

        font-size: 18px;

    }


    .descricao-texto p {

        font-size: 13px;

        line-height: 18px;

    }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 767px) {

    .descricao-produto {

        width: calc(100% - 30px);

        margin-left: 15px;
        margin-right: 15px;

        padding: 22px 22px 25px 22px;

        border-radius: 12px;

    }


    .descricao-titulo {

        min-height: 40px;

        margin-bottom: 12px;

    }


    .descricao-barra {

        left: -12px;

        width: 4px;

        height: 40px;

    }


    .descricao-titulo h2 {

        font-size: 17px;

        line-height: 22px;

    }


    .descricao-texto p {

        font-size: 12px;

        line-height: 17px;

        margin-bottom: 15px;

    }


    .descricao-autor {

        margin-top: 18px !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc35356 *//* =========================================================
   ESPECIFICAÇÕES DO PRODUTO
   ========================================================= */

.especificacoes-produto {
    width: calc(100% - 100px);
    max-width: 1300px;

    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.esp-titulo {
    position: relative;

    width: 100%;
    height: 45px;

    display: flex;
    align-items: flex-start;

    box-sizing: border-box;
}


.esp-titulo > span {
    position: absolute;

    left: -12px;
    top: 0;

    width: 5px;
    height: 40px;

    background: #B51A16;

    border-radius: 2px;
}


.esp-titulo h2 {
    margin: 0;
    padding: 0;

    font-family: Arial, sans-serif;

    font-size: 18px;
    line-height: 22px;

    font-weight: 700;

    color: #171717;
}


/* =========================================================
   LINHAS
   ========================================================= */

.esp-linha {
    display: flex;

    align-items: center;

    box-sizing: border-box;
}


/* =========================================================
   PRIMEIRA LINHA
   ========================================================= */

.esp-linha-1 {
    justify-content: space-between;

    gap: 20px;

    margin-top: 15px;
}


/* =========================================================
   SEGUNDA LINHA
   ========================================================= */

.esp-linha-2 {
    justify-content: center;

    gap: 20px;

    margin-top: 20px;
}


/* =========================================================
   CARD
   ========================================================= */

.esp-card {
    position: relative;

    width: 270px;
    height: 90px;

    min-width: 270px;

    flex: 0 0 270px;

    display: flex;
    align-items: center;

    background: #FFFFFF;

    border: 1px solid #B51A16;

    border-radius: 12px;

    box-sizing: border-box;

    box-shadow:
        0px 4px 8px rgba(0, 0, 0, 0.20);

    overflow: hidden;
}


/* =========================================================
   ÍCONE
   ========================================================= */

.esp-icone {
    width: 56px;
    height: 56px;

    min-width: 56px;

    flex: 0 0 56px;

    margin-left: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #B51A16;

    border-radius: 10px;

    box-sizing: border-box;

    overflow: hidden;
}


/* IMAGEM DO ÍCONE */

.esp-icone img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.esp-conteudo {
    margin-left: 16px;

    padding-right: 12px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    min-width: 0;
}


/* =========================================================
   LABEL
   ========================================================= */

.esp-label {
    display: block;

    margin: 0 0 4px 0;

    font-family: Arial, sans-serif;

    font-size: 10px;
    line-height: 12px;

    font-weight: 400;

    color: #555555;
}


/* =========================================================
   VALOR
   ========================================================= */

.esp-conteudo strong {
    display: block;

    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 13px;
    line-height: 16px;

    font-weight: 700;

    color: #151515;

    white-space: nowrap;
}


/* =========================================================
   AJUSTES INDIVIDUAIS
   ========================================================= */


/* ISBN */

.esp-linha-1 .esp-card:nth-child(1)
.esp-conteudo strong {
    letter-spacing: -0.1px;
}


/* SELO */

.esp-linha-1 .esp-card:nth-child(3)
.esp-conteudo strong {
    font-weight: 400;
}


/* =========================================================
   TELAS GRANDES
   ========================================================= */

@media (min-width: 1400px) {

    .especificacoes-produto {
        max-width: 1200px;
    }

    .esp-card {
        width: 275px;
        min-width: 275px;

        flex-basis: 275px;

        height: 92px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .especificacoes-produto {
        width: calc(100% - 60px);

        max-width: 100%;

        margin-left: 30px;
        margin-right: 30px;
    }

    .esp-linha {
        flex-wrap: wrap;

        justify-content: center;

        gap: 15px;
    }

    .esp-card {
        width: 270px;
        min-width: 270px;

        flex-basis: 270px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .especificacoes-produto {
        width: calc(100% - 30px);

        margin-left: 15px;
        margin-right: 15px;
    }

    .esp-titulo h2 {
        font-size: 16px;
    }

    .esp-linha {
        flex-direction: column;

        gap: 12px;
    }

    .esp-card {
        width: 100%;

        max-width: 355px;

        min-width: 0;

        flex: 0 0 80px;

        height: 80px;
    }

    .esp-icone {
        width: 50px;
        height: 50px;

        min-width: 50px;

        flex-basis: 50px;

        margin-left: 12px;
    }

    .esp-conteudo {
        margin-left: 12px;
    }

    .esp-label {
        font-size: 9px;
    }

    .esp-conteudo strong {
        font-size: 12px;
    }

}/* End custom CSS */