/* estilo padrão dos botões de tamanhos */
.atributo-item[data-grade-nome="Tamanhos"] {
  background: #f6ebff !important;   /* fundo padrão */
  color: #AFAABF !important;        /* cor da letra */
  border: 2px solid #AFAABF !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1rem;
  border-radius: .5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none; /* tira sublinhado de link */
}

/* hover */
.atributo-item[data-grade-nome="Tamanhos"]:hover {
  background: #AFAABF !important;
  color: #ffffff !important;
  border-color: #AFAABF !important;
}

/* quando está selecionado */
.atributo-item[data-grade-nome="Tamanhos"].ativo {
  background: #AFAABF !important;
  color: #ffffff !important;
  border-color: #AFAABF !important;
}






/* fundo full width da faixa de categorias */
.full.menu.hidden-phone {
  background: #A47DAB !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

/* itens */
.full.menu.hidden-phone .nivel-um li {
  flex: 1;
  text-align: center;
  background: transparent !important;
}

/* texto padrão */
.full.menu.hidden-phone .nivel-um li a .titulo {
  color: #ffffff !important;
  font-weight: 600;
  display: block;
  padding: 1rem;
}

/* hover: só muda a letra */
.full.menu.hidden-phone .nivel-um li:hover a .titulo {
  color: #f6ebff !important;
}


Melhor Envio { background-image: url("https://cdn.awsli.com.br/2856/2856245/arquivos/melhor-envio.png"); }