/** Shopify CDN: Minification failed

Line 27:21 Expected identifier but found whitespace
Line 27:23 Unexpected "{"
Line 27:33 Expected ":"

**/


/* CSS from section stylesheet tags */
.breadcrumbs-section {
    font-size: 18px;
    padding: 2rem 8rem;
  }

  .breadcrumb-link:hover {
    text-decoration: underline;
  }

  @media(max-width:1600px){
    .breadcrumbs-section {
      font-size: 14px;
      padding: 1rem .5rem;
    }
  }
footer {
    background-color: {{ settings.footer_background_color }};
  }