.facets__categories-filter {
    background: #fff;
    border-radius: 2px;
}

.summary-accordion__plus-minus-wrapper {
    background-color: #fff !important;
}

.facets__categories-filter__child-wrapper {
    filter: none;
}

.summary-accordion--has-hover:hover .summary-accordion__plus-minus-wrapper {
    background-color: #5e3575 !important;
}

.facets-wrapper--vertical {
    position: relative !important;
    max-height: 100% !important;
    overflow-y: unset !important;
    top: 1rem !important;
}