.wc-block-product-categories-list ul {
    display: none;
    padding-left: 15px;
}

.wc-block-product-categories-list ul.active {
    display: block;
}

.toggle-category {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 5px;
    border-radius: 25px;
}

.toggle-category:hover {
    background: lightgrey;
}

.toggle-category.rotate {
    transform: rotate(180deg);
}

.wc-block-product-categories-list-item {
    padding: 5px 0;
    font-size: 15px;
}

.wc-block-product-categories-list-item a {
    justify-content: space-between !important;
    display: flex;
}
