.ba-slider-container-1314 {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.ba-slider-image-container-1314 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ba-slider-before-1314 {
	position: relative;
}

.ba-slider-after-1314 {
	clip-path: inset(0 0 0 50%);
}

.ba-slider-image-container-1314 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ba-slider-label-1314 {
	position: absolute;
	top: 20px;
	padding: 5px 15px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.2;
	pointer-events: none;
}

.ba-label-before-1314 {
	left: 20px;
}

.ba-label-after-1314 {
	right: 20px;
}

.ba-slider-range-1314 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: ew-resize;
	z-index: 10;
	margin: 0;
}

.ba-slider-handle-container-1314 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 40px;
	transform: translateX(-50%);
	z-index: 5;
	pointer-events: none;
}

.ba-slider-line-1314 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.ba-slider-handle-1314 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.ba-slider-handle-1314 svg {
	width: 20px;
	height: 20px;
	color: #333;
}