/** Shopify CDN: Minification failed

Line 23:13 Expected identifier but found whitespace
Line 23:15 Unexpected "{"
Line 23:24 Expected ":"
Line 32:8 Expected identifier but found whitespace
Line 32:10 Unexpected "{"
Line 32:19 Expected ":"
Line 36:8 Expected identifier but found whitespace
Line 36:10 Unexpected "{"
Line 36:19 Expected ":"
Line 39:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


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