.cat-nav-container-59826915 {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.cat-nav-container-59826915::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.cat-nav-list-59826915 {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: stretch;
}

.cat-nav-item-59826915 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    text-align: center;
    box-sizing: border-box;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
}

.cat-nav-sticky-59826915 {
    position: sticky;
    top: 0;
    z-index: 999;
}

body.admin-bar .cat-nav-sticky-59826915 {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .cat-nav-sticky-59826915 {
        top: 46px;
    }
}
