/** Shopify CDN: Minification failed

Line 21:13 Expected identifier but found whitespace
Line 21:15 Unexpected "{"
Line 21:24 Expected ":"
Line 30:8 Expected identifier but found whitespace
Line 30:10 Unexpected "{"
Line 30:19 Expected ":"
Line 34:8 Expected identifier but found whitespace
Line 34:10 Unexpected "{"
Line 34:19 Expected ":"
Line 37:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
.breadcrumb {
  padding: 10px 0;
  text-align: {{ section.settings.alignment }};
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline;
  color: {{ section.settings.text_color }};
}
.breadcrumb li:not(:last-child)::after {
  content: " › ";
  color: {{ section.settings.text_color }};
}
.breadcrumb a {
  color: {{ section.settings.text_color }};
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}