/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 14 2026 | 20:54:56 */
/* ----------------------------------- */
/* PRODUTOS */
/* ----------------------------------- */
.products .product {
    position: relative !important;
	z-index:1;
}

/* ----------------------------------- */
/* ICONE LISTA DE DESEJOS */
/* ----------------------------------- */
.ativar-acao-lista-de-desejos, .ativar-acao-lista-de-desejos:active, .ativar-acao-lista-de-desejos:focus {
    position: absolute;
    top: 1px;
    right: 4px;
    z-index: 2;
	
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction:row;
	flex-wrap:nowrap;
	background:none;
	color: #000;
	box-shadow:none;
	border:none;
	overflow:visible;
	height:25px;
	width:25px;
	padding: 0px;
	margin: 0px;
	font-size:16px;
	font-weight: bold;
	border-radius:5px;	
}

.ativar-acao-lista-de-desejos:hover{
	color: red;	
	background:none;
}