/** Shopify CDN: Minification failed

Line 19:19 Expected identifier but found whitespace
Line 19:21 Unexpected "{"
Line 19:30 Expected ":"
Line 20:8 Expected identifier but found whitespace
Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 33:8 Expected identifier but found whitespace
Line 33:10 Unexpected "{"
Line 33:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.breadcrumbs {
  padding: 1rem 2rem !important;
  background-color: {{ section.settings.breadcrumb_bg_color }};
  color: {{ section.settings.breadcrumb_text_color }};
  font-size: 10px;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-delimeter {
  margin: 0 6px;
  color: #aaa;
}
.breadcrumbs [aria-current="page"] {
  font-weight: normal;
  color: {{ section.settings.breadcrumb_accent_color }};
}