Materia Prima Fresca
MATERIA PRIMA A GRANEL
.card-product-description {
position: relative;
transition: all 0.5s;
background-color: #ffffff;
}
.card-product-description .products-bottons {
opacity: 0;
transition: all 0.5s;
}
.product-card:hover .card-product-description {
margin-top: -50px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.product-card:hover .card-product-description .products-bottons {
opacity: 1;
}