:root {
	--tkf-black: #070707;
	--tkf-graphite: #171717;
	--tkf-red: #e1061a;
	--tkf-red-dark: #a20714;
	--tkf-paper: #f5f2ed;
	--tkf-white: #fffcf8;
	--tkf-line: #d8d3cb;
	--tkf-muted: #655f59;
	--tkf-shell: min(1480px, calc(100vw - 64px));
	--tkf-body: "Inter", Arial, sans-serif;
	--tkf-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}

/* Hero 1.3.5: selected Option 2 composition with live WooCommerce products. */
body.tk-faca-home-v1 .tk-faca-hero {
	min-height: clamp(700px, calc(100svh - 128px), 830px);
	background:
		#070707 url("../images/hero-vitrine-atacadista-bg-v1.png?v=1.3.6") center / cover no-repeat;
}

body.tk-faca-home-v1 .tk-faca-hero__grid {
	min-height: clamp(700px, calc(100svh - 128px), 830px);
}

body.tk-faca-home-v1 .tk-faca-hero__media {
	position: absolute;
	inset: 0 0 0 44.4%;
	display: block;
	overflow: hidden;
	padding: 0;
	background: transparent;
}

body.tk-faca-home-v1 .tk-faca-hero__product,
body.tk-faca-home-v1 .tk-faca-hero__product--1,
body.tk-faca-home-v1 .tk-faca-hero__product--2,
body.tk-faca-home-v1 .tk-faca-hero__product--3,
body.tk-faca-home-v1 .tk-faca-hero__product--4,
body.tk-faca-home-v1 .tk-faca-hero__product--5,
body.tk-faca-home-v1 .tk-faca-hero__product--6 {
	position: absolute;
	width: 17%;
	height: 68%;
	display: block;
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
	filter: none;
	mix-blend-mode: multiply;
	opacity: 1;
	transform-origin: center;
}

body.tk-faca-home-v1 .tk-faca-hero__product img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: none;
	height: 100%;
	display: block;
	padding: 0;
	object-fit: contain;
	object-position: center;
	mix-blend-mode: normal;
	transform: translate(-50%, -50%);
}

body.tk-faca-home-v1 .tk-faca-hero__product--1 {
	top: 7%;
	left: 0;
	transform: rotate(-5deg);
}

body.tk-faca-home-v1 .tk-faca-hero__product--2 {
	top: 4%;
	left: 16%;
	transform: rotate(-2deg);
}

body.tk-faca-home-v1 .tk-faca-hero__product--3 {
	top: 8%;
	left: 31%;
	transform: rotate(1deg);
}

body.tk-faca-home-v1 .tk-faca-hero__product--4 {
	top: 4%;
	left: 46%;
	transform: rotate(3deg);
}

body.tk-faca-home-v1 .tk-faca-hero__product--5 {
	top: 7%;
	left: 62%;
	transform: rotate(5deg);
}

body.tk-faca-home-v1 .tk-faca-hero__product--6 {
	top: 5%;
	left: 78%;
	transform: rotate(7deg);
}

body.tk-faca-home-v1 .tk-faca-hero__copy {
	padding: 42px 38px 42px 0;
}

body.tk-faca-home-v1 .tk-faca-hero h1 {
	font-size: clamp(52px, 4.7vw, 72px);
	line-height: .94;
}

body.tk-faca-home-v1 .tk-faca-hero__copy > p {
	color: #d5d9df;
	font-size: 16px;
	line-height: 1.65;
}

body.tk-faca-home-v1 .tk-faca-hero__note {
	background: rgb(239 234 226 / 94%);
}

