section hr {
	width: var(--size-6);
	margin: auto;
	border-top: 3px solid var(--cy);
	opacity: 1;
}

.sec__banner .banners .banner {
	position: relative;
	margin: 0;
}

.sec__banner .banners .banner img {
	width: 100%;
	object-fit: cover;
	height: clamp(600px, 45vw, 700px);
}

.sec__banner .banners .banner .banner__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 39.79%, rgba(0, 0, 0, 0.45) 69.88%, rgba(0, 0, 0, 0.6) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sec__banner .banners .banner .banner__content .wrapper {
	max-width: var(--max-w);
	width: 100%;
	padding: 0 var(--size-1);
	margin: auto;
}

.sec__usp .usp_list {
	margin: 0;
	padding: var(--size-1) var(--size-6);
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.sec__usp .usp_list .usp {
	margin: 0;
	display: flex;
	align-items: center;
	gap: var(--size-1);
}

.sec__usp .usp_list .usp img {
	height: var(--size-4);
	object-fit: contain;
}

.sec__pcat .pcat__list {
	margin-top: var(--size-3);
	padding: 0 var(--size-1);
}

.sec__pcat .pcat__list .pcat__item,
.sec__pcat .pcat__list .pcat__item figure {
	margin: 0 !important;
}

.sec__pcat .pcat__list .pcat__item {
	padding: 0 var(--size-1);
}

.sec__pcat .pcat__list .pcat__item figure {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}

.sec__pcat .pcat__list .pcat__item figure img {
	aspect-ratio: 1/1;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
	will-change: transform;
}

.sec__pcat .pcat__list .pcat__item:hover figure img {
	transform: scale(1.1);
}

.sec__pcat .pcat__list .pcat__item figure:before {
	content: '';
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(179.76deg, rgba(0, 0, 0, 0) 49.79%, rgba(0, 0, 0, 0.15) 62.29%, rgba(0, 0, 0, 0.225) 68.54%, rgba(0, 0, 0, 0.2625) 71.66%, rgba(0, 0, 0, 0.3) 74.79%, rgba(0, 0, 0, 0.45) 87.29%, rgba(0, 0, 0, 0.525) 93.54%, rgba(0, 0, 0, 0.5625) 96.66%, rgba(0, 0, 0, 0.6) 99.79%);
	z-index: 1;
}

.sec__pcat .pcat__list .pcat__item figure figcaption {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 50%;
	padding: var(--size-1);
	color: var(--cw);
	font-size: var(--size-1);
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

.section-product-tabs .tab-nav {
	display: flex;
	gap: var(--size-0);
	margin: var(--size-2) 0;
	list-style: none;
	padding: 0 var(--size-f-3);
	cursor: pointer;
}

.section-product-tabs .tab-nav li {
	font-size: var(--size-f-2);
	font-weight: 700;
	line-height: 1.5;
	border: 1px solid var(--cb);
	border-radius: var(--size-4);
	margin: 0;
	padding: var(--size-0) var(--size-3);
}

.section-product-tabs .tab-nav li:hover,
.section-product-tabs .tab-nav li.active {
	border: 1px solid var(--cy);
	background-color: var(--cy);
	color: var(--cw);
}

.section-product-tabs .tab-content {
	display: none;
}

.section-product-tabs .tab-content.active {
	display: block;
}

.sec__box .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--size-6);
	background-color: var(--cb);
}

.sec__box .box .btns .btn {
	font-weight: 700;
	letter-spacing: 2px;
}
.sec__products{
    padding: var(--size-3) 0;
}
.sec__products .products--head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec__products .products--head .tabs-tags {
	display: flex;
	gap: var(--size-2);
}

.sec__products .products--head .tabs-tags .tab-tag {
    padding-bottom: 4px;
	cursor: pointer;
	font-size: var(--size-f-2);
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid white;
}
.sec__products .products--head .tabs-tags .tab-tag:hover,
.sec__products .products--head .tabs-tags .tab-tag.active {
	border-bottom-color: var(--cy);
}
.sec__products .tabs-content .tab-pane .tabs-subcate {
	display: flex;
	gap: var(--size-1);
    margin: var(--size-3) 0;
	flex-wrap: wrap;
}

.sec__products .tabs-content .tab-pane .tabs-subcate .tab-sub {
	padding: var(--size-0) var(--size-3);
	margin: 0;
	border: 1px solid var(--cb);
	border-radius: var(--size-3);
	font-size: var(--size-f-2);
	line-height: 1.5;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
}
.sec__products .tabs-content .tab-pane .tabs-subcate .tab-sub:hover,
.sec__products .tabs-content .tab-pane .tabs-subcate .tab-sub.active {
	background: var(--cy);
	color: white;
	border-color: var(--cy);
}
.sec__products .tab-pane {display: none;}
.sec__products .tab-pane.active {display: block;}
.sec__products .products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--size-2);
}
.sec__products .products .product{padding: 0;}
.sec__products .btns{margin-top: var(--size-3);}
.sec__products .btns .btn{font-weight: 600;}

