/* =========================
   style.css
========================= */
/*
Theme Name: Nutrax
Theme URI: https://ww.nutrax.com.br
Author: Alessandro Scherer
Description: Tema para a loja virtual NUTRAX
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{
    color: #000 !important;
    text-decoration: none !important;
}
body{
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 26px;
    font-weight: 500;
}
del, s{
    text-decoration: line-through !important;
}



/*
    Paginação das categorias
 */
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 20px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    background: transparent;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li .current {
    background: #000;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    opacity: 0.6;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff !important;
}





/* PAGINAÇÃO DOS POSTS */
.active>.page-link, .page-link.active{
    background-color: #000 !important;
    border-color: #000;
    color: #fff !important;
}
.pagination .prev{
    left: 0px;
}
.pagination .next{
    right: 0px;
}
.pagination .dots{
    position: relative;
    bottom: initial;
}







.f1{
    font-weight: bold !important;
    font-size: 30px !important;
    margin-bottom: 5px !important;
}

.f2{
    font-weight: bold !important;
    font-size: 24px !important;
    margin-bottom: 5px !important;
}

.f3{
    font-weight: normal !important;
    font-size: 14px !important;
    color: #525252 !important;
}
.botao-geral{
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
}
    .botao-geral i{
        color: #fff !important;
    }


#topo-infos-frete-gratis-envolve{
    background: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    position: fixed;
    z-index: 9990;
    top: 0px;
}
    #topo-infos-frete-gratis{

    }
        #topo-infos-frete-gratis-valor-restante{
            border-radius: 11px;
            background: #f3f3f3;
            line-height: 22px;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
        }
    #topo-infos-frete-gratis select{
        border: 1px solid #fff;
        border-radius: 5px;

        background-color: #000;
        color: #fff !important;
        font-size: 12px;

        cursor: pointer;
    }
        #topo-infos-frete-gratis select option{
            background-color: #000;
            color: #fff !important;
        }

    #topo-infos-frete-gratis #spinner{
        position: relative;
        top: 3px;
    }
@media(max-width: 350px){
    #topo-infos-frete-gratis-envolve{
        padding-left: 0px;
        padding-right: 0px;
    }
}



#topo-mensagens-envolve{
    background: #333;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 30px;
}

.marquee{
    overflow:hidden;
}

.marquee-track{
    display:flex;
    width:max-content;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#topo-mensagens-envolve .item{
    white-space:nowrap;
    flex-shrink:0;
    padding:0 40px;
    font-size: 14px;
}
#topo-mensagens-envolve .item a{
    color: #f0f0f0 !important;
}

@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}



body.topo-fixo #topo-mensagens-envolve,
body.topo-fixo #topo-menus-categorias-envolve{
    display: none;
}


body.topo-fixo #topo-envolve{
    position: fixed;
    top: 30px; /* altura da barra preta */
    left: 0;
    width: 100%;
    z-index: 9998;
    background: #fff;
}


    #topo-mensagens{
        margin-top: 50px;
    }


    #topo-envolve{
        transition: all .3s ease;
    }


#topo-menu-categorias{
    padding-left: 0 !important;
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 15px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    cursor: grab;
    user-select: none;
    margin-bottom: 5px;
}
#topo-menu-categorias.arrastando,
#topo-menu-categorias.arrastando a {
    cursor: grabbing;
}
#topo-menu-categorias li{
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 auto;
}

#topo-menu-categorias li:hover,
#topo-menu-categorias .li-selecionado{
    border: 1px solid #424242;
    border-radius: 5px;
}



#topo-busca-inteligente-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    border-radius: 15px;
    background: #f3f3f3;
}
.topo-busca-inteligente-icone-container {
    position: absolute;
    left: 15px;
}
#topo-busca-inteligente-container .topo-busca-inteligente-icone {
    font-size: 16px;
    margin-right: 10px;
}
#topo-busca-inteligente-container input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    background: #f3f3f3;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
#topo-busca-inteligente-container input::placeholder {
    color: #000;
}
#topo-icones-menu{
    font-size: 20px;
    justify-content: flex-end;
    gap: 7px;
}
    #topo-icones-menu a{
        position: relative;
    }
    #topo-icones-menu .qtd-itens-carrinho {
        width: 20px;
        height: 20px;
        border-radius: 15px;
        background: #00818D;
        color: #fff !important;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -13px;
        right: -10px;
    }
#logo-topo{
    max-width: 170px;
}



#buscaSugestoes{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: 0;
    z-index: 9999;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.busca-item{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    color: #333;
    transition: .2s;
}

.busca-item:hover{
    background: #F5F5F5;
}

.busca-item img{
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
}

.busca-item-info{
    flex: 1;
}

.busca-item-titulo{
    font-size: 14px;
    margin-bottom: 4px;
}

.busca-item-preco{
    font-weight: bold;
    color: #000;
}
.loading-busca {
    animation: girarBusca 1s linear infinite;
}

@keyframes girarBusca {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}






#rodape-newsletter-txt{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    font-style: italic;
    text-align: center;
}
#rodape-newsletter-form{

}
#rodape-newsletter-resultado{
    font-size: 16px;
    font-weight: bold;
}

#rodape-newsletter-form-titulo{
    text-align: center;
    font-size: 14px;
}
.rodape-newsletter-input{
    border: 1px solid #000;
    font-size: 14px;
}
.rodape-newsletter-btn{
    color: #fff !important;
    font-size: 14px;
}


#rodape-container{
    background: #000;
}
#rodape-container *{
    color: #fff !important;
}

.rodape-logo{

}
    .rodape-logo img{
        max-width: 200px;
    }


#rodape-desconto{

}
    #rodape-desconto-txt{
        font-size: 12px;
    }
    #rodape-desconto-campo{

    }
    #rodape-desconto-campo input{
        background: #000;
        color: #fff !important;
        font-size: 14px;
        padding: 12px;
    }
        #rodape-desconto-campo input::placeholder{
            color: #fff !important;
        }
    #rodape-desconto-info{
        display: flex;
    }
        #rodape-desconto-info-txt{
            font-size: 12px;
        }
    #form-rodape-desconto-resultado{
        margin-top: 10px;
        font-size: 12px;
        color: #00818D !important;
    }

    #rodape-desconto .btn{
        background: #fff;
        color: #000 !important;
        font-size: 12px;
    }


.rodape-links{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-top: 20px;
}
    .rodape-links li{
        margin-bottom: 10px;
    }

#rodape-contato{

}
    #rodape-contato .titulo{
        font-weight: bold;
        margin-bottom: 2px;
    }
    #rodape-contato .fone{
        font-size: 14px;
        margin-bottom: 2px;
    }
    #rodape-contato .email{
        font-size: 14px;
    }


.rodape-selos{

}
    .rodape-selos .selo-nutrax{
        height: 70px;
    }
    .rodape-selos .selos-seguranca{
        max-height: 70px;
        max-width: 100%;
    }



.rodape-formas-pagamento{

}
    .rodape-formas-pagamento .bandeiras{
        font-size: 25px;
    }
    .rodape-formas-pagamento .texto{
        font-size: 12px;
    }


#rodape-direitos{
    font-size: 12px;
}



.home-categorias{
    display: flex;
    gap: 20px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    cursor: grab;
    user-select: none;
}
    .home-categorias.arrastando,
    .home-categorias.arrastando a {
        cursor: grabbing;
    }

    .home-categorias .item{

    }
        .home-categorias .item .imagem{
            background: #f3f3f3;
            width: 130px;
            height: 130px;
            border-radius: 65px;

            display: flex;
            align-items: center;
            justify-content: center;
        }
            .home-categorias .item .imagem img{
                max-height: 80px;
                max-width: 80px;
            }
        .home-categorias .item .nome{
            text-align: center;
            color: #525252 !important;
            font-weight: bold;
            margin-top: 7px;
        }



