
.theme-product .card:hover {
    border: 1px solid #090909;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.card{
    transition: 0.3s;
}
.card:hover{
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.checked{
    color: orange;
}
#topBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

                