.product-card{
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 35px -8px rgba(0,0,0,0.12);
}
.hero-gradient{
    background-color: linear-gradient(135deg, #f5f7fa 0%, #e9edf5 100%);
}
product{
    display: flex;
    justify-content: ;
}