:root {
	--sxf-series-bg: #ffffff;
	--sxf-series-surface: #ffffff;
	--sxf-series-alt: #ffffff;
	--sxf-series-ink: #171716;
	--sxf-series-text: #454541;
	--sxf-series-muted: #716f69;
	--sxf-series-copper: #a8431d;
	--sxf-series-copper-dark: #873415;
	--sxf-series-line: #d5d1c8;
	--sxf-series-white: #ffffff;
}

body.page-id-520,
body.page-id-523 {
	background: var(--sxf-series-bg) !important;
	color: var(--sxf-series-ink) !important;
}

body.page-id-520 .entry-content,
body.page-id-523 .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

body.page-id-520 .entry-content > p,
body.page-id-523 .entry-content > p {
	display: none !important;
}

.sxf-series-page,
.sxf-series-page * {
	box-sizing: border-box;
}

.sxf-series-page {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--sxf-series-bg);
	color: var(--sxf-series-ink);
	font-family: Manrope, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.sxf-series-page h1,
.sxf-series-page h2,
.sxf-series-page h3,
.sxf-series-page h4,
.sxf-series-page p {
	margin: 0;
}

.sxf-series-page a {
	color: inherit;
}

.sxf-series-shell {
	width: min(calc(100% - 112px), 1560px);
	margin-inline: auto;
}

.sxf-series-kicker {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--sxf-series-copper);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sxf-series-kicker::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.sxf-series-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
	align-items: end;
	gap: 72px;
	padding-top: 24px;
	border-top: 1px solid var(--sxf-series-line);
}

.sxf-series-section-head h2 {
	max-width: 900px;
	margin-top: 24px;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: .99;
}

.sxf-series-section-head > p {
	color: var(--sxf-series-text);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.7;
}

.sxf-series-hero {
	position: relative;
	display: flex;
	min-height: clamp(650px, 78vh, 860px);
	align-items: flex-end;
	background: #1c1b19;
	color: var(--sxf-series-white);
}

.sxf-series-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sxf-series-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(9, 9, 8, .72) 0%, rgba(9, 9, 8, .42) 38%, rgba(9, 9, 8, .08) 72%),
		linear-gradient(0deg, rgba(9, 9, 8, .56) 0%, transparent 48%);
}

.sxf-series-hero__content {
	position: relative;
	z-index: 1;
	width: min(810px, 74%);
	padding-block: clamp(70px, 9vw, 120px);
}

.sxf-series-hero .sxf-series-kicker {
	color: #f0d1c5;
}

.sxf-series-hero h1 {
	max-width: 790px;
	margin-top: 25px;
	font-size: clamp(54px, 6.5vw, 96px);
	font-weight: 600;
	letter-spacing: -.062em;
	line-height: .94;
}

.sxf-series-hero__copy {
	max-width: 630px;
	margin-top: 28px !important;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.65;
}

.sxf-series-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.sxf-series-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--sxf-series-copper);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.sxf-series-button::after {
	content: "↗";
	font-size: 16px;
}

.sxf-series-button:hover {
	background: var(--sxf-series-copper-dark);
	transform: translateY(-2px);
}

.sxf-series-button--ghost {
	border-color: rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .06);
	backdrop-filter: blur(10px);
}

.sxf-series-button--ghost::after {
	content: "↓";
}

.sxf-series-button--ghost:hover {
	border-color: #fff;
	background: #fff;
	color: var(--sxf-series-ink) !important;
}

.sxf-series-intro {
	padding: clamp(82px, 9vw, 132px) 0;
	background: var(--sxf-series-bg);
}

.sxf-series-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
	gap: clamp(64px, 10vw, 170px);
	align-items: start;
}

.sxf-series-intro h2 {
	margin-top: 24px;
	font-size: clamp(46px, 5.8vw, 82px);
	font-weight: 600;
	letter-spacing: -.06em;
	line-height: .97;
}

.sxf-series-intro__copy {
	padding-top: 34px;
}

.sxf-series-intro__copy > p {
	color: var(--sxf-series-text);
	font-size: clamp(17px, 1.3vw, 20px);
	line-height: 1.75;
}

