
.category-container {
    padding: 30px 0;
}
.category-title {
    font-weight: bold;
    margin-bottom: 30px;
}
.category-card {
    text-align: center;
    margin-bottom: 30px;
}
.category-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
.category-name {
    font-weight: 600;
    margin-bottom: 3px;
}
.item-count {
    color: #777;
    font-size: 14px;
}
