@media (max-width: 767px) {
    .lrMenuBox a {
                opacity: 10 !important;
    }}
    
    .listagem-item.indisponivel .bandeiras-produto .bandeira-indisponivel {
color: #fff !important;
}


:root {
    --cor_primaria: #000000;
    --cor_secundaria: #000000;
    --cor_botao: #000000;
    --cor_botao_hover: #000000;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #006429;
    --pre_cabecalho: #000000;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #ffffff;
    --cor_icones: #e40515;
    --cor_icones_hover: #e40713;
    --cor_texto_icones: #e40515;
    --cor_menu: #e40515;
    --cor_texto_menu: #ffffff;
    --cor_newsletter: #e40515;
    --cor_footer: #fff;
    --cor_texto_footer: #000000;
    --texto_global: #000000;
    --cor_clara: #fff;
    --cor_escura: #000000;
    --texto_background: #ffffff;
    --texto_bg_escuro: #333;
    --texto_bg_claro: #333;
}

span.titulo.cor-secundaria.vazio-text {
    display: none!important;
}

span strong.titulo.cor-secundaria {
    display: none!important;
}

/* Badge do carrinho – MOBILE APENAS */
@media (max-width: 767px) {
    .cart-mobile {
        position: relative !important;
    }}

    .badge-cart {
        position: absolute !important;
        top: 23px !important;   /* ajustado */
        left: 11px !important; /* ajustado */

        background: #fff !important;
        color: #f7941d !important;
        width: 18px !important;
        height: 18px !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 9999 !important;
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
    }

/* Ocultar carrinho no desktop */
@media (min-width: 769px) {
    .badge-cart {
        display: none !important;
        visibility: hidden !important;
    }
}    


#rodape .design-fox {
    display: none !important;
}

 .pagina-carrinho .acao-editar .botao.principal.grande {
    display: none !important;
}

.newConfig {
display: none !important;    
}

#rodape .pagamento-selos .pagamento, #rodape .pagamento-selos .selos {
display: none !important;
}

/*Retira o botão "Saiba mais" do Header*/
.top-header a::after{
	display: none !important;
}

/*Retira o botão "CUPOM" do Newslleter*/
.cupom-code{
	display: none !important;
}

#formRastrearObj {
display: none !important;
}

.minhaconta {
display: none !important;
}

.my_account>a {
display: none;
}

.my_account ul {
display: none;
}

.my_account {
display: none;
}

.my_account .user-icon {
display: none;
}

.meuspedidos {
display: none !important;
}

/*Retira o botão botão topo*/
#return-to-top {
display: none !important;
}

#flutuante-produto {
display: none !important;
}

@media only screen and (max-width: 767px) {
.user-mobile, .user-mobile a {
display: none !important;
}}

.container-conteudo-drop-help li:nth-child(3) p {
	display: none !important;
}

.full-banners:hover .slick-next.slick-arrow {
display: none !important;
}

.full-banners:hover .slick-prev.slick-arrow {
display: none !important;
}

.cep label {
display: none !important;
}

.produto .cep form#formCalcularCep {
display: none !important;
}

.parcelas-produto .accordion {
display: none !important;
}

#avaliacoes .linkProduto {
    display: none !important;
}

#btn-aceito-cookies {
  background-color: #321a13 !important;
}

.wishList, .wishList a {
display: none !important;
}

a.btn-favorite-page-prod:before, a.btn-favorite:before {
    display: none!important;
}

div.control-group {
    display: none!important;
}

div.subtotal {
    display: none!important;
}


div.whats-button {
    display: none!important;
}