/** Shopify CDN: Minification failed

Line 25:8 Expected identifier but found whitespace
Line 25:10 Unexpected "{"
Line 25:20 Expected ":"

**/
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav li {
  margin-bottom: 10px;
}
.sidebar-nav a {
  text-decoration: none;
  color: #333;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.sidebar-nav a.active {
  font-weight: 700;
  color: {{ settings.color_primary | default: '#000' }};
}
@media screen and (max-width: 767px) {
  .sidebar-nav {
    margin-bottom: 20px;
  }
}