/* Global Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Navigation */
.navbar-brand img {
    max-height: 40px;
    width: auto;
}

/* Product Cards */
.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 0.9rem;
}

/* Category List */
.list-group-item a {
    color: #333;
    text-decoration: none;
}

.list-group-item a:hover {
    color: #007bff;
}

/* Footer */
.footer {
    margin-top: 2rem;
    padding: 2rem 0;
    background-color: #f8f9fa;
}
