/*
 * Minimal Ethnic Senora Storefront Footer.
 * Selectors are scoped to the footer plugin body class/root.
 */

body.esfp-footer-plugin-active .site-footer {
	width: 100%;
	max-width: none;
	margin: 64px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	flex: 0 0 auto;
}

body.esfp-footer-plugin-active .site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.esfp-footer-plugin-active .site-content {
	flex: 1 0 auto;
}

body.esfp-footer-plugin-active .site-footer > .col-full {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.esfp-footer,
.esfp-footer * {
	box-sizing: border-box;
}

.esfp-footer {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	color: #777;
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	-webkit-font-smoothing: antialiased;
}

.esfp-footer__wrap {
	width: min(1200px, 100%);
	margin: 0 auto;
	padding: 58px 16px 18px;
}

.esfp-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease;
}

.esfp-footer a:hover {
	color: #111;
}

.esfp-footer__grid {
	display: grid;
	grid-template-columns: minmax(205px, 1.7fr) repeat(3, minmax(120px, 1fr)) minmax(170px, 1.2fr);
	gap: 34px;
	align-items: start;
}

.esfp-footer__intro {
	min-width: 0;
	padding-right: 12px;
}

.esfp-brand {
	display: inline-flex;
	align-items: center;
	color: #151515 !important;
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.esfp-brand em {
	font-family: "Instrument Serif", Georgia, serif !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: -.04em;
}

.esfp-footer__intro p {
	max-width: 270px;
	margin: 16px 0 0;
	color: #858585;
	font-size: 13px;
	line-height: 1.55;
}

.esfp-footer__column h2 {
	margin: 2px 0 17px !important;
	padding: 0 !important;
	color: #181818 !important;
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: .2em;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.esfp-footer__column ul {
	display: grid;
	gap: 9px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.esfp-footer__column li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.esfp-footer__column a,
.esfp-footer__column p,
.esfp-footer__bottom,
.esfp-footer__bottom span {
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.esfp-contact p {
	max-width: 190px;
	margin: 0 0 6px;
}

.esfp-socials {
	display: flex;
	gap: 9px;
	margin-top: 17px;
}

.esfp-socials a {
	display: grid;
	width: 33px;
	height: 33px;
	place-items: center;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	color: #444;
}

.esfp-socials a:hover {
	border-color: #111;
}

.esfp-socials svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.esfp-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 47px;
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
	color: #888;
	font-size: 12px;
}

.esfp-footer__legal {
	display: inline-flex;
	gap: 6px;
}

@media (max-width: 900px) {
	.esfp-footer__grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
		row-gap: 36px;
	}

	.esfp-contact {
		grid-column: 2 / -1;
	}
}

@media (max-width: 600px) {
	body.esfp-footer-plugin-active .site-footer {
		margin-top: 48px;
	}

	.esfp-footer__wrap {
		padding: 44px 18px 20px;
	}

	.esfp-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 24px;
	}

	.esfp-footer__intro {
		grid-column: 1 / -1;
		padding-right: 0;
	}

	.esfp-contact {
		grid-column: 1 / -1;
	}

	.esfp-footer__bottom {
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 760px) {
	/*
	 * The bottom navigation is fixed over the page. Keep its reserved
	 * clearance inside the maroon footer instead of on the body, otherwise
	 * the body background creates a white strip below every page footer.
	 */
	.esfp-footer {
		padding-bottom: 72px;
	}
}


/* Ethnic Senora v1.2.1 — rich maroon footer with enforced ivory typography */
.esfp-footer{
  --esfp-ivory:#fff9ed;
  --esfp-maroon:#7d2638;
  --esfp-maroon-deep:#571827;
  --esfp-cream:#f4e7d4;
  --esfp-line:rgba(255,249,237,.22);
  border-top-color:var(--esfp-maroon-deep);
  background:var(--esfp-maroon);
  color:var(--esfp-cream);
}
.esfp-footer .esfp-brand,
.esfp-footer .esfp-brand span,
.esfp-footer .esfp-brand em{color:var(--esfp-ivory)!important}
.esfp-footer .esfp-footer__intro p{color:var(--esfp-cream)!important}
.esfp-footer__column h2{color:var(--esfp-ivory)!important}
.esfp-footer .esfp-footer__column a,
.esfp-footer .esfp-contact p,
.esfp-footer .esfp-contact a,
.esfp-footer .esfp-footer__bottom,
.esfp-footer .esfp-footer__bottom span,
.esfp-footer .esfp-footer__bottom a{color:var(--esfp-cream)!important}
.esfp-footer a:hover{color:var(--esfp-ivory)!important}
.esfp-footer .esfp-socials a{border-color:rgba(255,249,237,.42)!important;color:var(--esfp-ivory)!important;background:rgba(255,249,237,.08)}
.esfp-footer .esfp-socials a:hover{border-color:var(--esfp-ivory)!important;background:var(--esfp-ivory);color:var(--esfp-maroon-deep)!important}
.esfp-footer .esfp-socials svg{color:inherit!important;stroke:currentColor!important}
.esfp-footer .esfp-footer__bottom{border-top-color:var(--esfp-line)}
