body.category-carstay-power-gear .arofif-carstay-series,
body.page-template-arofif-carstay-power-gear-preview .arofif-carstay-series {
	margin: 0 0 30px;
}

.arofif-carstay-series-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 300px;
	overflow: hidden;
	border-radius: 12px;
	background: #353a28;
	box-shadow: 0 6px 18px rgba(55, 50, 38, .13);
	color: #fff !important;
	text-decoration: none !important;
}

.arofif-carstay-series-card:focus-visible {
	outline: 3px solid #896f3d;
	outline-offset: 3px;
}

.arofif-carstay-series-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arofif-carstay-series-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(14, 18, 10, .82), rgba(14, 18, 10, .54) 54%, rgba(14, 18, 10, .2));
}

.arofif-carstay-series-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 300px;
	padding: 30px 34px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.arofif-carstay-series-kicker {
	display: inline-flex;
	margin: 0 0 12px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: 999px;
	background: rgba(15, 18, 12, .4);
	font-size: 12px;
	font-weight: 800;
}

.arofif-carstay-series-title {
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 800;
	line-height: 1.2;
}

.arofif-carstay-series-count {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 700;
}

.arofif-carstay-series-action {
	margin-top: 18px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #303529;
	font-size: 13px;
	font-weight: 800;
	text-shadow: none;
}

.arofif-carstay-other-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 0 18px;
	color: #33362d;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

.arofif-carstay-other-heading::before,
.arofif-carstay-other-heading::after {
	content: "";
	width: 42px;
	height: 1px;
	background: #8f9874;
}

@media screen and (max-width: 767px) {
	body.category-carstay-power-gear .arofif-category-header,
	body.page-template-arofif-carstay-power-gear-preview .arofif-category-header {
		padding-bottom: 16px;
	}

	.arofif-carstay-series-card,
	.arofif-carstay-series-body {
		height: 200px;
		min-height: 200px;
	}

	.arofif-carstay-series-body {
		padding: 14px 18px;
	}

	.arofif-carstay-series-kicker {
		margin-bottom: 6px;
		padding: 3px 8px;
		font-size: 11px;
		line-height: 1.2;
	}

	.arofif-carstay-series-title {
		font-size: 23px;
		line-height: 1.12;
		white-space: nowrap;
	}

	.arofif-carstay-series-count {
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.25;
	}

	.arofif-carstay-series-action {
		margin-top: 8px;
		padding: 7px 12px;
		font-size: 12px;
		line-height: 1.2;
	}

	.arofif-carstay-other-heading {
		font-size: 17px;
	}

	.arofif-carstay-other-heading::before,
	.arofif-carstay-other-heading::after {
		width: 20px;
	}
}
