/** Shopify CDN: Minification failed

Line 11:14 Expected identifier but found whitespace
Line 11:16 Unexpected "{"
Line 11:26 Expected ":"

**/
    
.breadcrumbs {
        padding: 1rem 5rem;
        color: {{ settings.breadcrumb_text_color }};
    }

    .breadcrumbs li {
        display: inline-block;
    }

    .breadcrumbs a {
        text-decoration: none;
        /*Will put liquid customization here*/
        font-size: 15px;
        color: inherit;
    }

    .breadcrumb-delimeter:not(:last-child):after {  
            content: "|";
            font-size: 18px;

        display: inline-block;
        margin-left: .75rem;
        margin-right: 0.50rem;
        speak: none;
    }

    .breadcrumbs [aria-current="page"] {
        color: inherit;
        font-weight: normal;
        text-decoration: none;
    }

    @media screen and (max-width: 749px) {
        .breadcrumbs {
            display: none;
        }
    }