.conforama-before-after {
    position: relative;
    overflow: hidden;
    width: 100%;
    user-select: none;
    background: #f5f5f5;
}

.conforama-before-after__image {
    display: block;
    width: 100%;
    height: auto;
}

.conforama-before-after__before-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.conforama-before-after__image--before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conforama-before-after__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #111;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    cursor: ew-resize;
    z-index: 3;
}

.conforama-before-after__handle::before {
    content: "";
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: 50%;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    z-index: -1;
}

.conforama-before-after-editor {
    border: 1px dashed #c3c4c7;
    padding: 12px;
}

.conforama-before-after-editor__picker {
    margin-bottom: 14px;
}

.conforama-before-after-editor__label {
    margin: 0 0 8px;
    font-weight: 600;
}

.conforama-before-after-editor__empty {
    color: #50575e;
}

.conforama-before-after--editor .conforama-before-after__handle.is-static {
    pointer-events: none;
}
