/* FUNDO FIXO E RESPONSIVO */
html, body {
  height: 100%;
}

body,
.g_ body {
  background: url('https://cdn.awsli.com.br/2952/2952679/arquivos/fundo-final2.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
  min-height: 100vh;
}

/* REMOVE FUNDOS BRANCOS QUE COBREM O BACKGROUND */
#corpo,
.conteiner,
.container,
.barra-inicial,
.topo,
#rodape {
  background: transparent !important;
}

.g_ #barraNewsletter, .g_ #barraNewsletter .componente, .g_ #barraNewsletter .show-hide, .g_ #barraNewsletter.posicao-rodape .conteiner {
    background: transparent;
    box-shadow: 0 0 0;
}
/* REMOVE NEWSLETTER */
.barraNewsletter {
  display: none !important;
}

/* REMOVE RODAPÉ */
#rodape {
  display: none !important;
}
/* OCULTAR NEWSLETTER */
.componente.newsletter {
  display: none !important;
}







/* ESTRUTURA DA PÁGINA */
html, body {
  height: 100%;
}

/* CONTAINER PRINCIPAL VIRA FLEX */
.container-principal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* CONTEÚDO CRESCE */
#corpo {
  flex: 1;
}

/* RODAPÉ SEMPRE NO FINAL */
.boro-footer {
  margin-top: auto;
}

/* REMOVE MENU MOBILE PADRÃO LOJA INTEGRADA */
@media (max-width: 767px) {

  /* botão hamburguer padrão */
  .menu-trigger,
  .menu-toggle {
    display: none !important;
  }

  /* menu lateral padrão */
  .menu.superior,
  .menu-lateral,
  .offcanvas-menu,
  .menu-mobile {
    display: none !important;
  }

}


.product-functions {
  display: none !important;
}

.codigo-produto {
  display: none !important;
}

.g_ .produto .acoes-produto .preco-produto .preco-a-partir .titulo, .g_ .produto .acoes-produto .preco-produto .titulo.preco-promocional, .g_ .produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 22px;
    line-height: 36px;
    display: block;
    color: var(--tc1);
    font-weight: 500;
    font-family: Roboto Bold;
    font-weight: 700;
    font-size: 21px;
    color: #666;
}
.g_ .produto .principal .nome-produto {
    font-size: var(--fs22);
    font-weight: 500;
    color: var(--tc1);
    font-weight: 700;
}
.g_ .finalizar-compra .caixa-sombreada {
    box-shadow: 0 0 0;
    border-radius: 0 !important;
    overflow: hidden;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.7);
}

.g_ .abas-custom .tab-content:before {
  display: none !important;
}
.cep{
  display: none !important;
}
.produto .principal>*:last-child {
    border: 0;
    display: none;
}
.g_ .abas-custom .tab-content:before {

    display: none;
}
.g_ .menu.superior {
    display: none;
}
.coluna>div, #corpo .conteiner>div {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    display: none;
}
.g_ .coluna .componente, .g_ .lateral {
    display: none;
}
@media (max-width: 767px) {
    .g_ .listagem-item .acoes-produto {
        display: block;
        opacity: 1;
        text-align: center;
        box-sizing: border-box;
        display: none;
    }
}
.ordenar-listagem.topo {
    padding-bottom: 10px;
    border-width: 0 0 1px;
    display: none;
}