.ba-slider-460ff2ad {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
    line-height: 0;
    --position: 50%;
}

.ba-slider-460ff2ad[data-aspect="auto"] {
    display: flex;
}

.ba-slider-460ff2ad:not([data-aspect="auto"]) .ba-image-container-460ff2ad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-image-container-460ff2ad {
    width: 100%;
    height: 100%;
}

.ba-image-after-460ff2ad {
    position: relative;
    width: 100%;
    height: 100%;
}

.ba-image-before-460ff2ad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 calc(100% - var(--position)) 0 0);
    z-index: 2;
}

.ba-slider-460ff2ad img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.ba-range-460ff2ad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 20;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.ba-handle-460ff2ad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);
    width: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

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

.ba-handle-circle-460ff2ad svg {
    width: 16px;
    height: 16px;
    margin: 0 -2px;
}

.ba-label-460ff2ad {
    position: absolute;
    top: 20px;
    padding: 6px 12px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1.2;
    z-index: 5;
    pointer-events: none;
}

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

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