.wrap-logo-rodape > a:first-child {
  
    display: none!important;

}

.logo-agencia {
    display: none!important;
}

#descricao {
    font-size: 1.5em!important;
}

.banners-list {
    justify-content: center!important;
}

.developed_by {
    display: none!important;
}

.next-reviews .reviews .card .footer .date {
    display: none!important;}

.aviso-disponibilidade {
    color: green!important;
    font-weight: bold!important;
    font-size: 1rem!important;
}

.banner-tarja__image img[src*="rav-preview-136x49-dvhtrrel.svg"] {
  width: 180px !important;
}


.fitinha {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #28a745;
  color: white;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 0.85rem;
  border-bottom-left-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  text-transform: uppercase;
  pointer-events: none;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: sans-serif;
}

.fitinha svg {
  width: 26px;
  height: 26px;
  fill: white;
}

.atalhos-mobile{
    z-index: 600;
}

.box-wrapper-contact__item--wpp, .box-wrapper-contact__item--tel {
    display: none!important;
}

a.whats-float {
    fill: #fff;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 50%;
    position: fixed;
    z-index: 999;
    transition: all .3s;
    background-color: #08c;
    box-sizing: border-box;
}

.visible-phone li:first-child, /* Telefone */
.visible-phone .tel-whatsapp {
  display: none !important;
}

.produto .acoes-produto .comprar span.cor-secundaria.disponibilidade-produto {
    color: #b1b1b1;
    display: block!important;
    width: 100%;
}

.disp-entrega{
    display: block;
    text-align: left;
}

.comprar {
    margin-bottom: 20px!important;
}

.header-anchor {
    bottom: 7vh!important;
}

/* --- ESTILOS PARA A DESCRIÇÃO DO PRODUTO (USANDO O SELETOR #descricao) --- */

/* 1. CONTAINER PRINCIPAL (a tag <article> que está dentro de #descricao) */
div#descricao article {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 8px;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

/* 2. TÍTULOS DE SEÇÃO (H2) */
div#descricao article h2 {
  font-size: 24px;
  color: #2c3e50;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Remove a borda do primeiro título (dentro do <header>) para um visual mais limpo */
div#descricao article header h2 {
  font-size: 26px;
  text-align: center;
  color: #1a1a1a;
  border-bottom: none;
}

/* 3. PARÁGRAFOS */
div#descricao article p {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
}

/* 4. TEXTO EM NEGRITO (strong) */
div#descricao article strong {
  color: #000;
}

/* 5. LISTAS E ITENS DE LISTA */
div#descricao article ul {
  font-size: 17px;
  color: #555;
  list-style: none; /* Remove os marcadores padrão */
  padding-left: 0;
}

div#descricao article li {
  margin-bottom: 15px;
  padding-left: 25px; /* Deixa espaço para o ícone */
  position: relative;
}

/* Adiciona um ícone de 'check' antes dos itens da 1ª e 2ª seção de lista */
div#descricao article section:nth-of-type(1) li::before,
div#descricao article section:nth-of-type(2) li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #e67e22; /* Cor laranja para os 'checks' */
}

/* Muda a cor dos 'checks' para a segunda seção */
div#descricao article section:nth-of-type(2) li::before {
  color: #2980b9; /* Cor azul para os 'checks' */
}

/* 6. AJUSTES NA LISTA DE ESPECIFICAÇÕES TÉCNICAS (que é a 3ª seção) */
div#descricao article section:nth-of-type(3) li {
  padding-left: 0; /* Remove o espaço do ícone */
}

/* Remove o ícone de 'check' da lista de especificações */
div#descricao article section:nth-of-type(3) li::before {
  content: '';
}

/* Estiliza a sub-lista (de dimensões) dentro das especificações */
div#descricao article section:nth-of-type(3) ul ul {
  padding-left: 25px;
  list-style: circle; /* Usa um círculo como marcador */
  margin-top: 10px;
}

/* 7. ESTILO DO "AVISO IMPORTANTE" (é o 1º parágrafo da 3ª seção) */
div#descricao article section:nth-of-type(3) p:nth-of-type(1) {
  font-size: 16px;
  color: #c0392b;
  font-weight: bold;
  background-color: #f9e0de;
  padding: 15px;
  border-radius: 5px;
  border-left: 5px solid #c0392b;
  margin-top: 20px;
}

/* Garante que o texto em negrito dentro do aviso fique vermelho */
div#descricao article section:nth-of-type(3) p:nth-of-type(1) strong {
  color: inherit;
}

/* 8. BLOCO FINAL DE "CHAMADA PARA AÇÃO" (a última seção da descrição) */
div#descricao article section:last-of-type {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
}

/* Estilos para os elementos dentro da chamada para ação */
div#descricao article section:last-of-type h2 {
  font-size: 26px;
  color: #ffffff;
  border: none;
}

div#descricao article section:last-of-type p {
  font-size: 18px;
  color: #ecf0f1;
}

div#descricao article section:last-of-type strong {
  color: #ffffff;
}

@media (max-width: 480px) {
  .fitinha {
    font-size: 0.7rem;
    padding: 3px 6px;
    gap: 4px;
  }

  .fitinha svg {
    width: 14px;
    height: 14px;
  }

  .aviso-entrega {
    font-size: 11px;
    line-height: 1.3;
    padding: 0 8px;
    text-align: center;
  }
}