.sxf-series-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 46px;
	padding-top: 22px;
	border-top: 1px solid var(--sxf-series-line);
}

.sxf-series-fact strong,
.sxf-series-fact span {
	display: block;
}

.sxf-series-fact strong {
	color: var(--sxf-series-ink);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.3;
}

.sxf-series-fact span {
	margin-top: 7px;
	color: var(--sxf-series-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.sxf-series-models {
	padding: clamp(82px, 8vw, 124px) 0;
	background: var(--sxf-series-surface);
}

.sxf-series-model-group {
	margin-top: clamp(62px, 7vw, 104px);
}

.sxf-series-model-group + .sxf-series-model-group {
	padding-top: clamp(62px, 7vw, 104px);
	border-top: 1px solid var(--sxf-series-line);
}

.sxf-series-model-group__head {
	display: grid;
	grid-template-columns: 72px minmax(260px, 430px) minmax(300px, 560px);
	gap: 28px;
	align-items: start;
	margin-bottom: 32px;
}

.sxf-series-index {
	color: var(--sxf-series-copper);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.sxf-series-model-group h3 {
	font-size: clamp(27px, 2.7vw, 42px);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.05;
}

.sxf-series-model-group__head p {
	color: var(--sxf-series-text);
	font-size: 16px;
	line-height: 1.7;
}

.sxf-series-page .woocommerce {
	width: 100%;
}

.sxf-series-page .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 30px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sxf-series-page--smart .sxf-series-model-group .woocommerce ul.products.columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sxf-series-page--smart .sxf-series-model-group .woocommerce ul.products.columns-1 {
	grid-template-columns: minmax(0, 1fr);
}

.sxf-series-page .woocommerce ul.products::before,
.sxf-series-page .woocommerce ul.products::after {
	display: none !important;
}

.sxf-series-page .woocommerce ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 26px !important;
	border-top: 1px solid var(--sxf-series-line);
	background: transparent !important;
	list-style: none !important;
}

.sxf-series-page .woocommerce ul.products li.product a {
	display: block;
	color: inherit;
	text-decoration: none !important;
}

.sxf-series-page .woocommerce ul.products li.product a img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 3;
	margin: 14px 0 22px !important;
	padding: clamp(20px, 2.5vw, 42px);
	background: #ece9e2;
	object-fit: contain;
	transition: transform .45s cubic-bezier(.2, .7, .2, 1), background .25s ease;
}

.sxf-series-page .woocommerce ul.products li.product:hover a img {
	transform: scale(1.018);
	background: #e6e1d8;
}

.sxf-series-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 !important;
	color: var(--sxf-series-ink) !important;
	font-size: clamp(18px, 1.45vw, 23px) !important;
	font-weight: 600 !important;
	letter-spacing: -.025em;
	line-height: 1.3 !important;
}

.sxf-series-page .woocommerce ul.products li.product .woocommerce-loop-product__title::after {
	content: " ↗";
	color: var(--sxf-series-copper);
	font-size: .8em;
}

.sxf-series-page .woocommerce .price,
.sxf-series-page .woocommerce .button,
.sxf-series-page .woocommerce .added_to_cart,
.sxf-series-page .woocommerce .onsale,
.sxf-series-page .woocommerce .star-rating {
	display: none !important;
}

.sxf-series-choice {
	padding: clamp(82px, 9vw, 132px) 0;
	background: var(--sxf-series-bg);
}

.sxf-series-choice__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 58px;
}

.sxf-series-choice__grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sxf-series-choice-card {
	min-height: 330px;
	padding: clamp(26px, 3vw, 44px);
	border: 1px solid var(--sxf-series-line);
	background: var(--sxf-series-surface);
}

.sxf-series-choice-card__number {
	color: var(--sxf-series-copper);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .14em;
}

.sxf-series-choice-card h3 {
	margin-top: 54px;
	font-size: clamp(25px, 2.25vw, 36px);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.07;
}

.sxf-series-choice-card p {
	margin-top: 18px;
	color: var(--sxf-series-text);
	font-size: 15px;
	line-height: 1.7;
}

