#header-breadcrumbs {
    background-color: var(--primary-light-highlight);
    width: 100%;
}

#header-breadcrumbs .grid_16,
#header-breadcrumbs .row {
    display: block;
    float: none;
    width: 100%;
    max-width: 1440px;
    padding-top: 16px;
    margin: 0 auto;
}
#header-breadcrumbs .grid_16 .col,
#header-breadcrumbs .row .col {
    padding: 0 !important;
}

#header-breadcrumbs .header-breadcrumb {
    padding: 0 12px 0;
    color: var(--main-black);
}
#header-breadcrumbs .header-breadcrumb .space {
    visibility: hidden;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#header-breadcrumbs .header-breadcrumb .space::after {
    visibility: visible;
    content: '/';
    display: inline-block;
    margin: 0 1px 0 -5px;
}

#header-breadcrumbs .header-breadcrumb a,
#header-breadcrumbs .header-breadcrumb .crumb {
    color: var(--main-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#header-breadcrumbs .header-breadcrumb a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
#header-breadcrumbs .header-breadcrumb a:hover {
    color: var(--silver-sonic);
}
