.uni-slideshow{position:relative;z-index:1;margin:0;overflow:hidden;background-clip:padding-box}
body.product-category #uni-slideshow-0 .owl-stage-outer,
#uni-slideshow-1 .owl-stage-outer{
	border-radius:20px;
	overflow:hidden;
}
body.product-category #uni-slideshow-0 .uni-slideshow__img,
#uni-slideshow-1 .uni-slideshow__img{
	height: 380px;
    max-width: unset;
    width: 100%;
    object-fit: cover;
}

.uni-slideshow.full{
	margin-left:50%;
	left:-50vw;
	width:100vw;
}
.uni-slideshow__item{display:flex;align-items:center;justify-content:flex-end;width:100%;border-radius:4px;background:#fff;position:relative;}
.uni-slideshow__item:before{
content:"";
display:block;
width:100%;
height:100%;
position:absolute;
z-index:2;
left:0;
top:0;
opacity:.6;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0.4) 100%);
}
.uni-slideshow__item:not(:first-child){display:none}
.uni-slideshow__image, .uni-slideshow__description{position:relative;padding:0}
.uni-slideshow__description{padding:0 82px;text-align:left}
.uni-slideshow__title{margin:0 0 10px;font-size:42px;font-weight:500;line-height:normal;}
.uni-slideshow.full .uni-slideshow__title{font-size:48px;font-weight:600;}
.uni-slideshow__text{margin:0 0 25px;line-height:1.7em}
.owl-carousel .owl-nav {left:0;right:0}
.uni-slideshow.owl-carousel .owl-prev{left:15px;}
.uni-slideshow.owl-carousel .owl-next{right:15px;}
.uni-slideshow .owl-dots{margin:20px 0 0;}
.uni-slideshow.full .owl-dots{position:absolute;z-index:2;bottom:40px;right:0;left:0;height:0}
.uni-slideshow.full .owl-dots .owl-dot:not(.active) span{
	background:#fff;
	opacity:1;
}

.uni-slideshow__image.fullwidth{height:100%;margin:0 auto;width:100%;}
.uni-slideshow__img.fullwidth{object-fit:cover;max-width:100%;width: 100%;height:100%;max-height:100vh;}
.uni-slideshow__description.fullwidth{position:absolute;z-index:3;top:50%;left:0;transform:translateY(-50%);width:100%;}
.uni-slideshow.full .uni-slideshow__description{
	padding:0;
}

.uni-slideshow.full .uni-slideshow__inner{
	padding:94px 34px 61px 34px;
	margin-left:-34px;
	-webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.09) !important;
	will-change: backdrop-filter;
	border-radius:16px;
	display:inline-block;
	position:relative;
}

.uni-slideshow__btn{
	background:transparent;
	border-radius:999px;
	border:2px solid #fff;
	padding:0 16px;
	font-size:16px;
	font-weight:600;
	height:48px;
	margin-top:13px;
}
.uni-slideshow__btn:hover{
	border-color:var(--accent-color-primary);
	background:var(--accent-color-primary);
}
body.common-home .content-top .uni-slideshow{
	background-color:#1C4A31;
}
body.common-home .content-top .uni-slideshow.owl-carousel .owl-stage{
display:flex;
}
body.common-home .content-top .uni-slideshow.owl-carousel .owl-stage .owl-item{
height:auto;
padding-top:100px;
overflow:hidden;}
body.common-home .content-top .uni-slideshow__item{
background:transparent;
height:100%;
}
body.common-home .content-top .uni-slideshow__image.fullwidth{
display: flex;
    justify-content: flex-end;
    align-items: flex-end;}

body.common-home .content-top .uni-slideshow__img.fullwidth{
width:auto;
object-fit:unset;
margin:0;
}

body.common-home .content-top .uni-slideshow__item:before{
display:none;
}

.uni-slideshow-el{
display:none;}
body.common-home .content-top .uni-slideshow-el{
	display:block;
	position:absolute;
z-index:-1;
	left:0;
	top:0px;
	width:100%;
	height:100%;
}
body.common-home .content-top .uni-slideshow-el .container{
height:100%;
position:relative;}

body.common-home .content-top .uni-slideshow-el img{
position:absolute;
}
body.common-home .content-top .uni-slideshow-el img.star-1{
left:16px;
top:68px;
}
body.common-home .content-top .uni-slideshow-el img.star-2{
left:35%;
top:26px;
}
body.common-home .content-top .uni-slideshow-el img.star-3{
left:25%;
bottom:40px;
}
body.common-home .content-top .uni-slideshow-el img.el-1{
left:-28px;
bottom:29px;
}

body.product-category #uni-slideshow-0,
#uni-slideshow-1{
	overflow:unset;
}
body.product-category #uni-slideshow-0 .owl-next,
#uni-slideshow-1 .owl-next{
right:-66px;}
body.product-category #uni-slideshow-0 .owl-prev,
#uni-slideshow-1 .owl-prev{
left:-66px;}

@media (min-width:992px){
	.uni-slideshow__item:not(.fullwidth):before{position:absolute;z-index:0;content:'';width:100%;height:100%;background:linear-gradient(292deg, rgba(0, 0, 0, .03) 0%, rgba(0,0,0,0) 50%)}
}

@media (min-width:1600px){
	.uni-slideshow__title{font-size:1.9em}
}

@media (max-width:992px){
	.uni-slideshow__item{height:100% !important; min-height:auto !important}
    .uni-slideshow__title{font-size:28px}
	.uni-slideshow.full .uni-slideshow__title{
		font-size:24px;
		max-width:75%;
	}
	.uni-slideshow__btn{
		font-size:15px;
		text-transform:none;
	}
	.uni-slideshow.full .owl-dots{
		bottom:32px;
	}
	.owl-carousel .owl-dots .owl-dot + .owl-dot{
		margin-left:10px;
	}
	.owl-carousel .owl-dots .owl-dot span{
		height:8px;
		width:8px;
	}
	.owl-carousel .owl-dots .owl-dot.active span{
		width:16px;
	}
}
@media (max-width:767px){
	.uni-slideshow .owl-stage{display:flex}
	.uni-slideshow:not(.full) .uni-slideshow__description.fullwidth{top:0;transform:none;}
	.uni-slideshow__img{min-height:460px}
	.uni-slideshow__description{width:100%;padding:80px 20px 20px}
	.uni-slideshow__description.fullwidth br{display:none;}
	.uni-slideshow__text{margin:0 0 20px}
	.uni-slideshow .owl-nav{display:none;}


body.common-home .content-top .uni-slideshow__item{
	min-height:375px !important;
}
body.common-home .content-top .uni-slideshow__img{
min-height:unset;
margin-left:20% !important;
height:auto;}

.uni-slideshow.full .uni-slideshow__inner{
	padding:34px 34px 34px 16px;
	margin-left:-16px;
	max-width:75%;
    background: rgba(0, 0, 0, 0.15) !important;
}
.uni-slideshow.full .uni-slideshow__title{
max-width:100%;}

body.common-home .content-top .uni-slideshow-el img.el-1{
width:58px;height:58px;left:0px;bottom:0px;}
body.common-home .content-top .uni-slideshow-el img.star-2,
body.common-home .content-top .uni-slideshow-el img.star-3{ display:none !important;}
body.common-home .content-top .uni-slideshow-el img.star-1{
	width:40px;height:40px;left:65px;top:10px;
}

body.product-category .content-top .uni-slideshow__description.fullwidth{
	margin-top:50px;
}
}