.home-cupom-desconto{
    background: #f4f4f4;
    border-radius: 15px;
    display: inline-block;
    padding: 20px;
    text-align: center;
}
    .home-cupom-desconto .texto{
        font-size: 18px;
    }
    .home-cupom-desconto .cupom{
        margin-top: 10px;
        border: 1px solid #000;
        display: inline-flex;
        border-radius: 5px;
    }
        .home-cupom-desconto .cupom .codigo{
            font-weight: bold;
            border-right: 1px solid #000;
            padding: 10px;
        }
        .home-cupom-desconto .cupom .icone{
            padding: 10px;
        }






.home-produtos-listagem1-titulo{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}
.home-slider{
    display: flex;
    gap: 20px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    cursor: grab;
    user-select: none;
}
.home-produtos-listagem1{

}
    .home-produtos-listagem1 .item{

    }
        .home-produtos-listagem1 .item .imagem{
            background: #E0E0E0;
            padding: 20px;
            border-radius: 12px;
            width: 100%;
            height: 350px;

            display: flex;
            align-items: center;
            justify-content: center;
        }
            .home-produtos-listagem1 .item .imagem img{
                max-width: 200px;
                max-height: 300px;
                aspect-ratio: 400 / 560;
                object-fit: contain;
            }
        .home-produtos-listagem1 .nome{
            font-weight: normal;
            font-size: 16px;
            margin-top: 3px;
        }
        .home-produtos-listagem1 .item .infos{
            display: flex;
            margin-top: 7px;
            margin-bottom: 7px;
            justify-content: space-between;
            align-items: center;
        }
            .home-produtos-listagem1 .item .infos .valores{

            }
                .home-produtos-listagem1 .item .infos .valores .valor-normal{
                    color: #969696 !important;
                    font-size: 13px;
                    text-decoration: line-through !important;
                }
                .home-produtos-listagem1 .item .infos .valores .valor-promocional{
                    font-size: 18px;
                    font-weight: bold;
                }
            .home-produtos-listagem1 .item .infos .nota,
            .home-produtos-listagem1 .item .infos .nota i{
                color: #F1B90F !important;
            }
                .home-produtos-listagem1 .item .infos .nota span{
                    color: #969696 !important;
                    font-size: 12px;
                }
        .home-produtos-listagem1 .item .botao{
            background: #000;
            color: #fff !important;
            text-align: center;
            padding: 10px;
            border-radius: 7px;
            font-size: 14px;
        }
            .home-produtos-listagem1 .item .botao i{
                color: #fff !important;
            }




.home-produtos-listagem2-titulo{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}
.home-produtos-listagem2{
    display: flex;
    gap: 20px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    cursor: grab;
    user-select: none;
}
    .home-produtos-listagem2 .item{
        width: 200px;
        height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        display: flex;
        align-items: flex-end;

        text-align: center;
        border-radius: 12px;
    }
        .home-produtos-listagem2 .item .grupo{
            background: linear-gradient(
                    to top,
                    rgba(0, 0, 0, 0.8) 0%,
                    rgba(0, 0, 0, 0.4) 50%,
                    rgba(0, 0, 0, 0) 100%
            );

            padding: 10px;

            -webkit-border-bottom-right-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-bottomright: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
        }
            .home-produtos-listagem2 .item .grupo .infos{
                margin-bottom: 7px;
            }
                .home-produtos-listagem2 .item .grupo .infos .linha1{
                    display: flex;
                    margin-bottom: 5px;
                }
                    .home-produtos-listagem2 .item .grupo .infos .linha1 .nome{
                        color: #fff !important;
                        font-weight: bold;
                        white-space: normal;
                        font-size: 14px;
                        line-height: 1.1 !important;
                    }

                .home-produtos-listagem2 .item .grupo .infos .valores{
                    display: flex;
                    align-items: center;
                }
                    .home-produtos-listagem2 .item .grupo .infos .valores .valor-normal{
                        color: #fff !important;
                        font-weight: bold;
                        font-size: 16px;
                    }
                    .home-produtos-listagem2 .item .grupo .infos .valores .valor-promocional{
                        text-decoration: line-through !important;
                        color: #969696 !important;
                        font-size: 13px !important;
                        margin-right: 5px;
                    }

        .home-produtos-listagem2 .item .botao{
            background: #fff;
            color: #000 !important;
            text-align: center;
            padding: 10px;
            border-radius: 7px;
            font-size: 12px;
        }
            .home-produtos-listagem2 .item .botao i{
                color: #000 !important;
            }




.video-apresentacao{

}
    .video-apresentacao .iframe-youtube{
        display: flex;
        justify-content: center;
    }
        .video-apresentacao .iframe-youtube iframe{
            aspect-ratio: 16 / 9;
            width: 100% !important;
        }
    .video-apresentacao .titulo{
        background: #f5f5f5;
        padding: 20px;
        font-weight: bold;
        text-align: center;
        font-size: 18px;

        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }




.home-listagem-posts{
    background: #f5f5f5;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .home-listagem-posts .titulo{
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 5px;
    }
    .home-listagem-posts .itens{

    }
        .home-listagem-posts .itens .item{

        }
            .home-listagem-posts .itens .item .imagem{

            }
                .home-listagem-posts .itens .item .imagem img{
                    max-width: 100%;
                    border-radius: 5px;
                }
            .home-listagem-posts .itens .item .titulo-post{
                font-weight: bold;
                margin-top: 5px;
                line-height: 1.1 !important;
           }
    .home-listagem-posts .mais{
        font-size: 12px;
    }



