body:not(.twhf-mobile-nav) .twhf-product-catalog > a::after {
	content: "▾";
	display: inline-block;
	margin-left: 7px;
	font-size: .75em;
	opacity: .68;
}

body:not(.twhf-mobile-nav) .twhf-product-catalog > .sub-menu {
	width: min(360px, calc(100vw - 32px));
	max-height: min(70vh, 680px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

body:not(.twhf-mobile-nav) .twhf-product-catalog .sub-menu .sub-menu {
	position: static;
	min-width: 0;
	width: 100%;
	padding: 0 0 4px 14px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

body:not(.twhf-mobile-nav) .twhf-product-catalog .sub-menu .menu-item-has-children > a::after {
	content: "+";
	float: right;
	margin-left: 12px;
	opacity: .62;
}

body:not(.twhf-mobile-nav) .twhf-product-catalog .sub-menu .menu-item-has-children:hover > a::after,
body:not(.twhf-mobile-nav) .twhf-product-catalog .sub-menu .menu-item-has-children:focus-within > a::after {
	content: "−";
}

.twhf-product-catalog > .sub-menu {
	scrollbar-width: thin;
	scrollbar-color: rgba(23, 25, 39, .28) transparent;
}

.twhf-product-catalog > .sub-menu::-webkit-scrollbar {
	width: 8px;
}

.twhf-product-catalog > .sub-menu::-webkit-scrollbar-thumb {
	background: rgba(23, 25, 39, .28);
	border-radius: 10px;
}
