/* KIKMA Category Images - Size Fix */

/* Make all category box images fit properly */
img[src*="/gallery/images/veg.png"],
img[src*="/gallery/images/meat.png"],
img[src*="/gallery/images/fruits.png"],
img[src*="/gallery/images/groc.png"] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-height: 400px !important;
}

/* Fix for category boxes container */
.category-box img,
.banner img {
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}