.product-slider-with-title {
	padding: 27px 0 28px 20px;
	box-shadow: 0px 4px 7px #c3bbbb;
	z-index: 1;
	position: relative;
}
.product-slider-with-title .flex {
	justify-content: flex-end;
}
.product-slider-with-title .flex .left {
	width: 223px;
	padding: 34px 0 0;
}
.product-slider-with-title.long-title .flex .left {
	width: 268px;
	padding: 34px 0 0;
}
.product-slider-with-title .flex .title p {
	font-size: 40px;
	font-family: 'Ethic Serif';
	margin: 0;
	letter-spacing: -0.05rem;
}
.product-slider-with-title .swiper-slide a {
	display: block;
	width: 95px;
	height: 95px;
	background: #D0CBC5;
	border-radius: 50%;
	padding: 14px;
}
.product-slider-with-title .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-slider-with-title .pslider{
	width: 80%;
	overflow: hidden;
}
.product-slider-with-title .flex .left .link {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 16px 0 0;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid;
	width: fit-content;
}
@media all and (max-width:1280px) {
	.product-slider-with-title .pslider {
		width: 78%;
		overflow: hidden;
	}
	.product-slider-with-title .swiper-slide a {
		width:80px;
		height:80px;
	}
	.product-slider-with-title .flex .left {
		width: 200px;
		padding: 24px 0 0;
	}
}
@media all and (max-width:1080px) {
	.product-slider-with-title .pslider {
		width: 73%;
		overflow: hidden;
	}
}
@media all and (max-width:768px) {
	.product-slider-with-title.long-title .flex .left {
		width: 192px;
		padding: 10px 0 0;
	}
	.product-slider-with-title .flex .title p {
		font-size: 30px;
		font-family: 'Ethic Serif';
		margin: 0;
		letter-spacing: -0.05rem;
		line-height: 1;
	}
}
@media all and (max-width:500px) {
	.product-slider-with-title .flex {
		display: block;
	}
	.product-slider-with-title .flex .left {
		width: 200px;
		padding: 0;
	}
	.product-slider-with-title .pslider {
		width: 100%;
		overflow: hidden;
		margin: 20px 0 0 0;
	}
	.product-slider-with-title .swiper-slide a {
		width: 65px;
		height: 65px;
		padding: 4px;
	}
	.product-slider-with-title .flex .left .link {
		margin: 7px 0 29px;
	}
}