.home-banner-a{
    border-radius: 5px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
    .home-banner-a .titulo{
        color: #fff !important;
        font-size: 26px;
        font-weight: bold;
    }
    .home-banner-a .subtitulo{
        color: #fff !important;
        margin-top: 3px;
    }
    .home-banner-a .botao{
        margin-top: 10px;
    }
        .home-banner-a .botao a{
            background: #000;
            color: #fff !important;
            text-align: center;
            border-radius: 7px;
            font-size: 14px;
            padding: 10px;
            display: inline-block;
        }
    .home-banner-a .links{
        margin-top: 30px;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
        .home-banner-a .links a{
            color: #fff !important;
            font-size: 18px !important;

            text-shadow: 0px 0px 2px #000000;
        }
            .home-banner-a .links a:hover{
                text-decoration: underline !important;
            }




.home-depoimentos-especialistas{
    background: #f2f2f2;
    border-radius: 5px;
}
    .home-depoimentos-especialistas .foto{
        width: 150px;
        height: 150px;
        border-radius: 75px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        margin-top: 3px;
        position: relative;
    }
        .home-depoimentos-especialistas .foto i{
            font-size: 45px;
            color: #fff !important;
            text-shadow: 0px 0px 3px #000000;
            right: 0px;
            position: absolute;
        }
    .home-depoimentos-especialistas .depoimento{
        font-weight: bold;
        margin-top: 5px;
        font-style: italic;
    }
    .home-depoimentos-especialistas .dados {
        margin-top: 10px;
        font-size: 12px;
    }




.home-depoimentos-reclameaqui-titulo{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}
.home-depoimentos-reclameaqui{
    display: flex;
    gap: 20px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}
    .depoimento-reclameaqui{
        background: #f2f2f2;
        border-radius: 10px;

        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;

        border-left: 40px solid #E3E3E3;
        text-align: center;
        position: relative;

        min-width: 300px;
    }
        .depoimento-reclameaqui .aspas-esquerda{
            text-align: left;
        }
        .depoimento-reclameaqui .aspas-direita{
            text-align: right;
        }
            .depoimento-reclameaqui .aspas-esquerda i,
            .depoimento-reclameaqui .aspas-direita i{
                font-size: 30px;
                color: #9C9DA1 !important;
                opacity: 0.6;
            }

        .depoimento-reclameaqui .texto{
            font-style: italic;
            color: #9C9DA1 !important;
            font-weight: 200;
            white-space: break-spaces;
        }
        .depoimento-reclameaqui .nome{
            margin-top: 8px;
            font-weight: bold;
            white-space: break-spaces;
        }
        .depoimento-reclameaqui .data{
            margin-top: 3px;
            color: #9C9DA1 !important;
            font-size: 12px;
            white-space: break-spaces;
        }
        .depoimento-reclameaqui .nota{
            margin-top: 3px;
        }
            .depoimento-reclameaqui .nota i{
                color: #F1B90F !important;
            }
.reclameaqui-frase{
    font-size: 18px;
    color: #8f8f8f !important;
    font-weight: bold;
    display: flex;
    align-items: center
}
    .reclameaqui-frase img{
        max-height: 30px;
        top: -2px;
        position: relative;
    }
@media(max-width: 575.9px){
    .reclameaqui-frase {
        font-size: 12px;
    }
    .reclameaqui-frase img{
        max-width: 110px;
    }
}




.home-banner-b{
    position: relative;
}
    .home-banner-b img{
        max-width: 100%;
        border-radius: 12px;
    }

    .home-banner-b .botao{
        background: #fff;
        color: #000 !important;
        text-align: center;
        padding: 10px;
        border-radius: 7px;
        font-size: 14px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
        .home-banner-b .botao i{
            color: #000 !important;
        }



.home-banner-c{
    display: flex;
    background: #E2E2E2;
    border-radius: 12px;
    align-items: stretch;
}
    .home-banner-c .infos{
        flex: 2;
        text-align: center;
        padding: 10px;
        min-height: 140px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        .home-banner-c .infos .titulo{
            font-weight: bold;
            color: #AE8631 !important;
        }
        .home-banner-c .infos .subtitulo{
            font-weight: 500;
        }
    .home-banner-c .imagem{
        flex: 1;
        display: flex;
    }
        .home-banner-c .imagem img{
            width: 100%;
            height: 100%;
            object-fit: cover;

            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }






.home-infos-frete-envolve{
    background: #000;
    border-radius: 12px;
    padding: 20px;
}

.home-infos-frete{
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
}
    .home-infos-frete .info{
        display: flex;
        align-items: center;
        gap: 7px;
    }
        .home-infos-frete .info .icone{

        }
            .home-infos-frete .info .icone i{
                color: #fff !important;
                font-size: 22px;
            }
        .home-infos-frete .info .texto,
        .home-infos-frete .info .texto *{
            color: #fff !important;
            font-size: 14px;
        }
            .home-infos-frete .info .texto a{
                text-decoration: underline !important;
            }
        .home-infos-frete .info .select{

        }
            .home-infos-frete .info .select select{
                border-radius: 5px;
                width: 60px;
                background: #000;
                color: #fff !important;
                border: 1px solid #fff;
            }
                .home-infos-frete .info .select select option{
                    background: #000;
                    color: #fff !important;
                }

.home-infos-frete-envolve .txt-desconto-forma-pagamento{
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}


@media(max-width: 500px){
    .home-infos-frete{
        flex-direction: column;
        align-items: center;
    }
}




.conteudo {
    line-height: 1.7;
    font-size: 16px;
    color: #333;
}

.conteudo p {
    margin-bottom: 0px;
}
.conteudo-cashback p{
    margin-bottom: 20px !important;
}


.conteudo h1,
.conteudo h2,
.conteudo h3,
.conteudo h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.conteudo ul,
.conteudo ol {
    margin-left: 20px;
    margin-bottom: 1rem;
}

.conteudo li {
    margin-bottom: 5px;
}

.conteudo a {
    color: #000;
    text-decoration: underline;
}

.conteudo strong {
    font-weight: 600;
}

.fluentform button{
    color: #fff !important;
}

.h2, h2 {
    font-size: 22px;
    margin-bottom: 0px !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    margin-top: 3px !important;
}




#post{

}
    #post .categoria{
        background: #000;
        color: #fff !important;
    }
    #post .data-publicacao{
        font-weight: normal !important;
        font-size: 14px !important;
        color: #525252 !important;
    }
        #post .data-publicacao strong{
            font-weight: bold !important;
            font-size: 14px !important;
            color: #000 !important;
        }
    #post .texto{
        font-weight: normal !important;
        font-size: 18px !important;
        color: #525252 !important;
    }



.cart-toast{
    position:fixed;
    top:10px;
    right:10px;
    background: #000;
    color:#fff !important;
    padding: 10px;
    border-radius:5px;
    z-index:99999;
    font-size: 14px;

    opacity:0;
    transform:translateY(-20px) scale(.95);

    transition:.35s;
}
    .cart-toast i{
        color:#fff !important;
    }
    .cart-toast.active{
        opacity:1;
        transform:translateY(0) scale(1);
    }


.add_to_cart_button.loading {
    opacity: 0.5;
    pointer-events: none;
}

.add_to_cart_button.loading .botao::after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.7s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.added_to_cart{
    color: #5c52ff !important;
    font-size: 12px;
}



.home-produtos-listagem2 .added_to_cart{
    display: none;
}
/* Esconde loading por padrão */
.home-produtos-listagem2 .icone-loading,
.home-produtos-listagem2 .texto-loading {
    display: none;
}

/* Estado normal */
.home-produtos-listagem2 .add_to_cart_button .icone-carrinho,
.home-produtos-listagem2 .add_to_cart_button .texto-normal {
    display: inline-block;
}

/* Quando WooCommerce adiciona .loading */
.home-produtos-listagem2 .add_to_cart_button.loading .icone-carrinho,
.home-produtos-listagem2 .add_to_cart_button.loading .texto-normal {
    display: none;
}

.home-produtos-listagem2 .add_to_cart_button.loading .icone-loading,
.home-produtos-listagem2 .add_to_cart_button.loading .texto-loading {
    display: inline-block;
}
.home-produtos-listagem2 .add_to_cart_button.loading{
    opacity: 1;
}







.home-banner-b .added_to_cart{
    display: none;
}
/* Esconde loading por padrão */
.home-banner-b .icone-loading,
.home-banner-b .texto-loading {
    display: none;
}

/* Estado normal */
.home-banner-b .add_to_cart_button .icone-carrinho,
.home-banner-b .add_to_cart_button .texto-normal {
    display: inline-block;
}

/* Quando WooCommerce adiciona .loading */
.home-banner-b .add_to_cart_button.loading .icone-carrinho,
.home-banner-b .add_to_cart_button.loading .texto-normal {
    display: none;
}

.home-banner-b .add_to_cart_button.loading .icone-loading,
.home-banner-b .add_to_cart_button.loading .texto-loading {
    display: inline-block;
}
.home-banner-b .add_to_cart_button.loading{
    opacity: 1;
}


.wc-block-cart__submit-button{
    background: #00818D;
}
.wc-block-components-button__text{
    color: #fff !important;
    font-weight: bold;
}

.wc-block-components-checkout-place-order-button{
    background: #00818D;
}
.wc-block-components-checkout-place-order-button__text{
    color: #fff !important;
    font-weight: bold;
}


.wc-block-components-country-input {
    display: none !important;
}


.woocommerce-no-products-found{
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    margin-bottom: 50px;
}

.orderby{
    padding: 7px;
    border-radius: 4px;
    font-size: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    background: #cccccc52;
    border-radius: 7px;
    padding: 10px;
}
    .woocommerce-account .woocommerce-MyAccount-navigation ul{
        margin: 0px;
    }
.woocommerce-button,
.woocommerce-Button,
.woocommerce-Address-title .edit,
.infixs-caref-order-tracking-info .button,
.woocommerce-MyAccount-content .button,
#payment .button
{
    background: #000 !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 7px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 7px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span{
    color: #fff !important;
}







.slider{
    width:100%;
    height:500px;
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

/* SLIDES */
.slides{
    display:flex;
    height:100%;
    transition:transform .5s ease-in-out;
}

.slide{
    min-width:100%;
    height:100%;
    position:relative;
}
.slide .tag{
    position: absolute;
    left: 20px;
    top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    font-size: 12px;
}
.slide .botao{
    position: absolute;
    left: 20px;
    bottom: 20px;

    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
}

.slide a{
    display:block;
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* SETAS */
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.4);
    color:#fff;
    font-size:28px;
    cursor:pointer;
    z-index:10;
    transition:.3s;
}

