label.variacao-opcao.ativo:not(.variacao-opcao-inativa) {
    background: #FF0060;
    color: #fff;
}


.vitrine-produto .vitrine-produto-selo {

background: #fbfd00;
color: #000;


}

.cabecalho-barra-busca button {
   
    background: #FF0060;
        color: #FFF;
   }
   
   .vitrine-categorias {
    background: #008CFF;
    color: #fff;
}

.cabecalho-conteudo a {
    color:#FF0060;
}

.produto-pagina-arte-opc {
    
   
    border: 1px solid #333;
    border-radius: 5px;
}

.produto-pagina-arte-opc.ativo {
background: #FF0060;

}


.fundo-cor-primaria {
    background: #FF0060!important;
}

.fundo-cor-primaria:hover {
    background: #008cff !important;
}

.texto-cor-primaria:hover {
background-color: #008cff;
    color: #fff!important;
    font-weight: bolder;
    border-radius: 5px;
}



.submenu a:hover {
    background-color: #008cff; /* Cor de fundo ao passar o mouse */
    color: #fff!important;
    font-weight: bold;
}

.cabecalho-barra-busca button:hover {
    background-color: #008cff;
    color: #fff!important;
}

.cabecalho-botao:hover {
    background: #008cff;
    text-decoration: none;
    color: #fff!important;
}

/* zoom ao passar mouse na img */

.vitrine-produto-imagem {
  display: inline-block;
  
}

.vitrine-produto-imagem img {
  transition: transform 0.3s ease;
}

.vitrine-produto-imagem:hover img {
  transform: scale(1.2); /* Aumenta o tamanho da imagem em 20% */
}