.redhands-nav-v2 {
	padding: 0 14px 12px;
	color: #2d1518;
}

.redhands-nav-brand {
	margin: 0 -14px 12px;
	padding: 15px 14px 13px;
	background: #5b1118;
	color: #fff;
}

.redhands-nav-brand strong,
.redhands-nav-brand span {
	display: block;
}

.redhands-nav-brand strong {
	font-size: 16px;
	font-weight: 900;
}

.redhands-nav-brand span {
	margin-top: 3px;
	font-size: 11px;
	color: #f6cbd0;
}

.redhands-nav-group {
	margin: 0;
	padding: 0;
}

.redhands-nav-group + .redhands-nav-group {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #f3d8db;
}

.redhands-nav-title {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 900;
	color: #9f3a46;
	letter-spacing: -.01em;
}

.redhands-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.redhands-nav-item + .redhands-nav-item {
	border-top: 1px solid #f0f1f3;
}

.redhands-nav-link {
	display: block;
	position: relative;
	padding: 9px 8px 9px 13px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	color: #3d424a;
}

.redhands-nav-link::before {
	content: "";
	position: absolute;
	left: 1px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background: #bcc2ca;
}

.redhands-nav-link:hover,
.redhands-nav-link:focus-visible {
	color: #b91c1c;
	background: #fff1f2;
	outline: 0;
}

.redhands-nav-link.is-active {
	color: #0a6d5e;
	background: #e8f8f4;
}

.redhands-nav-link.is-active::before {
	background: #dc2626;
}

.redhands-nav-empty {
	margin: 0;
	padding: 12px 0;
	font-size: 12px;
	color: #7f555b;
}

@media (max-width: 700px) {
	.redhands-nav-v2 {
		padding-bottom: 10px;
	}

	.redhands-nav-brand {
		padding: 12px 14px;
	}

	.redhands-nav-group {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.redhands-nav-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.redhands-nav-item + .redhands-nav-item {
		border-top: 0;
	}

	.redhands-nav-link {
		padding: 9px 6px;
		text-align: center;
		border: 1px solid #e4e7eb;
	}

	.redhands-nav-link::before {
		display: none;
	}
}
