.cnb-category-nav {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden; /* keeps row corners from poking past the rounded card edge */
}

.cnb-category-nav-label {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 20px 0px 20px;
}

.cnb-category-list {
    display: block;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.cnb-category-link {
    display: block;
    padding: 0.85rem 1rem 0.85rem 1.25rem;
    border-left: 3px solid #ffffff;
    border-bottom: 1px solid #ededed;
    color: #000000;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, padding-left 0.25s ease;
}

.cnb-category-item:last-child .cnb-category-link {
    border-bottom: none;
}

.cnb-category-link.parent-cat {
    font-size: 1.05rem;
    font-weight: 600;
}

.cnb-category-link.child-cat {
    padding-left: 20px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.cnb-category-link:hover {
    border-left: 3px solid #c22e02;
    color: #c22e02;
    padding-left: 1.5rem;
}

.cnb-category-link.is-active {
    background-color: var(--cnb-red, #c22e02);
    border-left-color: #c22e02;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
}

.cnb-category-link.is-active:hover {
    color: #ffffff;
    padding-left: 20px;
}

#catname {
    color: #ffffff;
}

#archive-products.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.cnb-category-nav.is-loading {
    pointer-events: none;
}
