.ba-slider-2569-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.ba-slider-2569-container {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: hidden;
	user-select: none;
	touch-action: pan-y;
}
.ba-slider-2569-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ba-slider-2569-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}
.ba-slider-2569-img-right {
	clip-path: inset(0 0 0 50%);
}
.ba-slider-2569-label {
	position: absolute;
	top: 16px;
	padding: 6px 14px;
	border-radius: 100px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	z-index: 2;
	pointer-events: none;
}
.ba-slider-2569-label-left {
	left: 16px;
}
.ba-slider-2569-label-right {
	right: 16px;
}
.ba-slider-2569-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 44px;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: ew-resize;
	z-index: 3;
}
.ba-slider-2569-handle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	pointer-events: none;
}
.ba-slider-2569-handle-grip {
	position: relative;
	border-radius: 50%;
	border: 2px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	pointer-events: none;
}
.ba-slider-2569-caption {
	text-align: center;
	font-size: 14px;
}

@media (max-width: 767px) {
	.ba-slider-2569-label {
		font-size: 10px;
		padding: 4px 10px;
	}
}