vitrine produto
.vitrine-produto-comprar {
    border-radius: 50px;
    box-shadow: 4px 4px 9px 2px #5f076f4f;
    background: #f4f7ff;
    border: 1px tra
}


.vitrine-produto{ 
    background: #fff;
    border: 1px solid #412b4826;
    padding:15px; 
    border-radius:30px;
    margin:8px;
	margin-bottom: 65px;
    margin-top 20px;
    box-shadow: 8px 8px 10px 2px #5f076f4f;
} 

.vitrine-produto .vitrine-produto-titulo {
    font-size: 14px;
    width: 100%;
    min-height: 60px;
    font-weight: 700;
    text-transform: none;
    padding: 10px 0;
    line-height: 17px;
}

.vitrine-produto:hover{
	transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.cabecalho-topo {
    font-size: 17px;
}
.cabecalho-botao .cabecalho-botao-icone-quadrado {
	BORDER-RADIUS: 50%;
}

.cabecalho-conteudo a {
    BORDER-RADIUS: 50PX;
}
.cabecalho-menu {
    background: #ffffff;
}

.gallery-cell {
    position: unset !important;
}

.texto-branco {
    color: #412B48 !important;
}

.texto-cor-primaria
 {
    color: #412B48;
}

.produto-pagina-botao-comprar {
    background: #412B48;
    border-radius: 50px;
}

.texto-branco {
    color: #ffffff !important;
}


.vitrine-categorias{
	background: #412B48;
	border-radius: 15px;
    color:#fff;
} 
.cabecalho-barra-busca{
    border: 2px solid #412B48;
    border-radius: 25px;
}

.cabecalho-barra-busca button{
	background: #412B48;
    color:#A395AE;
}