.o_rs_product_page .o_rs_gallery_main [data-rs-gallery-main] {
    cursor: zoom-in;
}
html.o_rs_lightbox_open,
html.o_rs_lightbox_open body {
    overflow: hidden;
}
.o_rs_lightbox {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2.5rem);
    background: rgba(12, 24, 44, .88);
    backdrop-filter: blur(4px);
}
.o_rs_lightbox img {
    display: block;
    max-width: min(96vw, 1500px);
    max-height: 94vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
}
.o_rs_lightbox_close {
    position: fixed;
    top: max(1rem, env(safe-area-inset-top));
    right: max(1rem, env(safe-area-inset-right));
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #17335f;
    font-size: 2rem;
    line-height: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .24);
}
