.ic-container-e4f93b39 {
    position: relative;
    width: 100%;
    overflow: hidden;
    --split: 50%;
    --speed: 300ms;
    border-radius: 8px; /* Safe default */
}

.ic-img-e4f93b39 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
}

.ic-after-e4f93b39 {
    position: relative;
    width: 100%;
}

.ic-before-e4f93b39 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.ic-before-e4f93b39 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ic-overlay-e4f93b39 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    transition: background-color var(--speed) ease;
}

.ic-handle-e4f93b39 {
    position: absolute;
    top: 0;
    left: var(--split);
    bottom: 0;
    width: 4px;
    background-color: #ffffff;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

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

.ic-handle-btn-e4f93b39 svg {
    width: 20px;
    height: 20px;
}

.ic-label-e4f93b39 {
    position: absolute;
    top: 20px;
    padding: 6px 12px;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    z-index: 4;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
}

.ic-label-before-e4f93b39 {
    left: 20px;
}

.ic-label-after-e4f93b39 {
    right: 20px;
}

.ic-range-e4f93b39 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
    margin: 0;
    -webkit-appearance: none;
}

.ic-range-e4f93b39::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 100%;
    cursor: ew-resize;
}

.ic-range-e4f93b39::-moz-range-thumb {
    width: 40px;
    height: 100%;
    cursor: ew-resize;
    border: none;
    background: transparent;
}