.left-site-category {
	height: 100%;
}

.hero-section {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.25rem;
	margin-top: 0;
}

@media (max-width: 991px) {
	.hero-section .left-site-category {
		display: none !important;
	}
}

@media (max-width: 1399px) {
	.hero-section {
		grid-template-columns: auto 1fr auto;
	}
}

@media (max-width: 1199px) {
	.hero-section {
		gap: 1rem;
	}
}

@media (max-width: 991px) {
	.hero-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.hero-section {
		gap: 0;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.hero-section {
		grid-template-columns: 1fr;
		margin-top: 0;
		padding-top: 0;
	}

	/* Sit flush under the header on mobile */
	.banner-container {
		margin-top: 0 !important;
		padding-top: 0 !important;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	.banner-container .hero-slider {
		gap: 0.75rem;
	}

	.banner-container .hero-slider > .overflow-hidden,
	.banner-container .featured-category-slider {
		padding-left: 12px;
		padding-right: 12px;
	}

	.banner-container .slider-wrapper {
		border-radius: 0;
	}
}

.single-banner .hero-section {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: 20px;
}

.hero-slider {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	overflow: hidden;
	justify-content: space-between;
}

.single-banner .hero-slider {
	gap: 1.5rem;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1284 / 600;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
}

.slider-wrapper .banner-slider,
.slider-wrapper.fixed-banner-main > a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.slider-wrapper.fixed-banner-main > a {
	position: absolute;
	inset: 0;
	display: block;
}

.slider-wrapper .banner-slider.owl-carousel {
	display: block;
	height: 100%;
}

.banner-slider.owl-carousel .owl-stage-outer,
.banner-slider.owl-carousel .owl-stage,
.banner-slider.owl-carousel .owl-item,
.banner-slider.owl-carousel .owl-item a,
.banner-slider .slide-item {
	height: 100%;
}

.banner-slider.owl-carousel.owl-drag .owl-item {
	padding: 0 !important;
}

.slider-wrapper img,
.fixed-banner-main img,
.banner-slider.owl-carousel .owl-item img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
	border-radius: 0 !important;
}

.banner-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	margin: 0 !important;
	z-index: 2;
}

.hero-banner {
	width: 100%;
	max-width: 1284px;
	aspect-ratio: 1284 / 600;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
}

.hero-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: 0.4s ease-in-out;
}

.hero-banner:hover img {
	transform: scale(1.1);
}

@media (max-width: 991px) {
	.hero-banner {
		display: none;
	}
}

.hero-slider .banner-categories img,
.banner-categories img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100%;
	margin: 0;
	padding: 0 !important;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: 0.4s ease-in-out;
	border-radius: 0;
}

.banner-categories {
	border-radius: 5px !important;
	margin: 0 auto;
	text-align: center;
	padding: 0 !important;
	border: 1px solid hsl(var(--border));
	transition: 0.3s;
	overflow: hidden;
	background: transparent;
}

.banner-categories > a {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	text-align: center;
	color: inherit;
}

.banner-categories .category-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	line-height: 0;
	background: hsl(var(--light));
}

.banner-categories .category-thumb img {
	width: 100% !important;
	height: 100% !important;
}

.banner-categories:hover img {
	transform: scale(1.05);
}

.banner-categories .title {
	display: block;
	margin: 0;
	padding: 0.55rem 0.4rem;
	font-size: 0.875rem;
	line-height: 1.25;
	background: hsl(var(--white));
}

.banner-categories:hover a .title {
	color: hsl(var(--base));
}

@media (max-width: 575px) {
	.banner-categories .title {
		font-size: 0.75rem;
		padding: 0.45rem 0.3rem;
	}
}