.product-categories-grid {
    gap: 20px;
}

.category-item img {
    transition: transform 0.3s ease;
}

.category-item img:hover {
    transform: scale(1.05);
}

.category-item h3 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}
