.wcsrp-related{
	width:100%;
	direction:rtl;
	position:relative;
}
.wcsrp-heading-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-bottom:14px;
}
.wcsrp-title{
	margin:0;
	font-size:16px;
	font-weight:700;
	line-height:1.7;
	color:#222;
}
.wcsrp-view-all{
	display:inline-flex;
	align-items:center;
	gap:7px;
	font-size:12px;
	color:#3d3aa8;
	text-decoration:none;
	white-space:nowrap;
}
.wcsrp-view-all span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#3d3aa8;
	color:#fff;
	font-size:15px;
	line-height:1;
}
.wcsrp-carousel-shell{
	position:relative;
	padding:0 24px;
}
.wcsrp-swiper{
	overflow:hidden;
}
.wcsrp-slide{
	height:auto;
	box-sizing:border-box;
}
.wcsrp-card{
	height:100%;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #e6e8ec;
	border-radius:8px;
	padding:10px 10px 14px;
	display:flex;
	flex-direction:column;
	min-width:0;
}
.wcsrp-card-media{
	display:flex;
	align-items:center;
	justify-content:center;
	height:190px;
	padding:4px;
	margin-bottom:10px;
	text-decoration:none;
	overflow:hidden;
}
.wcsrp-card-media img{
	display:block;
	width:100%;
	height:100%;
	max-width:100%;
	object-fit:contain;
	margin:0;
}
.wcsrp-card-body{
	display:flex;
	flex-direction:column;
	flex:1;
	min-width:0;
}
.wcsrp-card-title{
	margin:0 0 12px;
	font-size:13px;
	font-weight:500;
	line-height:1.9;
	min-height:49px;
	text-align:right;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.wcsrp-card-title a{
	color:#222;
	text-decoration:none;
}
.wcsrp-card-price{
	margin-top:auto;
	font-size:13px;
	font-weight:600;
	line-height:1.8;
	color:#222;
	text-align:left;
	direction:rtl;
}
.wcsrp-card-price del{
	font-size:11px;
	opacity:.55;
	margin-left:6px;
}
.wcsrp-card-price ins{
	text-decoration:none;
}
.wcsrp-nav{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:5;
	width:32px;
	height:32px;
	border:1px solid #e1e3e8;
	border-radius:50%;
	background:#fff;
	color:#444;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:23px;
	line-height:1;
	padding:0;
	cursor:pointer;
	box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.wcsrp-prev{right:0}
.wcsrp-next{left:0}
.wcsrp-nav.swiper-button-disabled{
	opacity:.28;
	cursor:default;
}
@media(max-width:1024px){
	.wcsrp-carousel-shell{padding:0 20px}
	.wcsrp-card-media{height:175px}
}
@media(max-width:767px){
	.wcsrp-carousel-shell{padding:0 16px}
	.wcsrp-card-media{height:160px}
	.wcsrp-nav{width:28px;height:28px;font-size:20px}
	.wcsrp-card-title{font-size:12px;min-height:46px}
	.wcsrp-heading-row{margin-bottom:10px}
}