.sec__videos{overflow:hidden;}
.sec__videos .video-item{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    padding: 0 12px;
}

.sec__videos .video-item video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius: 10px;
}

.sec__videos .video-item .video-caption{
    position:absolute;
    width: calc(100% - var(--size-2));
    z-index:3;
    bottom:0;
    color: white;
    padding: var(--size-1);
    font-weight: 600;
    font-size: var(--size-1);
}
.sec__videos .video-item .video-link{
    position: absolute;
    top: var(--size-f-3);
    right: var(--size-2);
    color: white;
    font-size: var(--size-f);
}

.video-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
}

.video-popup.is-open {
    opacity: 1;
    visibility: visible;
}

.video-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
}

.video-popup__inner {
    position: relative;
    width: min(420px, calc(100vw - 32px));
    height: min(90vh, 820px);
    margin: 5vh auto;
    z-index: 2;
}

.video-popup__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    z-index: 5;
    font-size: 24px;
    line-height: 1;
}

.video-popup-slider,
.video-popup-slider .slick-list,
.video-popup-slider .slick-track,
.video-popup-item,
.video-popup-card {
    height: 100%;
}

.video-popup-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

.video-popup-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-popup-caption {
    position: absolute;
    left: var(--size-1);
    top: var(--size-1);
    font-size: var(--size-1);
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.video-popup-link {
    position: absolute;
    z-index: 3;
    bottom: var(--size-2);
    right: 5%;
    width: 90%;
    padding: var(--size-0);
    height: fit-content;
    border-radius: var(--size-1);
    display: flex;
    align-items: center;
    gap: var(--size-1);
    background: rgba(0,0,0,.7);
    color: #fff;
}
.video-popup-card:hover .video-popup-link{
    bottom: 72px;
}
.video-popup-link img{
    aspect-ratio: 1/1;
    width: var(--size-6);
    object-fit: cover;
    border-radius: var(--size-0);
}
.video-popup-link .p_content .p--title{
    font-size: var(--size-f-2);
    font-weight: 600;
}
.video-popup-link .p_content .p--price,
.video-popup-link .p_content .p--price .amount{
    color: white;
}
.video-popup-link .p_content .p--price del{color:white;font-size:var(--size-f-3);}
.video-popup-link .p_content .p--price ins .amount{
    color: var(--cy);
}

body.video-popup-open {
    overflow-y: hidden;
}

.sec__testimonials {background-color:#F6F6F6;}
.sec__testimonials .slick-track{display:flex;}
.sec__testimonials .testimonials .slick-slide{padding: var(--size-3) var(--size-f-3);height:auto;display:flex;}
.sec__testimonials .testimonials .slick-slide.slick-center{padding: var(--size-0) var(--size-f-3);}
.sec__testimonials .testimonials .testimonial{
    margin: 0;
    background-color: white;
    padding: var(--size-3) var(--size-5);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: var(--size-2);
    text-align: center;
    height: 100%;
    /*box-shadow: 0px 1px 2px 0px #0000004D;*/
}
.sec__testimonials .testimonials .slick-slide.slick-center .testimonial{
    box-shadow: 0px 2px 6px 2px #00000026;
}
.sec__testimonials .testimonials .testimonial .avt{
    width:var(--size-6);
    height:var(--size-6);
    object-fit:cover;
    border-radius: 100%;
}
.sec__testimonials .testimonials .testimonial .content,
.sec__testimonials .testimonials .testimonial .info .name{font-size:var(--size-f-2);}
.sec__testimonials .testimonials .testimonial .info{
    display: flex;
    flex-direction: column;
}
.sec__testimonials .testimonials .testimonial .info .locate{font-size:var(--size-f-3);}

.sec__posts .posts .box{padding: 0 var(--size-f-3);}
.sec__posts .posts .box .box-image img{
    aspect-ratio: 16/9;
    object-fit: cover;
    overflow: hidden;
}
.sec__posts .posts .box .box-text{
    padding: var(--size-1) 0 !important;
    margin: 0;
}
.sec__posts .posts .box .box-text .from_the_blog_date{color:var(--cb);}
.sec__posts .posts .box .box-text .post-title{
    margin-top: var(--size-1);
    letter-spacing: 0;
    line-height: 1.5;
}
.sec__posts .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--size-f-3);
}
.sec__posts .head .head--link{
    white-space:nowrap;
    font-size: var(--size-f-3);
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--cy);
    color: var(--cb);
}
@media (max-width:768px) {
	.sec__pcat .pcat__list .pcat__item {
		padding: 0 var(--size-0);
	}
}