.recent-videos {
	overflow: hidden;
}
.recent-videos .rv-wrap {
	max-width: 1026px;
	margin: 64px auto 18px;
	border: 1px solid #1E1E1E;
	position: relative;
	height: 596px;
}
.recent-videos .more-button {
	position: absolute;
	bottom: 0;
	width: 437px;
	background: white;
	display: flex;
	justify-content: center;
	height: 95px;
	text-decoration: none;
	font-family: 'presicav';
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.03rem;
	font-weight: 600;
	padding: 32px 0 0;
}
.recent-videos .more-button:hover {
	text-decoration: underline;
}
.recent-videos .more-button img {
	width: 14px;
	height: 10px;
	object-fit: contain;
	margin: 9px 0 0 11px;
}
.recent-videos .rv-wrap .title p {
	margin: 0;
	font-family: 'Carefree Serif';
	font-size: 50px;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
}
.recent-videos .rv-wrap .title p em {
	font-family: 'Medusa';
	font-size: 65px;
	font-style: normal;
	text-transform: capitalize;
	margin: -2px 0 0px 9px;
}
.recent-videos .rv-wrap .title{
	position: absolute;
	text-align: center;
	width: 440px;
	top: 76px;
}
.recent-videos .title-flex {
	max-width: 1016px;
	margin: 0 auto 34px;
	display: flex;
	justify-content: space-between;
}
.recent-videos .line {
	border-bottom:1px solid black;
}
.recent-videos {
	padding: 37px 0 82px;
	border-bottom: 1px solid #1E1E1E;
}
.recent-videos ul {
	max-width: 100%;
	margin: 159px 0 0 0;
	height: 437px;
	position: relative;
	padding: 0;
}
.recent-videos ul li {
	display: flex;
	justify-content: space-between;
}
.recent-videos ul li .title-hover{
	width: 438px;
	height: 85px;
	border-bottom: 1px solid #1E1E1E;
	border-right: 1px solid #1E1E1E;
	display: table;
	text-decoration: none;
	font-family: 'Carefree Serif';
	font-size: 26px;
	text-align: left;
	padding: 6px 43px 0 51px;
	border-right: none;
	position: relative;
	font-style: italic;
	font-weight: 100;
	letter-spacing: 0.01rem;
	position: relative;
}
.recent-videos ul li:first-child .title-hover {
	border-top: 1px solid #1E1E1E;
}
.recent-videos ul li .title-hover span.no {
	display: inline-flex;
		font-family: 'presicav';
		font-size: 8px;
		font-weight: 600;
		letter-spacing: 0;
		font-style: initial;
		margin: 1px 45px 0 0;
}
.recent-videos ul li.active .title-hover span.underline {
	border-bottom: 1px solid;
}
.recent-videos ul li.active .title-hover:before  {
	content: "";
	display: block;
	width: 54px;
	height: 19px;
	position: absolute;
	top: 18px;
	left: 22px;
	background-image: url(../../assets/icons/utility/circle2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 16px 16px 14px 18px;
}
.recent-videos ul li .shop-area {
	position: absolute;
	top: -159px;
	right: 0;
	width: 251px;
	display: none;
}
.recent-videos ul li .shop-area .sa-title {
	background: #1E1E1E;
	padding: 14px 0;
	margin: 0;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03rem;
	font-family: 'presicav';
}
.recent-videos ul li.active .shop-area  {
	display: block;
}
.recent-videos ul li .shop-area .shop-overscroll:after {
	content: "";
	display: block;
	width: 10px;
	height: 94px;
	background-image: url(../../assets/icons/utility/scroll.png);
	position: absolute;
	bottom: 15px;
	left: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.recent-videos ul li .shop-area .shop-overscroll {
	margin: 0;
	width: 251px;
	overflow-y: scroll;
	height: 539px;
}
.recent-videos ul li .shop-area .shop-overscroll .pos {
	display: block;
	text-align: center;
	border-bottom: 1px solid #1E1E1E;
	background-color: #E6DCD3;
	height: 180px;
	padding: 12px 0 0;
	position: relative;
}
.recent-videos ul li .shop-area .shop-overscroll .pos:last-child {
	border-bottom:none;
}
.recent-videos ul li .shop-area .shop-overscroll .pos a {
	display: block;
	position: relative;
	height: 90%;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .image-fit {
	width:100%;
	height:100%;
	object-fit: contain;
	transition: all 0.5s;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .image-fit:hover{
	opacity: 0.5;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details {
	background: white;
	box-shadow: 0 4px 8px -4px #757575;
	width: 180px;
	padding: 0px 0 15px;
	position: absolute;
	display: none;
	z-index: 1000; /* Ensure it appears above other content */
	top: 99px;
	right: -3px;
}
.recent-videos ul li .shop-area .shop-overscroll .pos:nth-child(even) .more-details {
	top: 126px;
	right: 75px;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .close {
	width: 22px;
	height: 22px;
	background: white;
	box-shadow: 0 4px 8px -4px #757575;
	border-radius: 50%;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details h3 {
	display: flex;
	color: white;
	background: black;
	padding: 30px 0 18px;
	margin: 0;
	font-family: 'presicav';
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.05rem;
	justify-content: center;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details h3 em {
	font-family: 'Medusa';
	font-size: 33px;
	font-weight: 100;
	font-style: inherit;
	margin: -5px 0 0px 0px;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .ltitle {
	display: block;
	font-family: 'Carefree Serif';
	font-size: 23px;
	font-style: italic;
	margin: 16px auto;
	line-height: 1;
	padding: 0 13px;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details a {
	text-decoration: none;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .ldesc {
	font-size: 13px;
	line-height: 18px;
	display: block;
	padding: 0 10px;
	margin: 0 auto 10px;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .lshop-now {
	font-family: 'presicav';
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
	letter-spacing: 0.02rem;
}
.recent-videos ul li .shop-area .shop-overscroll .pos .click {
	width: 22px;
	height: 22px;
	background: white;
	box-shadow: 0 4px 8px -4px #757575;
	display: block;
	position: absolute;
	right: 31%;
	bottom: 37%;
	border-radius: 50%;
	font-family: 'presicav';
	font-size: 20px;
	line-height: 1.1;
	cursor: pointer; /* Add pointer cursor for clarity */
}
.recent-videos ul li .shop-area .shop-overscroll .pos:nth-child(even) .click  {
	right: 62%;
	bottom: 23%;
}
.recent-videos ul li .main-image {
	width: 336px;
	height: 594px;
	border: none;
	position: absolute;
	top: -159px;
	left: 437px;
	border-left: 1px solid #1E1E1E;
	border-right: 1px solid #1E1E1E;
	display: none;
}
.recent-videos .rv-wrap .icon {
	width: 149px;
	position: absolute;
	height: 167px;
	object-fit: contain;
	right: -134px;
	bottom: -44px;
}
.recent-videos ul li .main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 3;
	position: relative;
}
.recent-videos ul li .main-image img.hide {
	display: none;
}
.recent-videos ul li .main-image video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 2;
}
.recent-videos ul li .main-image .play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 4;
	width: 56px;
	height: 78px;
	object-fit: contain;
}
.recent-videos ul li .image-list {
	width: 171px;
	height: 545px;
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	border: 1px solid white;
	display: none;
	padding: 10px 30px;
	overflow:scroll;
}
.recent-videos ul li .image-list img {
	max-height: 130px;
	margin: 0 auto 10px;
	display: block;
	object-fit: contain;
}
/* .recent-videos ul li.active .title-hover:before {
	content: "";
	display: block;
	width: 40px;
	height: 53px;
	background-image: url(../../assets/icons/utility/bow.png);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -15px;
	top: 46px;
	z-index: 1;
} */
.recent-videos ul li:hover {
	cursor: pointer;
}
.recent-videos ul li.active .title-hover {
	font-style: normal;
}
.recent-videos ul li.active .main-image {
	display: block;
}
.recent-videos ul li.active .image-list {
	display: block;
}
@media all and (max-width:1300px) {
	.recent-videos .rv-wrap .icon {
		 right: -10%;
	}
}
@media all and (max-width: 1080px) {
	.recent-videos .rv-wrap {
		max-width: 700px;
		height: 830px;
	}
	.recent-videos .rv-wrap .icon {
		z-index: 3;
	}
	.recent-videos ul li .shop-area .shop-overscroll {
		margin: 0;
		width: 100%;
		overflow-y: initial;
		height: auto;
	}
	.recent-videos ul li .title-hover {
		width:400px;
	}
	.recent-videos ul li .main-image {
		width: 300px;
		height: 500px;
		top: -160px;
		left: 399px;
	}
	.recent-videos .rv-wrap .title {
		width:400px;
	}
	.recent-videos .more-button {
		width:100%;
	}
	.recent-videos ul li .shop-area {
		top: inherit;
		bottom: -137px;
		left: 0;
		height: 234px;
		width: 100%;
		display: block;
	}
	.recent-videos ul li .shop-area {
		z-index: -1;
	}
	.recent-videos ul li.active .shop-area {
		z-index: 2;
	}
	.recent-videos ul li.active .shop-area .shop-overscroll {
		margin: 0;
		width: 100%;
		height: 180px;
		background: #ece6df;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos {
		display: block;
		text-align: center;
		border-bottom: none;
		background-color: #E6DCD3;
		padding: 0px 0 0;
		position: relative;
		flex: 0 0 auto;
		width: 200px;
		height: 180px;
		color: white;
		font-size: 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		scroll-snap-align: start;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .click {
		color:black;
	}
	.recent-videos ul li .shop-area .shop-overscroll:after {
		display: none;
	}
	.recent-videos .rv-wrap .icon {
		right: -4%;
		width: 110px;
		height: 128px;
		bottom: -69px;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details h3 em {
		font-size:20px;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details h3 {
		padding: 20px 0 3px;
		font-size:8px;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .ltitle {
		font-size: 20px;
		margin: 8px auto;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .ldesc {
		margin: 0 auto 6px;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos:nth-child(even) .more-details {
		top:11px;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details {
		top: 13px;
		right: -29px;
	}
}
@media all and (max-width:768px) {
	.recent-videos {
		padding: 30px 0;
		border-bottom: 1px solid #1E1E1E;
	}
	.recent-videos .rv-wrap {
		max-width: 500px;
		height: 1040px;
		margin: 30px auto 40px;
	}
	.recent-videos .rv-wrap .title {
		width: 100%;
		top:40px;
	}
	.recent-videos .rv-wrap .title p {
		font-size:32px;
	}
	.recent-videos .rv-wrap .title p em {
		font-size:45px;
	}
	.recent-videos ul {
		max-width: 100%;
		margin: 97px 0 0 0;
		height: 70px;
		position: initial;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recent-videos ul li {
		display: block;
		width:25%;
		border-right: 1px solid black;
		border-top:1px solid black;
		border-bottom:1px solid black;
	}
	.recent-videos ul li.active {
		background: #B4AEA3;
	}
	.recent-videos ul li .title-hover span.underline {
		display: none;
	}
	.recent-videos .more-button {
		width: 100%;
		position: absolute;
		top: 182px;
		border-bottom: 1px solid black;
		height: 57px;
		padding: 14px 0 0;
		border-top: 1px solid black;
	}
	.recent-videos ul li.active .main-image {
		display: block;
		left: 0;
		width: 100%;
		top: 239px;
	}
	.recent-videos ul li .main-image {
		width: 300px;
		height: 526px;
		top: -160px;
		left: 399px;
		border: none;
	}
	
	.recent-videos ul li .title-hover {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.recent-videos ul li .title-hover .flex {
		justify-content: center;
	}
	.recent-videos ul li:nth-child(4) {
		border-right:none;		
	}
	.recent-videos ul li .title-hover span.no {
		margin:0;
	}
	.recent-videos ul li:first-child .title-hover {
		border-top: none;
	}
	.recent-videos ul li .shop-area {
		top: inherit;
		bottom: 0;
		left: 0;
		height: 273px;
		width: 100%;
		background: #e6dcd3;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .image-fit{
		padding-top:15px;
	}
	.recent-videos .rv-wrap .icon {
		right: 1%;
		width: 82px;
		height: 165px;
		bottom: -73px;
	}
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details .ldesc {
		margin: 0 auto 6px;
		display: none;
	} 
	.recent-videos ul li .shop-area .shop-overscroll .pos .more-details {
		top: 53px;
		right: -23px;
	}
	.recent-videos ul li.active .shop-area .shop-overscroll {
		overflow: hidden;
	}
}
@media all and (max-width: 520px) {
	.recent-videos .rv-wrap {
		max-width: 95%;
		height: 1040px;
		margin: 12px auto 40px;
	}
	.recent-videos .rv-wrap .icon {
		right: 3%;
		width: 82px;
		height: 118px;
		bottom: -73px;
	}
}
@media all and (max-width:480px) {
	.recent-videos ul li.active .title-hover:before {
		width: 36px;
		height: 19px;
		top: 16px;
		left: 0;
		right: 0;
		margin: auto;
	}
}