/* Site-wide decorative footer layer. Woodmart keeps ownership of all footer markup and content. */
body .footer-container {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body .footer-container::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url("../images/bg-karimi-holding.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	content: "";
	pointer-events: none;
}

body .footer-container > * {
	position: relative;
	z-index: 1;
}

/* Reveal the shared artwork beneath Woodmart's footer sections without altering their content. */
body .footer-container .footer-sidebar,
body .footer-container .copyrights-wrapper,
body .footer-container .wd-prefooter,
body .footer-container .wd-footer,
body .footer-container .container {
	background-color: transparent !important;
}

@media (max-width: 767px) {
	body .footer-container::before {
		background-size: 100% auto;
	}
}
