.ced-cat-flyout-source {
	display: none !important;
}

.ced-cat-flyout__parents > .ced-cat-flyout__parent > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.ced-cat-flyout__parents > .ced-cat-flyout__parent.ced-cat-flyout__active > a,
.ced-cat-flyout__parents > .ced-cat-flyout__parent > a:focus {
	background: #f5f7f8;
	color: #202326;
}

.ced-cat-flyout__children,
.ced-cat-flyout__mobile-panel {
	display: none;
}

.ced-cat-flyout__child-panel {
	display: none;
	padding: 8px 0;
}

.ced-cat-flyout__view-all,
.ced-cat-flyout__child-list a {
	display: block;
	padding: 9px 22px;
	line-height: 1.35;
	color: #3d4145;
	text-decoration: none;
}

.ced-cat-flyout__view-all {
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ced-cat-flyout__child-list {
	margin: 0;
	padding: 4px 0;
	list-style: none;
}

.ced-cat-flyout__child-list a:hover,
.ced-cat-flyout__child-list a:focus,
.ced-cat-flyout__view-all:hover,
.ced-cat-flyout__view-all:focus {
	background: #f5f7f8;
	color: #202326;
	outline: none;
}

.ced-cat-flyout__desktop-float {
	position: fixed;
	z-index: 10050;
	display: none;
	box-sizing: border-box;
	min-width: 320px;
	max-width: calc(100vw - 24px);
	margin: 0;
	padding: 0 0 0 24px;
	background: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 18px 18px 28px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.ced-cat-flyout__desktop-float.ced-cat-flyout__active {
	display: block;
}

.ced-cat-flyout__desktop-float .ced-cat-flyout__desktop-pane-body {
	max-height: inherit;
	overflow: hidden;
}

.ced-cat-flyout__desktop-float .ced-cat-flyout__child-panel {
	display: block;
	max-height: inherit;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4px 0 12px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.28) transparent;
}

.ced-cat-flyout__desktop-float .ced-cat-flyout__child-panel::-webkit-scrollbar {
	width: 8px;
}

.ced-cat-flyout__desktop-float .ced-cat-flyout__child-panel::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 8px;
}

@media (max-width: 959px) {
	.ced-cat-flyout__desktop-float {
		display: none !important;
	}

	.ced-cat-flyout .ced-cat-flyout__parents {
		position: relative;
		min-width: 0;
	}

	.ced-cat-flyout__mobile-panel {
		display: none;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #fff;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.ced-cat-flyout__mobile-panel.ced-cat-flyout__active {
		display: block;
	}

	.ced-cat-flyout__mobile-panel .ced-cat-flyout__child-panel {
		display: block;
		max-height: none;
		overflow: visible;
		padding: 4px 0 8px;
	}

	.ced-cat-flyout__mobile-panel .ced-cat-flyout__view-all,
	.ced-cat-flyout__mobile-panel .ced-cat-flyout__child-list a {
		padding-left: 32px;
		padding-right: 20px;
	}
}
