/* Homepage */
.lithea-page-home {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}
.content-body--home {
	padding: 0;
}
.content-wrapper--home > .body-width-limiter {
	max-width: unset;
}
.hp-background {
	position: relative;
	height: 700px;
	overflow: visible;
}
.hp-background-content {
	display: flex;
	position: absolute;
	top: 0;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 50px;
	width: 100%;
	height: 600px;
	z-index: 9;
}
.hp-hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 50px;
	max-width: 800px;
	text-align: center;
	/* background: rgba(247,242,235,0.25); */
	/* backdrop-filter: blur(16px); */
	/* -webkit-backdrop-filter: blur(16px); */
	border-radius: 25px;
}
.hp-hero-content h1 {
	display: inline-block;
	font-size: 48px;
	margin: 0;
	border: none;
	text-align: center;
}
.hp-hero-cta-buttons {
	display: flex;
	gap: 25px;
}
.hp-hero-cta-buttons .default-button {
	word-wrap: no-wrap;
	margin: 0
}

/* Background Slider */
.pages-slide-container {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.pages-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pages-slider-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 700px;
	z-index: 9;
	background: rgba(247, 242, 235,0.5);
}

/* HP Section */
.hp-section {
	margin: 0;
	padding: 50px 0;
	min-height: 500px;
	background: var(--background-color);
	font-size: 20px;
}
.hp-section h2 {
	margin: 20px 0;
	text-align: center;
	font-size: 28px;
	color: var(--highlight-color);
}
.hp-section h2:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: linear-gradient(
		to right,
		transparent,
		var(--highlight-color),
		transparent
	);
	margin-top: 10px;
	border-radius: 2px;
}
.hp-section .body-width-limiter {
	padding: 0 15px;
}
.hp-section-separator {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(0,50%);
	aspect-ratio: 1920/200;
	z-index: 9;
	background-image: url("../img/elements/section-separator-2.webp?v4");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* About us */
.hp-section-about-us {
	padding: 0;
	height: 100%;
	background-image: url("../img/elements/mount-background.webp?v4");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.hp-section-about-us-overlay {
	position: relative;
	padding: 120px 0 100px 0;
	min-height: 800px;
	width: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.75);
}
.hp-section-about-us-text {
	text-align: center;
}
.hp-section-about-us-text a {
	margin: 25px auto;
}
.hp-section-about-us-icons-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
	margin: 50px 0 0 0;
}
.hp-section-about-us-icon {
	width: 350px;
	text-align: center;
}
.hp-section-about-us-icon img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.hp-section-about-us-icon span {
	display: block;
	margin-top: 20px;
	font-family: Merriweather;
	font-size: 22px;
	color: var(--highlight-color);
}
.hp-section-about-us .section-divider {
	margin: 75px 0;
}

/* Product categories */
.hp-section-product-categories {
	background-image: url("../img/elements/cheese-background.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hp-section-product-categories-content {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}
.hp-section-product-category-image {
	border: 2px solid var(--dark-highlight-color);
	border-radius: var(--border-radius);
	overflow: hidden;
	transition: all ease 0.4s;
}
.hp-section-product-category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hp-section-product-category-title {
	text-align: center;
	transition: all ease 0.4s;
}
/* Owl carousel */
.slider-wrapper {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
}
.owl-stage-outer {
}
.owl-nav {
	top: 0;
}
.owl-nav a {
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	transform: translateY(-50%);
	font-size: 54px;
	color: var(--primary-color);
	opacity: 0.5;
	text-decoration: none;
	transition: all ease 0.25s;
	text-align: center;
}
.owl-nav a:hover, .owl-nav a:active, .owl-nav a:focus {
	opacity: 0.75;
	color: var(--primary-color);
	text-decoration: none;
}
.owl-nav a.owl-prev {
	left: -50px;
}
.owl-nav a.owl-next {
	right: -50px;
}
.owl-nav .icesym {
	position: static;
}
.owl-stage {
	padding: 20px 0;
}
#owl-carousel-categories .owl-item {	
	filter: grayscale(50%);
	transform: scale(0.85) !important; 
	transition: all 0.4s ease;
}
#owl-carousel-categories .owl-item.center{
	filter: grayscale(0%);
	transform: scale(1) !important;
}
#owl-carousel-categories .owl-item:hover, .owl-item:active, .owl-item:focus {
	filter: grayscale(0%);
	transform: scale(0.9) !important;
	transition: all ease 0.4s;
}
#owl-carousel-categories .owl-item.center:hover, .owl-item.center:active, .owl-item.center:focus {
	transform: scale(1.05) !important;	
}
#owl-carousel-categories .owl-item:hover .hp-section-product-category-image,
#owl-carousel-categories .owl-item:focus .hp-section-product-category-image,
#owl-carousel-categories .owl-item:active .hp-section-product-category-image {
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.35));
}
#owl-carousel-categories .owl-item:hover .hp-section-product-category-title,
#owl-carousel-categories .owl-item:focus .hp-section-product-category-title,
#owl-carousel-categories .owl-item:active .hp-section-product-category-title {
	color: var(--highlight-color);
}
.owl-item .item {
	padding: 0 10px;
}
.owl-item .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
.owl-dots {
	display: flex;
	justify-content: center;
	margin: 25px 0;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: rgba(120, 40, 70, 0.5);
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(120, 40, 70, 1);
}


