/* Agents mockup header — site-wide (when theme option is Mockup) */

.header.header--agents {
    background: #0b1220;
    border-bottom: none;
    box-shadow: none;
}

.header.header--agents .nt-header {
    background: #0b1220;
    color: #ffffff;
}

.header.header--agents .nt-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    width: 100%;
    max-width: 1440px;
    min-height: 72px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
    box-sizing: border-box;
}

.header.header--agents .nt-header__logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.header.header--agents .nt-header__logo img {
    max-height: 40px;
    width: auto;
}

.header.header--agents .nt-header__nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.header.header--agents .nt-header__menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2px 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header.header--agents .nt-header__menu > li {
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

.header.header--agents .nt-header__menu > li > a {
    display: inline-block;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.header.header--agents .nt-header__menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 24px;
}

.header.header--agents .nt-header__menu > li.menu-item-has-children > a:after {
    right: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.header.header--agents .nt-header__menu > li > a:hover,
.header.header--agents .nt-header__menu > li.current-menu-item > a,
.header.header--agents .nt-header__menu > li.active > a {
    color: #ffffff !important;
}

.header.header--agents .nt-header__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px 10px;
    max-width: 42%;
}

.header.header--agents .nt-header__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.15rem;
    line-height: 1;
    transition: opacity 0.15s ease;
}

.header.header--agents .nt-header__icon:hover {
    opacity: 0.85;
    color: #ffffff !important;
}

.header.header--agents .nt-header__badge {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.header.header--agents .nt-header__cart {
    position: relative;
}

.header.header--agents .nt-header__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    max-width: 160px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.header.header--agents .nt-header__login:hover {
    background: #ffffff;
    color: #0b1220 !important;
    border-color: #ffffff;
}

@media (max-width: 1199px) {
    .header.header--agents .nt-header__menu > li > a {
        padding: 8px 8px;
        font-size: 0.8125rem;
    }

    .header.header--agents .nt-header__login {
        max-width: 120px;
        padding: 7px 12px;
    }
}

@media (max-width: 991px) {
    .header.header--agents .nt-header__nav {
        display: none;
    }

    .header.header--agents .nt-header__inner {
        min-height: 60px;
    }

    .header.header--agents .nt-header__actions {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .header.header--agents .nt-header__login {
        max-width: 100px;
        padding: 7px 10px;
        font-size: 0.8rem;
    }
}

/*
 * Mobile/tablet header (.header--mobile) still uses theme primary (old blue).
 * Match the agents desktop header dark navy when mockup header CSS is loaded.
 */
.header.header--mobile,
.header.header--mobile .navigation--mobile,
.header.header--mobile .header__top,
.header.header--mobile .ps-search--mobile {
    background-color: #0b1220 !important;
    background: #0b1220 !important;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.header.header--mobile .header__actions i,
.header.header--mobile .ps-block--user-header i,
.header.header--mobile .header__extra,
.header.header--mobile .header__extra > i,
.header.header--mobile a {
    color: #ffffff !important;
}

.header.header--mobile .header__extra span,
.header.header--mobile .header__extra span i {
    background-color: #111827 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.header.header--mobile .ps-search--mobile .form-control,
.header.header--mobile .ps-form--search-mobile .form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.header.header--mobile .ps-search--mobile .form-control::placeholder,
.header.header--mobile .ps-form--search-mobile .form-control::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.header.header--mobile .ps-search--mobile button,
.header.header--mobile .ps-form--search-mobile button {
    color: #ffffff;
}

/* Bottom mobile nav bar */
.navigation--list {
    background-color: #0b1220 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation--list .navigation__item,
.navigation--list .navigation__item i,
.navigation--list .navigation__item span {
    color: #ffffff !important;
}
