/**
 * PrintPosters — desktop header refresh (992px+)
 * Layout, search, utilities, nav, sticky behavior
 */

.pp-header-cart {
    position: relative;
}

.pp-cart-badge {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: #c5a059;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    pointer-events: none;
}

@media (min-width: 992px) {
    :root {
        --pp-gold: #c5a059;
        --pp-gold-dark: #b08d4b;
        --pp-header-border: #ebebeb;
        --pp-header-text: #333;
        --pp-header-muted: #666;
    }

    .header-main-section {
        background: #fff;
        padding-bottom: 0;
        border-bottom: 1px solid var(--pp-header-border);
        transition: box-shadow 0.2s ease, padding 0.2s ease;
    }

    .header-main-section.pp-header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .top-header {
        display: block !important;
        width: 100%;
        padding: 14px 0 10px;
        background: #fff;
    }

    .header-main-section.pp-header-sticky .top-header {
        padding: 8px 0 6px;
    }

    .top-header > .container {
        max-width: 1400px;
    }

    /* Logo | Search | Utilities */
    .top-header .container > .row.align-items-center {
        display: grid !important;
        grid-template-columns: 130px minmax(320px, 560px) 1fr;
        grid-template-areas: "logo search utils";
        align-items: center;
        column-gap: 28px;
        row-gap: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .top-header .container > .row.align-items-center::before,
    .top-header .container > .row.align-items-center::after {
        display: none !important;
        content: none !important;
    }

    .top-header .desktop-menu-search {
        grid-area: search;
        margin: 0 !important;
        min-width: 0;
        width: 100%;
    }

    .top-header .col-lg-3 {
        grid-area: logo;
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
    }

    .top-header .col-lg-9,
    .top-header .col-md-4.col-lg-9 {
        grid-area: utils;
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        padding: 0 !important;
        justify-self: end;
    }

    .logo-box img {
        width: 120px !important;
        max-width: 120px;
        transition: width 0.2s ease;
    }

    .header-main-section.pp-header-sticky .logo-box img {
        width: 100px !important;
        max-width: 100px;
    }

    /* Search */
    .desktop-menu-search .search {
        display: flex;
        width: 100%;
    }

    .desktop-menu-search .searchTerm {
        flex: 1;
        width: 100%;
        min-width: 0;
        height: 42px;
        padding: 0 16px;
        font-size: 14px;
        color: var(--pp-header-text);
        background: #f8f9fa;
        border: 1px solid #e0e0e0;
        border-right: none;
        border-radius: 8px 0 0 8px;
        outline: none;
        transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    }

    .desktop-menu-search .searchTerm::placeholder {
        color: #999;
    }

    .desktop-menu-search .searchTerm:focus {
        background: #fff;
        border-color: var(--pp-gold);
        box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15);
    }

    .desktop-menu-search .searchButton {
        flex-shrink: 0;
        width: 48px;
        height: 42px;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        color: #fff;
        border-radius: 0 8px 8px 0;
        cursor: pointer;
        font-size: 15px;
        transition: background 0.15s ease, border-color 0.15s ease;
    }

    .desktop-menu-search .searchButton:hover {
        background: var(--pp-gold);
        border-color: var(--pp-gold);
    }

    /* Utility cluster */
    .top-right {
        display: flex;
        justify-content: flex-end;
        width: auto;
    }

    .top-right ul {
        display: flex;
        align-items: center;
        gap: 4px;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .top-right li {
        display: block;
        width: auto;
        padding: 0 !important;
        border-right: none !important;
        position: relative;
    }

    .top-right li a {
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
        width: auto !important;
        padding: 8px 12px;
        border-radius: 8px;
        text-decoration: none;
        transition: background 0.15s ease;
    }

    .top-right li a:hover {
        background: #f5f5f5;
        text-decoration: none;
    }

    .top-right li a img {
        float: none;
        width: 22px;
        height: 22px;
        margin: 0;
        flex-shrink: 0;
    }

    .top-right li a span {
        display: inline;
        font-size: 13px !important;
        font-weight: 500 !important;
        color: var(--pp-header-text) !important;
        line-height: 1.2;
        white-space: nowrap;
    }

    .top-right .pp-header-cart .pp-cart-badge {
        top: 2px;
        left: 22px;
        right: auto;
    }

    /* Navigation row */
    .nab-bar-row-saction {
        display: block !important;
        width: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        border-top: 1px solid var(--pp-header-border);
    }

    .nab-bar-row-saction .container {
        display: flex !important;
        justify-content: center;
        align-items: center;
        max-width: 1400px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 2px;
        width: 100%;
        float: none !important;
        margin: 0 !important;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item {
        display: flex !important;
        align-items: center;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
    }

    /* Bootstrap d-lg-* utilities lose to rules above — restore intended visibility */
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item.d-lg-none,
    .nab-bar-row-saction .navbar-nav.ml-auto > li.d-lg-none {
        display: none !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item.d-none.d-lg-flex {
        display: flex !important;
    }

    .pp-megamenu-mobile {
        display: none !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link,
    .nab-bar-row-saction .navbar-nav.ml-auto > li > a.dropdown-toggle {
        display: inline-block !important;
        width: auto !important;
        padding: 12px 14px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-transform: none !important;
        letter-spacing: 0.01em;
        color: var(--pp-header-muted) !important;
        white-space: nowrap;
        position: relative;
        transition: color 0.15s ease;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link:hover,
    .nab-bar-row-saction .navbar-nav.ml-auto > li > a.dropdown-toggle:hover {
        color: var(--pp-gold-dark) !important;
        text-decoration: none;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.active {
        color: var(--pp-header-text) !important;
        font-weight: 600 !important;
    }

    /* Override legacy style.css `.nab-bar-row-saction ul li a.active::after` (blue bar on all nested links) */
    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.active::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        left: 0;
        background-color: var(--pp-gold) !important;
        bottom: 6px;
    }

    .nab-bar-row-saction .megamenu .dropdown-menu a.active::after,
    .nab-bar-row-saction .megamenu .dropdown-menu a::after {
        display: none !important;
        content: none !important;
    }

    /* Collage Maker emphasis without shouting */
    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.text-uppercase {
        color: var(--pp-gold-dark) !important;
        font-weight: 600 !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.pp-nav-featured {
        color: var(--pp-gold-dark) !important;
        font-weight: 600 !important;
    }

    /* About dropdown (non-megamenu) */
    .nab-bar-row-saction .nav-item.dropdown:not(.megamenu) .dropdown-menu {
        border: 1px solid var(--pp-header-border);
        border-radius: 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        min-width: 240px;
    }

    .nab-bar-row-saction .nav-item.dropdown:not(.megamenu) .dropdown-item {
        font-size: 14px;
        padding: 8px 16px;
    }

    .nab-bar-row-saction .nav-item.dropdown:not(.megamenu) .dropdown-item:hover {
        background: #faf8f4;
        color: var(--pp-gold-dark);
    }

    /* Megamenu panel — column layout (Phase 2) */
    .megamenu .dropdown-menu .pp-megamenu--columns,
    .megamenu .dropdown-menu .pp-megamenu-desktop {
        background: #fff;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        border-top: 1px solid var(--pp-header-border);
    }

    .pp-megamenu--columns {
        padding: 24px 32px 20px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .pp-megamenu-shop-by-need {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 16px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #eee;
    }

    .pp-megamenu-shop-by-need__label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--pp-gold-dark);
        margin-right: 4px;
    }

    .pp-megamenu-shop-by-need__list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pp-megamenu-shop-by-need__list a {
        display: inline-block;
        padding: 6px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #444;
        background: #f8f8f8;
        border: 1px solid #ececec;
        border-radius: 999px;
        text-decoration: none;
        transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    }

    .pp-megamenu-shop-by-need__list a:hover {
        background: #faf8f4;
        border-color: var(--pp-gold);
        color: var(--pp-gold-dark);
        text-decoration: none;
    }

    .pp-megamenu-columns-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 40px;
        align-items: start;
    }

    .pp-megamenu-columns-grid--gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pp-megamenu--columns .pp-megamenu-column {
        min-width: 0;
        padding-right: 12px;
        border-right: 1px solid #f0f0f0;
    }

    .pp-megamenu--columns .pp-megamenu-column:last-child {
        border-right: none;
        padding-right: 0;
    }

    .pp-megamenu-column__title {
        margin: 0 0 12px;
        padding-bottom: 8px;
        border-bottom: 2px solid #f5f0e8;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #888;
    }

    .pp-megamenu-column__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block !important;
    }

    .pp-megamenu-column__list li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .pp-megamenu-column__list a {
        display: block !important;
        width: 100% !important;
        padding: 8px 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #333 !important;
        text-decoration: none;
        white-space: normal !important;
        border-radius: 6px;
        border-bottom: 1px solid #f0f0f0;
        transition: background 0.15s ease, color 0.15s ease;
    }

    .pp-megamenu-column__list li:last-child a {
        border-bottom: none;
    }

    .pp-megamenu-column__list a:hover {
        background: #faf8f4;
        color: var(--pp-gold-dark) !important;
        text-decoration: none;
    }

    .pp-megamenu-columns-footer {
        margin-top: 18px;
        padding-top: 14px;
        border-top: 1px solid #eee;
    }

    .pp-megamenu-columns-footer a {
        font-size: 13px;
        font-weight: 600;
        color: var(--pp-gold-dark);
        text-decoration: none;
    }

    .pp-megamenu-columns-footer a:hover {
        text-decoration: underline;
    }

    /* Legacy tile megamenu (fallback if present) */
    .megamenu .dropdown-menu .row.bg-dark.text-light.rounded-0.m-0.shadow-sm,
    .nab-bar-row-saction .row.bg-dark.text-light.rounded-0.m-0.shadow-sm {
        background: #fff !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
        border-top: 1px solid var(--pp-header-border);
    }

    .megamenu .dropdown-menu .pp-megamenu--columns ~ .row.bg-dark,
    .megamenu .dropdown-menu .pp-megamenu-desktop ~ .row.bg-dark {
        display: none !important;
    }

    .megamenu .dropdown-menu .list-unstyled {
        display: flex !important;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* Column megamenus must not inherit legacy tile-grid rules from style.css */
    .megamenu .dropdown-menu .pp-megamenu--columns .list-unstyled,
    .megamenu .dropdown-menu .pp-megamenu-column__list {
        display: block !important;
        flex-wrap: unset;
        gap: 0;
    }

    .nab-bar-row-saction .megamenu .dropdown-menu .pp-megamenu-column__list li,
    .nab-bar-row-saction .megamenu .dropdown-menu .pp-megamenu--columns .list-unstyled li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        text-align: left !important;
    }

    /* Beat style.css `.navbar-nav.ml-auto li { display: inline-block }` on nested megamenu items */
    .nab-bar-row-saction .navbar-nav.ml-auto .megamenu .dropdown-menu .pp-megamenu-column__list > li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto .megamenu .dropdown-menu .pp-megamenu-column__list > li > a,
    .nab-bar-row-saction .navbar-nav.ml-auto .megamenu .dropdown-menu .pp-megamenu-columns-footer a {
        display: block !important;
        width: 100% !important;
        float: none !important;
        overflow: visible !important;
        white-space: normal !important;
        text-transform: none !important;
        position: static !important;
        box-shadow: none !important;
        background: transparent;
        border-radius: 6px;
        border: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        padding: 8px 10px !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto .megamenu .dropdown-menu .pp-megamenu-column__list > li:last-child > a {
        border-bottom: none !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto .megamenu .dropdown-menu .pp-megamenu-column__list > li > a:hover {
        transform: none;
        box-shadow: none;
    }

    .megamenu .dropdown-menu .list-unstyled > li {
        float: none !important;
        width: 118px !important;
        min-width: 118px;
        max-width: 140px;
        margin: 0 !important;
        text-align: center;
    }

    .megamenu .dropdown-menu .list-unstyled > li > a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 100%;
        overflow: visible !important;
        white-space: normal !important;
        padding: 8px 6px 10px !important;
        text-decoration: none;
        color: #333 !important;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
        transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    }

    .megamenu .dropdown-menu .list-unstyled > li > a:hover {
        border-color: var(--pp-gold);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px);
        text-decoration: none;
    }

    .megamenu .dropdown-menu .list-unstyled > li > a img {
        display: block !important;
        width: 100% !important;
        height: 88px !important;
        object-fit: cover;
        border-radius: 6px;
        float: none !important;
    }

    .megamenu .dropdown-menu .list-unstyled > li > a span {
        display: block !important;
        width: 100% !important;
        margin: 8px 0 0 !important;
        padding: 0 2px;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        text-align: center !important;
        white-space: normal !important;
        word-wrap: break-word;
        overflow-wrap: anywhere;
        color: #333 !important;
        float: none !important;
    }

    .header-main-section.pp-header-sticky .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link,
    .header-main-section.pp-header-sticky .nab-bar-row-saction .navbar-nav.ml-auto > li > a.dropdown-toggle {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Neutralize legacy style.css nav rules (loaded before this file) */
    .nab-bar-row-saction .navbar-nav.ml-auto li {
        float: none !important;
        margin: 0 !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto li a {
        text-transform: none !important;
    }

    /* Top-level nav links only — do not style megamenu product rows */
    .nab-bar-row-saction .navbar-nav.ml-auto > li > a {
        padding: 12px 14px !important;
    }

    .nab-bar-row-saction ul li a.active::after {
        content: none;
        display: none;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.active::after {
        display: block;
        content: "";
    }

    .nab-bar-row-saction .megamenu .dropdown-menu .list-unstyled li {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        text-align: left !important;
    }
}

/* Mobile navigation (<992px) */
@media (max-width: 991px) {
    .nab-bar-row-saction.show-menu {
        display: block !important;
        position: absolute;
        top: 60px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: calc(100% - 24px);
        max-width: 480px;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        z-index: 1050;
    }

    .nab-bar-row-saction.show-menu > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: left !important;
    }

    /* Beat style.css `.navbar-nav.ml-auto li { display: inline-block }` */
    .nab-bar-row-saction .navbar-nav.ml-auto li,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item.d-lg-none,
    .nab-bar-row-saction .navbar-nav.ml-auto > li.d-lg-none {
        display: block !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item.d-none,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item.d-none.d-lg-flex {
        display: none !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item > .nav-link,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item > a.dropdown-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
        padding: 14px 16px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #333 !important;
        text-align: left;
        white-space: normal !important;
        border-bottom: 1px solid #ececec;
        border-radius: 0;
        position: relative;
        background: #fff;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.active,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item > .nav-link.active {
        color: var(--pp-gold-dark, #b08d4b) !important;
        font-weight: 600 !important;
        background: #faf8f4;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > li > .nav-link.active::after,
    .nab-bar-row-saction .navbar-nav.ml-auto > .nav-item > .nav-link.active::after,
    .nab-bar-row-saction ul li a.active::after {
        display: none !important;
        content: none !important;
    }

    .nab-bar-row-saction .navbar-nav.ml-auto > .dropdown > .nav-link.dropdown-toggle::after {
        display: inline-block !important;
        margin-left: 8px;
        vertical-align: middle;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        content: "";
    }

    .nab-bar-row-saction .dropdown-menu,
    .nab-bar-row-saction .megamenu > .dropdown-menu {
        display: none !important;
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #f9f9f9 !important;
        max-height: none;
        overflow: visible;
    }

    .nab-bar-row-saction .dropdown.show > .dropdown-menu,
    .nab-bar-row-saction .megamenu.show > .dropdown-menu {
        display: block !important;
        pointer-events: auto !important;
    }

    .pp-megamenu-desktop {
        display: none !important;
    }

    .pp-megamenu-mobile {
        display: block !important;
    }

    .pp-megamenu-mobile-list {
        padding: 0;
        background: #f9f9f9;
    }

    .pp-megamenu-mobile-list__heading {
        display: block !important;
        width: 100% !important;
        padding: 12px 16px 10px 20px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--pp-gold-dark, #b08d4b);
        text-decoration: none;
        background: #f3f0ea;
        border-bottom: 1px solid #e8e4dc;
    }

    .pp-megamenu-mobile-list__link {
        display: block !important;
        width: 100% !important;
        padding: 12px 16px 12px 28px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        color: #333 !important;
        text-decoration: none !important;
        white-space: normal !important;
        border-bottom: 1px solid #ececec;
        background: #fff;
        position: static !important;
        float: none !important;
        text-transform: none !important;
    }

    .pp-megamenu-mobile-list__link:last-child {
        border-bottom: none;
    }

    .pp-megamenu-mobile-list__heading:active,
    .pp-megamenu-mobile-list__link:active,
    .pp-megamenu-mobile-list__link:hover {
        background: #faf8f4;
        color: #333 !important;
        text-decoration: none !important;
    }

    /* Beat `.navbar-nav.ml-auto li a` on nested submenu links */
    .nab-bar-row-saction .navbar-nav.ml-auto .dropdown-menu .pp-megamenu-mobile-list__heading,
    .nab-bar-row-saction .navbar-nav.ml-auto .dropdown-menu .pp-megamenu-mobile-list__link,
    .nab-bar-row-saction .navbar-nav.ml-auto .dropdown-menu .dropdown-item {
        display: block !important;
        width: 100% !important;
        float: none !important;
        overflow: visible !important;
        white-space: normal !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .nab-bar-row-saction .dropdown-menu .dropdown-item {
        padding: 12px 16px 12px 28px !important;
        font-size: 14px !important;
        color: #333 !important;
        border-bottom: 1px solid #ececec;
        background: #fff;
    }

    .nab-bar-row-saction .dropdown-menu .dropdown-header {
        padding: 10px 16px 6px 20px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #888;
        background: #f3f0ea;
    }

    .nab-bar-row-saction .dropdown-menu .dropdown-divider {
        margin: 0;
        border-color: #ececec;
    }

    .pp-mobile-nav-utility__link {
        display: block !important;
        width: 100% !important;
        padding: 14px 16px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
        border-bottom: 1px solid #ececec;
        background: #fff;
    }

    .pp-mobile-nav-utility__link:active {
        background: #faf8f4;
    }

    .pp-mobile-dashboard > .nav-link {
        color: var(--pp-gold-dark, #b08d4b) !important;
        font-weight: 600 !important;
    }
}
