/* Shop sidebar filters - make all checkboxes same size */
.all-products__sidebar .widget input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	flex-shrink: 0;
}

/* Hide Uncategorized category */
.all-products__sidebar .widget li:has(a[href*="uncategorized"]),
.all-products__sidebar .widget li:has(a[href*="Uncategorized"]) {
	display: none !important;
}

/* Remove sticky positioning from sidebar widgets, set it on the sidebar itself */
.archive .all-products__sidebar > .widget {
	position: static !important;
	top: unset !important;
}

@media screen and (min-width: 1024px) {
	.archive .all-products__sidebar > .widget {
		top: unset !important;
	}

	.archive .all-products__sidebar {
		top: 220px !important;
	}
}
