
.eck_squiggle_footer {
	margin-top: 35px;
}

@supports (margin: clamp(1em, 1vw, 1em)) {
	.eck_squiggle_footer {
		margin-top: clamp(35px, 3.125vw, 45px);
	}
}

@supports (margin: clamp(1em, 1vw, 1em)) {
	.page-template-page-search_lp .eck_squiggle_footer {
		margin-top: clamp(40px, 4.1666666667vw, 60px);
	}
}

.eck_squiggle_footer .button__container {
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.eck_squiggle_footer .eck_button {
	width: 340px;
	max-width: 100%;
	margin: 0;
}

.eck_squiggle_footer__squiggle {
	position: relative;
	width: calc(50% - 220px);
	height: 8px;
	object-fit: cover;
	object-position: center;
	background-size: auto 100%;
}

.eck_squiggle_footer__squiggle:first-of-type {
	margin-right: 40px;
}

.eck_squiggle_footer__squiggle:last-of-type {
	margin-left: 40px;
	transform: scaleX(-1);
}
