/* Shared inner-page shell: compact breadcrumb + page header */

.page-banner.product-page-banner-compact {
    display: flex !important;
    align-items: center !important;
    padding: 0.75rem 0 !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: linear-gradient(135deg, #1a252f 0%, #243b55 50%, #1a2f45 100%) !important;
    color: #fff !important;
    border-bottom: none;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-left: calc((100vw - 1300px) / 2) !important;
    padding-right: calc((100vw - 1300px) / 2) !important;
}

@media (max-width: 1199.98px) {
    .page-banner.product-page-banner-compact {
        padding-left: calc((100vw - 960px) / 2) !important;
        padding-right: calc((100vw - 960px) / 2) !important;
    }
}

@media (max-width: 991.98px) {
    .page-banner.product-page-banner-compact {
        padding-left: calc((100vw - 720px) / 2) !important;
        padding-right: calc((100vw - 720px) / 2) !important;
    }
}

@media (max-width: 767.98px) {
    .page-banner.product-page-banner-compact {
        padding-left: calc((100vw - 540px) / 2) !important;
        padding-right: calc((100vw - 540px) / 2) !important;
    }
}

@media (max-width: 575.98px) {
    .page-banner.product-page-banner-compact {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.page-banner.product-page-banner-compact nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.page-banner.product-page-banner-compact .breadcrumb {
    flex-wrap: nowrap;
    align-items: center !important;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
    position: relative;
    z-index: 10;
}

.page-banner.product-page-banner-compact .breadcrumb-item {
    line-height: 1.35;
    list-style: none;
    position: relative;
    z-index: 10;
}

.page-banner.product-page-banner-compact .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none;
}

.page-banner.product-page-banner-compact .breadcrumb-item a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.page-banner.product-page-banner-compact .breadcrumb-item.active {
    color: #fff !important;
}

.page-banner.product-page-banner-compact .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.55) !important;
    content: "|" !important;
    padding: 0 0.35rem;
    float: none;
}

.product-page-breadcrumb-line .breadcrumb-item {
    flex-shrink: 0;
}

.product-page-breadcrumb-line .breadcrumb-item.active {
    min-width: 0;
    max-width: 55vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-header-section {
    padding: 3rem 0 2rem;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.page-header-section h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.page-header-section .lead {
    font-size: 1.05rem;
    color: #6c757d;
    max-width: 640px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .page-header-section {
        padding: 2rem 0 1.5rem;
    }

    .page-header-section h1 {
        font-size: 1.75rem;
    }
}
