:root {
	color-scheme: light;
	--fo-duration-fast: 140ms;
	--fo-duration-standard: 220ms;
	--fo-duration-image: 420ms;
	--fo-duration-reveal: 560ms;
	--fo-ease-premium: cubic-bezier(0.2, 0.8, 0.2, 1);
	--fo-ease-snappy: cubic-bezier(0.25, 0.7, 0.35, 1);
	--fo-reveal-distance: 18px;
	--fo-subtle-distance: 3px;
	--fo-image-scale: 1.04;
	--fo-page-image-scale: 1.025;
}

html {
	background: #ffffff;
	box-sizing: border-box;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html.fo-js {
	scroll-behavior: auto;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body.faith-over-everything-home {
	background: #ffffff !important;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 0;
	min-width: 320px;
}

.faith-over-everything-home a,
.faith-over-everything-home a:hover,
.faith-over-everything-home a:focus {
	color: inherit;
	text-decoration: none;
}

.fo-nav-links a,
.fo-footer-nav a,
.fo-footer-cookie-button,
.fo-menu-button,
.fo-launch-hero-copy a,
.fo-launch-chapter-copy a,
.fo-launch-mark-panel a,
.fo-launch-offer a,
.fo-launch-selection-cta a,
.fo-product-accordion a,
.fo-product-share button,
.fo-product-enquiry-submit,
.fo-product-gallery-thumb,
.fo-cookie-consent button,
.fo-cookie-consent a,
.fo-product-card,
.fo-launch-product-card,
.fo-launch-category-tile,
.fo-account-button,
.fo-account-view-button,
.fo-account-form button {
	transition:
		color var(--fo-duration-fast) var(--fo-ease-snappy),
		background-color var(--fo-duration-fast) var(--fo-ease-snappy),
		border-color var(--fo-duration-fast) var(--fo-ease-snappy),
		opacity var(--fo-duration-fast) var(--fo-ease-snappy),
		transform var(--fo-duration-fast) var(--fo-ease-snappy),
		box-shadow var(--fo-duration-fast) var(--fo-ease-snappy);
}

.faith-over-everything-home img {
	display: block;
	filter: none !important;
	height: auto;
	max-width: 100%;
	mix-blend-mode: normal !important;
	opacity: 1 !important;
}

html.fo-js body .fo-page-main {
	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity var(--fo-duration-reveal) var(--fo-ease-premium),
		transform var(--fo-duration-reveal) var(--fo-ease-premium);
}

html.fo-js body.fo-page-ready .fo-page-main {
	opacity: 1;
	transform: translateY(0);
}

html.fo-js [data-page-hero] img {
	transform: scale(var(--fo-page-image-scale));
	transition: transform var(--fo-duration-image) var(--fo-ease-premium), opacity var(--fo-duration-image) var(--fo-ease-premium);
}

html.fo-js body.fo-page-ready [data-page-hero] img {
	transform: scale(1);
}

html.fo-js [data-reveal] {
	opacity: 0;
	transform: translateY(var(--fo-reveal-distance));
	transition:
		opacity var(--fo-duration-reveal) var(--fo-ease-premium),
		transform var(--fo-duration-reveal) var(--fo-ease-premium);
	transition-delay: var(--fo-reveal-delay, 0ms);
}

html.fo-js [data-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.fo-header {
	background: #000000 !important;
	color: #ffffff;
	position: relative;
	width: 100%;
	z-index: 5;
}

.fo-lookbook-inner,
.fo-footer-inner,
.fo-content-body {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.fo-header-inner {
	align-items: center;
	background: #000000;
	color: #ffffff;
	display: grid;
	gap: 28px;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 0;
	min-height: 64px;
	padding: 12px 32px;
	width: 100%;
}

.fo-logo-link {
	align-items: center;
	display: flex;
	line-height: 0;
	width: 178px;
}

.fo-logo-link img {
	filter: invert(1) !important;
	object-fit: contain;
	width: 100%;
}

.fo-nav-links {
	align-items: center;
	background: #000000;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 2.2vw, 36px);
	justify-content: flex-end;
}

.fo-nav-links a,
.fo-footer-nav a {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
	.fo-nav-links a:hover,
	.fo-footer-nav a:hover,
	.fo-footer-cookie-button:hover,
	.fo-launch-hero-copy a:hover,
	.fo-launch-chapter-copy a:hover,
	.fo-launch-mark-panel a:hover,
	.fo-launch-offer a:hover,
	.fo-launch-selection-cta a:hover,
	.fo-product-accordion a:hover,
	.fo-product-share button:hover,
	.fo-cookie-consent a:hover,
	.fo-cookie-consent button:hover,
	.fo-product-enquiry-submit:hover,
	.fo-account-button:hover,
	.fo-account-view-button:hover,
	.fo-account-form button:hover {
		transform: translateY(calc(var(--fo-subtle-distance) * -0.33));
	}

	.fo-product-card:hover .fo-product-image img,
	.fo-product-card:focus-within .fo-product-image img {
		transform: scale(var(--fo-image-scale)) translateY(-2px);
	}

	.fo-product-card:hover .fo-product-info,
	.fo-product-card:focus-within .fo-product-info {
		transform: translateY(-3px);
	}

	.fo-launch-category-tile:hover figure img,
	.fo-launch-category-tile:focus-within figure img {
		transform: scale(var(--fo-image-scale)) translateY(-2px);
	}

	.fo-launch-category-tile:hover span,
	.fo-launch-category-tile:focus-within span,
	.fo-launch-category-tile:hover strong,
	.fo-launch-category-tile:focus-within strong,
	.fo-launch-product-card:hover h3,
	.fo-launch-product-card:focus-within h3,
	.fo-launch-product-card:hover p,
	.fo-launch-product-card:focus-within p {
		transform: translateY(-2px);
	}

	.fo-launch-product-card:hover figure img,
	.fo-launch-product-card:focus-within figure img {
		transform: scale(var(--fo-image-scale)) translateY(-2px);
	}

	.fo-product-gallery-thumb:hover,
	.fo-product-gallery-thumb:focus-visible {
		transform: translateY(-1px);
	}

	.fo-product-enquiry-submit:active,
	.fo-footer-cookie-button:active,
	.fo-menu-button:active,
	.fo-product-share button:active,
	.fo-cookie-consent button:active,
	.fo-account-button:active,
	.fo-account-view-button:active,
	.fo-account-form button:active,
	.fo-launch-hero-copy a:active,
	.fo-launch-chapter-copy a:active,
	.fo-launch-mark-panel a:active,
	.fo-launch-offer a:active,
	.fo-launch-selection-cta a:active,
	.fo-product-accordion a:active {
		transform: scale(0.98);
	}
}

.fo-menu-button {
	display: none;
}

.fo-announcement {
	background: #ffffff;
	border-bottom: 1px solid #deded8;
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	padding: 16px 32px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.fo-hero {
	background: #050505;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 0;
	min-height: 500px;
	overflow: hidden;
	width: 100%;
}

.fo-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 32px 56px clamp(32px, 6vw, 90px);
	position: relative;
	z-index: 1;
}

.fo-hero-copy p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.45;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.fo-hero-copy p + p {
	letter-spacing: 0;
	text-transform: none;
}

.fo-hero-copy h1 {
	color: #ffffff;
	font-size: clamp(64px, 8vw, 124px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.86;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.fo-hero-copy a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 12px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-hero-media {
	align-items: center;
	background: #050505;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	min-height: 500px;
	overflow: hidden;
	padding: 42px 48px 42px 16px;
	position: relative;
}

.fo-hero-products {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 790px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.fo-hero-products img {
	background: transparent;
	max-height: 390px;
	object-fit: contain;
	width: 100%;
}

.fo-products {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 34px 32px 54px;
	width: 100%;
}

.fo-products + .fo-products {
	border-top: 1px solid #deded8;
}

.fo-section-heading {
	align-items: center;
	border-bottom: 1px solid #deded8;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 12px;
}

.fo-section-heading h2,
.fo-lookbook h2 {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-section-heading p {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-grid {
	display: grid;
	gap: 28px;
}

.fo-product-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-product-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fo-product-card {
	background: #ffffff;
	color: #000000;
	display: block;
}

.fo-product-image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f5f4ef;
	border: 1px solid #deded8;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 28px;
}

.fo-product-image img {
	background: transparent;
	max-height: 100%;
	max-width: 88%;
	object-fit: contain;
	transition: transform var(--fo-duration-image) var(--fo-ease-premium), opacity var(--fo-duration-image) var(--fo-ease-premium);
	width: auto;
}

.fo-product-info {
	background: #ffffff;
	color: #000000;
	padding-top: 14px;
	transition: transform var(--fo-duration-standard) var(--fo-ease-premium);
}

.fo-product-info h3,
.fo-product-info p,
.fo-lookbook-heading p,
.fo-footer p,
.fo-footer-logo {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}

.fo-product-info h3 {
	letter-spacing: 0.04em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fo-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0;
}

.fo-price-was,
.fo-price-separator {
	color: #6c6c68;
	font-weight: 400;
}

.fo-price-was {
	text-decoration: line-through;
}

.fo-price-current {
	color: #000000;
	font-weight: 700;
}

.fo-products--drop {
	background: #f5f4ef;
	padding: 46px 32px 58px;
}

.fo-products--drop + .fo-products {
	border-top: 0;
}

.fo-products--drop .fo-section-heading,
.fo-products--drop .fo-product-grid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1376px;
}

.fo-products--drop .fo-section-heading {
	border-bottom: 0;
	margin-bottom: 26px;
	padding-bottom: 0;
}

.fo-products--drop .fo-product-grid {
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	justify-content: center;
}

.fo-products--drop .fo-product-card {
	display: block;
	margin: 0 auto;
	max-width: 444px;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 100%;
}

.fo-products--drop .fo-product-card:hover,
.fo-products--drop .fo-product-card:focus {
	opacity: 0.88;
	transform: translateY(-2px);
}

.fo-products--drop .fo-product-card:focus-visible {
	outline: 2px solid #000000;
	outline-offset: 5px;
}

.fo-products--drop .fo-product-image {
	aspect-ratio: 4 / 3;
	background: #f5f4ef;
	border: 0;
	padding: 0;
}

.fo-products--drop .fo-product-image img {
	background: transparent;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.fo-lookbook {
	background: #f5f4ef;
	color: #000000;
}

.fo-lookbook-inner {
	padding: 46px 32px 58px;
}

.fo-lookbook-heading {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.fo-lookbook-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fo-lookbook-panel {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 28px;
}

.fo-lookbook-panel img {
	max-height: 100%;
	max-width: 90%;
	object-fit: contain;
	width: auto;
}

.fo-launch-home {
	background: #ffffff;
	color: #000000;
	overflow: hidden;
}

.fo-launch-home figure {
	margin: 0;
}

.fo-launch-home h1,
.fo-launch-home h2,
.fo-launch-home h3,
.fo-launch-home p {
	margin: 0;
}

.fo-launch-hero {
	background: #050505;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(380px, 0.6fr) minmax(0, 0.4fr);
	min-height: clamp(620px, 78vh, 820px);
	overflow: hidden;
	position: relative;
}

.fo-launch-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 78px 32px 78px clamp(32px, 7vw, 118px);
	position: relative;
	z-index: 2;
}

.fo-launch-hero-copy p,
.fo-launch-section-heading a,
.fo-launch-hero-copy a,
.fo-launch-chapter-copy a,
.fo-launch-mark-panel a,
.fo-launch-category-tile strong,
.fo-launch-offer a,
.fo-launch-selection-cta a,
.fo-launch-fit li {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fo-launch-hero-copy p {
	color: #ffffff;
	margin-bottom: 12px;
	max-width: 460px;
	opacity: 0.86;
}

.fo-launch-hero-copy h1 {
	color: #ffffff;
	font-size: clamp(92px, 13.6vw, 214px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.78;
	margin: 2px 0 32px;
	text-transform: uppercase;
}

.fo-launch-hero-copy a,
.fo-launch-chapter-copy a,
.fo-launch-mark-panel a,
.fo-launch-section-heading a,
.fo-launch-offer a {
	border-bottom: 1px solid currentColor;
	display: inline-flex;
	padding-bottom: 6px;
}

.fo-launch-hero-copy a {
	color: #ffffff;
	margin-top: 24px;
}

.fo-launch-hero-media {
	min-height: 100%;
	position: relative;
}

.fo-launch-hero-image {
	align-items: center;
	background: transparent;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.fo-launch-hero-image img {
	transition: transform var(--fo-duration-image) var(--fo-ease-premium), opacity var(--fo-duration-image) var(--fo-ease-premium);
	max-height: 100%;
	object-fit: contain;
	width: auto;
}

.fo-launch-hero-image-1 {
	bottom: 0;
	height: 94%;
	right: 8%;
	width: 76%;
	z-index: 3;
}

.fo-launch-chapter,
.fo-launch-marks,
.fo-launch-categories,
.fo-launch-selection,
.fo-launch-fit {
	padding: clamp(52px, 7vw, 96px) clamp(20px, 4.5vw, 72px);
}

.fo-launch-fit {
	padding-bottom: clamp(58px, 7vw, 96px);
}

.fo-launch-chapter {
	align-items: center;
	background: #ffffff;
	display: grid;
	gap: clamp(38px, 6vw, 88px);
	grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
	padding-bottom: clamp(62px, 8vw, 116px);
	padding-top: clamp(62px, 8vw, 116px);
}

.fo-launch-chapter-copy {
	max-width: 680px;
}

.fo-launch-chapter-copy h2,
.fo-launch-section-heading h2,
.fo-launch-offer h2,
.fo-launch-fit h2 {
	font-size: clamp(42px, 6.4vw, 104px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.86;
	text-transform: uppercase;
}

.fo-launch-chapter-copy p,
.fo-launch-offer p,
.fo-launch-fit p {
	font-size: clamp(17px, 1.5vw, 22px);
	line-height: 1.5;
	margin-top: 22px;
}

.fo-launch-chapter-copy a {
	margin-top: 44px;
}

.fo-launch-chapter-image {
	align-items: center;
	aspect-ratio: 5 / 4;
	background: #f5f4ef;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: clamp(30px, 5vw, 72px);
}

.fo-launch-chapter-image img {
	max-height: 100%;
	max-width: 82%;
	object-fit: contain;
	width: auto;
}

.fo-launch-section-heading {
	align-items: end;
	border-bottom: 1px solid #cfcfca;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto clamp(34px, 5vw, 70px);
	max-width: 1440px;
	padding-bottom: 22px;
}

.fo-launch-mark-grid,
.fo-launch-category-grid,
.fo-launch-product-grid {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
	margin: 0 auto;
	max-width: 1440px;
}

.fo-launch-mark-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-launch-mark-panel {
	background: #ffffff;
	display: grid;
	grid-template-rows: minmax(420px, 1fr) auto;
	min-height: 710px;
	overflow: hidden;
}

.fo-launch-mark-panel figure,
.fo-launch-product-card figure,
.fo-launch-category-tile figure {
	align-items: center;
	background: #f5f4ef;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.fo-launch-mark-panel figure {
	min-height: 0;
	padding: clamp(18px, 3vw, 42px);
}

.fo-launch-mark-panel figure img {
	max-height: 100%;
	max-width: 106%;
	object-fit: contain;
	width: auto;
}

.fo-launch-mark-panel div {
	align-content: start;
	background: inherit;
	display: grid;
	gap: 18px;
	min-height: 250px;
	padding: clamp(30px, 3.8vw, 52px);
	z-index: 2;
}

.fo-launch-mark-panel h3 {
	font-size: clamp(36px, 4.6vw, 72px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.88;
	text-transform: uppercase;
}

.fo-launch-mark-panel p {
	font-size: 18px;
	line-height: 1.48;
	max-width: 430px;
}

.fo-launch-mark-panel a {
	align-self: end;
	justify-self: start;
	margin-top: 12px;
}

.fo-launch-mark-panel:first-child,
.fo-launch-mark-panel:first-child div,
.fo-launch-mark-panel:first-child figure {
	background: #050505;
	color: #ffffff;
}

.fo-launch-mark-panel:first-child a,
.fo-launch-mark-panel:first-child h3,
.fo-launch-mark-panel:first-child p {
	color: #ffffff;
}

.fo-launch-mark-panel:nth-child(2) {
	background: #f5f4ef;
}

.fo-launch-mark-panel:nth-child(2) div {
	background: #f5f4ef;
}

.fo-launch-categories {
	background: #050505;
	color: #ffffff;
	padding-bottom: clamp(66px, 8vw, 112px);
	padding-top: clamp(66px, 8vw, 112px);
}

.fo-launch-categories .fo-launch-section-heading {
	border-bottom-color: #2a2a2a;
}

.fo-launch-categories .fo-launch-section-heading h2 {
	color: #ffffff;
}

.fo-launch-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fo-launch-category-tile {
	background: #050505;
	color: #ffffff;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto auto;
	overflow: hidden;
}

.fo-launch-category-tile:hover,
.fo-launch-category-tile:focus {
	transform: translateY(-2px);
}

.fo-launch-category-tile:focus-visible,
.fo-launch-product-card:focus-visible,
.fo-launch-mark-panel a:focus-visible,
.fo-launch-hero-copy a:focus-visible,
.fo-launch-chapter-copy a:focus-visible,
.fo-launch-section-heading a:focus-visible,
.fo-launch-selection-cta a:focus-visible,
.fo-launch-offer a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.fo-launch-category-tile figure {
	background: #f5f4ef;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: clamp(22px, 3vw, 42px);
}

.fo-launch-category-tile figure img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform var(--fo-duration-image) var(--fo-ease-premium), opacity var(--fo-duration-image) var(--fo-ease-premium);
	width: auto;
}

.fo-launch-category-tile span {
	background: #050505;
	color: #ffffff;
	display: block;
	font-size: clamp(36px, 3.9vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.9;
	padding: 24px 28px 5px;
	text-shadow: none;
	text-transform: uppercase;
	transition: transform var(--fo-duration-standard) var(--fo-ease-premium), opacity var(--fo-duration-standard) var(--fo-ease-premium);
}

.fo-launch-category-tile strong {
	background: #050505;
	color: #ffffff;
	display: block;
	padding: 0 28px 28px;
	text-shadow: none;
	transition: transform var(--fo-duration-standard) var(--fo-ease-premium), opacity var(--fo-duration-standard) var(--fo-ease-premium);
}

.fo-launch-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 32px;
}

.fo-launch-product-card {
	color: #000000;
	display: grid;
	gap: 14px;
}

.fo-launch-product-card figure {
	aspect-ratio: 4 / 5;
	padding: clamp(12px, 1.6vw, 24px);
}

.fo-launch-product-card figure img {
	max-height: 100%;
	max-width: 108%;
	object-fit: contain;
	transition: transform var(--fo-duration-image) var(--fo-ease-premium), opacity var(--fo-duration-image) var(--fo-ease-premium);
	width: auto;
}

.fo-launch-product-card h3,
.fo-launch-product-card p,
.fo-launch-price .fo-price-was,
.fo-launch-price .fo-price-separator,
.fo-launch-price .fo-price-current {
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.45;
	text-transform: uppercase;
	transition: transform var(--fo-duration-standard) var(--fo-ease-premium), opacity var(--fo-duration-standard) var(--fo-ease-premium);
}

.fo-launch-product-card p,
.fo-launch-price .fo-price-current {
	letter-spacing: 0;
	margin-top: 4px;
	text-transform: none;
}

.fo-launch-selection-cta {
	margin: clamp(30px, 3.5vw, 48px) auto 0;
	max-width: 1440px;
	text-align: center;
}

.fo-launch-selection-cta a {
	border-bottom: 1px solid currentColor;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.fo-launch-offer {
	align-items: center;
	background: #050505;
	color: #ffffff;
	display: grid;
	gap: 26px;
	grid-template-columns: 1fr;
	justify-items: center;
	margin-top: clamp(10px, 2vw, 28px);
	padding: clamp(54px, 6.5vw, 88px) clamp(20px, 4.5vw, 72px);
	text-align: center;
}

.fo-launch-offer div,
.fo-launch-fit {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	width: 100%;
}

.fo-launch-offer h2,
.fo-launch-offer p,
.fo-launch-offer a {
	color: #ffffff;
}

.fo-launch-offer div {
	max-width: 980px;
}

.fo-launch-fit {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 58px);
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
}

.fo-launch-fit ul {
	border-top: 1px solid #000000;
	display: grid;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fo-launch-fit li {
	border-bottom: 1px solid #000000;
	padding: 21px 0;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero {
	align-items: end;
	background: #070707;
	color: #ffffff;
	display: grid;
	isolation: isolate;
	min-height: calc(100svh - 132px);
	overflow: hidden;
	padding: clamp(72px, 12vh, 138px) clamp(20px, 4.5vw, 72px);
	position: relative;
	text-align: center;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-media {
	background: #070707;
	inset: 0;
	position: absolute;
	z-index: -2;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-media img,
.faith-over-everything-lander-2 .fo-lander-campaign-hero-media picture {
	display: block;
	height: 100%;
	width: 100%;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-media img {
	object-fit: cover;
	object-position: center;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-content {
	justify-self: center;
	margin: 0 auto;
	max-width: 820px;
	position: relative;
	width: min(100%, 820px);
	z-index: 1;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-eyebrow,
.faith-over-everything-lander-2 .fo-lander-campaign-hero-cta {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-eyebrow {
	color: #ffffff;
	margin-bottom: 18px;
	opacity: 0.84;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero h1 {
	color: #ffffff;
	font-size: clamp(72px, 13vw, 184px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.82;
	text-transform: uppercase;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-description {
	color: #ffffff;
	font-size: clamp(17px, 1.55vw, 23px);
	line-height: 1.45;
	margin: 22px auto 0;
	max-width: 560px;
	opacity: 0.9;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-cta {
	border: 1px solid currentColor;
	color: #ffffff;
	display: inline-flex;
	margin-top: 32px;
	padding: 14px 22px;
}

.faith-over-everything-lander-2 .fo-lander-campaign-hero-cta:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.faith-over-everything-lander-2 .fo-launch-categories {
	background: #ffffff;
	color: #000000;
}

.faith-over-everything-lander-2 .fo-launch-categories .fo-launch-section-heading {
	border-bottom-color: #cfcfca;
}

.faith-over-everything-lander-2 .fo-launch-categories .fo-launch-section-heading h2,
.faith-over-everything-lander-2 .fo-launch-category-tile,
.faith-over-everything-lander-2 .fo-launch-category-tile span,
.faith-over-everything-lander-2 .fo-launch-category-tile strong {
	background: #ffffff;
	color: #000000;
}

.faith-over-everything-lander-2 .fo-launch-selection {
	background: #050505;
	color: #ffffff;
}

.faith-over-everything-lander-2 .fo-launch-selection .fo-launch-section-heading {
	border-bottom-color: #2a2a2a;
}

.faith-over-everything-lander-2 .fo-launch-selection .fo-launch-section-heading h2,
.faith-over-everything-lander-2 .fo-launch-product-card,
.faith-over-everything-lander-2 .fo-launch-product-card h3,
.faith-over-everything-lander-2 .fo-launch-price .fo-price-current,
.faith-over-everything-lander-2 .fo-launch-selection-cta a {
	color: #ffffff;
}

.faith-over-everything-lander-2 .fo-launch-price .fo-price-was,
.faith-over-everything-lander-2 .fo-launch-price .fo-price-separator {
	color: #b8b8b2;
}

.faith-over-everything-lander-2 .fo-launch-offer {
	background: #ffffff;
	color: #000000;
	margin-top: 0;
}

.faith-over-everything-lander-2 .fo-launch-offer h2,
.faith-over-everything-lander-2 .fo-launch-offer p,
.faith-over-everything-lander-2 .fo-launch-offer a {
	color: #000000;
}

.fo-footer {
	background: #ffffff !important;
	border-top: 1px solid #deded8;
	color: #000000;
	padding: 34px 32px 38px;
}

.fo-footer-inner {
	align-items: start;
	background: #ffffff;
	color: #000000;
	display: grid;
	gap: clamp(32px, 5vw, 74px);
	grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
}

.fo-footer-nav {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: stretch;
}

.fo-footer-brand {
	display: grid;
	gap: 18px;
}

.fo-footer-nav-group {
	display: grid;
	gap: 11px;
	min-width: 0;
}

.fo-footer-nav-group h2 {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.fo-footer-nav a {
	overflow-wrap: anywhere;
}

.fo-footer-cookie-button {
	background: transparent;
	border: 0;
	color: #000000;
	cursor: pointer;
	font: inherit;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fo-footer-cookie-button:focus-visible {
	outline: 2px solid #000000;
	outline-offset: 3px;
}

.fo-footer p {
	font-size: 12px;
}

.fo-cookie-consent {
	align-items: start;
	background: #ffffff;
	border: 1px solid #deded8;
	bottom: max(18px, env(safe-area-inset-bottom));
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
	color: #000000;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	left: max(18px, env(safe-area-inset-left));
	max-width: min(760px, calc(100vw - 36px));
	padding: 20px;
	position: fixed;
	right: auto;
	z-index: 120;
}

.fo-cookie-consent[hidden] {
	display: none;
}

.fo-cookie-consent__copy {
	display: grid;
	gap: 8px;
}

.fo-cookie-consent h2,
.fo-cookie-consent p {
	margin: 0;
}

.fo-cookie-consent h2 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fo-cookie-consent p,
.fo-cookie-consent a {
	font-size: 13px;
	line-height: 1.45;
}

.fo-cookie-consent a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fo-cookie-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.fo-cookie-consent button {
	align-items: center;
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 42px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.fo-cookie-consent button[data-cookie-consent-reject] {
	background: #ffffff;
	color: #000000;
}

.fo-cookie-consent button:focus-visible,
.fo-cookie-consent a:focus-visible {
	outline: 2px solid #000000;
	outline-offset: 3px;
}

.fo-product-detail {
	align-items: start;
	background: #ffffff;
	color: #000000;
	display: grid;
	gap: clamp(36px, 5vw, 68px);
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.7fr);
	margin: 0 auto;
	max-width: 1280px;
	padding: clamp(42px, 4.6vw, 66px) 32px clamp(48px, 5.4vw, 76px);
	width: 100%;
}

.fo-product-gallery {
	min-width: 0;
	position: sticky;
	top: 96px;
}

.fo-product-gallery-main,
.fo-product-gallery-thumb {
	align-items: center;
	background: #f5f4ef;
	border: 1px solid #deded8;
	display: flex;
	justify-content: center;
	margin: 0;
	overflow: hidden;
}

.fo-product-gallery-main {
	aspect-ratio: 1 / 1;
	padding: clamp(26px, 3.4vw, 44px);
}

.fo-product-gallery-main img,
.fo-product-gallery-thumbs img {
	background: transparent;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform var(--fo-duration-image) var(--fo-ease-premium), opacity var(--fo-duration-image) var(--fo-ease-premium);
	width: auto;
}

.fo-product-gallery-thumbs {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 14px;
}

.fo-product-gallery-thumb {
	aspect-ratio: 1;
	cursor: pointer;
	padding: 12px;
	width: 100%;
}

.fo-product-gallery-main img.is-transitioning {
	opacity: 0;
	transform: scale(0.985);
}

.fo-product-gallery-thumb.is-active,
.fo-product-gallery-thumb:focus-visible {
	border-color: #000000;
	box-shadow: inset 0 0 0 2px #000000;
	outline: 0;
}

.fo-product-detail-copy > * {
	transition: transform var(--fo-duration-standard) var(--fo-ease-premium), opacity var(--fo-duration-standard) var(--fo-ease-premium);
}

.fo-product-detail-copy {
	align-self: start;
	display: grid;
	gap: 18px;
	max-width: 500px;
	min-width: 0;
	padding-top: 2px;
}

.fo-product-kicker,
.fo-product-size-block span {
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-detail-copy h1 {
	color: #000000;
	font-size: clamp(42px, 4.8vw, 68px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.fo-product-detail-price,
.fo-product-size-block p,
.fo-product-intro,
.fo-product-description p {
	color: #000000;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.fo-product-intro,
.fo-product-description p {
	white-space: pre-line;
}

.fo-product-detail-price {
	font-size: 18px;
	padding-bottom: 2px;
}

.fo-product-size-block {
	border-bottom: 1px solid #deded8;
	border-top: 1px solid #deded8;
	display: grid;
	gap: 8px;
	padding: 16px 0;
}

.fo-product-size-block p,
.fo-product-kicker {
	overflow-wrap: anywhere;
}

.fo-product-description {
	border-bottom: 1px solid #deded8;
	display: grid;
	gap: 10px;
	padding-bottom: 18px;
}

.fo-product-description h2 {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-contact-link {
	border-bottom: 1px solid #000000;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	justify-self: start;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 6px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-product-enquiry {
	border-top: 1px solid #deded8;
	display: grid;
	gap: 16px;
	margin-top: 0;
	padding-top: 18px;
}

.fo-product-enquiry-heading {
	display: grid;
	gap: 6px;
}

.fo-product-enquiry-heading h2 {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.fo-product-enquiry-heading p,
.fo-product-enquiry-error {
	color: #000000;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.fo-product-size-picker {
	border: 0;
	display: grid;
	gap: 10px;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.fo-product-size-picker legend {
	color: #000000;
	display: block;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.fo-product-size-options {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
}

.fo-product-enquiry .fo-product-size-option {
	cursor: pointer;
	display: block;
	min-width: 0;
	position: relative;
}

.fo-product-size-option input {
	appearance: auto;
	border: 0;
	height: 1px;
	margin: 0;
	min-height: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 1px;
}

.fo-product-size-option span {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cfcfc8;
	color: #000000;
	display: flex;
	font-size: 13px;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 12px 10px;
	text-align: center;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
	width: 100%;
}

.fo-product-size-option input:checked + span {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.fo-product-size-option input:focus-visible + span {
	outline: 2px solid #000000;
	outline-offset: 3px;
}

.fo-product-size-option.is-disabled {
	cursor: not-allowed;
}

.fo-product-size-option.is-disabled span {
	background: #f5f4ef;
	color: #777777;
	text-decoration: line-through;
}

.fo-product-enquiry-fields {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-product-enquiry label {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.fo-product-enquiry label > span:first-child {
	color: #000000;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fo-product-enquiry input,
.fo-product-enquiry select,
.fo-product-enquiry textarea {
	appearance: none;
	background: #ffffff;
	border: 1px solid #cfcfc8;
	border-radius: 0;
	color: #000000;
	font: inherit;
	font-size: 14px;
	line-height: 1.4;
	min-height: 44px;
	padding: 11px 12px;
	width: 100%;
}

.fo-product-enquiry textarea {
	min-height: 108px;
	resize: vertical;
}

.fo-product-enquiry-message {
	grid-column: 1 / -1;
}

.fo-product-enquiry-error {
	color: #8a1f11;
}

.fo-contact-page {
	background: #ffffff;
	color: #000000;
	margin: 0 auto;
	max-width: 920px;
	padding: clamp(34px, 4.6vw, 64px) 32px 64px;
	width: 100%;
}

.fo-contact-heading {
	border-bottom: 1px solid #deded8;
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.fo-contact-heading p {
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 620px;
}

.fo-contact-heading p:first-child {
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fo-contact-heading h1 {
	color: #000000;
	font-size: clamp(44px, 6vw, 82px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	text-transform: uppercase;
}

.fo-contact-form {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.fo-contact-success {
	color: #176b36;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 18px;
}

.fo-content-page {
	background: #ffffff;
	color: #000000;
	min-height: 58vh;
}

.fo-content-hero {
	align-items: end;
	background: #f5f4ef;
	border-bottom: 1px solid #deded8;
	color: #000000;
	display: grid;
	gap: clamp(22px, 4vw, 52px);
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	padding: clamp(34px, 4.4vw, 58px) 32px clamp(30px, 4vw, 50px);
	padding-left: max(32px, calc((100% - 1440px) / 2 + 32px));
	padding-right: max(32px, calc((100% - 1440px) / 2 + 32px));
	width: 100%;
}

.fo-content-page--editorial .fo-content-hero {
	background: #050505;
	color: #ffffff;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
}

.fo-content-page--legal .fo-content-hero {
	background: #ffffff;
}

.fo-content-hero--compact {
	padding-bottom: clamp(26px, 3.5vw, 42px);
	padding-top: clamp(30px, 4vw, 48px);
}

.fo-content-hero--restrained,
.fo-content-hero--legal {
	padding-bottom: clamp(24px, 3vw, 38px);
	padding-top: clamp(28px, 3.5vw, 44px);
}

.fo-content-hero-copy {
	display: grid;
	gap: 10px;
	max-width: 900px;
}

.fo-content-hero p,
.fo-content-statement p {
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.fo-content-page--editorial .fo-content-hero p,
.fo-content-page--editorial .fo-content-hero h1 {
	color: #ffffff;
}

.fo-content-hero p:first-child {
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fo-content-hero h1 {
	color: #000000;
	font-size: clamp(42px, 5.8vw, 88px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
	max-width: 1040px;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.fo-content-hero--compact h1 {
	font-size: clamp(46px, 6.4vw, 94px);
}

.fo-content-hero--restrained h1 {
	font-size: clamp(36px, 4.8vw, 66px);
	max-width: 820px;
}

.fo-content-hero--legal h1 {
	font-size: clamp(34px, 4.2vw, 58px);
	max-width: 780px;
}

.fo-content-statement {
	border-left: 2px solid currentColor;
	padding-left: 18px;
}

.fo-content-body {
	display: grid;
	gap: 30px;
	max-width: 1080px;
	padding: 30px 32px 72px;
}

.fo-content-page--legal .fo-content-body {
	gap: 24px;
	max-width: 900px;
}

.fo-content-section {
	border-bottom: 1px solid #deded8;
	display: grid;
	gap: 14px;
	padding: 18px 0 32px;
}

.fo-content-section:last-child {
	border-bottom: 0;
}

.fo-content-section h2 {
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin: 0 0 2px;
	text-transform: uppercase;
}

.fo-content-section h3,
.fo-faq-group h2,
.fo-faq-item summary,
.fo-size-range h3 {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.fo-content-section p,
.fo-content-section li,
.fo-faq-answer p {
	color: #000000;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.fo-content-section ul,
.fo-content-section ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 20px;
}

.fo-content-split,
.fo-content-media {
	align-items: stretch;
	gap: clamp(24px, 4vw, 52px);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.48fr);
}

.fo-content-split aside {
	align-content: start;
	background: #050505;
	color: #ffffff;
	display: grid;
	gap: 12px;
	padding: clamp(22px, 3vw, 34px);
}

.fo-content-split aside h3,
.fo-content-split aside p {
	color: #ffffff;
}

.fo-info-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: #deded8;
	border: 1px solid #deded8;
}

.fo-info-grid article {
	background: #ffffff;
	display: grid;
	gap: 10px;
	padding: clamp(18px, 2.5vw, 26px);
}

.fo-info-grid--3 {
	background: transparent;
	border: 0;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fo-info-grid--3 article {
	align-content: start;
	border: 1px solid #deded8;
	min-height: 154px;
	padding: clamp(20px, 2.4vw, 28px);
}

.fo-content-media figure {
	align-items: center;
	background: #f5f4ef;
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 260px;
	overflow: hidden;
	padding: clamp(20px, 3vw, 34px);
}

.fo-content-media img {
	background: #ffffff;
	max-height: 360px;
	object-fit: contain;
	width: auto;
}

.fo-size-ranges {
	display: grid;
	gap: 14px;
}

.fo-size-range {
	align-items: center;
	border: 1px solid #deded8;
	display: grid;
	gap: 14px;
	grid-template-columns: 120px minmax(0, 1fr);
	padding: 16px;
}

.fo-size-range div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fo-size-range span {
	align-items: center;
	border: 1px solid #000000;
	display: inline-flex;
	font-size: 12px;
	height: 34px;
	justify-content: center;
	letter-spacing: 0.08em;
	min-width: 42px;
	padding: 0 10px;
	text-transform: uppercase;
}

.fo-step-list {
	counter-reset: content-step;
	display: grid;
	gap: 0;
	list-style: none;
	padding: 0 !important;
}

.fo-step-list li {
	align-items: center;
	border-top: 1px solid #deded8;
	counter-increment: content-step;
	display: grid;
	gap: 18px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 16px 0;
}

.fo-step-list li:last-child {
	border-bottom: 1px solid #deded8;
}

.fo-step-list li:before {
	content: counter(content-step, decimal-leading-zero);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.fo-content-callout {
	background: #f5f4ef;
	border-left: 2px solid #000000;
	margin-top: 4px;
	padding: clamp(18px, 3vw, 26px) clamp(20px, 3.5vw, 34px);
}

.fo-content-cta {
	align-items: center;
	background: #050505;
	border-bottom: 0;
	color: #ffffff;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(22px, 3vw, 34px) clamp(22px, 3.8vw, 40px);
}

.fo-content-cta h2,
.fo-content-cta p,
.fo-content-cta .fo-product-contact-link {
	color: #ffffff;
}

.fo-content-cta .fo-product-contact-link {
	border-bottom-color: #ffffff;
	margin-top: 0;
}

.fo-faq-groups {
	display: grid;
	gap: 18px;
}

.fo-faq-group {
	border: 1px solid #deded8;
	display: grid;
	gap: 0;
}

.fo-faq-group h2 {
	align-items: center;
	background: #050505;
	color: #ffffff;
	display: flex;
	min-height: 48px;
	padding: 15px 18px 14px;
}

.fo-faq-item {
	border-bottom: 1px solid #deded8;
	background: #ffffff;
	transition: background-color 160ms ease;
}

.fo-faq-item:last-child {
	border-bottom: 0;
}

.fo-faq-item:hover,
.fo-faq-item[open] {
	background: #f8f8f5;
}

.fo-faq-item summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 34px;
	list-style: none;
	min-height: 58px;
	padding: 18px;
}

.fo-faq-item summary::-webkit-details-marker {
	display: none;
}

.fo-faq-item summary:focus-visible {
	outline: 2px solid #000000;
	outline-offset: -4px;
}

.fo-faq-item summary:after {
	align-items: center;
	border: 1px solid #000000;
	content: '+';
	display: flex;
	font-size: 16px;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.fo-faq-item[open] summary:after {
	content: '-';
}

.fo-faq-answer {
	border-top: 1px solid #deded8;
	display: grid;
	gap: 12px;
	margin: 0 18px 18px;
	max-width: 760px;
	padding: 16px 0 2px;
}

.fo-faq-answer p {
	color: #222222;
}

.fo-content-contents {
	border-bottom: 1px solid #deded8;
	border-top: 1px solid #deded8;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	padding: 14px 0;
}

.fo-content-contents a {
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.fo-product-enquiry-submit {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	justify-self: start;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 13px 18px;
	text-transform: uppercase;
}

.fo-product-purchase {
	align-items: end;
	border-top-color: #cfcfc8;
	grid-template-columns: minmax(0, 1fr);
}

.fo-product-purchase .fo-product-enquiry-heading,
.fo-product-purchase .fo-product-enquiry-fields,
.fo-product-purchase .fo-product-size-picker {
	grid-column: 1 / -1;
}

.fo-product-purchase .fo-product-enquiry-fields {
	grid-template-columns: 1fr;
}

.fo-product-accordions {
	border-bottom: 1px solid #deded8;
	display: grid;
	margin-top: 0;
}

.fo-product-accordion {
	border-bottom: 1px solid #deded8;
}

.fo-product-accordion:last-child {
	border-bottom: 0;
}

.fo-product-accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.08em;
	line-height: 1.35;
	list-style: none;
	min-height: 52px;
	text-transform: uppercase;
}

.fo-product-accordion summary::-webkit-details-marker {
	display: none;
}

.fo-product-accordion summary::after {
	content: '+';
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.fo-product-accordion[open] summary::after {
	content: '-';
}

.fo-product-accordion div {
	display: grid;
	gap: 10px;
	padding: 0 0 16px;
}

.fo-product-accordion p,
.fo-product-accordion a,
.fo-product-share button,
.fo-product-share span {
	color: #000000;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.fo-product-accordion a,
.fo-product-share button {
	justify-self: start;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fo-product-share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	padding-bottom: 16px;
}

.fo-product-share button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	cursor: pointer;
	font: inherit;
	padding: 0 0 4px;
}

.fo-product-share span {
	color: #4a4a43;
	min-height: 20px;
}

.faith-over-everything-home .fo-product-enquiry-submit {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
	text-align: center;
	text-decoration: none;
}

.faith-over-everything-home .fo-product-enquiry-submit:hover,
.faith-over-everything-home .fo-product-enquiry-submit:focus {
	color: #ffffff;
}

.fo-checkout-return {
	min-height: 44vh;
}

.fo-error-page {
	padding-bottom: 96px;
}

.fo-error-shell {
	background: linear-gradient(180deg, #f6f3ed 0%, #ffffff 68%);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.06);
	margin: 28px auto 0;
	max-width: 920px;
	padding: 64px 28px 36px;
	position: relative;
	text-align: center;
}

.fo-error-shell::before {
	background: #000000;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fo-checkout-return-heading {
	align-items: flex-start;
	display: grid;
	gap: 8px;
	justify-content: stretch;
	justify-items: center;
	width: 100%;
}

.fo-checkout-return-heading p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.fo-checkout-return-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 22px;
	justify-content: center;
}

.fo-error-heading h1 {
	font-size: clamp(42px, 7vw, 88px);
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0;
}

.fo-error-heading p,
.fo-error-intro {
	max-width: 42rem;
}

.fo-error-actions {
	justify-content: center;
}

.fo-error-actions .fo-product-enquiry-submit,
.fo-error-actions .fo-product-contact-link {
	min-width: 180px;
}

.fo-error-links {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	justify-content: center;
	margin-top: 20px;
	padding-top: 20px;
}

.fo-error-links a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fo-collection-hero {
	background: #f5f4ef;
	border-bottom: 1px solid #deded8;
	color: #000000;
	margin: 0;
	padding: clamp(44px, 6vw, 86px) 32px clamp(36px, 5vw, 68px);
	width: 100%;
}

.fo-collection-hero p,
.fo-collection-empty p {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	margin: 0;
	max-width: 660px;
}

.fo-collection-hero p:first-child {
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.fo-collection-hero h1 {
	color: #000000;
	font-size: clamp(52px, 7vw, 108px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0 0 18px;
	max-width: 980px;
	text-transform: uppercase;
}

.fo-collection-products {
	padding-top: 36px;
}

.fo-collection-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fo-collection-empty {
	background: #ffffff;
	border: 1px solid #deded8;
	padding: 28px;
}

.fo-account-page {
	background: #ffffff;
	color: #000000;
	min-height: 58vh;
	padding: 34px 32px 54px;
}

.fo-account-panel,
.fo-account-layout {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.fo-account-panel--narrow {
	border: 1px solid #deded8;
	max-width: 460px;
	padding: 28px;
}

.fo-account-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: 240px minmax(0, 1fr);
}

.fo-account-nav {
	border: 1px solid #deded8;
	display: grid;
}

.fo-account-nav a,
.fo-account-nav button {
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #deded8;
	color: #000000;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.35;
	padding: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.fo-account-nav a:hover,
.fo-account-nav a:focus-visible {
	background: #f5f4ef;
	outline: 0;
}

.fo-account-nav a[aria-current='page'],
.fo-account-nav a.is-active {
	background: #000000;
	color: #ffffff;
	font-weight: 700;
}

.fo-account-nav a[aria-current='page']:hover,
.fo-account-nav a[aria-current='page']:focus-visible,
.fo-account-nav a.is-active:hover,
.fo-account-nav a.is-active:focus-visible {
	background: #000000;
	color: #ffffff;
}

.fo-account-nav .fo-account-return {
	color: #b00020;
	font-weight: 700;
}

.fo-account-impersonation {
	background: #fff1f1;
	border: 1px solid #e3b3b3;
	color: #8a1f11;
	margin: 0 auto 20px;
	max-width: 1180px;
	padding: 12px 14px;
	width: 100%;
}

.fo-account-main {
	min-width: 0;
}

.fo-account-main h1,
.fo-account-panel h1 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.fo-account-main h2,
.fo-account-card h2,
.fo-account-section h2 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.fo-account-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fo-account-card,
.fo-account-section {
	border: 1px solid #deded8;
	padding: 18px;
}

.fo-account-card p,
.fo-account-section p,
.fo-account-panel p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.fo-account-section {
	margin-top: 18px;
}

.fo-account-orders-list {
	display: grid;
	gap: 0;
	margin-top: 26px;
	padding: 0;
}

.fo-account-order-header {
	align-items: center;
	background: #f5f4ef;
	border-bottom: 1px solid #deded8;
	display: grid;
	gap: 14px;
	grid-template-columns: 1.55fr 1fr 0.85fr 1fr 1fr auto;
	padding: 13px 18px;
}

.fo-account-order-header span {
	color: #4a4a43;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fo-account-order-row {
	align-items: start;
	border-top: 1px solid #deded8;
	display: grid;
	gap: 12px;
	grid-template-columns: 1.4fr 1fr 0.8fr 1fr 1fr;
	padding: 14px 0;
}

.fo-account-orders-list .fo-account-order-row {
	align-items: center;
	border-top: 0;
	gap: 14px;
	grid-template-columns: 1.55fr 1fr 0.85fr 1fr 1fr auto;
	padding: 18px;
}

.fo-account-orders-list .fo-account-order-row + .fo-account-order-row {
	border-top: 1px solid #deded8;
}

.fo-account-order-row--summary {
	grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
}

.fo-account-order-row span {
	font-size: 13px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.fo-account-view-button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2;
	min-width: 72px;
	padding: 11px 14px;
	text-transform: uppercase;
}

.faith-over-everything-home a.fo-account-view-button,
.faith-over-everything-home a.fo-account-view-button:hover,
.faith-over-everything-home a.fo-account-view-button:focus {
	color: #ffffff;
	text-decoration: none;
}

.fo-account-view-button:hover,
.fo-account-view-button:focus-visible {
	background: #222222;
	border-color: #222222;
}

.fo-account-form {
	display: grid;
	gap: 14px;
}

.fo-account-form label {
	display: grid;
	gap: 7px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fo-account-form input {
	border: 1px solid #cfcfc8;
	font: inherit;
	font-size: 14px;
	min-height: 44px;
	padding: 11px 12px;
}

.fo-account-form button,
.fo-account-button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	justify-self: start;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 13px 18px;
	text-transform: uppercase;
}

.faith-over-everything-home a.fo-account-button,
.faith-over-everything-home a.fo-account-button:hover,
.faith-over-everything-home a.fo-account-button:focus {
	color: #ffffff;
}

.fo-account-link {
	border-bottom: 1px solid #000000;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-top: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.fo-account-error {
	color: #8a1f11;
}

.fo-account-success {
	color: #176b36;
}

.fo-account-intro {
	margin-bottom: 20px !important;
}

.fo-checkout-account-note {
	background: #f5f4ef;
	border: 1px solid #deded8;
	grid-column: 1 / -1;
	padding: 12px 14px;
}

.fo-checkout-account-note p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.fo-checkout-account-note a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	:root {
		--fo-duration-fast: 1ms;
		--fo-duration-standard: 1ms;
		--fo-duration-image: 1ms;
		--fo-duration-reveal: 1ms;
		--fo-page-image-scale: 1;
	}

	html {
		scroll-behavior: auto;
	}

	*,
	*:before,
	*:after {
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		animation-delay: 0s !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
		transition-delay: 0s !important;
	}

	html.fo-js body .fo-page-main,
	html.fo-js [data-reveal],
	html.fo-js [data-page-hero] img,
	.fo-launch-hero-image-1 img {
		opacity: 1 !important;
		transform: none !important;
	}

	.fo-product-gallery-main img.is-transitioning {
		opacity: 1 !important;
		transform: none !important;
	}

	.fo-nav-links,
	.fo-nav-links.is-open,
	.faith-over-everything-home.fo-menu-open .fo-nav-links {
		transition: none !important;
		transform: none !important;
	}
}

@media (max-width: 1024px) {
	.fo-header {
		z-index: 100;
	}

	.fo-header-inner {
		align-items: start;
		grid-template-columns: 1fr auto;
		padding: 12px 24px;
	}

	.fo-logo-link {
		width: 150px;
	}

	.fo-menu-button {
		align-items: center;
		background: transparent;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 6px;
		height: 38px;
		justify-content: center;
		justify-self: end;
		margin: 0;
		padding: 0;
		position: relative;
		width: 38px;
		z-index: 2;
	}

	.fo-menu-button span {
		background: #ffffff;
		display: block;
		height: 1px;
		transition: opacity var(--fo-duration-standard) var(--fo-ease-premium), transform var(--fo-duration-standard) var(--fo-ease-premium);
		width: 28px;
	}

	.fo-menu-button.is-open span:first-child {
		transform: translateY(7px) rotate(45deg);
	}

	.fo-menu-button.is-open span:nth-child(2) {
		opacity: 0;
	}

	.fo-menu-button.is-open span:last-child {
		transform: translateY(-7px) rotate(-45deg);
	}

	.fo-nav-links {
		background: #000000;
		border-top: 0;
		display: flex;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		left: 0;
		margin-top: 0;
		opacity: 0;
		padding: 18px 24px 20px;
		pointer-events: none;
		position: absolute;
		right: 0;
		transform: translateY(-10px);
		transition:
			opacity var(--fo-duration-standard) var(--fo-ease-premium),
			transform var(--fo-duration-standard) var(--fo-ease-premium),
			visibility 0s linear var(--fo-duration-standard);
		visibility: hidden;
		top: 100%;
		width: 100%;
		z-index: 30;
	}

	.fo-nav-links a {
		display: block;
		font-size: 12px;
		padding: 13px 0;
		width: 100%;
	}

	.fo-nav-links.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		transition:
			opacity var(--fo-duration-standard) var(--fo-ease-premium),
			transform var(--fo-duration-standard) var(--fo-ease-premium),
			visibility 0s;
		visibility: visible;
	}

	.faith-over-everything-home.fo-menu-open .fo-nav-links {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.faith-over-everything-home.fo-menu-open .fo-announcement {
		display: none;
	}

	.fo-hero {
		grid-template-columns: 1fr;
	}

	.fo-hero-copy {
		padding: 46px 24px 32px;
	}

	.fo-hero-media {
		min-height: 360px;
		padding: 24px;
	}

	.fo-product-grid-two,
	.fo-product-grid-four,
	.fo-lookbook-grid {
		grid-template-columns: 1fr;
	}

	.fo-footer-inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.fo-footer-nav {
		gap: 28px 32px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fo-content-page--editorial .fo-content-hero,
	.fo-content-split,
	.fo-content-media,
	.fo-content-cta {
		grid-template-columns: 1fr;
	}

	.fo-info-grid {
		grid-template-columns: 1fr;
	}

	.fo-account-layout,
	.fo-account-grid,
	.fo-account-order-row {
		grid-template-columns: 1fr;
	}

	.fo-account-order-header {
		display: none;
	}

	.fo-account-orders-list .fo-account-order-row {
		align-items: start;
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.fo-account-view-button {
		justify-self: start;
		margin-top: 2px;
	}

	.fo-launch-hero,
	.fo-launch-chapter,
	.fo-launch-mark-panel,
	.fo-launch-fit {
		grid-template-columns: 1fr;
	}

	.fo-launch-hero {
		min-height: 0;
	}

	.fo-launch-hero-copy {
		padding: 52px 24px 30px;
	}

	.fo-launch-hero-media {
		display: grid;
		gap: 14px;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto;
		min-height: 0;
		padding: 0 24px 34px;
	}

	.fo-launch-hero-image-1 {
		aspect-ratio: 4 / 5;
		bottom: auto;
		grid-row: auto;
		height: auto;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}

	.fo-launch-mark-grid,
	.fo-launch-category-grid,
	.fo-launch-product-grid {
		grid-template-columns: 1fr;
	}

	.fo-launch-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fo-launch-mark-panel {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto;
		min-height: 0;
	}

	.fo-launch-mark-panel figure,
	.fo-launch-mark-panel div {
		position: static;
		transform: none;
		width: auto;
	}

	.fo-launch-mark-panel figure {
		min-height: 360px;
	}

	.fo-launch-category-tile figure {
		aspect-ratio: 16 / 11;
	}

	.fo-launch-offer {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.fo-product-detail {
		grid-template-columns: 1fr;
	}

	.fo-product-gallery {
		position: static;
	}

	.fo-product-detail-copy {
		max-width: none;
	}
}

@media (max-width: 760px) {
	.fo-product-page main {
		padding-bottom: 156px;
	}

	.fo-product-detail {
		gap: 22px;
		padding-bottom: 30px;
		padding-top: 20px;
	}

	.fo-product-detail-copy {
		gap: 15px;
	}

	.fo-product-gallery-main {
		aspect-ratio: 4 / 3;
		padding: 14px;
	}

	.fo-product-gallery-main img {
		max-height: 100%;
	}

	.fo-product-purchase {
		background: #ffffff;
		border-top: 1px solid #d8d8d2;
		bottom: 0;
		box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.06);
		display: grid;
		gap: 9px;
		grid-template-columns: 1fr;
		left: 0;
		margin: 0;
		padding: 10px max(12px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
		position: fixed;
		right: 0;
		z-index: 70;
	}

	.fo-product-purchase .fo-product-enquiry-heading {
		gap: 0;
		grid-column: 1 / -1;
	}

	.fo-product-purchase .fo-product-enquiry-heading h2 {
		display: none;
	}

	.fo-product-purchase .fo-product-enquiry-heading p {
		font-size: 10px;
		line-height: 1.25;
	}

	.fo-product-purchase .fo-product-size-picker {
		gap: 7px;
	}

	.fo-product-purchase .fo-product-size-picker legend {
		font-size: 10px;
	}

	.fo-product-purchase .fo-product-size-options {
		gap: 6px;
		grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
	}

	.fo-product-purchase .fo-product-size-option span {
		font-size: 12px;
		min-height: 38px;
		padding: 10px 8px;
	}

	.fo-product-purchase .fo-product-enquiry-submit {
		grid-column: 1;
		justify-self: stretch;
		min-height: 44px;
		padding-left: 12px;
		padding-right: 12px;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.fo-header-inner,
	.fo-announcement,
	.fo-collection-hero,
	.fo-content-hero,
	.fo-content-body,
	.fo-contact-page,
	.fo-products,
	.fo-lookbook-inner,
	.fo-footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.fo-logo-link {
		width: 122px;
	}

	.fo-footer-nav {
		grid-template-columns: 1fr;
	}

	.fo-cookie-consent {
		bottom: max(12px, env(safe-area-inset-bottom));
		grid-template-columns: 1fr;
		left: 12px;
		max-width: calc(100vw - 24px);
		padding: 16px;
		right: 12px;
	}

	.fo-cookie-consent__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.fo-content-body {
		padding-bottom: 46px;
	}

	.fo-content-section {
		padding: 24px 0;
	}

	.fo-content-callout {
		padding: 18px 18px 18px 20px;
	}

	.fo-content-cta {
		padding: 22px 18px 24px 20px;
	}

	.fo-content-hero {
		gap: 20px;
		padding-bottom: 28px;
		padding-top: 32px;
	}

	.fo-content-hero h1,
	.fo-content-hero--compact h1,
	.fo-content-hero--restrained h1,
	.fo-content-hero--legal h1 {
		font-size: clamp(34px, 12vw, 54px);
		line-height: 0.94;
	}

	.fo-content-page--editorial .fo-content-hero h1 {
		font-size: clamp(40px, 13vw, 62px);
	}

	.fo-content-statement {
		padding-left: 14px;
	}

	.fo-size-range {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.fo-step-list li {
		align-items: start;
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.fo-content-cta .fo-product-contact-link {
		justify-self: start;
	}

	.fo-faq-item summary {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) 30px;
		padding: 16px 14px;
	}

	.fo-faq-group h2 {
		min-height: 44px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.fo-faq-answer {
		margin: 0 14px 16px;
	}

	.fo-announcement {
		font-size: 10px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.fo-hero-copy {
		padding: 36px 16px 26px;
	}

	.fo-hero-copy h1 {
		font-size: 58px;
	}

	.fo-launch-hero-copy h1 {
		font-size: clamp(48px, 15vw, 66px);
		line-height: 0.84;
		margin-bottom: 22px;
	}

	.fo-launch-hero-copy {
		padding: 34px 16px 22px;
	}

	.fo-launch-hero-copy p {
		margin-bottom: 9px;
	}

	.fo-launch-hero-copy a {
		margin-top: 14px;
	}

	.fo-launch-hero-copy p,
	.fo-launch-section-heading a,
	.fo-launch-hero-copy a,
	.fo-launch-chapter-copy a,
	.fo-launch-mark-panel a,
	.fo-launch-category-tile strong,
	.fo-launch-offer a,
	.fo-launch-selection-cta a,
	.fo-launch-fit li {
		font-size: 11px;
	}

	.fo-launch-hero-media {
		grid-template-columns: minmax(0, 1fr);
		padding: 0 16px 30px;
	}

	.fo-launch-hero-image-1 {
		aspect-ratio: 16 / 11;
		grid-column: auto;
	}

	.fo-launch-hero-image {
		background: #111111;
		padding: 14px;
	}

	.fo-launch-chapter,
	.fo-launch-marks,
	.fo-launch-categories,
	.fo-launch-selection,
	.fo-launch-fit {
		padding: 44px 16px;
	}

	.fo-launch-chapter-copy h2,
	.fo-launch-section-heading h2,
	.fo-launch-offer h2,
	.fo-launch-fit h2 {
		font-size: clamp(32px, 11vw, 48px);
	}

	.fo-launch-chapter-copy p,
	.fo-launch-offer p,
	.fo-launch-fit p {
		font-size: 16px;
		margin-top: 16px;
	}

	.fo-launch-chapter-image {
		aspect-ratio: 4 / 3;
		padding: 18px;
	}

	.fo-launch-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 24px;
	}

	.fo-launch-mark-panel div {
		padding: 24px 20px 28px;
	}

	.fo-launch-mark-panel figure {
		aspect-ratio: auto;
		align-items: flex-start;
		min-height: 0;
		padding: 18px 18px 0;
	}

	.fo-launch-mark-panel figure img {
		display: block;
		height: auto;
		max-height: none;
		max-width: 100%;
		object-fit: contain;
		object-position: center top;
		width: 100%;
	}

	.fo-launch-mark-panel h3 {
		font-size: 30px;
	}

	.fo-launch-mark-panel p {
		font-size: 16px;
	}

	.fo-launch-category-tile {
		min-height: 0;
	}

	.fo-launch-category-tile figure {
		aspect-ratio: 16 / 11;
		min-height: 0;
		padding: 18px;
	}

	.fo-launch-category-tile span,
	.fo-launch-category-tile strong {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fo-launch-category-tile span {
		font-size: 36px;
		padding-top: 22px;
		padding-bottom: 4px;
	}

	.fo-launch-category-tile strong {
		padding-bottom: 24px;
	}

	.fo-launch-product-grid {
		gap: 24px 12px;
	}

	.fo-launch-product-card figure {
		padding: 16px;
	}

	.fo-launch-product-card h3,
	.fo-launch-product-card p,
	.fo-launch-price .fo-price-was,
	.fo-launch-price .fo-price-separator,
	.fo-launch-price .fo-price-current {
		font-size: 12px;
	}

	.fo-launch-offer {
		margin-top: 10px;
		padding: 44px 16px;
	}

	.faith-over-everything-lander-2 .fo-lander-campaign-hero {
		align-items: center;
		min-height: min(680px, calc(100svh - 106px));
		padding: 78px 16px;
	}

	.faith-over-everything-lander-2 .fo-lander-campaign-hero-eyebrow,
	.faith-over-everything-lander-2 .fo-lander-campaign-hero-cta {
		font-size: 11px;
	}

	.faith-over-everything-lander-2 .fo-lander-campaign-hero h1 {
		font-size: clamp(54px, 18vw, 78px);
	}

	.faith-over-everything-lander-2 .fo-lander-campaign-hero-description {
		font-size: 16px;
		margin-top: 18px;
	}

	.faith-over-everything-lander-2 .fo-lander-campaign-hero-cta {
		margin-top: 26px;
		padding: 12px 18px;
	}

	.fo-launch-fit {
		gap: 26px;
		padding-bottom: 58px;
	}

	.fo-launch-fit li {
		padding: 18px 0;
	}

	.fo-hero-media {
		min-height: 250px;
		padding: 18px 16px 24px;
	}

	.fo-hero-products {
		gap: 10px;
	}

	.fo-hero-products img {
		max-height: 210px;
	}

	.fo-products {
		padding-bottom: 42px;
		padding-top: 28px;
	}

	.fo-products--drop {
		padding-bottom: 44px;
		padding-top: 36px;
	}

	.fo-products--drop .fo-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.fo-products--drop .fo-product-grid {
		grid-template-columns: 1fr;
	}

	.fo-product-image,
	.fo-lookbook-panel {
		padding: 22px;
	}

	.fo-products--drop .fo-product-image {
		padding: 0;
	}

	.fo-product-detail {
		padding-left: 16px;
		padding-right: 16px;
	}

	.fo-product-detail-copy h1 {
		font-size: 34px;
		line-height: 0.96;
	}

	.fo-product-gallery-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fo-product-enquiry-fields {
		grid-template-columns: 1fr;
	}

	.fo-product-enquiry-submit {
		justify-self: stretch;
		text-align: center;
		width: 100%;
	}

	.fo-product-purchase .fo-product-enquiry-submit {
		grid-column: 1;
	}

	.fo-checkout-return-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fo-checkout-return-actions .fo-product-contact-link {
		justify-self: stretch;
		text-align: center;
	}

	.fo-account-page {
		padding: 28px 16px 44px;
	}

	.fo-account-panel--narrow,
	.fo-account-card,
	.fo-account-section {
		padding: 16px;
	}
}

@media (max-width: 380px) {
	.fo-product-page main {
		padding-bottom: 178px;
	}

	.fo-product-purchase {
		grid-template-columns: 1fr;
	}

	.fo-product-purchase .fo-product-size-options {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.fo-product-purchase .fo-product-enquiry-fields,
	.fo-product-purchase .fo-product-enquiry-submit {
		grid-column: 1;
	}
}
