.srm-fitment {
	background: #f3f3f3;
	border-bottom: 1px solid #e6e6e6;
	padding: 0.85rem 2rem 1rem;
	text-align: center;
}
.srm-fitment-title {
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0072ce;
	margin-bottom: 0.5rem;
}
.srm-fitment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
}
.srm-fitment select {
	background: #fff;
	color: #1b1d21;
	border: 1px solid #cfcfcf;
	padding: 0.55rem 0.7rem;
	min-width: 10rem;
	font-size: 0.85rem;
	border-radius: 0;
}
.srm-fitment select:disabled {
	opacity: 0.45;
}
.srm-fit-go {
	background: #0072ce;
	color: #fff;
	border: 0;
	padding: 0.6rem 1.1rem;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 2px;
}
.srm-fit-go:hover { background: #1684e0; }
.srm-fit-clear {
	color: #b7bcc4;
	font-size: 0.8rem;
	margin-left: 0.35rem;
}
.srm-fit-active {
	margin: 0.55rem 0 0;
	color: #b7bcc4;
	font-size: 0.85rem;
	text-align: center;
}
.srm-fit-active strong { color: #fff; }
.srm-cats { display: none !important; }
.srm-fit-active { color: #444; }
.srm-fit-active strong { color: #1b1d21; }
.srm-fit-clear { color: #0072ce; }
@media (max-width: 800px) {
	.srm-fitment select { min-width: 46%; flex: 1; }
	.srm-fitment { padding: 0.75rem 1rem 1rem; }
}
