.thead-black {
    background-color: black ;
}
.thead-black tr{
    color:  white !important;
}
.thead-black span{
    color:  white !important;
    width: 100%;
    text-align: center;
    padding: 10px !important;
}
.product-card-img{
    height: 200px !important;
    overflow: hidden;
}
.product-card-img img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.brand-icon-img{
    height: 60px !important;
}