.shop-reels .pslider {
	overflow: hidden;
	position: relative;
	padding: 0 0 66px;
	max-width: 1015px;
	margin: 0 auto;
}
.shop-reels .title-flex {
	max-width: 1015px;
	margin: 0 auto 16px;
	justify-content: space-between;
	color: #FFFFFF;
	display: flex;
}
.shop-reels .title-flex p {
	font-family: 'EditorsNote';
	font-size: 35px;
}
.shop-reels .title-flex a {
	font-size: 12px;
	font-family: 'OaksGrotesk';
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	margin: 6px 0 0;
	letter-spacing: 0.01rem;
	display: flex;
	text-transform: uppercase;
	color:white;
}
.shop-reels .title-flex a img {
	width: 15px;
	height: 9px;
	object-fit: contain;
	margin: 0 0 0 12px;
}
.shop-reels {
	padding: 54px 0 53px;
}
.shop-reels .pslider .swiper-slide a {
	height: 408px;
	border: 1px solid #FFFFFF;
	position: relative;
	display: block;
}
.shop-reels .pslider .swiper-slide a .image-fit {
	width: 100%;
	height: 100%;
}
.shop-reels .pslider .swiper-slide a .playbtn {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.shop-reels  .swiper-horizontal>.swiper-scrollbar, .shop-reels .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: 50;
	height: 1px;
	width: 300px;
	background: white;
	right: 0;
	margin: auto;
}
.shop-reels .swiper-scrollbar-drag {
	height: 12px;
	width: 12px !important;
	position: relative;
	background: white;
	border-radius: 50%;
	left: 0;
	top: -6px;
}
@media all and (max-width: 1080px) {
	.shop-reels .title-flex, .shop-reels .pslider {
		max-width: 768px;
	}
}
@media all and (max-width:768px) {
	.shop-reels .title-flex {
		max-width: 90%;
	}
	.shop-reels .pslider {
		max-width: 100%;
		padding-left:4%;
	}
	.shop-reels .pslider .swiper-slide a {
		height: 268px;
	}
}
@media all and (max-width:550px) {
	.shop-reels .pslider .swiper-slide a {
		height: 176px;
	}
}