/* THREE MONKEYS - BASE VISUAL */

body {
    background: #0b0b0b !important;
    color: #f5f5f5 !important;
}

/* Área principal da loja */
#corpo,
.conteiner-principal,
.conteiner {
    background: #0b0b0b !important;
}

/* Cabeçalho */
#cabecalho {
    background: #080808 !important;
    border-bottom: 1px solid #69d12f !important;
}

/* Menu principal */
.menu.superior,
.menu.superior .nivel-um {
    background: #111111 !important;
}

.menu.superior .nivel-um > li > a {
    color: #f5f5f5 !important;
}

.menu.superior .nivel-um > li > a:hover {
    color: #7ee536 !important;
}

/* Títulos */
h1,
h2,
h3,
h4,
.titulo {
    color: #ffffff !important;
}

/* Links */
a {
    transition: all 0.25s ease;
}

a:hover {
    color: #7ee536;
}

/* Botões */
.botao,
.btn,
button {
    background: #70d934 !important;
    color: #050505 !important;
    border: none !important;
    border-radius: 5px !important;
    transition: all 0.25s ease !important;
}

.botao:hover,
.btn:hover,
button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(112,217,52,0.55);
}

/* Produtos */
.listagem .listagem-item {
    background: #141414 !important;
    border: 1px solid #262626 !important;
    border-radius: 8px !important;
}

/* Nome dos produtos */
.listagem .titulo-produto {
    color: #ffffff !important;
}

/* Preços */
.preco-produto,
.preco-promocional {
    color: #7ee536 !important;
}

/* Rodapé */
#rodape {
    background: #080808 !important;
    color: #dddddd !important;
}/* =========================================
   THREE MONKEYS - ETAPA 2
   CABEÇALHO + MENU PREMIUM
========================================= */

/* Cabeçalho */
#cabecalho {
    background: #080808 !important;
}

#cabecalho .conteiner {
    background: #080808 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Texto de boas-vindas e conta */
#cabecalho .bem-vindo,
#cabecalho .atalhos-conta,
#cabecalho .atalhos-conta a {
    color: #bdbdbd !important;
}

/* Pesquisa */
#cabecalho .busca {
    background: transparent !important;
}

#cabecalho .busca input {
    background: #161616 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
    border-radius: 6px 0 0 6px !important;
    height: 40px !important;
}

#cabecalho .busca input::placeholder {
    color: #888888 !important;
}

#cabecalho .busca .botao {
    background: #74db35 !important;
    color: #050505 !important;
    height: 40px !important;
    border-radius: 0 6px 6px 0 !important;
}

/* Carrinho */
#cabecalho .carrinho {
    background: #111111 !important;
    border: 1px solid #252525 !important;
    border-radius: 6px !important;
}

#cabecalho .carrinho a,
#cabecalho .carrinho span {
    color: #ffffff !important;
}

/* MENU PRINCIPAL */
.menu.superior {
    background: #0d0d0d !important;
    border-top: 1px solid #1d1d1d !important;
    border-bottom: 1px solid #6ed32e !important;
}

.menu.superior .nivel-um {
    background: #0d0d0d !important;
}

.menu.superior .nivel-um > li {
    border: none !important;
    background: transparent !important;
}

.menu.superior .nivel-um > li > a {
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: 15px 16px !important;
    transition: 0.25s ease !important;
}

.menu.superior .nivel-um > li:hover > a {
    background: #161616 !important;
    color: #78df35 !important;
}

/* Submenus */
.menu.superior .nivel-dois,
.menu.superior .nivel-tres {
    background: #101010 !important;
    border: 1px solid #2d2d2d !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.6) !important;
}

.menu.superior .nivel-dois li a,
.menu.superior .nivel-tres li a {
    color: #eeeeee !important;
}

.menu.superior .nivel-dois li:hover > a,
.menu.superior .nivel-tres li:hover > a {
    background: #1b1b1b !important;
    color: #7ee536 !important;
}

/* Linha verde discreta da marca */
#cabecalho:after {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #70db31,
        transparent
    );
    opacity: .65;
}
/* =========================================
   THREE MONKEYS - ETAPA 3
   CORREÇÕES DE CONTRASTE
========================================= */

/* Títulos das vitrines */
.listagem .titulo-categoria,
.listagem .titulo-categoria strong,
.vitrine .titulo,
#corpo h1,
#corpo h2,
#corpo h3 {
    color: #ffffff !important;
}

/* Nome dos produtos */
.listagem-item .nome-produto,
.listagem-item .titulo-produto,
.listagem-item a {
    color: #eeeeee !important;
}

/* Preço */
.listagem-item .preco-produto,
.listagem-item .preco-promocional,
.listagem-item .preco-venda,
.listagem-item .preco-parcela {
    color: #79df35 !important;
}

/* Cards dos produtos */
.listagem .listagem-item {
    background: #121212 !important;
    border: 1px solid #292929 !important;
}

/* Coluna lateral */
.coluna {
    background: #0b0b0b !important;
}

/* Menu lateral */
.menu.lateral {
    background: #111111 !important;
    border: 1px solid #292929 !important;
}

