/* -------------------------------
    Gallery Styles: Swiper not initialised
   ------------------------------- */

.product-images.slider .gallery .slide + .slide{
    @media (max-width: 768px) {
        padding-top: 1rem;
    }
}

/* -------------------------------
    Swiper Styles
   ------------------------------- */

.product-images.swiper-slider{
    @media (max-width: 768px) {
        overflow: hidden;
        padding-bottom: 2.4rem;
        position: relative;
    }
}
.product-images .swiper-pagination-bullet-active{
    background: #141414;
}
.product-images .swiper-pagination-bullet{
    background: #a0a0a0;
}

.product-images .swiper-pagination{
    @media (min-width: 768px) {
        display: none;
    }
}
    
/* -------------------------------
    Gallery Styles
   ------------------------------- */
.product-images .gallery .slide{
    @media (min-width: 768px) {
        display: inline-block;
        padding-bottom: 1.5rem;
    }
}

.product-images .gallery .slide.small-image{
    @media (min-width: 768px) {
        width: 48%;
    }
}

.product-images .gallery .small-image + .small-image{
    @media (min-width: 768px) {
        margin-left: 4%;
    }
}

.product-image.gallery .gallery-link,
.product-images .gallery .gallery-link{
    display: block;
}

/* -------------------------------
    Gallery Styles: Fix for BB-Theme
   ------------------------------- */

button.lg-next:active,
button.lg-next:focus,
button.lg-prev:active,
button.lg-prev:focus {
    position: absolute;
}