
/* gallery*/
#productGalleryModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /*background: #fff;*/
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.gallery-modal-body img {
    user-select: none;
}

.gallery-modal-body {
    position: relative;
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 20px;
}

#closeModalBtn {
    position: fixed;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0;
    color: #000;
    font-size: 20px;
    z-index: 9;
}

.swiper-slide img.zoomed {
    cursor: grab;
    transform: scale(2);
    transition: transform 0.3s ease;
    transform-origin: top left;
    position: relative;
}

.singel-product__images--display {
    cursor: zoom-in !important;
}

.singel-product__gallery--image {
    cursor: zoom-in !important;
}