.cgl-wc-catbar-wrap {
    width: 100%;
    margin: 0 0 30px;
}

.cgl-wc-catbar {
    width: 100%;
    border-top: 1px solid #e7e2dc;
    border-bottom: 1px solid #e7e2dc;
    background: #fff;
    box-sizing: border-box;
}

.cgl-wc-catbar--editor-empty {
    padding: 14px 18px;
    color: #555;
}

.cgl-wc-catbar-toggle {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
}

.cgl-wc-catbar-toggle-icon {
    font-size: 24px;
    line-height: 1;
}

.cgl-wc-catbar-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.cgl-wc-catbar-wrap.is-text-align-left .cgl-wc-catbar-list {
    justify-content: flex-start;
}

.cgl-wc-catbar-wrap.is-text-align-center .cgl-wc-catbar-list {
    justify-content: center;
}

.cgl-wc-catbar-wrap.is-text-align-right .cgl-wc-catbar-list {
    justify-content: flex-end;
}

.cgl-wc-catbar-link {
    display: inline-block;
    padding: 14px 14px;
    text-decoration: none;
    color: #222;
    border-right: 1px solid #eee7df;
    transition: .2s ease;
    font-size: 16px;
}

.cgl-wc-catbar-link:hover {
    background: #f7f4f1;
    color: #000;
}

.cgl-wc-catbar-link.is-active {
    background: #eee7df;
    color: #888;
}

.cgl-wc-catbar-wrap.is-text-align-center .cgl-wc-catbar-link:first-child,
.cgl-wc-catbar-wrap.is-text-align-right .cgl-wc-catbar-link:first-child {
    border-left: 1px solid #eee7df;
}

@media (max-width: 767.98px) {
    .cgl-wc-catbar-toggle {
        display: flex;
    }

    .cgl-wc-catbar-list {
        display: none;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid #eee7df;
    }

    .cgl-wc-catbar-list.is-open {
        display: flex;
    }

    .cgl-wc-catbar-link,
    .cgl-wc-catbar-wrap.is-text-align-center .cgl-wc-catbar-link:first-child,
    .cgl-wc-catbar-wrap.is-text-align-right .cgl-wc-catbar-link:first-child {
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #eee7df;
        padding: 14px 18px;
        box-sizing: border-box;
    }
}
