.carousel {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	height: 332px;
	max-height: 332px;
	border-bottom: 1px solid #fff;
}
.carousel-inner {
	position: relative;
	height: 100%;
}
.carousel-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 2s ease;
	background-size: cover;
	background-position: center;
	pointer-events: none; /* Disable interaction on inactive slides */
}
.carousel-item.active {
	opacity: 1;
	position: relative;
	pointer-events: auto; /* Enable interaction on the active slide */
}
.carousel-item.active {
	opacity: 1;
	position: relative;
}
.carousel .overlay {
	display: flex;
	margin-left: 16%;
	width: 54%;
	position: absolute;
	bottom: 0;
	top: 0;
	color: white;
	padding: 10px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.carousel .overlay p {
	letter-spacing: -2px;
	font-weight: 300;
	font-size: 58px;
	line-height: 64px;
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px 9px #000000;
	text-align: center;
}
.carousel .overlay a {
	margin-top: 22px;
	font-size: 20px;
	width: fit-content;
	padding: 9px 38px;
	background-color: var(--solway-blue);
	color: #fff;
	border-radius: 28px;
	border: 3px solid #fff;
}
.carousel .overlay a:hover {
	background-color: var(--solway-orange);
	color: #fff;
	border: 3px solid #fff;
}
.et_pb_top_inside_divider {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwcHgiIGhlaWdodD0iMTQwcHgiIHZpZXdCb3g9IjAgMCAxNjAgMTQwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMDQ5OTAiPjxwYXRoIGQ9Ik04MCAwTDAgMTQwaDE2MHoiLz48L2c+PC9zdmc+);
	background-size: cover;
	background-position-x: center;
	background-color: #00499012;
	top: 0;
	height: 48px;
	z-index: 1;
	transform: scale(1.4, -1);
}
.color-background {
	background-color: #00499012;
	margin-bottom: 44px;
	border-bottom: 1px solid #00499029;
}
#home-catlist,
#home-featured {
	justify-content: space-around;
}
#home-catlist .cat-item {
	display: inline-block;
	padding: 8px;
	line-height: 21px !important;
	margin-bottom: 36px;
	width: calc(100% / 6);
}
#home-catlist .cat-item img {
	display: block;
	margin-bottom: 12px;
	width: 80%;
	height: auto;
	margin-right: 0px;
	border-radius: 3px;
	outline: 4px solid var(--solway-orange);
	border: solid 4px #ffffff;
	transition: outline 0.2s;
}
#home-catlist .cat-item a:hover {
	color: var(--solway-blue) !important; /* transition: color 0.2s; */
}
#home-catlist .cat-item a {
	font-weight: 500 !important;
	text-align: center;
	flex-direction: column;
	line-height: 20px;
	font-size: 16px;
	color: var(--solway-blue);
}
#home-catlist .cat-item a:hover img {
	outline: 8px solid var(--solway-blue);
	transition: outline 0.4s;
}
#home-catlist ul.woocommerce-specific-top-level-categories-menu {
	margin-left: 0;
	padding-left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: 180px;
	margin-right: 180px;
}
#home-catlist h2 {
	line-height: 36px;
	font-size: 2.3em;
	color: #004990;
	margin-bottom: var(--wp--preset--spacing--60);
	text-align: center;
	margin-top: 36px;
}
.welcome {
	background-color: var(--solway-blue);
	background: linear-gradient(to top, var(--anti-blue) 1%, var(--anti-orange) 96%);
	padding-top: 32px;
	padding-bottom: 36px;
}
.welcome h1 {
	text-align: center;
	font-size: 38px;
	font-weight: 400;
	color: #fff;
}
.welcome h2 {
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin-bottom: var(--wp--preset--spacing--30);
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1100px) {
	#home-catlist .cat-item img {
		width: 60%;
		height: auto;
	}
	#home-catlist .cat-item {
		width: calc(100% / 2);
		margin-bottom: 9px;
	}
	#home-catlist ul.woocommerce-specific-top-level-categories-menu {
		margin-left: 0px;
		margin-right: 0px;
	}
	#home-catlist h1 {
		font-size: 26px;
		font-weight: 400;
	}
	#home-catlist h2 {
		font-size: 1.6em;
		margin-top: 0;
		margin-bottom: 16px;
		padding-top: 22px;
	}
	.carousel {
		display: none;
	}
	.welcome h1 {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		font-size: 26px;
	}
	.welcome h2 {
		width: 90%;
		font-size: 18px;
	}
}
.carousel .overlay-centred {
	font-style: italic;
	display: flex;
	align-content: center;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	align-items: center;
}
.carousel .overlay h3 {
	color: #fff;
	font-size: 30px;
	margin-top: 16px;
	font-style: normal;
	text-shadow: 1px 1px 9px #000000;
}
.carousel .overlay h4 {
	font-weight: 400;
	color: #fef078;
	font-size: 18px;
	margin-top: 0px;
	font-style: normal;
	text-shadow: 1px 1px 9px #000000;
}
