:root {
	--tfb-ink: #17202f;
	--tfb-navy: #164b78;
	--tfb-muted: #647084;
	--tfb-line: #e6ebf2;
	--tfb-sun: #ffc947;
	--tfb-blue: #2377e6;
	--tfb-coral: #ff6b57;
	--tfb-mint: #38b997;
	--tfb-sky: #dff2ff;
	--tfb-bg: #fff;
}

body {
	background: var(--tfb-bg);
	color: var(--tfb-ink);
	font-family: Inter, Arial, sans-serif;
	overflow-x: hidden;
}

html,
body {
	max-width: 100%;
}

.tfb-shop-header *,
.tfb-home * {
	box-sizing: border-box;
}

.tfb-promo-bar {
	align-items: center;
	background: var(--tfb-navy);
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 24px;
	justify-content: center;
	letter-spacing: 0;
	padding: 9px 16px;
	text-align: center;
}

.site-header,
#masthead {
	display: none;
}

.tfb-shop-header {
	align-items: center;
	background: rgba(239, 248, 255, .96);
	border-bottom: 1px solid rgba(22, 75, 120, .12);
	display: grid;
	gap: 22px;
	grid-template-columns: 210px 1fr auto;
	padding: 15px clamp(18px, 4vw, 56px);
	position: sticky;
	top: 0;
	z-index: 50;
	box-sizing: border-box;
	max-width: 100vw;
	overflow-x: hidden;
}

.tfb-logo {
	align-items: center;
	color: var(--tfb-navy);
	display: flex;
	gap: 12px;
	text-decoration: none;
}

