.card {
  margin-bottom: 5px;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        }
          .modal-product,.product-new{
                background: #031926;
                color: white;
          }
 
  .section-products .product-new .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .product-new:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .product-new .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .product-new .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .product-new .part-1 ul li a:hover {
    color: #fe302f;
}