/* Menu Insta - Tema Galeria */
@media screen and (max-width: 767px) {

  /* 1 - Colares */
  #menuinsta .slick-slide:nth-child(1) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-colar.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 2 - Pulseiras */
  #menuinsta .slick-slide:nth-child(2) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-pulseira.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 3 - Brincos */
  #menuinsta .slick-slide:nth-child(3) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-brinco.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 4 - Anéis */
  #menuinsta .slick-slide:nth-child(4) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-anel.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 5 - Handmade */
  #menuinsta .slick-slide:nth-child(5) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-handmade.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 6 - Pingentes */
  #menuinsta .slick-slide:nth-child(6) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-pingente.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 7 - Acessórios */
  #menuinsta .slick-slide:nth-child(7) a::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("https://cdn.awsli.com.br/2884/2884210/arquivos/icone-acessorio.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}