.rmc-shop-category-nav {
	width: 100%;
	margin: 2px 0 30px;
	border: 1px solid #c9c5bb;
	border-top: 3px solid #f15a24;
	background: #fff;
	color: #151719;
	box-shadow: 0 8px 24px rgba(20, 23, 25, .055);
}

.rmc-shop-category-nav *,
.rmc-shop-category-nav *::before,
.rmc-shop-category-nav *::after {
	box-sizing: border-box;
}

.rmc-shop-category-nav__head {
	display: flex;
	align-items: center;
	min-height: 60px;
	justify-content: space-between;
	gap: 20px;
	padding: 11px 16px;
	border-bottom: 1px solid #dedbd3;
	background: #fff;
	color: #151719;
}

.rmc-shop-category-nav__head p {
	margin: 0 0 3px;
	color: #f15a24;
	font-family: "Space Mono", monospace;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rmc-shop-category-nav__head h2 {
	margin: 0;
	color: #151719 !important;
	font-family: Archivo, sans-serif;
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	font-weight: 750;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: none;
}

.rmc-shop-category-nav__head > a {
	flex: 0 0 auto;
	border-bottom: 1px solid #77736c;
	color: #3a3c3e;
	font-size: .72rem;
	font-weight: 650;
	text-decoration: none;
}

.rmc-shop-category-nav__head > a:hover {
	border-color: #f15a24;
	color: #151719;
}

.rmc-shop-category-nav__controls {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px;
	padding: 13px 16px 10px;
	background: #faf9f6;
}

.rmc-shop-category-nav__levels {
	display: contents;
}

.rmc-shop-category-nav__field {
	display: grid;
	min-width: 180px;
	flex: 1 1 200px;
	gap: 6px;
	margin: 0;
}

.rmc-shop-category-nav__field > span {
	color: #66635d;
	font-size: .66rem;
	font-weight: 750;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rmc-shop-category-nav__field select {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 38px 0 12px;
	border: 1px solid #aaa69d;
	border-radius: 0;
	background-color: #fff;
	color: #17191b;
	font-family: Archivo, sans-serif;
	font-size: .84rem;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: none;
}

.rmc-shop-category-nav__field select:focus {
	border-color: #151719;
	outline: 2px solid rgba(241,90,36,.35);
	outline-offset: 1px;
}

.rmc-shop-category-nav__go {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	justify-content: center;
	gap: 10px;
	padding: 0 17px;
	background: #f15a24;
	color: #fff !important;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .01em;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
}

.rmc-shop-category-nav__go:hover {
	background: #d94712;
	color: #fff !important;
}

.rmc-shop-category-nav__status {
	margin: 0;
	padding: 0 16px 11px;
	background: #faf9f6;
	color: #77736c;
	font-size: .7rem;
	line-height: 1.35;
}

.rmc-shop-category-nav__field.is-loading select {
	opacity: .6;
	pointer-events: none;
}

@media (max-width: 700px) {
	.rmc-shop-category-nav {
		margin-bottom: 22px;
	}

	.rmc-shop-category-nav__head {
		align-items: flex-start;
		min-height: 0;
		padding: 13px 14px;
	}

	.rmc-shop-category-nav__head > a {
		font-size: .67rem;
	}

	.rmc-shop-category-nav__controls {
		display: grid;
		grid-template-columns: 1fr;
		padding: 13px 12px 10px;
	}

	.rmc-shop-category-nav__levels {
		display: grid;
		gap: 10px;
	}

	.rmc-shop-category-nav__field {
		min-width: 0;
	}

	.rmc-shop-category-nav__go {
		width: 100%;
	}

	.rmc-shop-category-nav__status {
		padding: 0 12px 12px;
	}
}
