/** Shopify CDN: Minification failed

Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 22:8 Expected identifier but found whitespace
Line 22:10 Unexpected "{"
Line 22:19 Expected ":"
Line 35:8 Expected identifier but found whitespace
Line 35:10 Unexpected "{"
Line 35:19 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:breadcrumb (INDEX:2, SCOPED:FALSE) */
.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 }};
}
/* END_SECTION:breadcrumb */