body .bhfb.bhfb-footer {
	display: none !important;
}

.tl-site-footer {
	--tl-footer-bg: #212121;
	--tl-footer-panel: #2a2a2a;
	--tl-footer-fg: #ffffff;
	--tl-footer-muted: rgba(255, 255, 255, 0.68);
	--tl-footer-soft: rgba(255, 255, 255, 0.13);
	--tl-footer-gold: #b3a27a;
	--tl-footer-gold-dark: #8c7d5e;
	--tl-footer-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--tl-footer-body: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	background: var(--tl-footer-bg);
	color: var(--tl-footer-fg);
	font-family: var(--tl-footer-body);
	margin: 0;
	width: 100%;
}

.tl-site-footer *,
.tl-site-footer *::before,
.tl-site-footer *::after {
	box-sizing: border-box;
}

.tl-site-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.tl-site-footer a:hover,
.tl-site-footer a:focus-visible {
	color: var(--tl-footer-gold);
	outline: none;
}

.tl-site-footer__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: clamp(48px, 7vw, 82px) clamp(20px, 4vw, 48px) 28px;
	width: 100%;
}

.tl-site-footer__top {
	align-items: start;
	border-bottom: 1px solid rgba(179, 162, 122, 0.42);
	display: grid;
	gap: clamp(36px, 6vw, 76px);
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.35fr);
	padding-bottom: clamp(34px, 5vw, 58px);
}

.tl-site-footer__wordmark {
	display: inline-block;
	width: min(100%, 360px);
}

.tl-site-footer__logo {
	display: block;
	height: auto;
	max-width: 100%;
	width: clamp(230px, 26vw, 360px);
}

.tl-site-footer__brand p {
	color: var(--tl-footer-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	margin: 24px 0 0;
	max-width: 470px;
}

.tl-site-footer__trust-grid {
	background: rgba(179, 162, 122, 0.42);
	border: 1px solid rgba(179, 162, 122, 0.42);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tl-site-footer__trust-grid article {
	background: var(--tl-footer-panel);
	min-height: 178px;
	padding: clamp(20px, 3vw, 28px);
}

.tl-site-footer__trust-grid article > span {
	background: var(--tl-footer-gold);
	display: block;
	height: 2px;
	margin-bottom: 22px;
	width: 38px;
}

.tl-site-footer__trust-grid h2 {
	color: #ffffff;
	font-family: var(--tl-footer-display);
	font-size: clamp(22px, 1.8vw, 26px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 10px;
}

.tl-site-footer__trust-grid p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
}

.tl-site-footer__main {
	border-bottom: 1px solid var(--tl-footer-soft);
	display: grid;
	gap: clamp(34px, 5vw, 72px);
	grid-template-columns: minmax(320px, 1.2fr) minmax(230px, 0.8fr) minmax(210px, 0.65fr);
	padding: clamp(38px, 6vw, 64px) 0 34px;
}

.tl-site-footer__section {
	color: var(--tl-footer-muted);
}

.tl-site-footer__section summary {
	align-items: center;
	color: #ffffff;
	cursor: default;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 16px;
	justify-content: space-between;
	letter-spacing: 0.14em;
	line-height: 1.25;
	list-style: none;
	text-transform: uppercase;
}

.tl-site-footer__section summary::-webkit-details-marker {
	display: none;
}

.tl-site-footer__summary-icon {
	color: var(--tl-footer-gold);
	display: none;
	font-size: 20px;
	line-height: 1;
	transition: transform 160ms ease;
}

.tl-site-footer__section[open] .tl-site-footer__summary-icon {
	transform: rotate(45deg);
}

.tl-site-footer__category-grid,
.tl-site-footer__link-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.tl-site-footer__category-grid {
	display: grid;
	gap: 10px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-site-footer__category-grid a {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: grid;
	font-size: 14px;
	font-weight: 400;
	gap: 12px;
	grid-template-columns: 10px minmax(0, 1fr);
	line-height: 1.35;
	min-height: 40px;
}

.tl-site-footer__swatch {
	background: var(--tl-footer-swatch);
	display: block;
	height: 24px;
	width: 10px;
}

.tl-site-footer__link-list {
	display: grid;
	gap: 11px;
}

.tl-site-footer__link-list a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.tl-site-footer__address {
	color: rgba(255, 255, 255, 0.67);
	display: grid;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	gap: 18px;
	line-height: 1.6;
	margin: 18px 0 0;
}

.tl-site-footer__address b {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tl-site-footer__payment {
	display: grid;
	gap: 18px;
}

.tl-site-footer__payment h2 {
	color: #ffffff;
	font-family: var(--tl-footer-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.tl-site-footer__payment-buttons {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-site-footer__payment-button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: rgba(255, 255, 255, 0.78);
	cursor: pointer;
	font-family: ui-monospace, "JetBrains Mono", Menlo, monospace;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	min-height: 42px;
	padding: 8px 10px;
	text-align: center;
	transition: color 160ms ease, border-color 160ms ease;
}

.tl-site-footer__payment-button:hover,
.tl-site-footer__payment-button:focus-visible,
.tl-site-footer__payment-button[aria-pressed="true"] {
	border-color: var(--tl-footer-gold);
	color: #ffffff;
	outline: none;
}

.tl-site-footer__payment-note {
	border-left: 2px solid var(--tl-footer-gold);
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	min-height: 58px;
	padding-left: 16px;
}

.tl-site-footer__bottom {
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 24px;
	justify-content: space-between;
	line-height: 1.5;
	padding-top: 24px;
}

.tl-site-footer__bottom a {
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1180px) {
	.tl-site-footer__top {
		grid-template-columns: 1fr;
	}

	.tl-site-footer__main {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
	}

	.tl-site-footer__payment {
		align-items: start;
		grid-column: 1 / -1;
		grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
	}

	.tl-site-footer__payment h2 {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	.tl-site-footer__inner {
		padding-top: 48px;
	}

	.tl-site-footer__trust-grid,
	.tl-site-footer__main,
	.tl-site-footer__payment {
		grid-template-columns: 1fr;
	}

	.tl-site-footer__trust-grid article {
		min-height: auto;
	}

	.tl-site-footer__main {
		gap: 0;
		padding-top: 18px;
	}

	.tl-site-footer__section {
		border-bottom: 1px solid var(--tl-footer-soft);
		padding: 18px 0;
	}

	.tl-site-footer__section summary {
		cursor: pointer;
		min-height: 44px;
	}

	.tl-site-footer__section summary:hover,
	.tl-site-footer__section summary:focus-visible {
		color: var(--tl-footer-gold);
	}

	.tl-site-footer__summary-icon {
		display: block;
	}

	.tl-site-footer__payment {
		gap: 16px;
		padding: 26px 0 8px;
	}

	.tl-site-footer__bottom {
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.tl-site-footer__inner {
		padding-right: 18px;
		padding-left: 18px;
	}

	.tl-site-footer__wordmark {
		width: min(100%, 300px);
	}

	.tl-site-footer__logo {
		width: min(100%, 300px);
	}

	.tl-site-footer__brand p {
		font-size: 14px;
	}

	.tl-site-footer__category-grid,
	.tl-site-footer__payment-buttons {
		grid-template-columns: 1fr;
	}

	.tl-site-footer__category-grid a,
	.tl-site-footer__payment-button {
		min-height: 44px;
	}
}
