.category-section {
    display: none; /* Initially hidden */
}

.category-section.visible {
    display: block;
}
