/**
 * Scandinavian Pickers — site footer (frontend).
 */
.site-footer .sp-sp-footer {
	text-align: left;
}

.sp-sp-footer {
	background: #e3d6c6;
	color: #464646;
	border-top: 0;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.sp-sp-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 1.5rem 2.5rem;
}

.sp-sp-footer__title {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #c18653;
}

.sp-sp-footer__title--brand {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #c18653;
}

.sp-sp-footer__lead {
	margin: 0;
	max-width: 28ch;
}

.sp-sp-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sp-sp-footer__list li {
	margin-bottom: 0.5rem;
}

.sp-sp-footer__list a {
	color: #464646;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.sp-sp-footer__list a:hover,
.sp-sp-footer__list a:focus {
	color: #c18653;
	border-bottom-color: rgba(193, 134, 83, 0.45);
}

.sp-sp-footer__contact p {
	margin: 0 0 0.5rem;
}

.sp-sp-footer__contact a {
	color: #464646;
	text-decoration: none;
	border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}

.sp-sp-footer__contact a:hover {
	color: #c18653;
	border-bottom-color: rgba(193, 134, 83, 0.5);
}

.sp-sp-footer__muted {
	margin: 1rem 0 0;
	font-size: 0.8125rem;
	color: #464646;
	line-height: 1.45;
}

.sp-sp-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.85rem;
	margin-top: 0.9rem;
}

.sp-sp-footer__payment-logo-wrap {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.sp-sp-footer__payment-logo {
	display: block;
	height: 28px;
	width: auto;
	max-width: 72px;
	object-fit: contain;
}

/* Official Klarna marketing badge (wider aspect). */
.sp-sp-footer__payment-logo--klarna {
	max-width: 96px;
}

.sp-sp-footer__tax {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem 0.85rem;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #464646;
	text-align: center;
}

.sp-sp-footer__bottom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem 2rem;
	font-size: 0.8125rem;
	color: #464646;
	text-align: center;
	border-top: 1px solid rgba(193, 134, 83, 0.18);
	padding-top: 1.25rem;
}

@media (max-width: 960px) {
	.sp-sp-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 1.5rem;
		padding-top: 2.5rem;
	}
}

@media (max-width: 560px) {
	.sp-sp-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.sp-sp-footer__payments {
		gap: 0.5rem 0.65rem;
	}

	.sp-sp-footer__payment-logo {
		height: 26px;
		max-width: 68px;
	}

	.sp-sp-footer__tax,
	.sp-sp-footer__bottom {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