.menu.lateral .nivel-um > li {
    background: #111111 !important;
    border-bottom: 1px solid #282828 !important;
}

.menu.lateral .nivel-um > li > a,
.menu.lateral .nivel-um > li > a strong,
.menu.lateral .nivel-um > li > a span {
    color: #eeeeee !important;
}

.menu.lateral .nivel-um > li:hover {
    background: #181818 !important;
}

.menu.lateral .nivel-um > li:hover > a,
.menu.lateral .nivel-um > li:hover > a strong {
    color: #7ee536 !important;
}

/* Newsletter lateral */
.caixa-newsletter {
    background: #111111 !important;
    color: #eeeeee !important;
}

/* Área central */
.secao-principal,
.conteudo,
#corpo .conteiner {
    background-color: #0b0b0b !important;
}/* =========================================
   THREE MONKEYS - ETAPA 3B
   CORREÇÃO TEMA ANTIGO
========================================= */

/* TÍTULOS DAS VITRINES */
#corpo .titulo,
#corpo .titulo-categoria,
#corpo h1,
#corpo h2,
#corpo h3,
#corpo h4 {
    color: #ffffff !important;
}

/* TEXTOS DOS PRODUTOS */
#corpo .listagem-item,
#corpo .listagem-item a,
#corpo .listagem-item span,
#corpo .listagem-item .nome-produto,
#corpo .listagem-item .titulo-produto {
    color: #e8e8e8 !important;
}

/* PREÇOS */
#corpo .preco-produto,
#corpo .preco-venda,
#corpo .preco-promocional,
#corpo .preco-parcela {
    color: #7ee536 !important;
}

/* MENU/COLUNA LATERAL */
#corpo .menu.lateral,
#corpo .menu.lateral ul,
#corpo .menu.lateral li,
#corpo .menu.lateral .nivel-um,
#corpo .menu.lateral .nivel-dois {
    background: #111111 !important;
}

#corpo .menu.lateral li {
    border-color: #292929 !important;
}

#corpo .menu.lateral li a,
#corpo .menu.lateral li a span,
#corpo .menu.lateral li a strong {
    color: #eeeeee !important;
    background: #111111 !important;
}

#corpo .menu.lateral li:hover,
#corpo .menu.lateral li:hover > a {
    background: #1c1c1c !important;
}

#corpo .menu.lateral li:hover > a,
#corpo .menu.lateral li:hover > a span,
#corpo .menu.lateral li:hover > a strong {
    color: #7ee536 !important;
}

/* CAIXAS LATERAIS */
#corpo .lateral .caixa,
#corpo .lateral .caixa-conteudo,
#corpo .coluna .caixa,
#corpo .coluna .caixa-conteudo {
    background: #111111 !important;
    color: #eeeeee !important;
    border-color: #292929 !important;
}

/* CARDS */
#corpo .listagem-item {
    background: #131313 !important;
    border-color: #292929 !important;
}

/* HOVER DO CARD */
#corpo .listagem-item:hover {
    border-color: #72db32 !important;
    box-shadow: 0 0 18px rgba(114,219,50,.15) !important;
}/* =========================================
   THREE MONKEYS - ETAPA 4
   MENU SUPERIOR COMPACTO
========================================= */

@media (min-width: 768px) {

    .menu.superior .nivel-um {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #0d0d0d !important;
    }

    .menu.superior .nivel-um > li {
        display: inline-block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        background: transparent !important;
        border: none !important;
    }

    .menu.superior .nivel-um > li > a {
        display: block !important;
        padding: 11px 14px !important;
        white-space: nowrap !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        color: #ffffff !important;
        background: transparent !important;
        border: none !important;
    }

    .menu.superior .nivel-um > li:hover > a {
        color: #7ee536 !important;
        background: #171717 !important;
    }

    /* Submenu escondido até passar o mouse */
    .menu.superior .nivel-dois {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        z-index: 9999 !important;
        min-width: 240px !important;
        padding: 6px 0 !important;
        background: #111111 !important;
        border: 1px solid #2c2c2c !important;
        box-shadow: 0 10px 25px rgba(0,0,0,.65) !important;
    }

    .menu.superior .nivel-um > li:hover > .nivel-dois {
        display: block !important;
    }

    .menu.superior .nivel-dois li {
        display: block !important;
        width: 100% !important;
        background: #111111 !important;
    }

    .menu.superior .nivel-dois li a {
        display: block !important;
        padding: 10px 14px !important;
        color: #eeeeee !important;
        background: #111111 !important;
        white-space: nowrap !important;
    }

    .menu.superior .nivel-dois li:hover > a {
        color: #7ee536 !important;
        background: #1b1b1b !important;
    }

    /* Reduz a altura ocupada pelo bloco do menu */
    .menu.superior {
        padding: 0 !important;
        margin: 0 !important;
        min-height: 0 !important;
    }
}/* =========================================
   THREE MONKEYS - ETAPA 5
   LOGO + MENU MAIS COMPACTO
========================================= */