.arrow:hover{
    background:rgba(255,255,255,.7);
}

.prev{
    left:15px;
}

.next{
    right:15px;
}

/* BOLINHAS */
.dots{
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:10;
}

.dot{
    width:14px;
    height:14px;
    border-radius:50%;
    background:rgba(255,255,255,.5);
    cursor:pointer;
    transition:.3s;
}

.dot.active{
    background:#fff;
    transform:scale(1.2);
}

/* RESPONSIVO */
@media(max-width:768px){

    .slider{
        height:300px;
        border-radius:0;
        margin:0;
    }

    .arrow{
        width:40px;
        height:40px;
        font-size:22px;
    }

    .dot{
        width:12px;
        height:12px;
    }

}

@media(max-width:480px){

    .slider{
        height:220px;
    }

    .arrow{
        width:35px;
        height:35px;
        font-size:18px;
    }

}







#tabela-comparativa, #tabela-comparativa *{
    border: none !important;
}
#tabela-comparativa tbody tr:nth-of-type(odd) td {
    background-color: #f2f2f2;
}

.comparacao-hidden {
    display: none;
}

    .comparativo-produto{
        margin: 0 auto;
        width: 260px;
    }
    .comparativo-produto .imagem{
        max-width: 170px;
        margin: 0 auto;
    }
        .comparativo-produto .imagem img{
            aspect-ratio: 400 / 560;
            object-fit: contain;
        }
    .comparativo-produto .nome{
        font-size: 18px;
        margin-top: 10px;
    }
    .comparativo-produto .valor-normal{
        font-size: 20px;
    }
    .comparativo-produto .valor-promocional{
        text-decoration: line-through !important;
        font-weight: lighter;
        font-size: 12px;
    }
    .comparativo-produto .botao{
        background: #000;
        color: #fff !important;
        text-align: center;
        padding: 10px;
        border-radius: 7px;
        font-size: 14px;
        margin-top: 5px;
    }
        .comparativo-produto .botao span,
        .comparativo-produto .botao i{
            color: #fff !important;
        }
    .comparativo-produto .botao .icone-loading,
    .comparativo-produto .botao .texto-loading {
        display: none;
    }
    .info-comparativa{
        font-size: 16px;
        text-align: center;
    }
    .info-comparativa span{
        font-size: 12px;
    }


    #botao-ver-comparacao-completa{
        text-align: center;
        background-color: #f2f2f2;
        padding: 15px;
    }
        #botao-ver-comparacao-completa .texto-informativo{
            font-size: 12px;
            margin-bottom: 15px;
        }
            #botao-ver-comparacao-completa a,
            #botao-ver-comparacao-completa a i{
               color: #2E6F96 !important;
            }









.listagem-categoria{

}
.listagem-categoria .item{
    position: relative;
}
.listagem-categoria .item .wishlist-toggle {
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    background: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 22px;
}
.listagem-categoria .item .wishlist-toggle.is-active i {
    color: #00818D !important;
}
.listagem-categoria .item .wishlist-toggle .fa-solid {
    display: none;
}
.listagem-categoria .item .wishlist-toggle.is-active .fa-regular {
    display: none;
}
.listagem-categoria .item .wishlist-toggle.is-active .fa-solid {
    display: inline-block;
}



.listagem-categoria .item .imagem{
    background: #E0E0E0;
    padding: 20px;
    max-width: 100%;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}
.listagem-categoria .item .imagem .badges-superiores{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap:5px
}
.listagem-categoria .item .imagem .badges-superiores .badge{
    font-weight: 300 !important;
    font-size: 12px;
}
.listagem-categoria .item .imagem .badges-centro{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.listagem-categoria .item .imagem .badges-centro .badge{
    width: 100%;
    border-radius: 0px;
    height: 35px;
    line-height: 35px;
    font-weight: 300 !important;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.listagem-categoria .item .infos .badges-inferiores{
    width: 100%;
    display: flex;
    gap:5px;
}
.listagem-categoria .item .infos .badges-inferiores .badge{
    font-weight: 300 !important;
    font-size: 12px;
}

.listagem-categoria .item .imagem img{
    max-width: 200px;
    max-height: 300px;
    margin: 0 auto !important;
    aspect-ratio: 400 / 560;
    object-fit: contain;
}
.listagem-categoria .nome{
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.listagem-categoria .resumo{
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
    color: #6B6B6B !important;
}
.listagem-categoria .info-parcelamento1{
    color: #6B6B6B !important;
    margin-top: 5px;
    font-size: 12px;
}
.listagem-categoria .info-parcelamento2{
    color: #3EBE4D !important;
    font-size: 12px;
}
.listagem-categoria .item .infos{
    display: flex;
    margin-top: 7px;
    margin-bottom: 7px;
    justify-content: space-between;
    flex-direction: column;
}
.listagem-categoria .item .infos .valores{
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.listagem-categoria .item .infos .valores .valor-normal{
    color: #969696 !important;
    font-size: 13px;
    text-decoration: line-through !important;
    margin-right: 5px;
}
.listagem-categoria .item .infos .valores .valor-promocional{
    font-size: 22px;
    font-weight: bold;
}
.listagem-categoria .item .infos .nota,
.listagem-categoria .item .infos .nota i{
    color: #F1B90F !important;
}
.listagem-categoria .item .infos .nota span{
    color: #969696 !important;
    font-size: 12px;
}
.listagem-categoria .item .botao{
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
}
.listagem-categoria .item .botao i{
    color: #fff !important;
}
@media(max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}
@media (min-width: 769px) AND (max-width: 992px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
}



.woocommerce-EditAccountForm fieldset{
    margin-top: 40px;
}
.woocommerce-account .addresses .title .edit{
    float:left;
    margin-bottom: 10px;
}
.woocommerce ul.order_details {
    padding-left: 0px;
    margin-top: 20px;
}
@media(max-width: 1200px){
    .woocommerce ul.order_details li{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        border-right: 0px;
    }
}






#imagens-produto .wishlist-toggle {
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 30px;
}
#imagens-produto .wishlist-toggle.is-active i {
    color: #00818D !important;
}
#imagens-produto .wishlist-toggle .fa-solid {
    display: none;
}
#imagens-produto .wishlist-toggle.is-active .fa-regular {
    display: none;
}
#imagens-produto .wishlist-toggle.is-active .fa-solid {
    display: inline-block;
}





/*
    Menu
*/
/* BOTÃO */
#menuOverlay.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.65); /* preto transparente */
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9999;
}

#menuOverlay.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

/* MENU */
#menuOverlay .mobile-menu{
    position:absolute;
    top:0;
    right:0;
    width:320px;
    max-width:90%;
    height:100vh;
    background:#fff;
    padding:20px;
    overflow-y:auto; /* barra de rolagem */
}

/* SCROLL */
#menuOverlay .mobile-menu::-webkit-scrollbar{
    width:6px;
}

#menuOverlay .mobile-menu::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

/* HEADER */
#menuOverlay .menu-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

#menuOverlay .menu-header span{
    font-size:20px;
    font-weight: bold;
}

#menuOverlay .close-menu{
    border:none;
    background:none;
    font-size:28px;
    cursor:pointer;
    position: absolute;
    right: 0px;
}

/* ITENS */
#menuOverlay .menu-list{
    list-style:none;
    padding-left: 0px;
    margin-bottom: 0px;
}

#menuOverlay .menu-item{
    display:flex;
    align-items:center;
    gap:5px;
    padding:5px 0;
    cursor:pointer;
    transition:.2s;
}

#menuOverlay .menu-item:hover{
    padding-left:5px;
}

#menuOverlay .menu-icon{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    border-radius:50%;
    font-size:14px;
    flex-shrink:0;
}

