/** Shopify CDN: Minification failed

Line 17:19 Expected identifier but found whitespace
Line 17:21 Unexpected "{"
Line 17:30 Expected ":"
Line 18:8 Expected identifier but found whitespace
Line 18:10 Unexpected "{"
Line 18:19 Expected ":"
Line 32:8 Expected identifier but found whitespace
Line 32:10 Unexpected "{"
Line 32:19 Expected ":"

**/
/* START_SECTION:breadcrumb (INDEX:2) */
.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: #121212;
  font-size: 10px !important;
}
.breadcrumbs [aria-current="page"] {
  font-weight: normal;
  color: {{ section.settings.breadcrumb_accent_color }};
  
}
/* END_SECTION:breadcrumb */
