/** Shopify CDN: Minification failed

Line 17:1 Unexpected "{"

**/
/* video embeds on product pages. see milwaukee mx fuel 14in saw */
.video-container iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	/* Standard widescreen ratio */
	max-height: 500px;
	/* Caps the height at 500px on large screens */
}

/* NAV MENU CHANGES */
	{
	border-bottom: 1px solid #cdcdcd;
}

/* Target the main navigation links */
.menu-list__link {
	padding: 4px 12px !important;
	margin: 0 4px;
	transition: all 0.2s ease-in-out !important;
	border-radius: 4px;
	/* Slight roundness for a professional look */
}

/* The hover state */
.menu-list__link:hover {
	background-color: #1d438a !important;
	/* WLCS Blue */
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Ensure the text inside also turns white */
.menu-list__link:hover .menu-list__link-title {
	color: #ffffff !important;
}

.menu-list__link--active {
	background-color: rgba(29,
			67,
			138,
			0.15) !important;
	/* Slightly darker than the hover */
	color: #1d438a !important;
}

/* homepage slideshow carousel custom css*/
.slide__content {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: min(90%, 800px) !important;
	height: 45% !important;
	background: #1a2544cc !important;
	backdrop-filter: blur(8px) !important;
	border: 1px solid #fff3 !important;
	display: grid !important;
	place-content: center !important;
	padding: 15px !important
}

.slide__content * {
	color: #fff !important;
	text-shadow: none !important;
	text-align: center !important
}

.slide__content p {
	font-size: 1.1rem !important
}

@media(max-width:767px) {
	.slide__content {
		height: auto !important;
		padding: 10px !important
	}

	.slide__content h2 {
		font-size: 1.3rem !important
	}

	.slide__content p {
		font-size: 0.9rem !important;
		display: block !important
	}
}