#menuOverlay .menu-text{
    font-size:14px;
    color:#111;
}





.shipping-banner {
    background: #f7eedc;
    border: 2px solid #b8872c;
    border-radius: 8px;
    color: #5a4a2d;
    font-size: 14px;
    padding: 10px 18px;
    text-align: center;
}

.shipping-banner i {
    color: #b8872c;
    font-size: 18px;
    margin-right: 10px;
}

.shipping-banner strong {
    font-weight: 700;
}





.barra-cta-a{
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 30px;
}
.barra-cta-a-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.barra-cta-a-item span{
    color: #000 !important;
}
.barra-cta-a-item i {
    color: #000 !important;
    font-size: 18px;
    margin-right: 3px;
}

@media(min-width: 370.1px) AND (max-width: 767.9px){
    .barra-cta-a{
        flex-wrap: wrap;
        gap: 10px;
    }

    .barra-cta-a-item{
        flex: 0 0 calc(50% - 5px);
        justify-content: center;
    }
}

@media(max-width: 370px){
    .barra-cta-a{
        flex-direction: column;
        gap: 10px;
    }
}







.barra-cta-b{
    background: #1f1f1f;
    font-size: 12px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    gap: 30px;
}
    .barra-cta-b-item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .barra-cta-b-item span{
        color: #dcdcdc !important;
    }
    .barra-cta-b-item i {
        color: #dcdcdc !important;
        font-size: 18px;
        margin-right: 3px;
    }

@media(min-width: 440.1px) AND (max-width: 767.9px){
    .barra-cta-b{
        flex-wrap: wrap;
        gap: 10px;
    }

    .barra-cta-b-item{
        flex: 0 0 calc(50% - 5px);
        justify-content: center;
    }
}

@media(max-width: 440px){
    .barra-cta-b{
        flex-direction: column;
        gap: 10px;
    }
}


/* fechar do fancybox */
.f-button svg{
    stroke: #000;
}
.fancybox__container{
    --fancybox-backdrop-bg: rgb(255 255 255 / 95%);
}
.f-carousel__toolbar__column.is-right > button:not([data-fancybox-close]) {
    display: none !important;
}
.f-carousel__toolbar__column button[data-fancybox-close] {
    display: inline-flex !important;
}




.menu-minha-conta{
    position: relative;
}
.submenu-conta{
    position: absolute;
    top:100%;
    margin-top:0;
    right: 0;
    min-width: 170px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    padding: 10px 5px;
    display: none;
    z-index: 999;
    font-size: 14px !important;
}
.menu-minha-conta:hover .submenu-conta{
    display: block;
}
.menu-minha-conta::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:10px;
}
.submenu-conta a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 5px;
    color: #333;
    text-decoration: none;
    transition: .2s;
}
.submenu-conta a:hover{
    background: #f5f5f5;
}
.submenu-conta hr{
    margin: 0px;
    border: none;
    border-top: 1px solid #e5e5e5;
}
.submenu-conta i{
    width: 20px;
    text-align: center;
}



.whatsapp-flutuante {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #4dc247;
    color: #fff;
    text-decoration: none;

    -webkit-box-shadow: 0px 0px 7px 0px #FFFFFF;
    box-shadow: 0px 0px 7px 0px #FFFFFF;
}
    .whatsapp-flutuante .fa-whatsapp {
        font-size: 30px;
        line-height: 1;
        color: #fff !important;
    }


.asnp-productList-wrapper{
    display: none;
}
.asnp-bundle-title:after, .asnp-bundle-title:before{
    color: #000 !important;
}
.bundle-description {
    background: linear-gradient(135deg, #f5f7fa, #f0f0f0) !important;
}
.tippy-content * {
    color: #fff !important;
}










/*packs da home*/
.packs-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
}

.packs-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    justify-content: flex-start;
}

/* Quando couber tudo na tela */
.packs-scroll.sem-overflow {
    justify-content: center;
    cursor: default;
}

.packs-scroll.arrastando {
    cursor: grabbing;
}
.pack-card {
    flex: 0 0 278px;
    max-width: 278px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    scroll-snap-align: start;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}
.pack-card .added_to_cart{
    margin-top: 3px;
}

.pack-card-featured {
    border: 2px solid #00818D;
}

.pack-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 7px;
}
.pack-title {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin: 7px 0 10px;
}

.pack-items {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.pack-items li {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1.45;
}

.pack-items li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00818D !important;
    font-weight: 800;
}

.pack-prices {
    margin-top: auto;
    margin-bottom: 14px;
}

.pack-old-price {
    font-size: 14px;
    color: #777 !important;
    text-decoration: line-through !important;
    font-weight: 600;
    margin-bottom: 2px;
}

.pack-price {
    font-size: 24px;
    line-height: 1;
    color: #000 !important;
    font-weight: 900;
    margin-bottom: 8px;
}

.pack-discount {
    display: inline-flex;
    width: fit-content;
    background: #dff5ef;
    color: #00818D !important;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 999px;
}
.pack-discount *{
    color: #00818D !important;
    margin-left: 1px;
}

.pack-button {
    width: 100%;
    height: 42px;
    border: 1px solid #d5d5d5;
    border-radius: 9px;
    background: #fff;
    color: #111 !important;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack-button:hover,
.pack-button:active {
    background: #00818D !important;
    border-color: #00818D !important;
    color: #fff !important;
}









.packs-wrapper2 {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
}

.packs-scroll2 {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    justify-content: flex-start;
}

/* Quando couber tudo na tela */
.packs-scroll2.sem-overflow {
    justify-content: center;
    cursor: default;
}

.packs-scroll2.arrastando {
    cursor: grabbing;
}
.pack-card2 {
    flex: 0 0 278px;
    min-width: 360px;
    max-width: 360px;
    background: #f7f4ef;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    scroll-snap-align: start;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.pack-card2-header {
    margin-bottom: 14px;
}

.pack2-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: 800;
    color: #333;
}

.pack2-title i {
    font-size: 15px;
    color: #333;
}

.pack2-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dedbd4;
    margin-bottom: 10px;
}

.pack2-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    color: #333;
}

.pack2-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pack2-item strong {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 800;
    color: #333;
}

.pack2-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    margin-bottom: 14px;
}

.pack2-price {
    font-size: 20px;
    font-weight: 900;
    color: #00818D;
}

.pack2-discount {
    background: #e1faf0;
    color: #00818D;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.pack2-button {
    width: 100%;
    height: 42px;
    border: 1px solid #d5d5d5;
    border-radius: 9px;
    background: #fff;
    color: #111 !important;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack2-button:hover,
.pack2-button:active {
    background: #00818D !important;
    border-color: #00818D !important;
    color: #fff !important;
}
.pack-card2 .added_to_cart{
    margin-top: 3px;
}





#detalhes-produto{
    margin-top: 10px;
}
#detalhes-produto .product-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 4px 2px 4px;
    scrollbar-width: none;
}

#detalhes-produto .product-badges::-webkit-scrollbar {
    display: none;
}

#detalhes-produto .product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #1f1f1f;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: 300ms;
}

#detalhes-produto .product-badge:hover,
#detalhes-produto .product-badge:focus {
    background: #000;
    color: #fff !important;
    text-decoration: none;
}




#detalhes-produto .produto-galeria {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}

#detalhes-produto .produto-galeria .carousel {
    width: 100%;
}

#detalhes-produto .produto-galeria .carousel-inner {
    width: 100%;
}

#detalhes-produto .produto-galeria-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#detalhes-produto .produto-galeria-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Selo fixo */
#detalhes-produto .produto-galeria-selo {
    position: absolute;
    top: 45px;
    left: 42px;
    z-index: 10;
    width: 82px;
    height: 82px;
    display: block;
}

#detalhes-produto .produto-galeria-selo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Bolinhas */
#detalhes-produto .produto-galeria-indicators {
    position: absolute;
    right: auto;
    left: 38px;
    bottom: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    z-index: 6;
}

