/*
 * DESKTOP HOMEPAGE FINDER TRANSITION - V6.7.11
 *
 * The homepage inventory finder replaced the older finder panel in V6.6.9.
 * The desktop redesign still pulled the entire finder upward by 4.2rem so the
 * old panel could overlap the hero. With the new markup, its heading sits
 * outside the form; that negative margin moved “Find your tires” and its
 * description onto the dark hero boundary.
 *
 * This file is intentionally desktop-only. The working mobile hero and finder
 * boundary from V6.7.8 remain untouched.
 */

@media (min-width: 768px) {
	main.wt-home .wt-finder.wt-invfinder {
		position: relative;
		z-index: 1;
		margin-top: 0;
		padding-top: 2.5rem;
		background: #fff;
	}

	main.wt-home .wt-finder.wt-invfinder .wt-invfinder__head {
		position: relative;
		z-index: 1;
	}
}
