/** Shopify CDN: Minification failed

Line 29:1 Expected "}" to go with "{"

**/
/* Breadcrumbs */
.custom-collections-breadcrumbs {
    width: 100%;
    height: auto;
    background-color: #26262680;
    color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 9;
    font-size: 18px;
    font-weight: 300;
    padding: 0.444em 0;
}
.custom-collections-breadcrumbs * {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

@media only screen and (max-width: 1600px) {
    .custom-collections-breadcrumbs { font-size: 16px; }
@media only screen and (max-width: 991px) {  
    .custom-collections-breadcrumbs { display: none; }          
}