.listagem .listagem-item:hover .botao-whatsapp {
    opacity: 1;
    background-color: #ffffff;
    height: 40px;
    border: solid;
border-width: 1px;
    border-color: #56d263;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #56d263;
    width: 86%;
    flex-grow: 1;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 28px;
}

// .listagem-item .botao-whatsapp{
//     top: 139px;
// }

.botao-whatsapp {
    margin-top: 6px;
    border: solid;
border-width: 1px;
    border-color: #56d263;
    opacity: 0;
    position: absolute;
    // bottom: 60px;
    background-color: #ffffff;
    color: #56d263;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 74%;
    height: 40px;
    align-items: center;
    display: flex;
    z-index: 9999999;
    border-radius: 6px;
}

.botao-whatsapp a {
    display: flex;
    flex-direction: row-reverse!important;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    padding: 3px;
    color: #fff;
    
}

.botao-whatsapp svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    fill: #56d263 !important
}

.listagem-item .botao-whatsapp svg{
    margin-top: 6px;
}

.produto .principal .botao-whatsapp {
    opacity: 1;
    width: 320px;
    padding: 0;
    margin-top: 11px;
    margin-left: -1px;
    margin-bottom: 20px;
    position: unset !important;
    right: 50%;
}

// .btn-wpp-prateleira{
//     position: relative;
// }


@media(max-width: 992px){
    .produto .principal .botao-whatsapp{
        left: 57px;
    }
    
    .produto .principal > div{
		border: 0px !important;
	}
    
    .produto .principal .botao-whatsapp{
		width: 100% !important;
	}
	
	.listagem .listagem-item .botao-whatsapp {
		display: none !important;
	}
}

@media(min-width: 992px){
	
	.principal .botao-whatsapp{
		left: -30%;
	}
	
}

.principal .botao-whatsapp {
    border-radius: 4px !important;
    height: 40px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}




// .listagem-item .acoes-produto{
//     opacity: 1 !important;
// }