@media (max-width: 900px) {
	body.tk-faca-global-v1 .tk-faca-menu-toggle,
	body.tk-faca-global-v1 .tk-faca-menu-toggle:hover,
	body.tk-faca-global-v1 .tk-faca-menu-toggle:focus,
	body.tk-faca-global-v1 .tk-faca-menu-toggle:active {
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #fff !important;
	}

	body.tk-faca-home-v1 .tk-faca-hero,
	body.tk-faca-home-v1 .tk-faca-hero__grid {
		min-height: 0;
	}

	body.tk-faca-home-v1 .tk-faca-hero {
		padding-top: 330px;
		background: #070707;
	}

	body.tk-faca-home-v1 .tk-faca-hero__grid {
		display: block;
		padding: 0;
		align-items: start;
	}

	body.tk-faca-home-v1 .tk-faca-hero__media {
		inset: 0 0 auto 0;
		height: 330px;
		padding: 0;
		background:
			url("../images/hero-vitrine-atacadista-bg-v1.png?v=1.3.6") 72% center / auto 390px no-repeat;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product,
	body.tk-faca-home-v1 .tk-faca-hero__product--1,
	body.tk-faca-home-v1 .tk-faca-hero__product--2,
	body.tk-faca-home-v1 .tk-faca-hero__product--3,
	body.tk-faca-home-v1 .tk-faca-hero__product--4 {
		display: block;
		width: 25%;
		height: 72%;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product--1 {
		top: 13%;
		left: 2%;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product--2 {
		top: 8%;
		left: 22%;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product--3 {
		top: 13%;
		left: 43%;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product--4 {
		top: 8%;
		left: 64%;
		width: 28%;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product--5,
	body.tk-faca-home-v1 .tk-faca-hero__product--6 {
		display: none;
	}

	body.tk-faca-home-v1 .tk-faca-hero__product img {
		padding: 0;
	}

	body.tk-faca-home-v1 .tk-faca-hero__copy {
		padding: 30px 70px 34px 16px;
	}

	body.tk-faca-home-v1 .tk-faca-hero h1 {
		margin: 13px 0 18px;
		font-size: clamp(40px, 11vw, 46px);
		line-height: .94;
	}

	body.tk-faca-home-v1 .tk-faca-hero__copy > p {
		display: block;
		overflow: visible;
		color: #d5d9df;
		font-size: 15px;
		line-height: 1.6;
		-webkit-line-clamp: unset;
	}

	body.tk-faca-home-v1 .tk-faca-hero__actions {
		width: 100%;
		margin-top: 20px;
	}

	body.tk-faca-home-v1 .tk-faca-hero__actions .tk-faca-button {
		min-height: 52px;
		padding-inline: 16px;
	}

	body.tk-faca-home-v1 .tk-faca-hero__proof {
		width: 100%;
		margin-top: 20px;
		padding-top: 14px;
	}
}

/* 1.3.8: approved multi-product hero artwork and footer readability pass. */
body.tk-faca-home-v1 .tk-faca-hero__media {
	background-color: #e8e0d3 !important;
	background-image: url("../images/hero-option2-requested-v1.png?v=1.3.9") !important;
	background-repeat: no-repeat !important;
	background-position: 100% 100% !important;
	background-size: 179.9% 115.4% !important;
}

body.tk-faca-home-v1 .tk-faca-hero__product {
	display: none !important;
}

body.tk-faca-global-v1 .tk-faca-footer-brand > p {
	max-width: 42ch;
	color: #c7ccd3 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
}

body.tk-faca-global-v1 .tk-faca-footer-fit > span {
	color: #ff7180 !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: .13em !important;
}

body.tk-faca-global-v1 .tk-faca-footer-fit p,
body.tk-faca-global-v1 .tk-faca-footer-fit p strong {
	color: #d7d9de !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

body.tk-faca-global-v1 .tk-faca-footer-fit p strong {
	color: #fff !important;
	font-weight: 700 !important;
}

@media (max-width: 900px) {
	body.tk-faca-home-v1 .tk-faca-hero__media {
		height: clamp(292px, 86vw, 360px) !important;
		background-position: 100% 100% !important;
		background-size: auto 123% !important;
	}

	body.tk-faca-global-v1 .tk-faca-footer-brand > p,
	body.tk-faca-global-v1 .tk-faca-footer-fit p,
	body.tk-faca-global-v1 .tk-faca-footer-fit p strong {
		font-size: 14px !important;
	}
}

body.tk-faca-global-v1 {
	margin: 0;
	background: var(--tkf-paper);
	color: #151515;
	font-family: var(--tkf-body);
	font-size: 14px;
	line-height: 1.55;
}

/* The existing localization owner injects a generic Segoe rule after enqueued
 * styles. Keep its language behavior, but restore the measured storefront
 * typography inside this plugin-owned visual shell. */
html[lang="pt-BR"] body.tk-faca-global-v1 {
	font-family: var(--tkf-body) !important;
}

html[lang="pt-BR"] body.tk-faca-global-v1 button,
html[lang="pt-BR"] body.tk-faca-global-v1 input,
html[lang="pt-BR"] body.tk-faca-global-v1 select,
html[lang="pt-BR"] body.tk-faca-global-v1 textarea {
	font-family: var(--tkf-body) !important;
}

html[lang="pt-BR"] body.tk-faca-global-v1 h1,
html[lang="pt-BR"] body.tk-faca-global-v1 h2,
html[lang="pt-BR"] body.tk-faca-global-v1 h3,
html[lang="pt-BR"] body.tk-faca-global-v1 h4,
html[lang="pt-BR"] body.tk-faca-global-v1 h5,
html[lang="pt-BR"] body.tk-faca-global-v1 h6 {
	font-family: var(--tkf-display) !important;
}

body.tk-faca-global-v1 *,
body.tk-faca-global-v1 *::before,
body.tk-faca-global-v1 *::after {
	box-sizing: border-box;
}

.tk-faca-shell {
	width: var(--tkf-shell);
	margin-inline: auto;
}

.tk-faca-skip-link {
	position: fixed;
	top: -80px;
	left: 16px;
	z-index: 999999;
	padding: 12px 18px;
	background: #fff;
	color: #111;
	font-weight: 800;
}

.tk-faca-skip-link:focus {
	top: 16px;
}

.tk-faca-header {
	position: sticky;
	top: 0;
	z-index: 5000;
	width: 100%;
	height: 128px;
	color: #fff;
	background: var(--tkf-black);
	box-shadow: 0 10px 30px rgb(0 0 0 / 22%);
}

.tk-faca-header__main {
	height: 77px;
	border-bottom: 1px solid #292929;
}

.tk-faca-header__inner {
	min-height: 76px;
	display: grid;
	grid-template-columns: 150px minmax(360px, 1fr) 190px 60px 64px;
	grid-template-areas: "logo search contact account cart";
	gap: 14px;
	align-items: center;
}

.tk-faca-menu-toggle {
	display: none;
}

.tk-faca-brand {
	grid-area: logo;
	width: 132px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.tk-faca-brand img {
	width: 88px;
	height: auto;
	max-width: 120px;
	max-height: 64px;
	object-fit: contain;
	object-position: left center;
}

.tk-faca-search {
	grid-area: search;
	height: 46px;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) 168px 52px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #fff;
	color: #242424;
	box-shadow: 0 4px 16px rgb(0 0 0 / 16%);
}

body.tk-faca-global-v1 .tk-faca-search input[type="search"],
body.tk-faca-global-v1 .tk-faca-search select {
	width: 100% !important;
	min-width: 0 !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #222 !important;
	font: 400 13px/1 var(--tkf-body) !important;
	outline: 0 !important;
}

body.tk-faca-global-v1 .tk-faca-search input[type="search"] {
	padding: 0 20px !important;
}

body.tk-faca-global-v1 .tk-faca-search select {
	padding: 0 12px !important;
	border-left: 1px solid #dedede !important;
	font-size: 12px !important;
}

body.tk-faca-global-v1 .tk-faca-search button {
	width: 52px;
	height: 44px;
	min-height: 44px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--tkf-red) !important;
	box-shadow: none !important;
	color: #fff !important;
}

.tk-faca-search button svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.tk-faca-header__contact {
	grid-area: contact;
	min-height: 46px;
	display: flex;
	align-items: center;
	gap: 9px;
	color: #fff !important;
	text-decoration: none !important;
}

.tk-faca-header__contact > svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.tk-faca-header__contact > span {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tk-faca-header__contact strong {
	font-size: 13px;
	white-space: nowrap;
}

.tk-faca-header__contact small,
.tk-faca-account-link small,
.tk-faca-cart-link small {
	color: #b3b3b3;
	font-size: 9px;
}

.tk-faca-account-link,
.tk-faca-cart-link {
	min-height: 48px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	color: #fff !important;
	text-decoration: none !important;
}

.tk-faca-account-link {
	grid-area: account;
}

.tk-faca-cart-link {
	grid-area: cart;
}

body.tk-faca-global-v1 a.tk-faca-cart-link {
	display: flex !important;
}

.tk-faca-account-link svg,
.tk-faca-cart-link svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.tk-faca-cart-link b {
	position: absolute;
	top: 5px;
	right: 7px;
	width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--tkf-red);
	color: #fff;
	font-size: 10px;
}

.tk-faca-nav {
	position: relative;
	height: 51px;
	background: #030303;
	border-bottom: 3px solid var(--tkf-red);
}

.tk-faca-nav__inner {
	min-height: 48px;
	display: flex;
	align-items: stretch;
	gap: 2px;
}

.tk-faca-nav__inner > a,
.tk-faca-local-language {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 22px;
	color: #fff !important;
	background: transparent;
	font: italic 900 15px/1 var(--tkf-display);
	text-decoration: none !important;
	text-transform: uppercase;
}

.tk-faca-nav__inner > a {
	flex: 1 1 auto;
	justify-content: center;
	padding-inline: clamp(13px, 1.65vw, 24px);
}

.tk-faca-nav__inner > a:hover,
.tk-faca-nav__inner > a:focus-visible,
.tk-faca-nav__inner > a.is-active {
	background: var(--tkf-red);
}

.tk-faca-local-language {
	margin-left: auto;
	gap: 8px;
	border-inline: 1px solid #292929;
}

.tk-faca-local-language svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.tk-faca-mobile-drawer {
	position: fixed;
	inset: 70px 0 auto 0;
	z-index: 8999;
	padding: 12px;
	border-bottom: 3px solid var(--tkf-red);
	background: #090909;
	box-shadow: 0 24px 50px rgb(0 0 0 / 35%);
}

.tk-faca-mobile-drawer[hidden] {
	display: none;
}

.tk-faca-mobile-drawer nav {
	display: grid;
}

.tk-faca-mobile-drawer a {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	border-bottom: 1px solid #262626;
	color: #fff !important;
	font: italic 900 18px/1 var(--tkf-display);
	text-transform: uppercase;
}

/* Homepage layout */
body.tk-faca-home-v1 .website-wrapper,
body.tk-faca-home-v1 .main-page-wrapper,
body.tk-faca-home-v1 .wd-content-layout,
body.tk-faca-home-v1 .wd-content-area {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tk-faca-main {
	width: 100%;
	background: var(--tkf-paper);
}

.tk-faca-eyebrow {
	color: var(--tkf-red);
	font: italic 900 13px/1 var(--tkf-display);
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tk-faca-hero {
	min-height: clamp(680px, calc(100svh - 128px), 870px);
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid var(--tkf-red);
	background: #070707;
	color: #fff;
}

.tk-faca-hero::before {
	display: none;
}

.tk-faca-hero__media {
	position: absolute;
	inset: 0 0 0 44.4%;
	overflow: hidden;
	background-color: #f1eee8;
	background-image: url("../images/hero-vitrine-atacadista-bg-v1.png?v=1.3.0");
	background-position: center;
	background-size: cover;
}

.tk-faca-hero__product {
	position: absolute;
	width: min(31vw, 500px);
	aspect-ratio: 1;
	mix-blend-mode: multiply;
	filter: contrast(1.12) saturate(.98) drop-shadow(0 18px 14px rgb(22 18 13 / 24%));
	opacity: 1;
}

.tk-faca-hero__product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tk-faca-hero__product--1 {
	top: 1%;
	left: -4%;
	transform: rotate(-8deg);
}

.tk-faca-hero__product--2 {
	top: 4%;
	left: 10%;
	transform: rotate(-4deg);
}

.tk-faca-hero__product--3 {
	top: 7%;
	left: 25%;
	transform: rotate(-1deg);
	z-index: 2;
}

.tk-faca-hero__product--4 {
	top: 10%;
	left: 41%;
	transform: rotate(2deg);
	z-index: 3;
}

.tk-faca-hero__product--5 {
	top: 7%;
	left: 57%;
	transform: rotate(5deg);
	z-index: 2;
}

.tk-faca-hero__product--6 {
	top: 11%;
	left: 72%;
	transform: rotate(8deg);
}

.tk-faca-hero__grid {
	min-height: clamp(680px, calc(100svh - 128px), 870px);
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 44.4%) 1fr;
}

.tk-faca-hero__copy {
	align-self: center;
	padding: 54px 38px 54px 0;
}

.tk-faca-hero h1,
.tk-faca-section-head h2,
.tk-faca-buyer-center h2,
.tk-faca-footer h2,
.tk-faca-footer h3 {
	font-family: var(--tkf-display);
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
}

.tk-faca-hero h1 {
	max-width: 650px;
	margin: 12px 0 18px;
	color: #fff;
	font-size: clamp(52px, 4.7vw, 72px);
	letter-spacing: -.02em;
	line-height: .95;
}

.tk-faca-hero__copy > p {
	max-width: 610px;
	margin: 0;
	color: #aebbc9;
	font-size: 15px;
	line-height: 1.65;
}

.tk-faca-hero__actions {
	display: flex;
	gap: 12px;
	margin-top: 27px;
}

.tk-faca-button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 0 24px;
	border: 1px solid #fff;
	color: #fff !important;
	font: italic 900 18px/1 var(--tkf-display);
	text-decoration: none !important;
	text-transform: uppercase;
}

.tk-faca-button--primary {
	min-width: 240px;
	border-color: var(--tkf-red);
	background: var(--tkf-red);
}

.tk-faca-button--dark {
	min-width: 195px;
	background: #111;
}

.tk-faca-hero__proof {
	max-width: 620px;
	margin-top: 34px;
	padding-top: 18px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgb(255 255 255 / 24%);
}

.tk-faca-hero__proof span {
	min-height: 55px;
	display: flex;
	flex-direction: column;
	padding-right: 18px;
	border-right: 1px solid rgb(255 255 255 / 16%);
}

.tk-faca-hero__proof strong {
	color: var(--tkf-red);
	font: italic 900 27px/1 var(--tkf-display);
}

.tk-faca-hero__proof small {
	margin-top: 6px;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
}

.tk-faca-hero__note {
	align-self: end;
	justify-self: end;
	min-width: 270px;
	margin: 0 34px 34px 0;
	padding: 15px 20px;
	border-left: 4px solid var(--tkf-red);
	background: rgb(255 255 255 / 88%);
	box-shadow: 0 16px 36px rgb(35 24 19 / 15%);
}

.tk-faca-hero__note span {
	display: block;
	color: var(--tkf-red);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
}

.tk-faca-hero__note strong {
	display: block;
	margin-top: 6px;
	color: #0c0c0c;
	font: italic 900 25px/1 var(--tkf-display);
}

.tk-faca-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--tkf-white);
	border-bottom: 1px solid var(--tkf-line);
}

.tk-faca-trust-strip > div {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 12px 22px;
	border-right: 1px solid var(--tkf-line);
}

.tk-faca-trust-strip svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: var(--tkf-red);
	stroke-width: 2;
}

.tk-faca-trust-strip span {
	display: flex;
	flex-direction: column;
}

.tk-faca-trust-strip strong {
	font: italic 900 17px/1 var(--tkf-display);
}

.tk-faca-trust-strip small {
	margin-top: 5px;
	color: var(--tkf-muted);
	font-size: 9px;
}

.tk-faca-category-section {
	padding: 30px 0 28px;
	background: #111;
	color: #fff;
}

.tk-faca-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--tkf-line);
}

.tk-faca-category-section .tk-faca-section-head {
	margin-bottom: 16px;
	border-color: #393939;
}

.tk-faca-section-head h2 {
	margin: 5px 0 0;
	color: #111;
	font-size: 34px;
	letter-spacing: -.02em;
	line-height: .96;
}

.tk-faca-category-section h2 {
	color: #fff;
}

.tk-faca-section-head > a {
	min-height: 44px;
	display: flex;
	align-items: center;
	color: inherit !important;
	font: italic 900 14px/1 var(--tkf-display);
	text-decoration: none !important;
	text-transform: uppercase;
}

.tk-faca-category-track {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.tk-faca-category-track::-webkit-scrollbar {
	display: none;
}

.tk-faca-category-card {
	flex: 0 0 calc(25% - 10.5px);
	min-width: 0;
	color: #fff !important;
	background: #161616;
	text-decoration: none !important;
	scroll-snap-align: start;
}

.tk-faca-category-card > span {
	aspect-ratio: 3 / 2;
	display: block;
	overflow: hidden;
	background: #1c1c1c;
}

.tk-faca-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.76) contrast(1.12);
	transition: transform .28s ease;
}