#detalhes-produto .produto-galeria-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #bdbdbd;
    opacity: 1;
}

#detalhes-produto .produto-galeria-indicators .active {
    background-color: #000;
}

/* Setas */
#detalhes-produto .produto-galeria-controles {
    position: absolute;
    right: 28px;
    bottom: 15px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 7px;
}

#detalhes-produto .produto-galeria-arrow {
    width: 23px;
    height: 23px;
    border: 0;
    border-radius: 50%;
    background: #000;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#detalhes-produto .produto-galeria-arrow span {
    display: block;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-1px);
    color: #fff !important;
}









#detalhes-produto .produto-info {
    width: 100%;
    background: #F7F7F7;
    padding: 15px;
    color: #151515;
    border-radius: 10px;
}

#detalhes-produto .produto-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

#detalhes-produto .produto-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

#detalhes-produto .badge-green {
    background: #d8f4eb;
    color: #187360 !important;
}

#detalhes-produto .badge-beige {
    background: #fff3df;
    color: #74430f !important;
}

#detalhes-produto .produto-title {
    margin: 0 0 5px;
    font-size: 27px;
    line-height: 1.18;
    font-weight: 700;
    color: #171717;
}

#detalhes-produto .produto-rating {
    margin-bottom: 25px;
}
#detalhes-produto .produto-rating a{
    display: flex;
    align-items: center;
    gap: 13px;
}

#detalhes-produto .produto-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #ffc107 !important;
    font-size: 16px;
    line-height: 1;
}
#detalhes-produto .produto-stars i{
    color: #ffc107 !important;
}

#detalhes-produto .produto-rating-text {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1;
}

#detalhes-produto .produto-nutri {
    margin-bottom: 25px;
}

#detalhes-produto .nutri-card {
    background: #fbfaf3;
    border-radius: 10px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#detalhes-produto .nutri-card strong {
    font-size: 20px;
    line-height: 1;
    color: #18a77d !important;
    font-weight: bold;
}

#detalhes-produto .nutri-card span {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1;
    color: #6d6d61 !important;
    font-weight: 500;
}

#detalhes-produto .produto-options {
    margin-bottom: 25px;
}

#detalhes-produto .option-group {
    margin-bottom: 15px;
}

#detalhes-produto .option-group:last-child {
    margin-bottom: 0;
}

#detalhes-produto .option-label {
    margin-bottom: 3px;
    font-size: 16px;
    color: #373737 !important;
    font-weight: bold;
}

#detalhes-produto .option-buttons {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

#detalhes-produto .option-btn {
    padding: 7px 18px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #353535 !important;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    transition: all .2s ease;
}

#detalhes-produto .option-btn:hover {
    color: #075948 !important;
}

#detalhes-produto .option-btn.active {
    border: 2px solid #0ea57d;
    color: #075948 !important;
    background: #f6fffb;
}

#detalhes-produto .produto-price-box {
    margin-bottom: 25px;
}

#detalhes-produto .produto-old-price,
#detalhes-produto .produto-old-price *,
#detalhes-produto .produto-price del,
#detalhes-produto .produto-price del *{
    color: #777 !important;
    font-size: 22px;
    font-weight: 500;
    text-decoration: line-through !important;
}
#detalhes-produto .produto-price del{
    display: block;
}

#detalhes-produto .produto-price {
    color: #111 !important;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
}

#detalhes-produto .produto-pix, #detalhes-produto .produto-pix * {
    color: #16a675 !important;
    font-size: 14px;
    font-weight: 600;
}

#detalhes-produto .produto-installments {
    margin-top: 2px;   ;
}
#detalhes-produto .produto-installments,  #detalhes-produto .produto-installments *{
    color: #303030 !important;
    font-size: 14px;
    font-weight: 500;
}

#detalhes-produto .produto-actions {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

#detalhes-produto .produto-actions .btn {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}
#detalhes-produto .produto-actions .btn i{
    color: #fff !important;
}

#detalhes-produto .btn-buy {
    background: #079a68;
    color: #fff !important;
    border: 1px solid #087e58;
}

#detalhes-produto .btn-buy:hover {
    background: #078c5f;
    color: #fff !important;
}

#detalhes-produto .btn-cart {
    background: #fff;
    color: #1b1b1b !important;
    border: 1px solid #d0d0d0;
}

#detalhes-produto .btn-cart:hover {
    background: #f8f8f8;
    color: #1b1b1b !important;
}

#detalhes-produto .btn-cart i {
    font-size: 21px;
}







#detalhes-produto .produto-beneficios {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 24px;
    font-size: 14px;
    color: #333 !important;
    background: #f7f7f7;
    border-radius: 10px;
}

#detalhes-produto .beneficio-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1.1;
}

#detalhes-produto .beneficio-item i {
    color: #179b72 !important;
    font-size: 24px;
    flex-shrink: 0;
}

#detalhes-produto .beneficio-item div{
    display: flex;
    flex-direction: column;
}
#detalhes-produto .beneficio-item div span{
    font-weight: lighter;
    font-size: 12px;
}

#detalhes-produto .beneficio-item strong {
    font-weight: 600;
}
#detalhes-produto .beneficio-item span{

}

#detalhes-produto .beneficio-item a {
    display: block;
    font-size: 10px;
    color: #555;
    text-decoration: underline;
    font-weight: 400;
    margin-top: 2px;
}





#detalhes-produto .produto-info-consumo {
    width: 100%;
}

#detalhes-produto .produto-info-item {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 15px;
}
#detalhes-produto .produto-info-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
}
#detalhes-produto .produto-info-icon i{
    color: #179b72 !important;
}

#detalhes-produto .produto-info-content h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    color: #222;
    text-transform: uppercase;
}

#detalhes-produto .produto-info-content p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
}







#detalhes-produto .avaliacoes-clientes {

}

#detalhes-produto .avaliacoes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

#detalhes-produto .avaliacoes-header h2 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
    color: #161616;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

#detalhes-produto .avaliacoes-resumo {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
}

#detalhes-produto .avaliacoes-nota {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    letter-spacing: -1px;
}

#detalhes-produto .avaliacoes-estrelas {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 22px;
}
#detalhes-produto .avaliacoes-estrelas i{
    color: #ffc107 !important;
}

#detalhes-produto .avaliacoes-header p {
    margin: 3px 0 0;
    font-size: 16px;
    color: #555 !important;
    font-style: italic;
}

#detalhes-produto .avaliacoes-ver-todas {
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

#detalhes-produto .avaliacoes-ver-todas i {
    font-size: 18px;
}

#detalhes-produto .avaliacoes-wrapper {
    position: relative;
    display: flex;
    gap: 15px;
}

#detalhes-produto .avaliacoes-scroll::-webkit-scrollbar {
    display: none;
}

#detalhes-produto .avaliacao-card {
    flex: 0 0 calc(25% - 11px);
    min-width: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
    scroll-snap-align: start;
}

#detalhes-produto .avaliacao-topo {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

#detalhes-produto .avaliacao-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

#detalhes-produto .avaliacao-card h3 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 800;
    color: #222;
}

#detalhes-produto .avaliacao-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 6px;
    font-size: 12px;
}
#detalhes-produto .avaliacao-stars i{
    color: #ffc107 !important;
}

#detalhes-produto .avaliacao-card span {
    display: block;
    font-size: 12px;
    color: #777;
}

#detalhes-produto .avaliacao-card p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}

#detalhes-produto .avaliacoes-next {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    z-index: 2;
}

#detalhes-produto .avaliacoes-next i {
    font-size: 18px;
}




#detalhes-produto .produto-alerta-importante {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f4f8f6;
    border-radius: 10px;
    padding: 15px;
    color: #2f3337 !important;
    font-size: 15px;
    line-height: 1.35;
    width: 100%;
}

#detalhes-produto .produto-alerta-icone {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#detalhes-produto .produto-alerta-icone i{
    color: #179b72 !important;
}

