
.has-depth-1 {
    padding-left: 36px;
}
.has-depth-2 {
    padding-left: 72px;
}
.has-depth-3 {
    padding-left: 108px;
}
.has-depth-4 {
    padding-left: 144px;
}

.is-hidden {
    display: none;
}

.wp-block-woocommerce-product-filters.wc-block-product-filters, .wc-block-product-filter-checkbox-list__show-more {
    opacity: 0;
}

.wp-block-woocommerce-product-filters.wc-block-product-filters.visible {
    opacity: 1;
}


.wc-block-product-filter-checkbox-list__item.has-depth-1, .wc-block-product-filter-checkbox-list__item.has-depth-2, .wc-block-product-filter-checkbox-list__item.has-depth-3, .wc-block-product-filter-checkbox-list__item.has-depth-4{
    /* opacity: 0;
    height: 0; */
    display: none;
}

.wc-block-product-filter-checkbox-list__item.has-depth-1.parent-opened, .wc-block-product-filter-checkbox-list__item.has-depth-2.parent-opened, .wc-block-product-filter-checkbox-list__item.has-depth-3.parent-opened, .wc-block-product-filter-checkbox-list__item.has-depth-4.parent-opened {
    /* opacity: 1;
    height: auto; */
    display: block;
}

.wc-block-product-filter-checkbox-list__item.has-children::after {
    content: '+';
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 30px;
    text-align: center;
    height: 30px;
}

.wc-block-product-filter-checkbox-list__item.has-children.opened::after {
    content: '-';
}