.tk-faca-category-card strong {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 9px 11px 10px;
	border-top: 2px solid transparent;
	font: italic 900 20px/1 var(--tkf-display);
	text-transform: uppercase;
}

.tk-faca-category-card:hover strong {
	border-color: var(--tkf-red);
}

.tk-faca-category-card:hover img {
	transform: scale(1.025);
}

.tk-faca-campaigns {
	width: var(--tkf-shell);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding: 14px 0 46px;
}

.tk-faca-campaigns > a {
	min-height: 370px;
	position: relative;
	overflow: hidden;
	background: var(--tk-faca-campaign-image) center / cover no-repeat, #111;
	color: #fff !important;
	text-decoration: none !important;
}

.tk-faca-campaigns > a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(0 0 0 / 94%), rgb(0 0 0 / 30%) 72%);
}

.tk-faca-campaigns > a:nth-child(2) {
	color: #111 !important;
}

.tk-faca-campaigns > a:nth-child(2)::after {
	background: linear-gradient(90deg, rgb(255 252 248 / 97%) 0%, rgb(255 252 248 / 86%) 42%, rgb(255 252 248 / 17%) 80%);
}

.tk-faca-campaigns > a > span {
	position: absolute;
	left: 42px;
	bottom: 42px;
	z-index: 2;
	max-width: 420px;
	display: flex;
	flex-direction: column;
}

