.store-locator {
	position: relative;
}

.store-locator .waves {
	width: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
	transform: translateY(50%);
}

.store-locator .uk-container {
	position: relative;
	z-index: 2;
}

.store-locator h3 {
	font-family: var(--font-Inter);
}
