.bag-9cc08870-gallery {
    width: 100%;
}

.bag-9cc08870-grid {
    display: grid;
    gap: 20px;
}

.bag-9cc08870-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
}

.bag-9cc08870-slider-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    user-select: none;
    overflow: hidden;
    border-radius: inherit;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.bag-9cc08870-after-img-container,
.bag-9cc08870-before-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bag-9cc08870-after-img-container img,
.bag-9cc08870-before-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.bag-9cc08870-before-img-container {
    z-index: 2;
}

.bag-9cc08870-label {
    position: absolute;
    bottom: 12px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.bag-9cc08870-label-before {
    left: 12px;
}

.bag-9cc08870-label-after {
    right: 12px;
}

.bag-9cc08870-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    z-index: 4;
    transform: translateX(-50%);
    pointer-events: none;
}

.bag-9cc08870-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    pointer-events: none;
}

.bag-9cc08870-handle svg {
    display: block;
}

.bag-9cc08870-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.bag-9cc08870-title {
    margin: 12px 0 0 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2px;
}
