.site-footer.toiletland-footer {
	background-color: #faf9f9;
	color: #000;
	padding: 0;
}

.toiletland-footer__banner {
	display: block;
	line-height: 0;
	margin-bottom: 12px;
}

.toiletland-footer__banner img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 550px;
	/* The JPEG has a white centre and light-grey edges (RGB 246-253).
	   A small brightness lift clips the edges to white, and multiply
	   then hides the white box on the off-white footer. */
	filter: brightness(1.06);
	mix-blend-mode: multiply;
}

.toiletland-footer__main {
	padding: 28px 0 110px;
}

.site-footer.toiletland-footer .toiletland-footer__main > .col-full {
	display: block;
}

.toiletland-footer__columns {
	display: grid;
	grid-template-columns: minmax(0, 2.4fr) repeat(2, minmax(0, 1fr));
	grid-template-rows: auto 1fr;
	gap: 32px;
}

.toiletland-footer__about {
	grid-row: 1 / 3;
}

.toiletland-footer__showroom {
	grid-column: 2 / -1;
	grid-row: 2;
	align-self: start;
	width: 100%;
	max-width: 480px;
}

.toiletland-footer__showroom img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
	border-radius: 12px;
}

.site-footer.toiletland-footer .toiletland-footer__about,
.site-footer.toiletland-footer .toiletland-footer__nav {
	color: #000;
	min-width: 0;
	font-size: 15px;
}

.site-footer.toiletland-footer .toiletland-footer__tagline {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.toiletland-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	font-size: 15px;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 28px;
}

.site-footer.toiletland-footer .toiletland-footer__phone {
	font-size: 19px;
	font-weight: 600;
}

.site-footer.toiletland-footer .toiletland-footer__heading {
	color: #000;
	font-size: 15px;
	margin: 0 0 1em;
}

.site-footer.toiletland-footer a:not(.button) {
	color: #1e68c4;
}

.site-footer.toiletland-footer a:not(.button):hover {
	color: #000;
	text-decoration: none;
}

.toiletland-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toiletland-footer__nav li {
	margin: 0 0 0.75em;
}

.site-footer.toiletland-footer a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.toiletland-footer__bottom {
	border-top: 1px solid #d8d6d6;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 28px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.site-footer.toiletland-footer .toiletland-footer__copyright {
	font-size: inherit;
	margin: 0;
}

.toiletland-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

@media (max-width: 1023px) {
	.toiletland-footer__columns {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.toiletland-footer__main {
		/* The fixed notice is 142.5px tall at 390px and 360px. */
		padding: 12px 0 155px;
	}

	.toiletland-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 24px;
	}

	.toiletland-footer__about {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.toiletland-footer__showroom {
		grid-column: 1 / -1;
		grid-row: auto;
		max-width: 360px;
		justify-self: center;
	}

	.toiletland-footer__banner {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 8px;
	}

	.toiletland-footer__banner img {
		width: 100%;
		max-width: 360px;
	}

	.site-footer.toiletland-footer .toiletland-footer__tagline {
		text-align: center;
	}

	.toiletland-footer__contact {
		align-items: center;
		margin-bottom: 24px;
	}

	.site-footer.toiletland-footer .toiletland-footer__about p {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.toiletland-footer__bottom {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		margin-top: 24px;
		text-align: center;
	}

	.toiletland-footer__bottom nav {
		justify-content: center;
		gap: 12px 20px;
	}
}

@media (max-width: 379px) {
	.toiletland-footer__columns {
		grid-template-columns: minmax(0, 1fr);
	}
}
