/* Aelfric-style global storefront footer */
.ae-footer-v3,
.ae-footer-v3 * { box-sizing: border-box; }
.ae-footer-v3 {
	width: 100%;
	margin: 0;
	padding: 56px 5% 30px;
	background: #000;
	color: #929292;
	font-family: Arial, Helvetica, sans-serif;
}
.ae-footer-v3 a { color: #929292; text-decoration: none; }
.ae-footer-v3 a:hover,
.ae-footer-v3 a:focus { color: #fff; }
.ae-footer-v3__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.65fr) minmax(120px, .72fr) minmax(165px, .9fr) minmax(245px, 1.22fr);
	gap: clamp(35px, 5vw, 78px);
	max-width: 1180px;
	margin: 0 auto;
}
.ae-footer-v3__logo {
	display: inline-block;
	margin: 0 0 28px;
	color: #fff !important;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}
.ae-footer-v3__signup p {
	max-width: 340px;
	margin: 0 0 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
}
.ae-footer-v3__form { max-width: 340px; }
.ae-footer-v3__form label {
	display: block;
	margin: 0 10px 10px;
	color: #929292;
	font-size: 13px;
}
.ae-footer-v3__form > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 125px;
	padding-top: 9px;
	border-top: 1px solid #747474;
}
.ae-footer-v3__form input,
.ae-footer-v3__form button {
	width: 100%;
	height: 44px;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.ae-footer-v3__form input { min-width: 0; padding: 0 12px; background: #fff; color: #111; }
.ae-footer-v3__form button { padding: 0 10px; background: #fff; color: #003ca6; font-size: 14px; font-weight: 700; }
.ae-footer-v3 h2 {
	margin: 0 0 25px;
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
}
.ae-footer-v3__column a {
	display: block;
	margin: 0 0 11px;
	font-size: 13px;
	line-height: 1.25;
	white-space: nowrap;
}
.ae-footer-v3__contact-row {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 1.35;
}
.ae-footer-v3__contact-row svg {
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	fill: #929292;
}
.ae-footer-v3__contact-row small {
	display: block;
	margin-top: 4px;
	color: #666;
	font-size: 11px;
	line-height: 1.3;
}
.ae-footer-v3__email { text-decoration: underline !important; }
.ae-footer-v3__social {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 2px 0 18px;
}
.ae-footer-v3__social a {
	color: #bdbdbd;
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
}
.ae-footer-v3__apps { display: flex; flex-wrap: wrap; gap: 10px; }
.ae-footer-v3__apps a {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 118px;
	height: 37px;
	padding: 4px 9px;
	border: 1px solid #777;
	border-radius: 5px;
	color: #fff;
}
.ae-footer-v3__apps b { font-size: 17px; }
.ae-footer-v3__apps span { font-size: 13px; line-height: 1; font-weight: 600; }
.ae-footer-v3__apps small { display: block; margin-bottom: 3px; font-size: 8px; font-weight: 400; }
.ae-footer-v3__copyright {
	max-width: 1180px;
	margin: 48px auto 0;
	color: #575757;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}
@media (max-width: 920px) {
	.ae-footer-v3__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 35px; }
}
@media (max-width: 560px) {
	.ae-footer-v3 { padding: 42px 20px 24px; }
	.ae-footer-v3__grid { grid-template-columns: 1fr; gap: 36px; }
	.ae-footer-v3__form { max-width: none; }
	.ae-footer-v3__signup p { max-width: none; }
	.ae-footer-v3__copyright { margin-top: 38px; text-align: left; }
}
