/* show all ancesty filter options */
.filter-ancestry li[hidden] {
	display: block !important;
}

/* hide show more/less button */
.filter-ancestry li.show-more,
.filter-ancestry li.show-less {
 	display: none;
}

/* was causing two vertical scrollbars */
.catalogue-filter div.wc-block-attribute-filter.style-list {
	overflow-y: hidden !important;
}

/* overlay doesn't interfere with clicks */
.catalogue-filter div.wc-block-attribute-filter.style-list:after {
	pointer-events: none;
}

/* the list should be what scrolls */
.catalogue-filter ul.wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-attribute-filter-list {
	max-height: 225px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}