.home-featured-product-title{
	font-stretch: 125%;
	letter-spacing: 3.15px;
}

.home-product-tab #ek-sl-first-tab {
	border-right: 2px solid #0F1822;
}
.ek_products_gallery {
	position: relative;
	width: 100%;
    height: auto;
}
.ek_products_gallery .signature.thumbs-slider {
	position: relative;
	width: 100%;
	max-width: 75%;
}
.ek_products_gallery .thumbs-slider .swiper-wrapper .swiper-slide-thumb {
	text-align: center;
}
.ek_products_gallery .thumbs-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ek_products_gallery .thumbs-slider .swiper-slide .thumb-title {
	text-transform: uppercase;
	font-family: "Mona Sans", Sans-serif;
    font-weight: 500;
	font-size: 1.15vw;
    line-height: 120%;
	cursor: pointer;
	opacity: 0.5;
	font-stretch: 125%;
	letter-spacing: 0.05em;
}
.ek_products_gallery .thumbs-slider .swiper-slide-thumb-active .thumb-title {
	font-weight: 700;
	opacity: 1;
}
.ek_products_gallery .main-slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
}
.ek_products_gallery .main-slider .swiper-slide img {
	display: block;
	width: 100%;
	max-width: 1024px;
	aspect-ratio: 12 / 12;
	object-fit: contain;
}
.ek_products_gallery .swiper-button-next {
	width: 60px;
	height: 60px;
	right: 0;
}
.ek_products_gallery .swiper-button-prev {
	width: 60px;
	height: 60px;
	left: 0;
}
.ek_products_gallery .swiper-button-next:after {
	content: "";
	position: relative;
	background: url('/wp-content/themes/hello-theme-child-master/theme/default/images/arrow-right-black.svg') no-repeat;
	background-size: 100%;
	width: 100%;
	aspect-ratio: 1 / 1;
	transition: background 0.3s ease;
}
.ek_products_gallery .swiper-button-prev:after {
	content: "";
	position: relative;
	transform: rotate(180deg);
	background: url('/wp-content/themes/hello-theme-child-master/theme/default/images/arrow-right-black.svg') no-repeat;
	background-size: 100%;
	width: 100%;
	aspect-ratio: 1 / 1;
	transition: background 0.3s ease;
}
.ek_products_gallery .swiper-button-next:hover:after {
	background: url('/wp-content/themes/hello-theme-child-master/theme/default/images/arrow-right.svg') no-repeat;
	background-size: 100%;
}
.ek_products_gallery .swiper-button-prev:hover:after {
	transform: rotate(180deg);
	background: url('/wp-content/themes/hello-theme-child-master/theme/default/images/arrow-right.svg') no-repeat;
	background-size: 100%;
}

.ek_featured_products_gallery .image-wrapper {
	position: relative;
	width: 100%;
	border-radius: 20px;
	background-color: #ECFE55;
	padding: 15px;
}
.ek_featured_products_gallery .image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.ek_featured_products_gallery .slide-info h3,
.ek_featured_products_gallery .slide-info p {
	color: #FFFFFF;
	font-family: "Azeret Mono", Sans-serif;
    font-weight: 400;
	font-size: 16px;
	margin: 0;
}
.ek_featured_products_gallery .slide-info h3 {
	font-family: "Mona Sans", Sans-serif;
    font-weight: 700;
	font-size: 24px;
	font-stretch: 125%;
	letter-spacing: 3.15px;
}
.ek_featured_products_gallery .slide-info {
	display: flex;
    justify-content: space-between;
	align-items: center;
    gap: 20px;
    padding: 10px 0;  
}
.ek_featured_products_gallery .slide-title {
	min-width: 130px;

}
.ek_featured_products_gallery .slide-headline {
	width: auto;
}

@media (max-width: 1600px) {
	.ek_products_gallery .main-slider .swiper-slide img {
		max-width: 1024px;
		aspect-ratio: 12 / 10;
	}
	.ek_products_gallery .swiper-button-next {
		width: 50px;
		height: 50px;
	}
	.ek_products_gallery .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.ek_products_gallery .thumbs-slider .swiper-slide .thumb-title {
		font-size: 1.25vw;
		opacity: 0.5;
		letter-spacing: 0.05em;
	}
}
@media (max-width: 1200px) {
	.ek_products_gallery .thumbs-slider .swiper-slide .thumb-title {
		font-size: 1.3vw;
	}
}
@media (max-width: 820px) {
	.ek_products_gallery .signature.thumbs-slider {
		max-width: 100%;
	}
	.ek_products_gallery .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	
	.ek_products_gallery .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.ek_products_gallery .thumbs-slider .swiper-slide .thumb-title {
		font-size: 18px;
		line-height: 100%;
	}
	
	
}
@media (max-width: 768px) {
	.home-product-tab #ek-sl-first-tab {
		border-right: none;
	}
	.ek_featured_products_gallery .slide-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.ek_featured_products_gallery .slide-title,
	.ek_featured_products_gallery .slide-headline {
		width: 100%;
	}
	.ek_featured_products_gallery .slide-info h3 {
		font-size: 18px;
	}
	.ek_featured_products_gallery .slide-info p {
		font-size: 12px;
	}
}


/* ---------------------------------------- Homepage ---------------------------------------- */

:root {
	--heading-size: 65px;
}

@media only screen and (max-width: 2000px) {
	:root {
		--heading-size: 60px;
	}
}

@media only screen and (max-width: 1540px) {
	:root {
		--heading-size: 50px;
	}
}

@media only screen and  (max-width: 768px) {
	:root {
		--heading-size: 40px;
		--heading-size-s: 25px;
	}
}


.home .e-n-tab-title-text, .home .home-featured-product-title p{
	font-family: "Mona Sans", Sans-serif !important;
    font-size: var(--heading-size-s) !important;
    font-weight: 500 !important;
    font-stretch: 125% !important;
    line-height: 125% !important;
	padding: 0 !important;
	letter-spacing: 0.05em !important;
}
.elementor-element-287c05b.home-featured-product-title p, .elementor-element-ba927f7.home-featured-product-title p {
	font-size: var(--heading-size) !important;
}

/** News **/

.elementor-708 .elementor-element.elementor-element-d8312c6 h1 { /** Chinese ek-latest-container **/
    line-height: 140% !important;
	letter-spacing: 0.0em !important;
}