Skip to content
/* Completely remove color swatches from filter checkboxes */
.facet-checkbox__swatch,
.facets__swatch,
.facet-checkbox span[style*="background-color"],
.facet-checkbox div[style*="background-color"],
.facet-checkbox > span:not(:empty),
.facet-checkbox > div:not(:empty) {
display: none !important;
visibility: hidden !important;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}