.product-category-tree,
.product-category-tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-category-tree .category-head {
	display: flex;
	align-items: center;
}

.product-category-tree .category-link {
	flex: 1;
	min-width: 0;
}

.product-category-tree .category-toggle {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.product-category-tree .category-toggle::before {
	content: "+";
}

.product-category-tree .category-section.is-open .category-toggle::before {
	content: "-";
}

.product-category-tree .category-children {
	display: none;
	padding: 6px 0 10px;
}

.product-category-tree .category-section.is-open .category-children {
	display: block;
}

.product-category-tree .category-child-link {
	display: block;
	position: relative;
	color: rgba(51, 51, 51, 0.96) !important;
	border-bottom: 0 !important;
	border: 1px solid transparent;
	border-radius: 10px;
	margin: 3px 10px 3px 8px;
	background: rgba(255, 255, 255, 0.96) !important;
	-webkit-background-clip: border-box !important;
	background-clip: border-box !important;
	box-shadow: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pc_pattern .product-category-tree .category-child-link {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 18px 8px 46px !important;
}

.mb_pattern .product-category-tree .category-child-link {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 0 18px 0 46px !important;
}

.product-category-tree .category-child-link::before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transform: translateY(-50%);
	opacity: 0.35;
}

.pc_pattern .product-category-tree .category-child-link::before,
.pc_pattern .product-category-tree .category-toggle {
	background-color: transparent;
	color: rgba(0, 114, 184, 1);
}

.mb_pattern .product-category-tree .category-child-link::before,
.mb_pattern .product-category-tree .category-toggle {
	background-color: transparent;
	color: rgba(13, 110, 56, 1);
}

.pc_pattern .product-category-tree .category-child-link::before {
	background: rgba(0, 114, 184, 1);
}

.mb_pattern .product-category-tree .category-child-link::before {
	background: rgba(13, 110, 56, 1);
}

.product-category-tree .category-child-item.selected .category-child-link {
	font-weight: 600;
}

.pc_pattern .product-category-tree .category-child-link:hover,
.pc_pattern .product-category-tree .category-child-item.selected .category-child-link {
	background: linear-gradient(180deg, rgba(240, 248, 255, 0.98), rgba(227, 241, 255, 0.98)) !important;
	border-color: rgba(0, 114, 184, 0.32) !important;
	box-shadow: 0 8px 18px rgba(0, 114, 184, 0.12);
	color: rgba(0, 90, 145, 1) !important;
	transform: translateX(2px);
}

.pc_pattern .product-category-tree .category-child-item.selected .category-child-link {
	color: rgba(0, 90, 145, 1) !important;
}

.mb_pattern .product-category-tree .category-child-link:hover,
.mb_pattern .product-category-tree .category-child-item.selected .category-child-link {
	background: linear-gradient(180deg, rgba(241, 250, 245, 0.98), rgba(227, 245, 233, 0.98)) !important;
	border-color: rgba(13, 110, 56, 0.28) !important;
	box-shadow: 0 8px 18px rgba(13, 110, 56, 0.1);
	color: rgba(13, 110, 56, 1) !important;
	transform: translateX(2px);
}

.mb_pattern .product-category-tree .category-child-item.selected .category-child-link {
	color: rgba(13, 110, 56, 1) !important;
}

.pc_pattern .product-category-tree .category-head.selected .category-toggle {
	color: #fff;
}

.product-category-tree .category-child-link:hover::before,
.product-category-tree .category-child-item.selected .category-child-link::before {
	background: currentColor !important;
	opacity: 1;
}