.sxf-series-choice-card ul {
	margin: 24px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--sxf-series-line);
	list-style: none;
}

.sxf-series-choice-card li {
	position: relative;
	margin: 9px 0;
	padding-left: 17px;
	color: var(--sxf-series-muted);
	font-size: 13px;
	line-height: 1.5;
}

.sxf-series-choice-card li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--sxf-series-copper);
}

.sxf-series-project {
	padding: clamp(88px, 9vw, 142px) 0;
	background: #171716;
	color: #fff;
}

.sxf-series-project .sxf-series-section-head {
	border-color: rgba(255, 255, 255, .2);
}

.sxf-series-project .sxf-series-section-head > p,
.sxf-series-project .sxf-series-kicker {
	color: rgba(255, 255, 255, .67);
}

.sxf-series-project__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 70px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.sxf-series-project-card {
	min-height: 300px;
	padding: 30px 28px 24px 0;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.sxf-series-project-card + .sxf-series-project-card {
	padding-left: 28px;
}

.sxf-series-project-card:last-child {
	border-right: 0;
}

.sxf-series-project-card span {
	color: #d4886d;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
}

.sxf-series-project-card h3 {
	margin-top: 76px;
	font-size: clamp(21px, 1.8vw, 29px);
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1.12;
}

.sxf-series-project-card p {
	margin-top: 16px;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	line-height: 1.7;
}

.sxf-series-gallery {
	padding: clamp(82px, 9vw, 136px) 0;
	background: var(--sxf-series-surface);
}

.sxf-series-gallery__grid {
	display: grid;
	grid-template-columns: 1.55fr .75fr;
	grid-template-rows: repeat(2, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 58px;
	min-height: 720px;
}

.sxf-series-gallery__item {
	position: relative;
	overflow: hidden;
	background: var(--sxf-series-alt);
}

.sxf-series-gallery__item:first-child {
	grid-row: 1 / 3;
}

.sxf-series-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.sxf-series-gallery__item:hover img {
	transform: scale(1.025);
}

.sxf-series-gallery__caption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 16px;
	background: rgba(255, 255, 255, .9);
	color: var(--sxf-series-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.sxf-series-technical {
	padding: clamp(82px, 9vw, 132px) 0;
	background: var(--sxf-series-bg);
}

.sxf-series-technical__layout {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	gap: clamp(58px, 9vw, 150px);
	align-items: start;
}

.sxf-series-technical__intro {
	position: sticky;
	top: 120px;
}

.sxf-series-technical__intro h2 {
	margin-top: 24px;
	font-size: clamp(42px, 4.8vw, 68px);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: .98;
}

.sxf-series-technical__intro p {
	margin-top: 24px;
	color: var(--sxf-series-text);
	font-size: 16px;
	line-height: 1.75;
}

.sxf-series-details {
	border-top: 1px solid var(--sxf-series-line);
}

.sxf-series-details details {
	border-bottom: 1px solid var(--sxf-series-line);
}

.sxf-series-details summary {
	position: relative;
	display: flex;
	min-height: 84px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 48px 20px 0;
	cursor: pointer;
	color: var(--sxf-series-ink);
	font-size: clamp(18px, 1.55vw, 23px);
	font-weight: 650;
	letter-spacing: -.02em;
	list-style: none;
}

.sxf-series-details summary::-webkit-details-marker {
	display: none;
}

.sxf-series-details summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	color: var(--sxf-series-copper);
	font-size: 28px;
	font-weight: 400;
}

.sxf-series-details details[open] summary::after {
	content: "−";
}

.sxf-series-details__content {
	padding: 0 0 34px;
	color: var(--sxf-series-text);
}

.sxf-series-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 8px;
	background: var(--sxf-series-line);
	border: 1px solid var(--sxf-series-line);
}

.sxf-series-spec {
	min-height: 108px;
	padding: 20px;
	background: var(--sxf-series-surface);
}

.sxf-series-spec span,
.sxf-series-spec strong {
	display: block;
}

.sxf-series-spec span {
	color: var(--sxf-series-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.sxf-series-spec strong {
	margin-top: 9px;
	color: var(--sxf-series-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.sxf-series-note {
	margin-top: 24px;
	padding-left: 18px;
	border-left: 2px solid var(--sxf-series-copper);
	color: var(--sxf-series-muted);
	font-size: 13px;
	line-height: 1.7;
}

.sxf-series-downloads {
	padding: clamp(82px, 8vw, 118px) 0;
	background: var(--sxf-series-surface);
}

.sxf-series-downloads__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 50px;
}

.sxf-series-downloads__grid--single {
	grid-template-columns: 1fr;
}

.sxf-series-download {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 132px;
	padding: 26px 30px;
	border: 1px solid var(--sxf-series-line);
	background: var(--sxf-series-bg);
	text-decoration: none !important;
	transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.sxf-series-download + .sxf-series-download {
	margin-top: -1px;
}

.sxf-series-download:hover {
	border-color: var(--sxf-series-copper);
	background: #f0ebe3;
	transform: translateX(4px);
	position: relative;
	z-index: 1;
}

.sxf-series-download__icon {
	position: relative;
	display: grid !important;
	width: 58px;
	height: 72px;
	margin: 0 !important;
	place-items: end center;
	padding-bottom: 12px;
	border: 1px solid var(--sxf-series-copper);
	color: var(--sxf-series-copper);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}

.sxf-series-download__icon::after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid var(--sxf-series-copper);
	border-left: 1px solid var(--sxf-series-copper);
	background: var(--sxf-series-bg);
}

.sxf-series-download:hover .sxf-series-download__icon::after {
	background: #f0ebe3;
}

.sxf-series-download__content,
.sxf-series-download__content strong,
.sxf-series-download__eyebrow,
.sxf-series-download__meta {
	display: block;
}

.sxf-series-download__eyebrow {
	margin: 0 0 7px !important;
	color: var(--sxf-series-copper) !important;
	font-size: 11px !important;
	font-weight: 750 !important;
	letter-spacing: .16em !important;
	line-height: 1.2;
	text-transform: uppercase;
}

.sxf-series-download__content strong {
	font-size: clamp(18px, 1.5vw, 23px);
	font-weight: 650;
	letter-spacing: -.02em;
	line-height: 1.35;
}

.sxf-series-download__meta {
	margin: 8px 0 0 !important;
	color: var(--sxf-series-muted) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: .04em !important;
	line-height: 1.4;
}

.sxf-series-download__meta b {
	margin-inline: 6px;
	color: var(--sxf-series-copper);
}

.sxf-series-download__action {
	display: inline-flex !important;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 0 !important;
	padding: 0 20px;
	border: 1px solid var(--sxf-series-ink);
	border-radius: 999px;
	color: var(--sxf-series-ink) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1;
	text-transform: none !important;
}

.sxf-series-download__action span {
	margin: 0 !important;
	color: var(--sxf-series-copper);
	font-size: 17px;
	line-height: 1;
}

.sxf-series-faq {
	padding: clamp(82px, 9vw, 132px) 0;
	background: var(--sxf-series-bg);
}

.sxf-series-faq__layout {
	display: grid;
	grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
	gap: clamp(54px, 9vw, 150px);
}

.sxf-series-faq h2 {
	margin-top: 24px;
	font-size: clamp(40px, 4.6vw, 64px);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: 1;
}

.sxf-series-final {
	padding: clamp(90px, 11vw, 170px) 0;
	background: var(--sxf-series-copper);
	color: #fff;
}

.sxf-series-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
	gap: 70px;
	align-items: end;
}

.sxf-series-final h2 {
	max-width: 1040px;
	font-size: clamp(48px, 6.7vw, 100px);
	font-weight: 600;
	letter-spacing: -.065em;
	line-height: .94;
}

.sxf-series-final__aside p {
	color: rgba(255, 255, 255, .78);
	font-size: 16px;
	line-height: 1.7;
}

.sxf-series-final .sxf-series-button {
	margin-top: 26px;
	background: #fff;
	color: var(--sxf-series-ink) !important;
}

.sxf-series-final .sxf-series-button:hover {
	background: var(--sxf-series-ink);
	color: #fff !important;
}

.sxf-series-page :focus-visible {
	outline: 2px solid var(--sxf-series-copper);
	outline-offset: 4px;
}

@media (max-width: 1180px) {
	.sxf-series-shell {
		width: min(calc(100% - 64px), 1560px);
	}

	.sxf-series-choice__grid--four,
	.sxf-series-project__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sxf-series-project-card:nth-child(2) {
		border-right: 0;
	}

	.sxf-series-project-card:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
}

@media (max-width: 900px) {
	.sxf-series-shell {
		width: min(calc(100% - 42px), 1560px);
	}

	.sxf-series-section-head,
	.sxf-series-intro__grid,
	.sxf-series-technical__layout,
	.sxf-series-faq__layout,
	.sxf-series-final__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.sxf-series-hero {
		min-height: 720px;
	}

	.sxf-series-hero__content {
		width: 100%;
	}

	.sxf-series-hero::after {
		background:
			linear-gradient(90deg, rgba(9, 9, 8, .65), rgba(9, 9, 8, .18)),
			linear-gradient(0deg, rgba(9, 9, 8, .72), rgba(9, 9, 8, .04) 68%);
	}

	.sxf-series-model-group__head {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.sxf-series-model-group__head p {
		grid-column: 2;
	}

	.sxf-series-page .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sxf-series-gallery__grid {
		min-height: 600px;
	}

	.sxf-series-technical__intro {
		position: static;
	}
}

@media (max-width: 640px) {
	.sxf-series-shell {
		width: calc(100% - 36px);
	}

	.sxf-series-hero {
		min-height: 680px;
	}

	.sxf-series-hero__image {
		object-position: 58% center;
	}

	.sxf-series-hero h1 {
		font-size: clamp(48px, 14.5vw, 68px);
	}

	.sxf-series-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sxf-series-button {
		width: 100%;
	}

	.sxf-series-intro__copy {
		padding-top: 0;
	}

	.sxf-series-facts {
		grid-template-columns: 1fr;
	}

	.sxf-series-fact {
		padding-bottom: 15px;
		border-bottom: 1px solid var(--sxf-series-line);
	}

	.sxf-series-model-group__head {
		grid-template-columns: 1fr;
	}

	.sxf-series-model-group__head p {
		grid-column: 1;
	}

	.sxf-series-page .woocommerce ul.products,
	.sxf-series-page--smart .sxf-series-model-group .woocommerce ul.products.columns-2,
	.sxf-series-page--smart .sxf-series-model-group .woocommerce ul.products.columns-1 {
		display: flex !important;
		grid-template-columns: none;
		gap: 14px !important;
		overflow-x: auto;
		padding: 0 18px 16px !important;
		margin-inline: -18px !important;
		scroll-padding-left: 18px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.sxf-series-page .woocommerce ul.products li.product {
		flex: 0 0 min(84vw, 390px) !important;
		scroll-snap-align: start;
	}

	.sxf-series-choice__grid,
	.sxf-series-choice__grid--four,
	.sxf-series-project__grid,
	.sxf-series-downloads__grid,
	.sxf-series-spec-grid {
		grid-template-columns: 1fr;
	}

	.sxf-series-choice-card {
		min-height: 0;
	}

	.sxf-series-choice-card h3,
	.sxf-series-project-card h3 {
		margin-top: 38px;
	}

	.sxf-series-project-card,
	.sxf-series-project-card + .sxf-series-project-card {
		min-height: 0;
		padding: 28px 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

	.sxf-series-gallery__grid {
		grid-template-columns: 1fr;
		grid-template-rows: 440px 260px 260px;
		min-height: 0;
	}

	.sxf-series-gallery__item:first-child {
		grid-row: auto;
	}

	.sxf-series-download {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 16px;
		min-height: 0;
		padding: 20px;
	}

	.sxf-series-download__icon {
		width: 48px;
		height: 60px;
		padding-bottom: 9px;
	}

	.sxf-series-download__content strong {
		font-size: 18px;
	}

	.sxf-series-download__action {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 4px !important;
	}

	.sxf-series-details summary {
		min-height: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sxf-series-page *,
	.sxf-series-page *::before,
	.sxf-series-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