.tk-faca-campaigns small {
	color: #ff7180;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
}

.tk-faca-campaigns strong {
	margin-top: 7px;
	font: italic 900 38px/.94 var(--tkf-display);
	text-transform: uppercase;
}

.tk-faca-campaigns em {
	width: max-content;
	min-height: 44px;
	margin-top: 18px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid var(--tkf-red);
	font: italic 800 15px/1 var(--tkf-display);
	text-transform: uppercase;
}

.tk-faca-product-section {
	padding: 50px 0;
	background: var(--tkf-paper);
}

.tk-faca-product-section--white {
	background: #fff;
}

.tk-faca-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.tk-faca-product-section--white .tk-faca-product-grid {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.tk-faca-product-section--white .tk-faca-product-card {
	flex: 0 0 calc(25% - 11.25px);
	scroll-snap-align: start;
}

.tk-faca-product-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	border: 1px solid #cec8c0;
	border-top: 3px solid transparent;
	background: var(--tkf-white);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tk-faca-product-card:hover {
	transform: translateY(-3px);
	border-top-color: var(--tkf-red);
	box-shadow: 0 16px 34px rgb(31 17 10 / 13%);
}

.tk-faca-product-card__image {
	aspect-ratio: 1;
	display: block;
	overflow: hidden;
	background: #fff;
}

.tk-faca-product-card__image img {
	width: 100%;
	height: 100%;
	padding: 9px;
	object-fit: contain;
}

.tk-faca-product-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
	border-top: 1px solid #e3ddd6;
}

