/* Extracted from header-footer.css. Keep source-order inside this file. */
/* v5.4 — compact mobile footer address and hours */
@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-site-footer__left {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 4px 10px !important;
		width: 100% !important;
		text-align: center !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-footer__address,
	html body:not(.woocommerce-checkout) .kf-site-footer__hours {
		display: inline-flex !important;
		align-items: center !important;
		width: auto !important;
		margin: 0 !important;
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-footer__hours::before {
		content: "" !important;
		width: 3px !important;
		height: 3px !important;
		margin-right: 10px !important;
		border-radius: 50% !important;
		background: currentColor !important;
		opacity: .45 !important;
	}
}

/* Footer */
.kf-site-footer {
	width: min(1320px, calc(100% - 48px));
	margin: 44px auto 18px;
	padding: 20px 0;

	border-top: 1px solid rgba(89, 86, 72, .12);
}

.kf-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: start;
	gap: 28px;
}

.kf-site-footer__left {
	justify-self: start;
	text-align: left;
}

.kf-site-footer__legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;

	text-align: center;
}

.kf-site-footer__right {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	justify-self: end;
	gap: 14px;

	text-align: left;
}

.kf-site-footer__phones {
	display: grid;
	gap: 3px;
}

.kf-site-footer__address {
	white-space: nowrap;
}

.kf-site-footer__hours {
	margin-top: 6px;
}

.kf-site-footer a,
.kf-site-footer__hours {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;

	color: #6d6b60;
	text-decoration: none;
}

.kf-site-footer a:hover {
	color: var(--kf-olive-dark);
}

.kf-site-footer__phones {
	justify-items: start;

	font-variant-numeric: tabular-nums;
}

.kf-site-footer__phones a {
	display: block;

	min-height: 0;
	line-height: 1.5;
	white-space: nowrap;
}

.kf-site-footer__socials {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	justify-content: flex-end;
	gap: 8px;
	height: 100%;
}

.kf-site-footer__socials a {
	display: inline-grid;
	place-items: center;

	width: 30px;
	height: 30px;

	border-radius: 999px;
	color: #6d6b60;
}

.kf-site-footer__socials svg {
	width: 20px;
	height: 20px;

	color: currentColor;
}

@media (max-width: 900px) {

	.kf-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.kf-site-footer__left {
		order: 1;
		justify-self: stretch;

		text-align: left;
	}

	.kf-site-footer__right {
		order: 2;
		justify-self: stretch;
		grid-template-columns: max-content max-content;
		align-items: center;
		justify-content: start;
		gap: 14px;

		text-align: left;
	}

	.kf-site-footer__phones {
		justify-items: start;
		gap: 2px;
	}

	.kf-site-footer__phones a {
		display: block;
		min-height: 0;
		line-height: 1.55;
	}

	.kf-site-footer__socials {
		align-self: stretch;
		align-items: center;
		justify-content: flex-start;
	}

	.kf-site-footer__legal {
		order: 4;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px 18px;

		text-align: left;
	}
}
@media (max-width: 767px) {
	.kf-site-footer {
		width: calc(100% - 32px);
		margin: 34px auto 12px;
		padding: 17px 0;
	}

	.kf-site-footer__inner {
		gap: 14px;
	}

	.kf-site-footer a,
	.kf-site-footer__hours {
		font-size: 11.5px;
	}

	.kf-site-footer__phones a {
		display: block;
		min-height: 0;
		line-height: 1.55;
	}

	.kf-site-footer__socials a {
		width: 34px;
		height: 34px;
	}

	.kf-site-footer__socials svg {
		width: 22px;
		height: 22px;
	}
}
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-site-footer__inner {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 14px !important;
		width: min(100%, 328px) !important;
		margin: 0 auto !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__left {
		order: 1 !important;
		display: grid !important;
		justify-items: center !important;
		gap: 5px !important;
		width: 100% !important;
		text-align: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__right {
		order: 2 !important;
		display: grid !important;
		grid-template-columns: max-content max-content !important;
		align-items: center !important;
		justify-content: center !important;
		column-gap: 12px !important;
		width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__phones {
		display: grid !important;
		justify-items: start !important;
		row-gap: 3px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__socials {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		width: auto !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__legal {
		order: 3 !important;
		display: grid !important;
		justify-items: center !important;
		gap: 7px !important;
		width: 100% !important;
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-site-footer__legal {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 16px !important;
		width: 100% !important;
		text-align: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__legal a {
		font-size: 11.5px !important;
		line-height: 1.45 !important;
	}
}
