.category-navigation {
    background: #f8f9fa;
    padding: 30px 0 0 0; /* Reduce bottom padding to fix large gap */
    margin-bottom: 0;
}

/* Fix the gap between the category buttons and featured products section */
.featured-products {
    padding-top: 30px; 
    margin-top: 0;
}