.tk-faca-product-card__title {
	min-height: 44px;
	color: #161616 !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none !important;
}

.tk-faca-product-card__sku {
	margin: 8px 0 12px;
	color: #8b847d;
	font-size: 9px;
}

.tk-faca-product-card__commerce {
	margin-top: auto;
	padding-top: 12px;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 8px;
	border-top: 1px solid #e6e0d9;
}

.tk-faca-product-card__commerce small {
	color: #8b847d;
	font-size: 8px;
	font-weight: 800;
}

.tk-faca-product-card__commerce a {
	color: var(--tkf-red) !important;
	font: italic 900 13px/1 var(--tkf-display);
	text-decoration: none !important;
}

.tk-faca-buyer-center {
	padding: 54px 0;
	background: #ece6de;
}

.tk-faca-buyer-center > .tk-faca-shell {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 40px;
}

.tk-faca-buyer-center h2 {
	margin: 8px 0 15px;
	font-size: 43px;
	line-height: .96;
}

.tk-faca-buyer-center__intro p {
	color: var(--tkf-muted);
}

.tk-faca-buyer-center__links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.tk-faca-buyer-center__links > a {
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 26px;
	border-top: 3px solid #111;
	background: var(--tkf-white);
	color: #111 !important;
	text-decoration: none !important;
}

.tk-faca-buyer-center__links small {
	color: var(--tkf-red);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
}

.tk-faca-buyer-center__links strong {
	margin-top: 8px;
	font: italic 900 27px/.96 var(--tkf-display);
}

.tk-faca-buyer-center__links em {
	margin-top: 24px;
	font: italic 800 14px/1 var(--tkf-display);
	text-transform: uppercase;
}

/* Homepage 1.3.1: real-product catalog and three-step wholesale buyer modules. */
.tk-faca-product-section--latest {
	padding: 72px 0 78px;
	background: #f7f4ef;
}

.tk-faca-section-head--latest {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #bdb6ad;
}

.tk-faca-section-head--latest > div { max-width: 760px; }
.tk-faca-section-head--latest h2 { margin-bottom: 10px; }
.tk-faca-section-head--latest p {
	max-width: 660px;
	margin: 0;
	color: var(--tkf-muted);
	font-size: 14px;
}

.tk-faca-latest-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.tk-faca-latest-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	border: 1px solid #c6bfb7;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

.tk-faca-latest-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgb(35 26 20 / 14%);
}

.tk-faca-latest-card__meta {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	border-bottom: 1px solid #ddd7d0;
}

.tk-faca-latest-card__meta span,
.tk-faca-latest-card__body > span {
	color: var(--tkf-red);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
}

.tk-faca-latest-card__meta b {
	color: #aba49c;
	font: italic 900 20px/1 var(--tkf-display);
}

.tk-faca-latest-card__image {
	aspect-ratio: 1.12;
	display: block;
	overflow: hidden;
	background: #f3f0eb;
}

.tk-faca-latest-card__image img {
	width: 100%;
	height: 100%;
	padding: 14px;
	object-fit: contain;
	transition: transform .25s ease;
}

.tk-faca-latest-card:hover .tk-faca-latest-card__image img { transform: scale(1.035); }

.tk-faca-latest-card__body {
	min-height: 142px;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 17px 16px;
	border-top: 1px solid #ddd7d0;
}

