.custom-product-card{
    position:relative;
}

.custom-product-card .product-category{
    position:absolute !important;
    top:-5rem;
    
}
.custom-product-card:hover .product-category{
    top:0.5rem;
}

[data-nav] a.active {
    color: #0872dc !important;
}