.cat-acc-widget {
	background: #ffffff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.cat-acc-header {
	padding: 24px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.cat-acc-title {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.cat-acc-body {
	padding: 14px 18px 18px;
}

.cat-acc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-acc-sublist {
	display: none;
	padding: 2px 0 4px 18px;
}

.cat-acc-item.is-open > .cat-acc-sublist {
	display: block;
}

.cat-acc-row {
	position: relative;
}

.cat-acc-link,
.cat-acc-toggle {
	width: 100%;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
	background: transparent;
	border: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.35;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: color 220ms ease, transform 220ms ease;
}

.cat-acc-link:hover,
.cat-acc-toggle:hover,
.cat-acc-link.is-active,
.cat-acc-item.is-current > .cat-acc-row .cat-acc-link {
	transform: translateX(4px);
}

.cat-acc-name {
	min-width: 0;
}

.cat-acc-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 220ms ease;
}

.cat-acc-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.cat-acc-item.is-open > .cat-acc-row .cat-acc-icon {
	transform: rotate(90deg);
}

.cat-acc-sublist .cat-acc-link,
.cat-acc-sublist .cat-acc-toggle {
	min-height: 42px;
	font-size: 17px;
}

.cat-acc-product-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-acc-product-item .cat-acc-product-link {
	position: relative;
	padding-left: 14px;
	opacity: 0.92;
}

.cat-acc-product-item .cat-acc-product-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	transform: translateY(-50%);
	opacity: 0.55;
}

.cat-acc-product-item .cat-acc-product-link.is-active {
	font-weight: 600;
	opacity: 1;
}

.cat-acc-empty {
	padding: 18px;
	background: #ffffff;
	color: #777777;
}
