.mod-esplorebreadcrumbs__banner {
    position: relative;
    display: flex;
    width: 100vw;
    max-width: 100vw;
    min-height: 245px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    align-items: center !important;
    justify-content: center !important;
    background-color: #043653;
    background-image: url('../images/breadcrumbs-banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mod-esplorebreadcrumbs__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 30, 55, 0.08);
}

.mod-esplorebreadcrumbs__content {
    position: relative;
    z-index: 2;
    width: min(100% - 2rem, 1320px);
    margin: 0 auto;
    padding: 1rem 0 4.75rem;
    text-align: center !important;
}

.mod-esplorebreadcrumbs__title {
    margin: 0;
    color: #fff !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.4375rem);
    font-weight: 600;
    line-height: 1.12;
    overflow-wrap: anywhere;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 18, 36, 0.18);
    text-align: center !important;
}

.mod-esplorebreadcrumbs__subtitle {
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.92) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.375rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-align: center !important;
    text-transform: uppercase;
}

.mod-esplorebreadcrumbs__banner--product {
    min-height: 440px !important;
}

.mod-esplorebreadcrumbs__banner--product .mod-esplorebreadcrumbs__content {
    width: min(100% - 3rem, 1280px);
    padding-top: 5rem;
    padding-bottom: 9rem;
}

.mod-esplorebreadcrumbs__banner--product .mod-esplorebreadcrumbs__title {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.25rem, 3.5vw, 3.5rem);
    line-height: 1.14;
}

.mod-esplorebreadcrumbs__wave {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 80px;
    line-height: 0;
    pointer-events: none;
}

.mod-esplorebreadcrumbs__wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mod-esplorebreadcrumbs__wave path {
    fill: #fff !important;
}

.mod-esplorebreadcrumbs .mod-breadcrumbs__wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-bottom: 1px solid #e8ecef;
    background: #f7f9fa;
}

.mod-esplorebreadcrumbs .mod-breadcrumbs {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0.75rem 1rem !important;
    align-items: center;
    column-gap: 0.2rem;
    color: #68737a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
}

.mod-esplorebreadcrumbs .mod-breadcrumbs__here {
    margin-right: 0.25rem;
    color: #7a858c;
    font-size: 0.8125rem;
}

.mod-esplorebreadcrumbs .breadcrumb-item,
.mod-esplorebreadcrumbs .breadcrumb-item a,
.mod-esplorebreadcrumbs .breadcrumb-item span {
    text-decoration: none;
}

.mod-esplorebreadcrumbs .breadcrumb-item a {
    color: #159ca5;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mod-esplorebreadcrumbs .breadcrumb-item a:hover,
.mod-esplorebreadcrumbs .breadcrumb-item a:focus-visible {
    color: #08717a;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.mod-esplorebreadcrumbs .breadcrumb-item.active {
    color: #3f484d;
    font-weight: 500;
}

.mod-esplorebreadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.5rem 0 0.25rem;
    color: #a4adb2;
    content: "›";
}

@media (max-width: 767.98px) {
    .mod-esplorebreadcrumbs__banner {
        min-height: 205px;
    }

    .mod-esplorebreadcrumbs__content {
        padding-bottom: 4rem;
    }

    .mod-esplorebreadcrumbs__wave {
        height: 62px;
    }

    .mod-esplorebreadcrumbs__banner--product {
        min-height: 380px !important;
    }

    .mod-esplorebreadcrumbs__banner--product .mod-esplorebreadcrumbs__content {
        width: min(100% - 2rem, 1280px);
        padding-top: 3.5rem;
        padding-bottom: 7.5rem;
    }

    .mod-esplorebreadcrumbs__banner--product .mod-esplorebreadcrumbs__title {
        font-size: clamp(1.85rem, 9vw, 2.75rem);
        line-height: 1.16;
    }

    .mod-esplorebreadcrumbs .mod-breadcrumbs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}
