/* ==========================================================
   Reshop Mobile Product Gallery
   Version: 1.5
   Mobile Only
========================================================== */

@media (max-width: 767px) {

    /* Hide desktop thumbnails */
    .reshop-woo-media-thumbs-wrapper {
        display: none !important;
    }

    /* Swiper container */
    .reshop-mobile-gallery {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        background: #fff;
    }

    /* Slides */
    .reshop-mobile-gallery .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Links */
    .reshop-mobile-gallery a {
        display: block;
        width: 100%;
        text-decoration: none;
    }

    /* Images — full width, natural height, no cropping */
    .reshop-mobile-gallery img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-tap-highlight-color: transparent;
    }

    .reshop-mobile-gallery img:focus {
        outline: none;
    }

    /* Pagination */
    .reshop-mobile-gallery .swiper-pagination {
        bottom: 14px;
    }

    .reshop-mobile-gallery .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        opacity: .25;
    }

    .reshop-mobile-gallery .swiper-pagination-bullet-active {
        opacity: 1;
        transform: scale(1.2);
    }

}
