/* Força remoção total dos ícones antigos */
.insta-sel img,
.insta-sel svg,
.insta-sel i,
.insta-sel span.icon,
.insta-sel li::before,
.insta-sel li::after,
.insta-sel a::before,
.insta-sel a::after {
  display: none !important;
  background: none !important;
  content: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Remove fundo e bordas residuais */
.insta-sel li,
.insta-sel li a {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
/* 1. Acessórios */
.insta-sel li:nth-child(1) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/fone-de-ouvido.png');
}

/* 2. Caixa de Som */
.insta-sel li:nth-child(2) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/caixas-de-som.png');
}

/* 3. Celulares */
.insta-sel li:nth-child(3) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/botao-movel.png');
}

/* 4. Fones de Ouvido */
.insta-sel li:nth-child(4) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/airpods.png');
}

/* 5. Informática */
.insta-sel li:nth-child(5) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/dispositivos.png');
}

/* 6. Smartwatch */
.insta-sel li:nth-child(6) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/assistir-inteligente.png');
}

/* 7. Video Game */
.insta-sel li:nth-child(7) a::before {
  background-image: url('https://cdn.awsli.com.br/2888/2888806/arquivos/controlador-de-console.png');
}

/* Remove qualquer fundo ou círculo antigo */
.insta-sel li,
.insta-sel li a {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ajusta o texto */
.insta-sel li a {
  text-align: center;
  padding: 10px 0;
  color: #222;
  font-weight: 600;
  font-size: 14px;
}

/* Efeito hover opcional (cresce o ícone levemente) */
.insta-sel li a:hover::before {
  transform: scale(1.1);
  transition: all 0.3s ease;
}