.tk-faca-latest-card__title {
	margin-top: 7px;
	display: -webkit-box;
	overflow: hidden;
	color: #111 !important;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tk-faca-latest-card__body small {
	margin-top: auto;
	padding-top: 13px;
	color: #837c75;
	font-size: 9px;
}

.tk-faca-latest-card__action {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	background: #0a0a0a;
	color: #fff !important;
	font: italic 900 14px/1 var(--tkf-display);
	text-decoration: none !important;
}

.tk-faca-latest-card__action b { color: var(--tkf-red); font-size: 20px; }

.tk-faca-buyer-center {
	padding: 70px 0 0;
	background: #ece6de;
}

.tk-faca-buyer-center > .tk-faca-shell { display: block; }
.tk-faca-buyer-center h2 {
	max-width: 820px;
	margin: 10px 0 16px;
	font-size: clamp(43px, 5vw, 68px);
	letter-spacing: -.02em;
	line-height: .92;
}

.tk-faca-buyer-center__intro p {
	max-width: 720px;
	margin: 0;
	color: var(--tkf-muted);
	font-size: 15px;
}

.tk-faca-buyer-center__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.tk-faca-buyer-center__badges span {
	padding: 7px 10px;
	border: 1px solid #aaa198;
	background: rgb(255 255 255 / 38%);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .1em;
}

.tk-faca-buyer-center__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 38px;
}

.tk-faca-buyer-center__steps article {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	padding: 27px;
	border-top: 3px solid #111;
	background: var(--tkf-white);
}

.tk-faca-buyer-center__steps article > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tk-faca-buyer-center__steps article > div b {
	color: var(--tkf-red);
	font: italic 900 38px/1 var(--tkf-display);
}

.tk-faca-buyer-center__steps article > div span {
	color: var(--tkf-red);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
}

.tk-faca-buyer-center__steps h3 {
	margin: auto 0 12px;
	font: italic 900 31px/.95 var(--tkf-display);
	text-transform: uppercase;
}

.tk-faca-buyer-center__steps p {
	min-height: 66px;
	margin: 0;
	color: var(--tkf-muted);
	font-size: 12px;
}

.tk-faca-buyer-center__steps a {
	width: max-content;
	margin-top: 20px;
	color: #111 !important;
	font: italic 800 14px/1 var(--tkf-display);
	text-decoration: none !important;
}

.tk-faca-buyer-center__cta {
	margin-top: 48px;
	background: var(--tkf-red);
}

