.ba-slider-container-ca0b5c47 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.ba-stage-ca0b5c47 {
    position: relative;
    width: 100%;
    /* Remove fixed height to let images dictate the size */
    height: auto;
    overflow: hidden;
    user-select: none;
}
.ba-slide-ca0b5c47 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.ba-slide-ca0b5c47.ba-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}
.ba-base-img-ca0b5c47, .ba-reveal-img-ca0b5c47 {
    display: block;
    width: 100%;
    height: auto; /* Let it scale naturally */
    object-fit: cover;
    object-position: center;
}
.ba-after-wrapper-ca0b5c47 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ba-slider-container-ca0b5c47[data-orientation="horizontal"] .ba-after-wrapper-ca0b5c47 .ba-reveal-img-ca0b5c47 {
    width: 100vw;
    min-width: 100%;
    max-width: none;
    height: 100%;
}
.ba-slider-container-ca0b5c47[data-orientation="vertical"] .ba-after-wrapper-ca0b5c47 .ba-reveal-img-ca0b5c47 {
    height: 100vh;
    min-height: 100%;
    max-height: none;
    width: 100%;
}
/* Ensure the inner image aligns perfectly with the base container's dimensions */
.ba-stage-ca0b5c47 .ba-reveal-img-ca0b5c47 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ba-divider-ca0b5c47 {
    position: absolute;
    background: #fff;
    cursor: grab;
    z-index: 10;
}
.ba-slider-container-ca0b5c47[data-orientation="horizontal"] .ba-divider-ca0b5c47 {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    transform: translateX(-50%);
    cursor: ew-resize;
}
.ba-slider-container-ca0b5c47[data-orientation="vertical"] .ba-divider-ca0b5c47 {
    left: 0;
    right: 0;
    top: 50%;
    height: 4px;
    transform: translateY(-50%);
    cursor: ns-resize;
}
.ba-handle-ca0b5c47 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.ba-handle-ca0b5c47 i {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ba-handle-ca0b5c47 svg {
    width: 16px;
    height: 16px;
    fill: #333;
    display: block;
}
.ba-thumbs-ca0b5c47 {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.ba-thumb-ca0b5c47 {
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.ba-thumb-ca0b5c47.ba-thumb-active {
    opacity: 1;
    border-color: #000;
}
.ba-thumb-ca0b5c47 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-label-ca0b5c47 {
    position: absolute;
    padding: 5px 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 3px;
    z-index: 5;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    pointer-events: none;
}
