/* Hide WoodMart's legacy widget footer, prefooter and separate copyrights. */
.footer-container,
.copyrights-wrapper,
.wd-prefooter {
	display: none !important;
}

/* Home V2 keeps its original footer markup as a reversible backup. */
body.page-id-29620 .g-footer {
	display: none !important;
}

.ggf-wrap,
.ggf-wrap * {
	box-sizing: border-box;
}

.ggf-wrap {
	--ggf-red: #e31b23;
	width: 100%;
	max-width: none;
	margin: 20px 0 0;
	background: #0b0d11;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.ggf-wrap a {
	color: #bdc2cb;
	text-decoration: none;
	transition: color .2s ease;
}

.ggf-wrap a:hover,
.ggf-wrap a:focus-visible {
	color: #fff;
}

.ggf-top {
	padding: 58px max(24px, calc((100vw - 1440px) / 2)) 44px;
}

.ggf-grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr 1.2fr;
	gap: 54px;
	width: 100%;
	margin: 0 auto;
}

.ggf-brand {
	margin-bottom: 16px;
	color: #fff;
	font-size: 29px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .03em;
}

.ggf-brand span {
	color: var(--ggf-red);
}

.ggf-about {
	max-width: 360px;
	margin: 0;
	color: #aeb4bf;
	font-size: 14px;
	line-height: 1.75;
}

.ggf-wrap h4 {
	margin: 5px 0 19px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ggf-links,
.ggf-contact {
	display: grid;
	gap: 11px;
}

.ggf-links a,
.ggf-contact {
	font-size: 14px;
	line-height: 1.55;
}

.ggf-contact {
	gap: 12px;
	color: #bdc2cb;
}

.ggf-contact strong {
	color: #fff;
}

.ggf-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 22px;
}

.ggf-legal a {
	color: #858d9a;
	font-size: 12px;
}

.ggf-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 22px max(24px, calc((100vw - 1440px) / 2));
	border-top: 1px solid #252830;
}

.ggf-copy {
	color: #8f96a3;
	font-size: 13px;
	line-height: 1.5;
}

.ggf-payments {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ggf-payments span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fff;
	color: #111318;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

@media (max-width: 1024px) {
	.ggf-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px;
	}

	.ggf-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.ggf-top {
		padding-top: 44px;
	}

	.ggf-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.ggf-bottom {
		padding-top: 20px;
		padding-bottom: 28px;
	}

	.ggf-payments span {
		min-width: 56px;
	}
}