/* Locations */
.hp-section-locations {
	padding: 0;
	height: 100%;
	background-image: url("../img/elements/factory-background.jpg?v4");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: var(--background-color);
}
.hp-section-locations h2 {
	color: #fff;
}
.hp-section-locations h2:after {
	background: linear-gradient(
		to right,
		transparent,
		#fff,
		transparent
	);
}
.hp-section-locations-overlay {
	width: 100%;
	padding: 75px 0;
	background: rgba(0,157,68,0.85);
}
.hp-section-locations-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
	margin: 75px 0;
}
.hp-section-locations-map {
	width: 50%;
}
.hp-section-locations-map img {
	display: block;
	width: 100%;
	min-width: 300px;
	height: auto;
	transition: all ease 0.25s;
}
.hp-section-locations-map img:hover,
.hp-section-locations-map img:focus,
.hp-section-locations-map img:active {
	filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35));
	transform: scale(1.02);
}
.hp-section-locations-text {
	width: 45%;
}
.hp-section-locations-text .default-button {
	margin: 25px 0 0 0;
}

/* Partners */
.hp-section-partners {
	background-image: url("../img/elements/cheese-background.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: unset;
}
.hp-section-product-partners-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}
.hp-section-product-partners-content img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
}

/* Blog posts */
.hp-section-blog-posts-content {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	gap: 30px;
}
.hp-section-blog-post-article {
	width: 40%;
}
.hp-section-blog .default-button {
	margin: 20px auto;
}
.hp-blog-post img {
	border-radius: var(--border-radius);
}
.hp-blog-post h3 {
	font-size: 22px;
}
/* Contact */
.hp-section-contact {
	background-image: url("../img/elements/cheese-background.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Media queries */
@media (max-width: 1200px) {
	.hp-section-about-us{
		background-size: 200% auto;
		background-position: bottom center;
	}
	.hp-section-about-us-overlay {
		padding: 75px 0;
	}
	.hp-section-locations-text {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	.hp-section-locations-text .default-button {
		margin: 15px auto;
	}
}
@media (max-width: 1000px) {
	.hp-section-about-us-overlay {
		padding: 50px 0;
	}
}
@media (max-width: 760px) {
	/* Homepage */
	.conent-body--home {
		overflow: hidden;
	}
	.hp-background,
	/* Hero */
	.pages-slider-overlay,
	.pages-slide-container {
		height: 500px;
	}
	.hp-background-content {
		height: 600px;
		top: -60px;
	}
	.hp-hero-content {
		padding: 0;
		margin: 0 15px;
	}
	.hp-hero-content h1 {
		font-size: 30px;
		padding: 20px 0;
	}
	.hp-hero-content .section-divider {
		margin: 0;
	}
	.hp-hero-cta-buttons {
		flex-direction: column;
		font-size: 30px;
		padding: 20px;
	}
	.hp-hero-cta-buttons .default-button {
		text-align: center;
		margin: 0 auto;
	}
	.hp-section-separator {
		aspect-ratio: unset;
		height: clamp(80px, 18vw, 150px);
		background-size: 160% 100%;
		background-position: 60% bottom;
	}
	/* About us */
	.hp-section-about-us-icons-container {
		gap: 10px;
		margin: 0;
	}
	.hp-section-about-us-icon {
		width: 200px;
	}
	.hp-section-about-us-icon span {
		margin-top: 10px;
		font-size: 18px;
	}
	.hp-section-about-us .section-divider {
		margin: 25px 0;
	}
	.hp-section-about-us-overlay {
		padding: 75px 0 50px 0;
	}
	/* Product categories */
	.hp-section-product-categories {
		padding: 25px 0;
	}
	.slider-wrapper {
		padding: 10px 0;
	}
	/* Locations */
	.hp-section-locations-overlay {
		padding: 25px 0;
	}
	.hp-section-locations-content {
		gap: 20px;
		margin: 25px 0;
	}
	.hp-section-locations-map {
		width: 100%;
		padding: 0 10px;
	}
	/* Partner */
	.hp-section-partners {
		padding: 25px 0;
	}
	/* Blog */
	.hp-section-blog-post-article {
		width: 100%;
	}
	
}
@media (max-width: 540px) {
	.hp-section-about-us-icon {
		width: 160px;
	}
	.hp-section-about-us-icon img {
		height: 160px;
	}
	.hp-section-about-us-icon span {
		margin-top: 0;
	}
	.hp-section-about-us-overlay {
		padding: 50px 0;
	}
}