#detalhes-produto .produto-alerta-texto {
    font-weight: 400;
}

#detalhes-produto .produto-alerta-texto strong {
    font-weight: 700;
    color: #222;
}






#detalhes-produto #combos{
    background: #F7F7F7;
    padding: 15px;
    border-radius: 10px;
}

#detalhes-produto .combos-produto-section {
    width: 100%;
}

#detalhes-produto .combo-header {
    margin-bottom: 15px;
}

#detalhes-produto .combo-header h2 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: #05070f !important;
}

#detalhes-produto .combo-header h2 span {
    color: #007456 !important;
}

#detalhes-produto .combo-header p {
    margin: 0;
    font-size: 16px;
    color: #151515 !important;
}

#detalhes-produto .combos-produto {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

#detalhes-produto .combo-item {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

#detalhes-produto .combo-products {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

#detalhes-produto .combo-product {
    min-width: 0;
    padding: 15px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #fff;
}

#detalhes-produto .combo-img {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

#detalhes-produto .combo-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#detalhes-produto .combo-product h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #05070f !important;
}

#detalhes-produto .combo-product strong {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #007456 !important;
}
#detalhes-produto .combo-product strong *{
    color: #007456 !important;
}

#detalhes-produto .combo-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #007456;
    color: #fff !important;
    font-size: 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
#detalhes-produto .combo-plus *{
    color: #fff !important;
}

#detalhes-produto .combo-footer {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #fff;
    margin-top: auto;
}
#detalhes-produto .combo-footer .added_to_cart{
    color: #000 !important;
}

#detalhes-produto .combo-price-area {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
}

#detalhes-produto .combo-price {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    color: #007456 !important;
}
#detalhes-produto .combo-price *{
    color: #007456 !important;
}

#detalhes-produto .combo-discount {
    padding: 6px 12px;
    border-radius: 999px;
    background: #dff4ec;
    color: #007456 !important;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
}
#detalhes-produto .combo-discount *{
    color: #007456 !important;
}

#detalhes-produto .combo-btn {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 7px;
    background: #007456;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    transition: 0.2s ease;
}
#detalhes-produto .combo-btn *{
    color: #fff !important;
}

#detalhes-produto .combo-btn:hover {
    background: #005f47;
    color: #fff !important;
}

#detalhes-produto .combo-btn i {
    font-size: 18px;
}






#detalhes-produto .produto-tambem-levou {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 15px;
}

#detalhes-produto .produto-tambem-levou h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111 !important;
    margin: 0 0 14px;
}

#detalhes-produto .tambem-levou-lista {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#detalhes-produto .tambem-levou-item {
    display: grid;
    grid-template-columns: 120px 1fr 64px;
    align-items: center;
    gap: 12px;
    min-height: 102px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 10px;
}

#detalhes-produto .tambem-levou-img {
    width: 120px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#detalhes-produto .tambem-levou-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

#detalhes-produto .tambem-levou-info h4 {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

#detalhes-produto .tambem-levou-info strong {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #007456 !important;
}
#detalhes-produto .tambem-levou-info strong *{
    color: #007456 !important;
}
#detalhes-produto .tambem-levou-info del {
    font-size: 16px;
}
#detalhes-produto .tambem-levou-item .added_to_cart{
    margin-top: 0px;
    padding-top: 0px;
    color: #000 !important;
}

#detalhes-produto .tambem-levou-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #006b3f !important;
    transition: 200ms;
}
#detalhes-produto .tambem-levou-add *{
    color: #006b3f !important;
    transition: 200ms;
}

#detalhes-produto .tambem-levou-add span {
    width: 48px;
    height: 48px;
    border: 1px solid #e9e9e9;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

#detalhes-produto .tambem-levou-add i {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

#detalhes-produto .tambem-levou-add small {
    font-size: 11px;
    font-weight: 700;
    color: #006b3f !important;
}

#detalhes-produto .tambem-levou-add:hover span {
    background: #006b3f;
    border-color: #006b3f;
}

#detalhes-produto .tambem-levou-add:hover i{
    color: #fff !important;
}







#detalhes-produto .produto-beneficios {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 18px;
    width: 100%;
    padding: 10px;
}

#detalhes-produto .produto-beneficio {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
    min-width: 0;
}

#detalhes-produto .produto-beneficio-icone {
    flex: 0 0 auto;
    color: #00745f !important;
    font-size: 31px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#detalhes-produto .produto-beneficio-texto {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
}

#detalhes-produto .produto-beneficio-texto strong {
    font-size: 13px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 2px;
    white-space: nowrap;
}

#detalhes-produto .produto-beneficio-texto span {
    font-size: 11px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
}






#detalhes-produto .produto-faq {
    width: 100%;
    padding: 12px 0;
}

#detalhes-produto .produto-faq-card {
    background: #000;
    color: #f4f4f4 !important;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
}

#detalhes-produto .produto-faq-title {
    text-align: center;
    color: #f1f1f1 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
}

#detalhes-produto .produto-faq-list {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

#detalhes-produto .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

#detalhes-produto .faq-question {
    width: 100%;
    min-height: 58px;
    padding: 12px 18px 12px 0;
    background: transparent;
    border: 0;
    color: #eeeeee !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    cursor: pointer;
}

#detalhes-produto .faq-left {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #eeeeee !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.2px;
}
#detalhes-produto .faq-left *{
    color: #eeeeee !important;
}

#detalhes-produto .faq-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 13px;
    line-height: 1;
}

#detalhes-produto .faq-arrow {
    color: #ededed !important;
    font-size: 13px;
    flex: 0 0 auto;
}

#detalhes-produto .faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;

    padding: 0 15px;
    color: #eeeeee !important;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.15px;

    /* Fecha imediatamente */
    transition: none;
}

#detalhes-produto .faq-item.active .faq-answer {
    max-height: 10000px;
    opacity: 1;
    padding: 0 15px 15px 15px;

    /* Abre devagar */
    transition:
            max-height 0.5s ease,
            opacity 0.5s ease,
            padding 0.5s ease;
}

#detalhes-produto .woocommerce-message,
#detalhes-produto .woocommerce-error{
    margin-top: 15px;
    margin-bottom: 15px;
}

#detalhes-produto .option-btn.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}
#detalhes-produto .produto-variation-native-hidden {
    display: none !important;
}
.asnp-alert, .asnp-alert *{
    font-size: 14px !important
}
.asnp-totalPrice-wrapper{
    display: none !important;
}

#detalhes-produto .quantity{
    display: none !important;
}




#detalhes-produto .produto-menu-scroll {
    display: flex;
    align-items: center;
    gap: 10px;

    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;
    flex-wrap: nowrap;

    padding: 15px;
    background: #F7F7F7;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    border-radius: 10px;
}

/* Cada item */
#detalhes-produto .produto-menu-item {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;

    text-decoration: none;

    padding: 7px 18px;
    border: 1px solid transparent;
    border-radius: 8px;

    transition: all 0.2s ease;
}

/* Item selecionado */
#detalhes-produto .produto-menu-item.active {
    border-color: #777;
    background: #fff;
}

/* Hover */
#detalhes-produto .produto-menu-item:hover {
    color: #000;
    border-color: #999;
}

/* Opcional: esconder barra de rolagem */
#detalhes-produto .produto-menu-scroll::-webkit-scrollbar {
    display: none;
}

#detalhes-produto .produto-menu-scroll {
    scrollbar-width: none;
}


#detalhes-produto .descricao-produto .descricao-produto-tit{
    font-weight: 600;
    font-size: 16px;
    color: #111 !important;
}
#detalhes-produto .descricao-produto .descricao-produto-txt{
    color: #666 !important;
    font-size: 14px;
}
#detalhes-produto .descricao-produto .descricao-produto-txt *{
    color: #666 !important;
}



.tabela-nutricional {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 14px;
    color: #666 !important;
    margin-top: 10px;
}
.tabela-nutricional *{
    color: #666 !important;
}

