.woocommerce-products-header .term-description.mustbee-category-description {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: 0;
}

.mustbee-category-description > summary {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 44px;
    padding: 4px 0;
    color: inherit;
    font-size: var(--cartify_font_size_small_1, 14px);
    font-weight: var(--cartify_font_weight_primary, 600);
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.mustbee-category-description > summary::-webkit-details-marker {
    display: none;
}

.mustbee-category-description > summary:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mustbee-category-description > summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.mustbee-category-description > summary svg {
    flex-shrink: 0;
}

.mustbee-category-description__less,
.mustbee-category-description[open] > summary .mustbee-category-description__more {
    display: none;
}

.mustbee-category-description[open] > summary .mustbee-category-description__less {
    display: inline;
}

.mustbee-category-description[open] > summary svg {
    transform: rotate(180deg);
}

.woocommerce-products-header .mustbee-category-description > .term-description {
    margin: 0;
    padding: 12px 0 8px;
    border: 0;
}
