/**
 * Site custom overrides
 */

/* Home page only: section titles (Catch of the Day, New Arrivals, Events, featured category headings) */
body.home .section-title {
  font-weight: 800 !important;
}

body.home .section-title a {
  font-weight: 800 !important;
}

/* Shop sidebar: section titles and category list are normal weight (not bold) */
.shop-sidebar .section-title,
.mobile-filter-content .section-title {
  font-weight: 400 !important;
}

.shop-sidebar .list-unstyled a,
.mobile-filter-content .list-unstyled a {
  font-weight: 400 !important;
}

/* Selected category in sidebar stays bold */
.shop-sidebar .list-unstyled a.font-weight-bold,
.mobile-filter-content .list-unstyled a.font-weight-bold {
  font-weight: 700 !important;
}