/* Largura das colunas */
.tabela-nutricional th:first-child,
.tabela-nutricional td:first-child {
    width: 65%;
}

.tabela-nutricional th:nth-child(2),
.tabela-nutricional td:nth-child(2) {
    width: 20%;
}

.tabela-nutricional th:nth-child(3),
.tabela-nutricional td:nth-child(3) {
    width: 15%;
}

/* Cabeçalho */
.tabela-nutricional thead th {
    padding: 8px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.tabela-nutricional thead *{
    color: #666;
    font-weight: bold;
    text-align: center;
}

    /* Linhas */
.tabela-nutricional tbody td {
    padding: 8px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}

/* Primeira coluna alinhada à esquerda */
.tabela-nutricional tbody td:first-child {
    text-align: left;
}

/* Colunas de valores centralizadas */
.tabela-nutricional tbody td:nth-child(2),
.tabela-nutricional tbody td:nth-child(3) {
    text-align: center;
}

/* Itens recuados, como açúcares adicionados */
.tabela-nutricional td.subitem {
    padding-left: 28px;
}

/* Remove a borda da última linha, caso necessário */
.tabela-nutricional tbody tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 576px) {
    .tabela-nutricional {
        font-size: 14px;
    }

    .tabela-nutricional thead th,
    .tabela-nutricional tbody td {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .tabela-nutricional th:first-child,
    .tabela-nutricional td:first-child {
        width: 62%;
    }

    .tabela-nutricional th:nth-child(2),
    .tabela-nutricional td:nth-child(2) {
        width: 23%;
    }
}
.tabela-nutricional-obs{
    font-size: 12px;
}






@media(max-width: 1199px){
    #detalhes-produto .produto-title {
        font-size: 23px;
    }

    #detalhes-produto .produto-rating-text{
        font-size: 14px;
    }

    #detalhes-produto .nutri-card strong{
        font-size: 16px;
    }
    #detalhes-produto .nutri-card span{
        font-size: 12px;
    }
    #detalhes-produto .nutri-card{
        min-height: 40px;
    }
    #detalhes-produto .option-btn{
        font-size: 12px;
        padding: 5px;
    }
    #detalhes-produto .produto-actions .btn{
        font-size: 16px;
    }

    #detalhes-produto .combo-product h3{
        font-size: 14px;
    }

    #detalhes-produto .avaliacoes-wrapper{
        flex-direction: column;
    }
}


@media(max-width: 575.9px){
    #detalhes-produto .sem-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media(min-width: 401px) AND (max-width: 767.9px) {
    #detalhes-produto .beneficio-item{
        font-size:12px;
    }

    #detalhes-produto .produto-beneficios{
        gap: 5px;
    }
    #detalhes-produto .beneficio-item i{
        font-size: 20px;
    }
}


@media(max-width: 400px){
    #detalhes-produto .beneficio-item{
        font-size:12px;
    }

    #detalhes-produto .produto-beneficios{
        gap: 12px;
        flex-direction: column;
    }
    #detalhes-produto .beneficio-item i{
        font-size: 20px;
    }
}


@media(max-width: 767.9px){
    #detalhes-produto .avaliacoes-scroll{
        flex-direction: column;
        padding-right: 0px;
    }

    #detalhes-produto .avaliacao-card{
        display: flex;
        align-items: center;
    }
    #detalhes-produto .avaliacao-card p{
        margin-left: 10px;
    }
    #detalhes-produto .avaliacao-topo{
        margin-bottom: 0px;
    }
    #detalhes-produto .avaliacoes-next{
        display: none;
    }

    #detalhes-produto .produto-alerta-texto{
        font-size: 12px;
    }


    #detalhes-produto .combo-header h2{
        font-size: 22px;
    }

    #detalhes-produto .combos-produto{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    #detalhes-produto .combo-product h3{
        font-size: 14px;
    }
    #detalhes-produto .combo-price-area{
        flex-direction: column;
        gap: 10px;
    }
    #detalhes-produto .combo-btn{
        font-size: 16px;
    }
    #detalhes-produto .combo-discount{
        font-size: 12px;
    }
    #detalhes-produto .combo-img{
        height: 150px;
    }

    #detalhes-produto .tambem-levou-img{
        width: 75px;
        height: 75px;
    }
    #detalhes-produto .tambem-levou-item{
        grid-template-columns: 75px 1fr 64px;
    }
    #detalhes-produto .tambem-levou-info h4{
        font-size: 12px;
    }
    #detalhes-produto .tambem-levou-info strong{
        font-size: 14px;
    }

}


@media (max-width: 500px) {
    #detalhes-produto .avaliacao-card{
        flex-direction: column;
    }
    #detalhes-produto .avaliacao-card p{
        margin-left: 0px;
        margin-top: 10px;
        text-align: center;
    }
    #detalhes-produto .avaliacoes-header{
        flex-direction: column;
    }
}




/* Popup avaliações produto */
.produto-avaliacoes-popup {
    width: min(960px, 92vw);
    max-width: 960px;
    padding: 25px;
    border-radius: 12px;
}

.produto-avaliacoes-popup-header {
    margin-bottom: 20px;
}

.produto-avaliacoes-popup-header h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px;
}

.produto-avaliacoes-popup-header p {
    font-size: 14px;
    color: #555 !important;
    margin: 0;
}

.produto-avaliacoes-loading,
.produto-avaliacoes-erro,
.produto-sem-avaliacoes {
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
    font-size: 14px;
}

.produto-avaliacoes-erro {
    color: #b00020 !important;
}

.produto-avaliacoes-popup-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
}

.produto-avaliacoes-popup-lista {
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 8px;
}

.produto-avaliacoes-popup-lista h3,
.produto-avaliacoes-popup-formbox h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 15px;
}

.produto-review-item {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 12px;
    background: #fff;
}

.produto-review-topo {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.produto-review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.produto-review-topo h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 3px;
}

.produto-review-topo span {
    display: block;
    font-size: 12px;
    color: #777 !important;
    margin-top: 3px;
}

.produto-review-stars {
    display: flex;
    gap: 2px;
    font-size: 13px;
}

.produto-review-stars i {
    color: #ffc107 !important;
}

.produto-review-texto,
.produto-review-texto p {
    font-size: 14px;
    line-height: 1.4;
    color: #333 !important;
    margin-bottom: 0;
}

.produto-avaliacoes-popup-formbox {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #f7f7f7;
    align-self: start;
}

.produto-review-aviso {
    font-size: 14px;
    color: #555 !important;
    margin-bottom: 12px;
}

.produto-review-login-btn,
.produto-review-form button {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 7px;
    background: #079a68;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.produto-review-form label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.produto-review-form select,
.produto-review-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 12px;
}

.produto-review-form textarea {
    resize: vertical;
}

.produto-review-form-result,
.produto-review-global-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
}

.produto-review-form-result.erro {
    background: #ffecec;
    color: #b00020 !important;
}

.produto-review-global-message.sucesso {
    background: #e7f8ef;
    color: #087e58 !important;
    margin-bottom: 15px;
}

@media(max-width: 767.9px) {
    .produto-avaliacoes-popup {
        width: 94vw;
        padding: 18px;
    }

    .produto-avaliacoes-popup-grid {
        grid-template-columns: 1fr;
    }

    .produto-avaliacoes-popup-lista {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

.produto-review-photo-field {
    margin-bottom: 12px;
}

.produto-review-photo-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.produto-review-current-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
    background: #fff;
    flex-shrink: 0;
}

.produto-review-photo-preview input[type="file"] {
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
}

.produto-review-photo-preview small {
    display: block;
    font-size: 11px;
    color: #666 !important;
    line-height: 1.3;
}


#detalhes-produto #descricao-produto,
#detalhes-produto #dados-nutricionais,
#detalhes-produto #modo-preparo,
#detalhes-produto #faq
{
    scroll-margin-top: 170px;
}