.tfb-logo__mark {
	align-items: center;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .9), transparent 18%),
		radial-gradient(circle at 72% 76%, #ffc947, transparent 16%),
		linear-gradient(145deg, #5ed3ff, #2377e6 54%, #164b78);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(22, 75, 120, .22);
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	height: 62px;
	justify-content: center;
	position: relative;
	width: 62px;
}

.tfb-logo__mark::before,
.tfb-logo__mark::after {
	background: #fff;
	border-radius: 999px;
	content: "";
	position: absolute;
}

.tfb-logo__mark::before {
	height: 5px;
	left: 14px;
	top: 15px;
	transform: rotate(-20deg);
	width: 28px;
}

.tfb-logo__mark::after {
	bottom: 14px;
	height: 8px;
	right: 13px;
	width: 8px;
}

.tfb-logo__mark span {
	position: relative;
	z-index: 1;
}

.tfb-logo strong,
.tfb-logo small {
	display: block;
	line-height: 1.12;
}

.tfb-logo strong {
	font-size: 20px;
	font-weight: 900;
}

.tfb-logo small {
	color: #426783;
	font-size: 12px;
	font-weight: 800;
	margin-top: 3px;
}

.tfb-shop-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

.tfb-shop-nav a,
.tfb-shop-actions a {
	color: var(--tfb-navy);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.tfb-shop-actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.tfb-cart-link {
	background: #fff;
	border: 1px solid rgba(22, 75, 120, .18);
	border-radius: 999px;
	padding: 10px 14px;
}

.tfb-promo-bar span {
	position: relative;
}

.tfb-promo-bar span + span::before {
	background: var(--tfb-sun);
	border-radius: 99px;
	content: "";
	height: 6px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.site-title a,
.main-header-menu .menu-link,
.ast-theme-transparent-header .main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link,
.ast-theme-transparent-header .site-title a,
.ast-theme-transparent-header .ast-site-title-wrap .site-title a {
	color: var(--tfb-ink);
	font-weight: 800;
}

.ast-theme-transparent-header .ast-primary-header-bar,
.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header .site-header {
	background: rgba(255, 255, 255, .96);
}

.ast-site-header-cart .ast-addon-cart-wrap,
.ast-button,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce div.product form.cart .button {
	background: var(--tfb-blue);
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
}

.tfb-home {
	margin: 0 auto;
	max-width: none;
	padding: 0 0 70px;
}

.tfb-hero {
	align-items: center;
	background:
		radial-gradient(circle at 90% 15%, rgba(255, 107, 87, .16), transparent 18%),
		linear-gradient(90deg, rgba(223, 242, 255, .98), rgba(223, 242, 255, .72) 58%, rgba(255, 255, 255, .84)),
		var(--tfb-sky);
	border: 0;
	border-radius: 0;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
	min-height: 640px;
	overflow: hidden;
	padding: clamp(36px, 6vw, 78px) clamp(18px, 7vw, 96px);
	position: relative;
	width: 100%;
}

.tfb-hero > * {
	min-width: 0;
}

.tfb-hero::after {
	background: var(--tfb-coral);
	border-radius: 999px;
	content: "";
	height: 180px;
	opacity: .16;
	position: absolute;
	right: -56px;
	top: -50px;
	width: 180px;
}

.tfb-kicker {
	color: var(--tfb-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.tfb-hero h1 {
	color: var(--tfb-ink);
	font-size: clamp(44px, 6.4vw, 78px);
	font-weight: 900;
	line-height: .98;
	margin: 0;
	max-width: 720px;
	overflow-wrap: break-word;
}

.tfb-hero h1 span {
	display: block;
}

.tfb-hero__lead {
	color: #39465a;
	font-size: 19px;
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 610px;
	overflow-wrap: break-word;
}

.tfb-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.tfb-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
}

.tfb-button--primary {
	background: var(--tfb-navy);
	color: #fff;
}

.tfb-button--soft {
	background: #fff;
	color: var(--tfb-ink);
}

.tfb-button--light {
	background: #fff;
	color: var(--tfb-ink);
}

.tfb-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.tfb-trust-row span {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(23, 32, 47, .1);
	border-radius: 999px;
	color: #2f3b4f;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
}

.tfb-hero__showcase {
	position: relative;
	z-index: 1;
}

.tfb-hero-asset {
	background:
		radial-gradient(circle at 12% 16%, rgba(255, 201, 71, .4), transparent 20%),
		radial-gradient(circle at 84% 10%, rgba(255, 107, 87, .28), transparent 18%),
		linear-gradient(145deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .95));
	border: 1px solid rgba(22, 75, 120, .12);
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(22, 75, 120, .18);
	min-height: 520px;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.tfb-hero-asset::before {
	border: 2px dashed rgba(35, 119, 230, .22);
	border-radius: 50%;
	content: "";
	height: 440px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 440px;
}

.tfb-hero-asset__main {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(22, 75, 120, .1);
	border-radius: 26px;
	display: flex;
	height: 330px;
	justify-content: center;
	margin: 34px auto 0;
	max-width: 430px;
	position: relative;
	z-index: 1;
}

.tfb-hero-asset__main img {
	height: 100%;
	object-fit: contain;
	padding: 20px;
	width: 100%;
}

.tfb-hero-asset__badge {
	align-items: center;
	background: var(--tfb-navy);
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(22, 75, 120, .22);
	color: #fff;
	display: flex;
	gap: 8px;
	left: 28px;
	padding: 12px 16px;
	position: absolute;
	top: 26px;
	z-index: 2;
}

.tfb-hero-asset__badge strong {
	color: #ffc947;
	font-size: 22px;
	font-weight: 950;
	line-height: 1;
}

.tfb-hero-asset__badge span {
	font-size: 13px;
	font-weight: 850;
}

.tfb-hero-asset__caption {
	background: #fff;
	border: 1px solid rgba(22, 75, 120, .12);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(22, 75, 120, .12);
	display: grid;
	gap: 8px;
	margin: -22px auto 0 72px;
	max-width: 340px;
	padding: 18px;
	position: relative;
	z-index: 2;
}

.tfb-hero-asset__caption strong {
	color: var(--tfb-ink);
	display: -webkit-box;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tfb-hero-asset__caption .price,
.tfb-hero-asset__caption span {
	color: var(--tfb-coral);
	font-weight: 950;
}

.tfb-hero-asset__rail {
	bottom: 28px;
	display: flex;
	gap: 12px;
	position: absolute;
	right: 28px;
	z-index: 3;
}

.tfb-hero-asset__rail a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(22, 75, 120, .1);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(22, 75, 120, .12);
	display: flex;
	height: 96px;
	justify-content: center;
	width: 96px;
}

.tfb-hero-asset__rail img {
	height: 100%;
	object-fit: contain;
	padding: 10px;
	width: 100%;
}

.tfb-product-card {
	background: #fff;
	border: 1px solid var(--tfb-line);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(23, 32, 47, .08);
	color: var(--tfb-ink);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.tfb-hero-card {
	border-color: rgba(22, 75, 120, .12);
	box-shadow: 0 18px 45px rgba(22, 75, 120, .12);
}

.tfb-product-card:hover {
	box-shadow: 0 22px 48px rgba(23, 32, 47, .13);
	transform: translateY(-3px);
}

.tfb-product-card__image {
	align-items: center;
	aspect-ratio: 1 / .82;
	background: #f2f6fb;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.tfb-product-card__image img {
	height: 100%;
	object-fit: contain;
	padding: 14px;
	width: 100%;
}

.tfb-product-card__body {
	display: grid;
	gap: 8px;
	padding: 15px;
}

.tfb-product-card strong {
	color: var(--tfb-ink);
	display: -webkit-box;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.32;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tfb-product-card .price,
.tfb-product-card__body > span:last-child {
	color: var(--tfb-coral);
	font-size: 15px;
	font-weight: 900;
}

.tfb-section {
	margin: 54px auto 0;
	max-width: 1240px;
	padding: 0 20px;
}

.tfb-trust-badges {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	transform: translateY(-34px);
}

.tfb-trust-badges div {
	align-items: center;
	background: #fff;
	border: 1px solid var(--tfb-line);
	border-right: 0;
	display: grid;
	gap: 6px;
	grid-template-columns: 52px 1fr;
	padding: 20px;
}

.tfb-trust-badges div:first-child {
	border-radius: 18px 0 0 18px;
}

.tfb-trust-badges div:last-child {
	border-radius: 0 18px 18px 0;
	border-right: 1px solid var(--tfb-line);
}

.tfb-trust-badges strong,
.tfb-trust-badges small {
	display: block;
	grid-column: 2;
}

.tfb-trust-badges strong {
	color: var(--tfb-navy);
	font-size: 15px;
	font-weight: 950;
}

.tfb-trust-badges small {
	color: #63819b;
	font-size: 13px;
	line-height: 1.35;
}

.tfb-trust-icon {
	align-items: center;
	background: #eff8ff;
	border: 1px solid rgba(22, 75, 120, .1);
	border-radius: 16px;
	display: flex;
	grid-row: 1 / span 2;
	height: 46px;
	justify-content: center;
	position: relative;
	width: 46px;
}

.tfb-trust-icon::before,
.tfb-trust-icon::after {
	background: var(--tfb-navy);
	content: "";
	position: absolute;
}

.tfb-trust-icon--gift::before {
	border-radius: 5px;
	height: 22px;
	width: 24px;
}

.tfb-trust-icon--gift::after {
	background: #ffc947;
	height: 24px;
	width: 5px;
}

.tfb-trust-icon--fast::before {
	border-radius: 999px;
	height: 18px;
	width: 28px;
}

.tfb-trust-icon--fast::after {
	background: #ff6b57;
	height: 4px;
	left: 8px;
	width: 18px;
}

.tfb-trust-icon--learn::before {
	border-radius: 6px;
	height: 24px;
	transform: rotate(-8deg);
	width: 22px;
}

.tfb-trust-icon--learn::after {
	background: #38b997;
	border-radius: 999px;
	height: 7px;
	right: 9px;
	top: 10px;
	width: 7px;
}

.tfb-trust-icon--help::before {
	background: transparent;
	border: 4px solid var(--tfb-navy);
	border-radius: 50%;
	height: 24px;
	width: 24px;
}

.tfb-trust-icon--help::after {
	border-radius: 999px;
	height: 10px;
	right: 9px;
	top: 26px;
	transform: rotate(40deg);
	width: 4px;
}

.tfb-section__head {
	margin-bottom: 22px;
	text-align: center;
}

.tfb-section__head h2,
.tfb-feature-band h2 {
	color: var(--tfb-ink);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.05;
	margin: 0;
}

.tfb-section__head--split {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	text-align: left;
}

.tfb-trending {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--tfb-line);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	padding: 16px 20px;
}

.tfb-trending strong {
	color: var(--tfb-navy);
	font-size: 14px;
	font-weight: 900;
}

.tfb-trending a {
	background: #eef7ff;
	border: 1px solid rgba(22, 75, 120, .12);
	border-radius: 999px;
	color: var(--tfb-navy);
	font-size: 14px;
	font-weight: 850;
	padding: 8px 13px;
	text-decoration: none;
}

.tfb-section__head--split a {
	color: var(--tfb-blue);
	font-weight: 900;
	text-decoration: none;
}

.tfb-category-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tfb-category-card {
	background: #fff;
	border: 1px solid var(--tfb-line);
	border-left: 8px solid var(--tfb-sun);
	border-radius: 8px;
	color: var(--tfb-ink);
	display: grid;
	gap: 8px;
	min-height: 156px;
	padding: 0 22px 22px;
	text-decoration: none;
}

.tfb-category-card__image {
	align-items: center;
	background: #f2f8ff;
	border-radius: 0 0 18px 18px;
	display: flex;
	height: 154px;
	justify-content: center;
	margin: 0 -14px 8px;
	overflow: hidden;
}

.tfb-category-card__image img {
	height: 100%;
	object-fit: contain;
	padding: 14px;
	width: 100%;
}

.tfb-category-placeholder {
	background:
		radial-gradient(circle at 40% 36%, #ffc947 0 18px, transparent 19px),
		radial-gradient(circle at 64% 60%, #38b997 0 22px, transparent 23px),
		linear-gradient(145deg, #dff2ff, #fff);
	height: 100%;
	width: 100%;
}

.tfb-worlds,
.tfb-service-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 42px auto 0;
	max-width: 1240px;
	padding: 0 20px;
}

.tfb-world,
.tfb-service-grid div {
	background: #fff;
	border: 1px solid var(--tfb-line);
	border-right: 0;
	display: grid;
	gap: 10px;
	min-height: 160px;
	padding: 28px;
	text-align: center;
}

.tfb-world:last-child,
.tfb-service-grid div:last-child {
	border-right: 1px solid var(--tfb-line);
}

.tfb-world::before,
.tfb-service-grid div::before {
	align-items: center;
	background: #f4f9ff;
	border: 1px solid var(--tfb-line);
	border-radius: 50%;
	color: var(--tfb-navy);
	content: "★";
	display: flex;
	font-size: 24px;
	font-weight: 900;
	height: 72px;
	justify-content: center;
	margin: 0 auto 2px;
	width: 72px;
}

.tfb-world strong,
.tfb-service-grid strong {
	color: var(--tfb-navy);
	font-size: 17px;
	font-weight: 900;
}

.tfb-world span,
.tfb-service-grid span {
	color: #63819b;
	font-size: 14px;
	line-height: 1.55;
}

.tfb-category-card:nth-child(2n) {
	border-left-color: var(--tfb-coral);
}

.tfb-category-card:nth-child(3n) {
	border-left-color: var(--tfb-mint);
}

.tfb-category-card strong {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
}

.tfb-category-card small {
	color: var(--tfb-muted);
	font-size: 14px;
	line-height: 1.45;
}

.tfb-category-card__count {
	color: var(--tfb-blue);
	font-size: 13px;
	font-weight: 900;
}

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

.tfb-section-banner {
	align-items: center;
	background:
		radial-gradient(circle at 9% 18%, rgba(255, 201, 71, .44), transparent 18%),
		radial-gradient(circle at 93% 20%, rgba(56, 185, 151, .28), transparent 20%),
		linear-gradient(100deg, #edf8ff, #fff 58%, #fff5ee);
	border: 1px solid var(--tfb-line);
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	justify-content: space-between;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 22px 26px;
	position: relative;
}

.tfb-section-banner::after {
	background:
		linear-gradient(45deg, transparent 0 35%, #2377e6 36% 48%, transparent 49%),
		radial-gradient(circle, #ff6b57 0 28%, transparent 30%);
	border-radius: 24px;
	content: "";
	height: 92px;
	opacity: .18;
	position: absolute;
	right: 22px;
	top: -20px;
	transform: rotate(8deg);
	width: 150px;
}

.tfb-section-banner span {
	background: var(--tfb-navy);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 13px;
	position: relative;
	z-index: 1;
}

.tfb-section-banner strong {
	color: var(--tfb-ink);
	font-size: clamp(24px, 3.3vw, 38px);
	font-weight: 950;
	line-height: 1.05;
	position: relative;
	z-index: 1;
}

.tfb-section-banner small {
	color: #58738b;
	font-size: 14px;
	font-weight: 800;
	position: relative;
	z-index: 1;
}

.tfb-feature-band {
	align-items: center;
	background: var(--tfb-navy);
	border-radius: 8px;
	color: #fff;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding: 36px;
}

.tfb-feature-band .tfb-kicker {
	color: var(--tfb-sun);
}

.tfb-feature-band h2 {
	color: #fff;
	max-width: 740px;
}

.tfb-feature-band p:not(.tfb-kicker) {
	color: #dbe4f1;
	font-size: 17px;
	line-height: 1.6;
	margin: 14px 0 0;
	max-width: 780px;
}

.woocommerce ul.products {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: #fff;
	border: 1px solid var(--tfb-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(23, 32, 47, .07);
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 16px;
	width: auto;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / .82;
	background: #f2f6fb;
	margin: 0 0 14px;
	object-fit: contain;
	padding: 16px;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--tfb-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	min-height: 54px;
}

.woocommerce ul.products li.product .button {
	margin-left: 15px;
	margin-top: 10px;
}

.woocommerce-products-header,
.ast-woocommerce-container {
	background: transparent;
}

.woocommerce div.product div.images img {
	background: #f2f6fb;
	border: 1px solid var(--tfb-line);
	border-radius: 8px;
	object-fit: contain;
	padding: 20px;
}

.woocommerce div.product .product_title {
	color: var(--tfb-ink);
	font-size: clamp(30px, 4vw, 50px);
	font-weight: 900;
	line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--tfb-coral);
	font-size: 24px;
	font-weight: 900;
}

.site-footer,
#colophon,
.ast-footer-copyright,
.ast-builder-footer-grid-columns,
.footer-widget-area {
	display: none;
}

.tfb-footer {
	background: #0f2940;
	color: #eaf5ff;
	margin-top: 70px;
}

.tfb-footer__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: 1.4fr .8fr .9fr 1fr;
	margin: 0 auto;
	max-width: 1240px;
	padding: 56px 20px 42px;
}

.tfb-footer section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tfb-footer h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 8px;
}

.tfb-footer a {
	color: #d6ecff;
	font-size: 15px;
	font-weight: 750;
	text-decoration: none;
}

.tfb-footer a:hover {
	color: #fff;
}

.tfb-footer p {
	color: #bcd4e8;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	max-width: 360px;
}

.tfb-logo--footer {
	color: #fff;
	margin-bottom: 8px;
}

.tfb-logo--footer small {
	color: #bcd4e8;
}

.tfb-footer__button {
	align-self: flex-start;
	background: #fff;
	border-radius: 999px;
	color: var(--tfb-navy) !important;
	font-weight: 900 !important;
	margin-top: 8px;
	padding: 11px 16px;
}

.tfb-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: #bcd4e8;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 16px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
	padding: 18px 20px 24px;
}

@media (max-width: 1024px) {
	.tfb-shop-header {
		grid-template-columns: 1fr;
		position: static;
		text-align: center;
	}

	.tfb-logo,
	.tfb-shop-actions {
		justify-content: center;
	}

	.tfb-hero,
	.tfb-category-grid,
	.tfb-product-grid,
	.woocommerce ul.products,
	.tfb-worlds,
	.tfb-service-grid,
	.tfb-trust-badges,
	.tfb-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tfb-hero {
		padding: 34px;
	}
}

@media (max-width: 900px) {
	.tfb-promo-bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		text-align: left;
	}

	.tfb-promo-bar span + span::before {
		display: none;
	}

	.tfb-home {
		padding: 0 0 44px;
	}

	.tfb-shop-header {
		gap: 18px;
		overflow: hidden;
		padding: 18px;
	}

	.tfb-shop-nav {
		display: grid;
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.tfb-shop-nav a,
	.tfb-shop-actions a {
		font-size: 14px;
		overflow-wrap: anywhere;
		text-align: center;
	}

	.tfb-shop-actions {
		flex-wrap: wrap;
		width: 100%;
	}

	.tfb-hero,
	.tfb-category-grid,
	.tfb-product-grid,
	.woocommerce ul.products,
	.tfb-worlds,
	.tfb-service-grid,
	.tfb-trust-badges,
	.tfb-footer__inner {
		grid-template-columns: 1fr;
	}

	.tfb-hero {
		min-height: 0;
		padding: 34px 18px;
		width: 100vw;
	}

	.tfb-hero__copy {
		min-width: 0;
		max-width: 340px;
		width: 100%;
	}

	.tfb-hero__showcase {
		min-width: 0;
	}

	.tfb-hero-asset {
		min-height: 0;
		padding: 18px;
	}

	.tfb-hero-asset::before {
		height: 300px;
		width: 300px;
	}

	.tfb-hero-asset__main {
		height: 250px;
		margin-top: 48px;
	}

	.tfb-hero-asset__rail {
		position: static;
		justify-content: center;
		margin-top: 14px;
	}

	.tfb-hero h1 {
		font-size: 34px;
		max-width: 340px;
		width: 100%;
	}

	.tfb-hero__lead {
		font-size: 16px;
		max-width: 340px;
		overflow-wrap: anywhere;
		width: 100%;
	}

	.tfb-hero__actions,
	.tfb-trust-row,
	.tfb-hero__showcase {
		max-width: 340px;
		width: 100%;
	}

	.tfb-hero__actions .tfb-button {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.tfb-section__head--split,
	.tfb-feature-band {
		align-items: flex-start;
		flex-direction: column;
	}

	.tfb-world,
	.tfb-service-grid div {
		border-right: 1px solid var(--tfb-line);
		min-height: 0;
	}

	.tfb-trust-badges {
		transform: none;
	}

	.tfb-trust-badges div,
	.tfb-trust-badges div:first-child,
	.tfb-trust-badges div:last-child {
		border: 1px solid var(--tfb-line);
		border-radius: 18px;
	}

	.tfb-section-banner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tfb-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 440px) {
	.tfb-hero-asset__rail a {
		height: 72px;
		width: 72px;
	}

	.tfb-trust-row span {
		flex: 1 1 calc(50% - 10px);
		text-align: center;
	}
}
