.vitrine-blog {
    background: #ffffff !IMPORTANT;
}


.banners-vantagens {
    border-bottom: 0px solid rgb(144 144 144 / .2196078431);
}


.carrossel-departamentos li img {
    border:0px solid rgb(203 203 203 / .5411764706);
    box-shadow:0 0px 0px 0 rgb(98 98 98 / .64);
}
    
    
.busca {
    padding: 0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #F7F7EF;
    border-radius: 0px;
    line-height: 44px;
    width: 100%;
}

.qtde-adicionar-carrinho {
        DISPLAY: NONE;
}


.botao.principal {
    border-radius: 0px;
}


.pagina-carrinho .caixa-sombreada {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.info-texto strong {
    margin-right: 4px;
    font-weight: normal;
    letter-spacing: 0px;
    text-decoration: underline;
}


.botao-tabela {
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom:10px;
    padding-top:10px;
}

.mais-formas {
    display: none;
}

.mais-formas svg {
    display: none !important;
}


.departamento-titulo {
    font-weight: normal !important;
}

.info-principal-produto {
    border-bottom: 0px  !important;
}

.preco-produto {
    min-height: 0px !important;
}



.preco-a-partir span {
        margin-right: 8px !important;
        text-transform: lowercase;
}

.preco-parcela {
    display: none !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto; /* Centraliza o vídeo */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



@media only screen and (max-width: 1024px) {
    .categorias-mobile .nivel-um .level1-wrap>i {
        font-size: 10px;
        height: 20px;
        width: 20px;
        color: white;
        background-color: black;
        border-radius: 100px;
        padding: 5px;
    }
}




.categoria-id-23280533 .nivel-dois {
  display: block !important;
  visibility: visible;
  opacity: 1;
  height: auto;
  max-height: none;
}


/* ===== CÓDIGO PARA TABELA DE MEDIDAS ===== */

/* Container principal */
.container-medidas {
  font-size: 14px;
  color: #000;
  background-color: #fff;
}

/* Títulos (MEDIDAS DA MODELO / PEÇA) */
.container-medidas p {
  font-weight: 700;
  margin: 24px 0 8px 0;
  background-color: #fff;
  font-size: 14px;
  color: #000;
}
.container-medidas p:first-of-type {
  margin-top: 0;
}

/* Tabelas */
.container-medidas table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}

/* Células (força o fundo e borda brancos) */
.container-medidas th,
.container-medidas td {
  padding: 4px 8px;
  text-align: left;
  font-weight: 400;
  background-color: #fff !important; /* Important para garantir a sobreposição */
  border: 1px solid #fff !important; /* Important para garantir a sobreposição */
  color: #000;
}

/* Primeira coluna e cabeçalhos */
.container-medidas th,
.container-medidas td:first-child {
  font-weight: 700;
  padding-left: 0;
}

/* Largura das colunas */
.tabela-modelo td:first-child { width: 35%; }
.tabela-modelo td:last-child  { width: 65%; }
.tabela-peca th, 
.tabela-peca td { 
  width: 25%;
}
/* ===== FIM DO CÓDIGO PARA TABELA DE MEDIDAS ===== */


