.ba-container-37c55c53 {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: ew-resize;
}
.ba-img-after-37c55c53 {
    width: 100%;
    display: block;
}
.ba-img-after-37c55c53 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    pointer-events: none;
}
.ba-img-before-37c55c53 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.ba-img-before-37c55c53 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}
.ba-slider-37c55c53 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #ffffff;
    z-index: 3;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.ba-slider-handle-37c55c53 {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    color: #333333;
}
.ba-slider-handle-37c55c53 svg {
    width: 16px;
    height: 16px;
}
.ba-slider-handle-37c55c53 svg:first-child {
    margin-right: -4px;
}
.ba-label-37c55c53 {
    position: absolute;
    top: 20px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
    pointer-events: none;
    z-index: 5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.ba-label-before-37c55c53 { left: 20px; }
.ba-label-after-37c55c53 { right: 20px; }
