:root {
	--levoflow-catalog-teal: #08b9c9;
	--levoflow-catalog-teal-dark: #007d91;
	--levoflow-catalog-ink: #111820;
	--levoflow-catalog-muted: #72777c;
	--levoflow-catalog-surface: #f3f3f3;
	--levoflow-catalog-card-radius: 1.25rem;
}

body.page-template-product-catalog .main-nav {
	background: linear-gradient(90deg, #014d66 0%, #00c1d4 100%);
}

.levoflow-catalog-page {
	color: var(--levoflow-catalog-ink);
	font-family: "Noto Sans SC", Arial, sans-serif;
}

.levoflow-catalog-container {
	width: min(100% - 2rem, 75rem);
	margin-inline: auto;
}

.levoflow-catalog-breadcrumb {
	display: flex;
	min-height: 2.5rem;
	align-items: center;
	background: #ededed !important;
	color: #8a8f93;
	font-size: 1.15rem;
}

.levoflow-catalog-breadcrumb .levoflow-catalog-container {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.levoflow-catalog-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.levoflow-catalog-breadcrumb a:hover {
	color: var(--levoflow-catalog-teal-dark);
}

.levoflow-catalog-hero {
	position: relative;
	min-height: 25rem;
	overflow: hidden;
	background: #fff !important;
}

.levoflow-catalog-hero-media {
	position: absolute;
	inset: 0;
}

.levoflow-catalog-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.levoflow-catalog-hero-layout {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 25rem;
	align-items: flex-start;
}

.levoflow-catalog-hero-content {
	width: min(42rem, 53%);
	padding: 2rem 0 2rem 3.5rem;
}

.levoflow-catalog-back {
	display: inline-flex;
	min-height: 3rem;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 2.25rem;
	color: #11687a;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.levoflow-catalog-hero h1 {
	margin: 0 0 1.6rem;
	color: #0788a0;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.levoflow-catalog-hero p {
	max-width: 40rem;
	margin: 0;
	color: #273542;
	font-size: 1rem;
	line-height: 1.65;
}

.levoflow-catalog-series {
	min-height: 56rem;
	padding: 1.25rem 0 5.5rem;
	background: var(--levoflow-catalog-surface);
}

.levoflow-catalog-series h2 {
	margin: 0 0 0.75rem;
	color: #087d98;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
}

.levoflow-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 3rem;
}

.levoflow-catalog-card {
	position: relative;
	display: flex;
	min-height: 31.25rem;
	flex-direction: column;
	align-items: stretch;
	padding: 1.25rem 1.75rem 1.35rem;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.025);
	border-radius: var(--levoflow-catalog-card-radius);
	background: #fff;
	box-shadow: 0 0.5rem 1.7rem rgba(22, 42, 52, 0.035);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.levoflow-catalog-card:hover {
	transform: translateY(-0.2rem);
	box-shadow: 0 0.9rem 2rem rgba(22, 42, 52, 0.09);
}

.levoflow-catalog-card-model {
	position: absolute;
	top: 1.15rem;
	left: 1.15rem;
	z-index: 1;
	display: inline-flex;
	min-height: 1.55rem;
	align-items: center;
	padding: 0.15rem 0.65rem;
	border-radius: 999px;
	background: #07889d;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 600;
}

.levoflow-catalog-card-image {
	display: flex;
	height: 14.6rem;
	align-items: center;
	justify-content: center;
	margin: 0 -0.6rem 0.35rem;
}

.levoflow-catalog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.levoflow-catalog-card h3 {
	margin: 0.15rem 0 0.45rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.levoflow-catalog-card h3 a {
	color: #111;
	text-decoration: none;
}

.levoflow-catalog-card-description {
	min-height: 3.3rem;
	margin: 0;
	color: var(--levoflow-catalog-muted);
	font-size: 0.86rem;
	line-height: 1.48;
	text-align: center;
}

.levoflow-catalog-card-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.3rem 0.65rem;
	min-height: 2.7rem;
	margin: 0.75rem 0 1rem;
	padding: 0;
	list-style: none;
}

.levoflow-catalog-card-features li {
	position: relative;
	padding-left: 0.8rem;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.35;
}

.levoflow-catalog-card-features li::before {
	position: absolute;
	top: 0.23rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--levoflow-catalog-teal);
	box-shadow: inset 0 0 0 0.12rem #fff;
	content: "";
}

.levoflow-catalog-card-button {
	display: inline-flex;
	width: min(100%, 12.5rem);
	min-height: 3rem;
	align-items: center;
	justify-content: center;
	margin: auto auto 0;
	border: 1px solid var(--levoflow-catalog-teal);
	border-radius: 999px;
	color: #08798d;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.levoflow-catalog-card-button:hover {
	background: var(--levoflow-catalog-teal);
	color: #fff;
}

.levoflow-catalog-page a:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
}

@media (max-width: 64rem) {
	.levoflow-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}

	.levoflow-catalog-hero-content {
		width: 58%;
	}
}

@media (max-width: 43.75rem) {
	.levoflow-catalog-container {
		width: min(100% - 1.25rem, 34rem);
	}

	.levoflow-catalog-hero,
	.levoflow-catalog-hero-layout {
		min-height: 29rem;
	}

	.levoflow-catalog-hero-media {
		top: auto;
		height: 12.5rem;
	}

	.levoflow-catalog-hero-media img {
		object-position: 70% center;
	}

	.levoflow-catalog-hero-layout {
		align-items: flex-start;
	}

	.levoflow-catalog-hero-content {
		width: 100%;
		padding: 1rem 0 13rem;
	}

	.levoflow-catalog-back {
		margin-bottom: 0.8rem;
	}

	.levoflow-catalog-hero h1 {
		font-size: 1.65rem;
	}

	.levoflow-catalog-hero p {
		font-size: 0.94rem;
	}

	.levoflow-catalog-series {
		padding-bottom: 3rem;
	}

	.levoflow-catalog-grid {
		grid-template-columns: 1fr;
	}

	.levoflow-catalog-card {
		min-height: 30rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.levoflow-catalog-card,
	.levoflow-catalog-card-button {
		transition: none;
	}
}

