.breadcrumbs__home.--svg__home {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: rgb(255 255 255 / 16%);
}

.breadcrumbs__item.--home, .breadcrumbs.--banner.--test-drive .breadcrumbs__item.--home, .breadcrumbs.--banner.--installment .breadcrumbs__item.--home {
    /* width: 2rem; */
    /* height: 2rem; */
    /* border-radius: 2rem; */
    /* background-color: rgb(51 51 51 / 16%); */
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all .24s;
}

.breadcrumbs__item.--home .breadcrumbs__link {
    width: 2rem;
    height: 2rem;
    background-size: 1rem 1rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1 !important;
    border: 1px solid rgb(255 255 255 / 16%);
    transition: all ease .24s;
    border-radius: 2rem;
}

.breadcrumbs__devider {
    background-size: contain;
    width: .375rem !important;
    height: 0.875rem !important;
    top: inherit !important;
    background-color: transparent !important;
    position: initial !important;
    border-radius: 0 !important;
    margin: 0 .75rem !important;
    opacity: .24;
    background-position: center;
}

.breadcrumbs__link {
    opacity: .6 !important;
    font-weight: 500 !important;
}

.breadcrumbs__active {
    opacity: 1;
    color: var(--color__text-3);
    font-weight: 400;
}

.breadcrumbs__item.--home:hover {
    background-color: rgb(51 51 51 / 10%);
}

.breadcrumbs {
    border-bottom: none;
    padding: 0;
    z-index: 5;
}

.breadcrumbs.--banner .breadcrumbs__item.--home {
    background-color: rgb(255 255 255 / 16%);
}
 
 
.breadcrumbs.--banner .breadcrumbs__link {
    color: #fff;
    opacity: 1 !important;
}

.breadcrumbs.--banner .breadcrumbs__link:hover {
    color: var(--color__fill-1);
}

.breadcrumbs.--banner .breadcrumbs__item.--home:hover {
    background-color: rgb(255 255 255 / 30%);
}

.breadcrumbs.--banner .breadcrumbs__items {
    position: absolute;
    top: 1rem;
    left: 0;
}

.breadcrumbs.--banner {
    margin-top: 0 !important;
}

.breadcrumbs.--test-drive .breadcrumbs__active, .breadcrumbs.--installment .breadcrumbs__active {
    color: var(--color__dark) !important;
}
 

.breadcrumbs.--banner .breadcrumbs__active {
    color: #fff;
}
.--no-top-pdg .breadcrumbs {
    top: 4.5rem;
}

