.grid-products7 .products-list .product-cover {
    width: 100%;
}

.grid-products7 .products-list .product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-products7 .product-meta {
    text-align: center;
    box-shadow: 0px 10px 15px 0px #00000012;
}

.grid-products7 .d-w-100 {
    width: 100%;
}

.grid-products7 .d-w-50 {
    width: 50%;
}

.grid-products7 .d-w-33 {
    width: 33.33%;
}

.grid-products7 .d-w-25 {
    width: 25%;
}

@media (max-width: 768px) {
    .grid-products7 .t-w-100 {
        width: 100%;
    }

    .grid-products7 .t-w-50 {
        width: 50%;
    }

    .grid-products7 .t-w-33 {
        width: 33.33%;
    }

    .grid-products7 .t-w-25 {
        width: 25%;
    }
}

@media (max-width: 576px) {
    .grid-products7 .m-w-100 {
        width: 100%;
    }
    
    .grid-products7 .m-w-50 {
        width: 50%;
    }
    
    .grid-products7 .m-w-33 {
        width: 33.33%;
    }
    
    .grid-products7 .m-w-25 {
        width: 25%;
    }
}