.tk-faca-buyer-center__cta > .tk-faca-shell {
	min-height: 142px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.tk-faca-buyer-center__cta span {
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
}

.tk-faca-buyer-center__cta h3 {
	max-width: 900px;
	margin: 7px 0 0;
	color: #fff;
	font: italic 900 39px/.95 var(--tkf-display);
	text-transform: uppercase;
}

.tk-faca-buyer-center__cta > .tk-faca-shell > div:last-child { display: flex; gap: 9px; }
.tk-faca-buyer-center__cta a {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 0 20px;
	border: 1px solid #fff;
	background: #090909;
	color: #fff !important;
	font: italic 900 15px/1 var(--tkf-display);
	text-decoration: none !important;
	white-space: nowrap;
}

.tk-faca-buyer-center__cta a + a { background: transparent; }
.tk-faca-home-v1 .tk-faca-footer-rfq { display: none; }

/* Shared footer */
.tk-faca-footer {
	position: relative;
	z-index: 2;
	border-top: 4px solid var(--tkf-red);
	background: var(--tkf-black);
	color: #fff;
}

.tk-faca-footer-rfq {
	background: var(--tkf-red);
}

.tk-faca-footer-rfq > .tk-faca-shell {
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.tk-faca-footer-rfq span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .15em;
}

.tk-faca-footer-rfq h2 {
	margin: 7px 0 0;
	color: #fff;
	font-size: 35px;
	line-height: .96;
}

.tk-faca-footer-rfq a {
	min-width: 280px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border: 1px solid #fff;
	background: #090909;
	color: #fff !important;
	font: italic 900 18px/1 var(--tkf-display);
	text-decoration: none !important;
	text-transform: uppercase;
}

.tk-faca-footer-grid {
	display: grid;
	grid-template-columns: 1.34fr .82fr .82fr 1.02fr;
	padding: 48px 0 44px;
}

.tk-faca-footer-grid > section {
	min-width: 0;
	padding: 0 28px;
	border-right: 1px solid #292929;
}

.tk-faca-footer-grid > section:first-child {
	padding-left: 0;
}

.tk-faca-footer-grid > section:last-child {
	padding-right: 0;
	border: 0;
}

.tk-faca-footer-logo {
	min-height: 112px;
	display: flex;
	align-items: center;
	color: #fff !important;
	text-decoration: none !important;
}

.tk-faca-footer-logo img {
	width: min(162px, 100%);
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.tk-faca-footer-grid p {
	color: #a9a9a9;
	font-size: 12px;
}

.tk-faca-footer-fit {
	margin-top: 24px;
	padding: 15px;
	border-left: 3px solid var(--tkf-red);
	background: #111;
}

.tk-faca-footer-fit > span {
	color: #ff7180;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .13em;
}

.tk-faca-footer-fit p {
	margin: 6px 0 0;
}

.tk-faca-footer-grid h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 22px;
}

.tk-faca-footer-grid nav {
	display: grid;
	gap: 12px;
}

.tk-faca-footer-grid nav a {
	color: #bbb !important;
	font-size: 12px;
	text-decoration: none !important;
}

.tk-faca-footer-contact {
	display: flex;
	flex-direction: column;
}

.tk-faca-footer-contact > a,
.tk-faca-footer-contact > div {
	display: flex;
	flex-direction: column;
	padding: 12px 0;
	border-bottom: 1px solid #292929;
	color: #fff !important;
	text-decoration: none !important;
}

.tk-faca-footer-contact span {
	color: #888;
	font-size: 9px;
}

.tk-faca-footer-contact strong {
	margin-top: 3px;
	font-size: 12px;
}

.tk-faca-footer-contact em {
	margin-top: 5px;
	color: #777;
	font-size: 9px;
}

.tk-faca-footer-bottom {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #292929;
	color: #888;
	font-size: 10px;
}

@media (max-width: 1180px) {
	.tk-faca-header__inner {
		grid-template-columns: 120px minmax(270px, 1fr) 164px 56px 60px;
		gap: 10px;
	}

	.tk-faca-nav__inner > a {
		padding-inline: 16px;
	}

	.tk-faca-product-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.tk-faca-latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	:root {
		--tkf-shell: min(calc(100% - 28px), 760px);
	}

	.tk-faca-header {
		height: 70px;
	}

	.tk-faca-header__main {
		height: 70px;
	}

	.tk-faca-header__inner {
		width: 100%;
		min-height: 70px;
		padding-inline: 10px;
		grid-template-columns: 50px 1fr 50px 50px;
		grid-template-areas: "menu logo account cart";
		gap: 4px;
	}

	.tk-faca-menu-toggle {
		grid-area: menu;
		width: 44px;
		height: 44px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.tk-faca-menu-toggle span {
		width: 24px;
		height: 2px;
		background: #fff;
	}

	.tk-faca-brand {
		width: auto;
		height: 62px;
		justify-content: center;
	}

	.tk-faca-brand img {
		width: 80px;
		height: auto;
		max-width: 84px;
		max-height: 58px;
		object-position: center;
	}

	.tk-faca-search,
	.tk-faca-header__contact,
	.tk-faca-account-link small,
	.tk-faca-cart-link small,
	.tk-faca-nav {
		display: none;
	}

	.tk-faca-account-link,
	.tk-faca-cart-link {
		min-height: 50px;
	}

	.tk-faca-cart-link b {
		top: 2px;
		right: 3px;
	}

	.tk-faca-hero,
	.tk-faca-hero__grid {
		min-height: max(720px, calc(100svh - 70px));
	}

	.tk-faca-hero__grid {
		width: 100%;
		padding: 315px 16px 74px;
		grid-template-columns: 1fr;
		align-items: end;
	}

	.tk-faca-hero::before {
		display: none;
	}

	.tk-faca-hero__media {
		inset: 0 0 auto;
		height: 292px;
		background-position: center;
	}

	.tk-faca-hero__product {
		width: min(55vw, 230px);
		filter: contrast(1.08) saturate(.98) drop-shadow(0 12px 10px rgb(22 18 13 / 20%));
	}

	.tk-faca-hero__product--1 {
		top: -8px;
		left: -8%;
	}

	.tk-faca-hero__product--2 {
		top: 4px;
		left: 14%;
	}

	.tk-faca-hero__product--3 {
		top: 10px;
		left: 38%;
	}

	.tk-faca-hero__product--4 {
		top: 20px;
		left: 65%;
	}

	.tk-faca-hero__product--5,
	.tk-faca-hero__product--6 {
		display: none;
	}

	.tk-faca-hero__copy {
		align-self: end;
		padding: 0;
	}

	.tk-faca-hero h1 {
		margin: 8px 0 11px;
		font-size: clamp(35px, 10.4vw, 46px);
		line-height: .94;
	}

	.tk-faca-hero__copy > p {
		display: -webkit-box;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.55;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.tk-faca-hero__actions {
		width: calc(100% - 56px);
		margin-top: 17px;
	}

	.tk-faca-hero__actions .tk-faca-button {
		width: 100%;
		min-height: 50px;
	}

	.tk-faca-hero__actions .tk-faca-button--dark,
	.tk-faca-hero__note {
		display: none;
	}

	.tk-faca-hero__proof {
		margin-top: 17px;
		padding-top: 12px;
	}

	.tk-faca-hero__proof strong {
		font-size: 23px;
	}

	.tk-faca-hero__proof small {
		font-size: 7px;
	}

	.tk-faca-trust-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.tk-faca-trust-strip > div:nth-child(2) {
		border-right: 0;
	}

	.tk-faca-trust-strip > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--tkf-line);
	}

	.tk-faca-category-card {
		flex-basis: calc(50% - 7px);
	}

	.tk-faca-campaigns > a {
		min-height: 330px;
	}

	.tk-faca-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tk-faca-product-section--white .tk-faca-product-card {
		flex-basis: calc(50% - 7.5px);
	}

	.tk-faca-buyer-center__steps {
		grid-template-columns: 1fr;
	}

	.tk-faca-buyer-center__steps article {
		min-height: 240px;
	}

	.tk-faca-buyer-center__cta > .tk-faca-shell {
		align-items: flex-start;
		padding-block: 34px;
		flex-direction: column;
	}

	.tk-faca-buyer-center__cta > .tk-faca-shell > div:last-child {
		width: 100%;
	}

	.tk-faca-buyer-center > .tk-faca-shell {
		grid-template-columns: 1fr;
	}

	.tk-faca-footer-grid {
		grid-template-columns: 1.2fr repeat(3, 1fr);
	}

	.tk-faca-footer-grid > section {
		padding-inline: 18px;
	}
}

@media (max-width: 760px) {
	.tk-faca-section-head {
		align-items: flex-start;
	}

	.tk-faca-section-head h2 {
		font-size: 31px;
	}

	.tk-faca-section-head > a {
		font-size: 11px;
		white-space: nowrap;
	}

	.tk-faca-campaigns {
		grid-template-columns: 1fr;
		padding-bottom: 28px;
	}

	.tk-faca-campaigns > a {
		min-height: 270px;
	}

	.tk-faca-campaigns > a > span {
		left: 24px;
		bottom: 26px;
	}

	.tk-faca-campaigns strong {
		font-size: 31px;
	}

	.tk-faca-product-section--latest {
		padding-block: 48px;
	}

	.tk-faca-section-head--latest {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.tk-faca-buyer-center {
		padding-top: 48px;
	}

	.tk-faca-buyer-center__cta h3 {
		font-size: 32px;
	}

	.tk-faca-buyer-center__cta > .tk-faca-shell > div:last-child {
		flex-direction: column;
	}

	.tk-faca-buyer-center__cta a {
		width: 100%;
	}

	.tk-faca-buyer-center__links {
		grid-template-columns: 1fr;
	}

	.tk-faca-buyer-center__links > a {
		min-height: 180px;
	}

	.tk-faca-footer-rfq > .tk-faca-shell {
		align-items: stretch;
		padding-block: 28px;
		flex-direction: column;
	}

	.tk-faca-footer-rfq h2 {
		font-size: 31px;
	}

	.tk-faca-footer-rfq a {
		width: 100%;
		min-width: 0;
	}

	.tk-faca-footer-grid {
		grid-template-columns: 1fr;
		padding: 34px 0;
	}

	.tk-faca-footer-grid > section,
	.tk-faca-footer-grid > section:first-child,
	.tk-faca-footer-grid > section:last-child {
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid #292929;
	}

	.tk-faca-footer-bottom {
		align-items: flex-start;
		padding-block: 18px;
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 520px) {
	.tk-faca-trust-strip > div {
		min-height: 73px;
		justify-content: flex-start;
		gap: 12px;
		padding: 10px 14px;
	}

	.tk-faca-category-section {
		padding-top: 27px;
	}

	.tk-faca-category-card {
		flex-basis: 72%;
	}

	.tk-faca-product-section {
		padding: 38px 0;
	}

	.tk-faca-product-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.tk-faca-latest-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tk-faca-latest-card__image {
		aspect-ratio: 1.3;
	}

	.tk-faca-buyer-center h2 {
		font-size: 39px;
	}

	.tk-faca-buyer-center__steps article {
		min-height: 220px;
		padding: 22px;
	}

	.tk-faca-buyer-center__steps h3 {
		font-size: 28px;
	}

	.tk-faca-buyer-center__cta h3 {
		font-size: 28px;
	}

	.tk-faca-product-section--white .tk-faca-product-card {
		flex-basis: 82%;
	}

	.tk-faca-product-card__body {
		padding: 11px;
	}

	.tk-faca-product-card__title {
		font-size: 11px;
	}

	.tk-faca-product-card__commerce {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.tk-faca-global-v1 *,
	body.tk-faca-global-v1 *::before,
	body.tk-faca-global-v1 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* 1.3.7: close the menu-button white-block regression found during the final
 * visual acceptance pass. */
body.tk-faca-global-v1 .tk-faca-menu-toggle,
body.tk-faca-global-v1 .tk-faca-menu-toggle:hover,
body.tk-faca-global-v1 .tk-faca-menu-toggle:focus,
body.tk-faca-global-v1 .tk-faca-menu-toggle:active {
	display: none !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

@media (max-width: 900px) {
	body.tk-faca-global-v1 .tk-faca-menu-toggle,
	body.tk-faca-global-v1 .tk-faca-menu-toggle:hover,
	body.tk-faca-global-v1 .tk-faca-menu-toggle:focus,
	body.tk-faca-global-v1 .tk-faca-menu-toggle:active {
		display: flex !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
}

/* 1.5.0: current OTF two-path campaign band, localized for FACA. */
.tk-faca-campaigns {
	padding: 28px 0;
	background: #0a0a0a;
}

.tk-faca-campaigns__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.tk-faca-campaign {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(28px, 4vw, 54px);
	border: 1px solid rgb(255 255 255 / 16%);
	background: linear-gradient(135deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 58%)), var(--tkf-red);
	color: #fff;
}

.tk-faca-campaign--support { background: linear-gradient(135deg, #17120f, #050505 72%); }
.tk-faca-campaign h2 { max-width: 620px; margin: 14px 0; color: #fff; font: italic 900 clamp(38px, 4vw, 62px)/.94 var(--tkf-display); text-transform: uppercase; }
.tk-faca-campaign p { max-width: 54ch; margin: 0 0 24px; color: #d4d4d4; font-size: 16px; }
.tk-faca-campaign > a { width: fit-content; min-height: 48px; display: inline-flex; align-items: center; padding: 0 20px; background: var(--tkf-red); color: #fff !important; font-weight: 800; text-transform: uppercase; }

@media (max-width: 900px) {
	.tk-faca-campaigns__grid { grid-template-columns: 1fr; }
	.tk-faca-campaign { min-height: 310px; }
}