@media (min-width: 768px) {

    /* LOGO */
    #cabecalho .logo img {
        max-width: 185px !important;
        max-height: 115px !important;
        width: auto !important;
        height: auto !important;
    }

    #cabecalho .logo {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    /* MENU MAIS COMPACTO */
    .menu.superior .nivel-um > li > a {
        padding: 8px 9px !important;
        font-size: 13px !important;
        line-height: 1.15 !important;
    }

    .menu.superior .nivel-um {
        justify-content: center !important;
        row-gap: 0 !important;
    }

    .menu.superior {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}/* THREE MONKEYS - FULL BANNER LARGURA TOTAL */

.fullbanner,
.banner-full,
.banner.cheio,
.banner-full-width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.fullbanner img,
.banner-full img,
.banner.cheio img,
.banner-full-width img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
}
/* THREE MONKEYS - FULL BANNER REALMENTE LARGO */

.pagina-inicial .secao-banners .conteiner {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pagina-inicial .secao-banners .row-fluid,
.pagina-inicial .secao-banners .span12 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}

.pagina-inicial .secao-banners .banner.cheio {
    width: 100% !important;
    max-width: 100% !important;
}

.pagina-inicial .secao-banners .banner.cheio img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}/* THREE MONKEYS - CORREÇÃO BARRA HORIZONTAL */

.pagina-inicial .secao-banners {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.pagina-inicial .secao-banners .conteiner,
.pagina-inicial .secao-banners .row-fluid,
.pagina-inicial .secao-banners .span12,
.pagina-inicial .secao-banners .banner.cheio {
    box-sizing: border-box !important;
}

.pagina-inicial .secao-banners img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}/* =========================
   THREE MONKEYS - RODAPÉ
   ========================= */

#rodape,
.rodape,
.rodape-inferior,
#rodape .container,
.rodape .container {
  background: #050505 !important;
  background-image: none !important;
}

#rodape,
.rodape {
  color: #ffffff !important;
}

/* Remove fundos claros/cinzas do rodapé */
#rodape .row,
#rodape .span3,
#rodape .span4,
#rodape .span6,
#rodape .span8,
#rodape .span9,
#rodape .span12,
.rodape .row,
.rodape [class*="span"] {
  background-color: #050505 !important;
  background-image: none !important;
}

/* Área de redes sociais */
#rodape .redes-sociais,
.rodape .redes-sociais {
  background: #0b0b0b !important;
  border: 1px solid #222 !important;
}

/* Títulos do rodapé */
#rodape h1,
#rodape h2,
#rodape h3,
#rodape h4,
.rodape h1,
.rodape h2,
.rodape h3,
.rodape h4 {
  color: #ffffff !important;
}

/* Links do rodapé */
#rodape a,
.rodape a {
  color: #ffffff !important;
}

#rodape a:hover,
.rodape a:hover {
  color: #8ee600 !important;
}/* =========================================
   THREE MONKEYS - CORREÇÃO FINAL DO RODAPÉ
   ========================================= */

#rodape {
    background: #050505 !important;
    background-image: none !important;
}

/* Container principal do rodapé */
#rodape > .container,
#rodape .container {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
}

/* Linhas e colunas internas */
#rodape .row-fluid,
#rodape .row,
#rodape [class*="span"] {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
}

/* Área institucional */
#rodape .institucional,
#rodape .institucional .container {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
}

/* Área de pagamento e selos */
#rodape .pagamento-selos,
#rodape .pagamento-selos .container,
#rodape .pagamento,
#rodape .selos {
    background: #050505 !important;
    background-color: #050505 !important;
    background-image: none !important;
}

/* Área social */
#rodape .redes-sociais,
#rodape .redes-sociais .caixa,
#rodape .social {
    background: #0b0b0b !important;
    background-color: #0b0b0b !important;
    background-image: none !important;
    border-color: #222 !important;
}

/* Textos */
#rodape,
#rodape p,
#rodape span,
#rodape li,
#rodape h1,
#rodape h2,
#rodape h3,
#rodape h4 {
    color: #ffffff !important;
}

/* Links */
#rodape a {
    color: #ffffff !important;
}

#rodape a:hover {
    color: #8ee600 !important;
}

/* Fundo que aparece fora do container */
body,
html {
    background-color: #050505 !important;
}/* THREE MONKEYS - FUNDO EXTERNO DO RODAPÉ */

html,
body,
#rodape,
#rodape:before,
#rodape:after {
  background-color: #050505 !important;
  background-image: none !important;
}

/* Faixas externas que aparecem ao lado do container */
#rodape .container,
#rodape .row-fluid,
#rodape .institucional,
#rodape .pagamento-selos {
  background-color: #050505 !important;
  background-image: none !important;
}

/* Remove textura/fundo do tema ao redor do rodapé */
.tema-escuro,
.tema-escuro body,
.tema-escuro #rodape {
  background-color: #050505 !important;
  background-image: none !important;
}/* THREE MONKEYS - ACABAMENTO FINAL DO RODAPÉ */

.rodape-inferior,
.rodape-inferior .container,
#rodape + div,
#rodape ~ div {
  background-color: #050505 !important;
  background-image: none !important;
}/* THREE MONKEYS - PRODUTOS SEM BORDAS */
.listagem .listagem-item,
.listagem-item {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}