.biolit-footer {
	color: #ffffff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding: var(--wp--preset--spacing--08) var(--wp--preset--spacing--06)
		var(--wp--preset--spacing--07);
	position: relative;
	width: 100vw;
	font-size: clamp(16px, 1.25vw, 18px);
}

.biolit-footer p{
	font-size: clamp(16px, 1.25vw, 18px);
}

.biolit-footer::before {
	background-color: #d3d3d3;
	background-image:
		linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%),
		linear-gradient(0deg, rgba(155, 190, 68, 0.35) 0%, rgba(155, 190, 68, 0.35)
			100%),
		url("/wp-content/themes/biolit/assets/images/footer-bg-hires.png");
	background-position: 0 0, 0 0, -10px -210px;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, 120% 205%;
	content: "";
	filter: blur(2px);
	inset: -16px;
	position: absolute;
	transform: scale(1.02);
	z-index: 0;
}

.biolit-footer__inner {
	position: relative;
	z-index: 1;
}

.biolit-footer__top {
	align-items: start;
	display: grid !important;
	column-gap: var(--wp--preset--spacing--07);
	row-gap: var(--wp--preset--spacing--06);
	grid-template-columns: 350px minmax(160px, 1fr) minmax(160px, 1fr) 200px;
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--08);
}

.biolit-footer__top.wp-block-columns,
.biolit-footer__top.is-layout-flex {
	display: grid !important;
}

.biolit-footer__brand {
	gap: var(--wp--preset--spacing--03);
	width: 350px;
}

.biolit-footer__logo {
	height: 40px;
	line-height: 0;
	margin: 0 0 var(--wp--preset--spacing--04);
	overflow: hidden;
	width: 244px;
}

.biolit-footer__logo img {
	border-radius: 0;
	display: block;
	height: 40px;
	max-width: 244px;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	object-position: left center;
	width: 244px;
}

.biolit-footer__brand-text {
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: -0.16px;
	line-height: 1.5;
	margin: 0;
}

.biolit-footer__title {
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.18px;
	line-height: 1.2;
	margin: 0 0 var(--wp--preset--spacing--03);
}

.biolit-footer__nav {
	margin: 0;
}

.biolit-footer__nav .wp-block-navigation__container {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.biolit-footer__nav .wp-block-navigation-item__content {
	color: rgba(255, 255, 255, 0.9) !important;
	font-weight: 400;
	letter-spacing: -0.16px;
	line-height: 1.5;
	padding: 0;
	text-decoration: none;
}

.biolit-footer__nav .wp-block-navigation-item__content:hover,
.biolit-footer__nav .wp-block-navigation-item__content:focus {
	color: #ffffff !important;
}

.biolit-footer__social {
	align-items: center;
	gap: var(--wp--preset--spacing--03);
	margin-top: var(--wp--preset--spacing--05);
}

.biolit-footer__social .biolit-footer__title {
	margin: 0;
}

.biolit-footer__social-links {
	gap: var(--wp--preset--spacing--03);
	margin: 0;
}

.biolit-footer__social-links .wp-social-link {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.biolit-footer__social-links .wp-social-link:hover,
.biolit-footer__social-links .wp-social-link:focus {
	opacity: 0.85;
	transform: translateY(-1px);
}

.biolit-footer__social-links .wp-social-link a {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	line-height: 0;
	text-decoration: none;
	width: 24px;
}

.biolit-footer__social-links .wp-social-link svg {
	display: block;
	height: 20px;
	width: 20px;
}

.biolit-footer__contact-list {
	margin: 0;
}

.biolit-footer__contact {
	min-width: 0;
	width: 200px;
}

.biolit-footer__contact-item {
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: -0.16px;
	line-height: 1.5;
	margin: 0 0 var(--wp--preset--spacing--03);
	padding-left: 32px;
	position: relative;
}

.biolit-footer__contact-item a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.biolit-footer__contact-item a:hover,
.biolit-footer__contact-item a:focus {
	color: #ffffff;
}

.biolit-footer__contact-item::before {
	background-repeat: no-repeat;
	background-size: 18px 18px;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 18px;
}

.biolit-footer__contact-item--address::before {
	background-image: url("/wp-content/themes/biolit/assets/images/location.svg");
}

.biolit-footer__contact-item--mail::before {
	background-image: url("/wp-content/themes/biolit/assets/images/mail.svg");
}

.biolit-footer__contact-item--phone::before {
	background-image: url("/wp-content/themes/biolit/assets/images/phone.svg");
}

.biolit-footer__bottom {
	align-items: center;
	gap: var(--wp--preset--spacing--06);
}

.biolit-footer__copyright {
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: -0.12px;
	margin: 0;
}

.biolit-footer__nav--legal .wp-block-navigation__container {
	flex-direction: row;
	gap: var(--wp--preset--spacing--06);
	flex-wrap: wrap;
}

.biolit-footer a {
	color: inherit;
}

@media (max-width: 1200px) {
	.biolit-footer {
		padding-left: var(--wp--preset--spacing--05);
		padding-right: var(--wp--preset--spacing--05);
	}

	.biolit-footer__top {
		column-gap: var(--wp--preset--spacing--06);
		row-gap: var(--wp--preset--spacing--07);
		grid-template-columns: 320px 1fr 1fr 200px;
	}

	.biolit-footer__brand {
		width: 320px;
	}

	.biolit-footer__social {
		margin-top: var(--wp--preset--spacing--07);
	}
}

@media (max-width: 1100px) {
	.biolit-footer__top {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.biolit-footer__brand {
		grid-column: 1 / -1;
		width: 100%;
	}

	.biolit-footer__contact {
		width: auto;
	}
}

@media (max-width: 960px) {
	.biolit-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.biolit-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.biolit-footer__brand,
	.biolit-footer__contact {
		width: auto;
	}

	.biolit-footer__nav--legal {
		order: 1;
	}

	.biolit-footer__copyright {
		order: 2;
	}

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

	.biolit-footer__nav--legal .wp-block-navigation__container {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.biolit-footer__top {
		grid-template-columns: minmax(0, 1fr);
	}

	.biolit-footer__social {
		align-items: flex-start;
	}

	.biolit-footer__nav--legal .wp-block-navigation__container {
		flex-direction: column;
		gap: var(--wp--preset--spacing--03);
	}

	.biolit-footer::before {
		background-position: center;
		background-size: cover;
	}
}
