/** Shopify CDN: Minification failed

Line 20:4 Unexpected "{"
Line 20:5 Expected identifier but found "%"
Line 22:4 Unexpected "{"
Line 22:5 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:breadcrumbs (INDEX:2) */
.breadcrumbs-container {
  margin: 1rem auto;
}

@media screen and (max-width: 749px) {
  .breadcrumbs-container {
    {% unless section.settings.show_on_mobile %}
    display: none;
    {% endunless %}
  }
}
/* END_SECTION:breadcrumbs */