/** Shopify CDN: Minification failed

Line 199:0 Expected "}" to go with "{"

**/
html {
    scroll-behavior: smooth;
}
.site-header.header-no-shadow {
    box-shadow: none;
}
.brands-page {
    max-width: 1400px;
    margin: 0 auto;
}
.breadcrumbs-wrapper {
    padding: 0 40px;
}
.brands-title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.initials.initials-fixed {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
}
.initials.initials-fixed ul {
    border-bottom: 1px solid #ccc;
}
.initials ul {
    margin: 0;
    text-align: center;
}
.initials ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.brands {
    margin-top: 165px;
}
.initials ul li a,
.brands a {
    text-decoration: none;
    color: #282828;
}
.initials ul li a:not(.brand-initial):focus {
    text-decoration: underline;
}
.initials li.disabled a,
.brands li.disabled {
    color: #ccc;
}
.brand-initial-wrapper {
    text-align: center;
    border: 1px solid #c4c4c4;
    transition: all 0.3s;  
}
.brand-initial {
    display: inline-block;
    width: 41px;
    transition: all 0.3s;
    font-size: 21px;
}
.brand-initial-wrapper:hover,
.brand-initial-wrapper a:focus {
    background: #000;
    color: white;
}
.initials .brand-initial-wrapper:hover a {
    color: white;
}
.letter-vendors-container {
    margin-bottom: 2rem;
    display: flex;
    scroll-behavior: smooth;
    border-bottom: 1px solid #c4c4c4;
}
.letter-title-wrapper {
    flex: 0 50px;
    text-align: center;
}
.letter-title {
    scroll-margin-top: 34rem;
    padding: 0 16px;
    margin-top: -1rem;
}
.vendor-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 8px;
}
.vendor-list-item {
    width: 25%;
    padding-right: 8px;
    margin: 4px 0 4px 16px;
}
.vendor-list-item:hover {
    text-decoration: underline;
}


.brands-header {
    position: fixed;
    background: #fff;
    padding: 20px 16px 10px;
    width: 100%;
    top: 173px;
    left: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1400px;
    transition: top 0.4s ease-in-out;
}

.brands-header .breadcrumbs-wrapper {
    align-self: start;
}

.brands-header .initials {
    overflow: auto;
    max-width: 100%;
    align-self: center;
}


@media only screen and (max-width: 999px) {
    .brands-header {
        top: 171px;
        padding: 10px 16px;
    }
    .brands-header.down {
        /* top: 112px; */
    }

    .letter-title {
        scroll-margin-top: 34rem;
        /* padding: 0 16px;
        margin-top: -1rem; */
    }
}


@media only screen and (max-width: 749px) {
    .breadcrumbs-wrapper {
      padding: 0 17px;
    }
    .initials ul {
      padding: 0 8px 7px 35px;
    }
    .letter-title-wrapper {
      display: flex;
      align-items: center;
      background: #ccc;
      padding: 5px 16px;
    }
    .letter-title {
      text-align: right;
      padding: 0;
      margin: 0;
      font-size: 25px;
      scroll-margin-top: 28.6rem;
    }
    .initials ul {
      white-space: nowrap;
      overflow-x: scroll;
    }
    .letter-vendors-container {
      border-bottom: none;
      margin: 0;
      flex-direction: column;
    }
    .vendor-list-item {
      width: 100%;
      font-size: 16px;
    }


    
    .brands-header {
        top: 157px;
        padding: 5px 0px;
    }
    .brands-header .breadcrumb {
        margin-bottom: 10px;
    }

    .brands-header .brands-title {
        margin-bottom: 10px;
    }

