.header-bottom,
.header-bottom .auto-container,
.header-bottom .bottom-inner,
.header-bottom .category-box,
.header-bottom .category-list,
.sticky-header,
.sticky-header .auto-container,
.sticky-header .outer-box,
.sticky-header .bn-sticky-nav,
.sticky-header .sticky-category-area,
.sticky-header .category-list {
    overflow: visible !important;
}

.header-bottom,
.sticky-header {
    z-index: 30;
}

.header-bottom .bottom-inner .category-list > li.bn-cascade,
.sticky-header .category-list > li.bn-cascade {
    position: relative !important;
    float: none !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
}

.bn-cascade {
    position: relative !important;
    z-index: 50;
}

.bn-cascade__btn {
    text-decoration: none !important;
    color: inherit;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding-left: 0 !important;
}

.bn-cascade__hamburger {
    width: 18px;
    height: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.bn-cascade__hamburger span {
    display: block;
    height: 2px;
    background: #222;
    border-radius: 2px;
}

.bn-cascade__panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1300;
    flex-direction: row;
    align-items: stretch;
}

.bn-cascade:hover .bn-cascade__panel,
.bn-cascade.is-open .bn-cascade__panel {
    display: flex;
}

.bn-cascade__col {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 260px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 4px 8px 24px rgba(0, 0, 0, 0.08);
    overflow: visible;
}

.bn-cascade__col--2,
.bn-cascade__col--3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

.bn-cascade__item {
    position: relative;
}

.bn-cascade__item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    line-height: 1.3;
    background: #fff;
}

.bn-cascade__item > a i {
    font-size: 11px;
    color: #888;
}

.bn-cascade__item:hover > a,
.bn-cascade__item.is-active > a {
    color: #e91e63;
    background: #fff7fa;
}

.bn-cascade__item:hover > a i,
.bn-cascade__item.is-active > a i {
    color: #e91e63;
}

.bn-cascade__item:hover > .bn-cascade__col,
.bn-cascade__item.is-active > .bn-cascade__col {
    display: block;
}
