/* Footer Electrodescuento (mismo formato que Eldesa). */
#footer.footer-1,
.footer-1 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: #0d1b2a !important;
}

.ed-footer-wrap {
	background: #0d1b2a;
	padding: 24px 20px 12px;
	font-family: inherit;
}

.ed-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.ed-footer-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 18px;
	align-items: start;
	text-align: left;
}

.ed-footer-brand {
	font-size: 22px;
	font-weight: 800;
	color: #5dade2;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
}

.ed-footer-blurb {
	font-size: 13px;
	color: #8fa8bf;
	line-height: 1.45;
	margin: 0 0 10px;
}

.ed-footer-socials {
	display: flex;
	gap: 10px;
}

.ed-footer-socials a {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.ed-footer-socials a.is-wa {
	background: #25d366;
}

.ed-footer-socials img {
	width: 18px;
	height: 18px;
}

.ed-footer-heading {
	font-size: 12px;
	font-weight: 700;
	color: #5dade2;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
}

.ed-footer-grid ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ed-footer-grid li,
#footer .ed-footer-grid li {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.35 !important;
	border: 0 !important;
	color: #8fa8bf;
	font-size: 13px;
}

.ed-footer-grid li a {
	color: #8fa8bf;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.35;
	padding: 1px 0;
	display: inline-block;
}

.ed-footer-bottom {
	border-top: 1px solid #1c2e40;
	margin-top: 16px;
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.ed-footer-bottom p {
	color: #4a6580;
	font-size: 12px;
	margin: 0;
}

.ed-footer-pays {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: nowrap;
}

.ed-footer-pays img {
	height: 22px;
	opacity: 0.55;
}

.ed-footer-pays img.is-mp {
	height: 18px;
}

#footer .widget {
	margin: 0 !important;
}

#footer .logo,
#footer .header-logo,
.footer-1 .img-logo {
	display: none !important;
}

.absolute-footer {
	display: none !important;
}

@media (max-width: 849px) {
	.ed-footer-grid {
		grid-template-columns: 1fr 1fr !important;
		column-gap: 20px !important;
		row-gap: 20px !important;
		text-align: left !important;
	}

	.ed-footer-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 0;
	}

	html,
	body {
		padding-bottom: 0 !important;
	}

	#footer,
	#footer.footer-1,
	.footer-wrapper {
		background-color: #0d1b2a !important;
		padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
		margin-bottom: 0 !important;
	}
}
