/*.mobile-catalog-list .catalog-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	font-size: 16px;
	line-height: 1;
	transition: transform 0.25s ease;
	transform-origin: 50% 50%;
}

.mobile-catalog-list .catalog-item.active .catalog-arrow {
	transform: rotate(90deg);
} */
.mobile-catalog-list .catalog-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	color: #999;
	transition: transform 0.25s ease;
	transform-origin: 50% 50%;
}

.mobile-catalog-list .catalog-item.active .catalog-arrow {
	transform: rotate(90deg);
}

.mobile-catalog-list .catalog-arrow svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
}
