.product-samples-gallery{

    position:relative;

    width:100%;

}
.sampleGallerySwiper{

    overflow:hidden;

    width:100%;

}

.sampleGallerySwiper .swiper-wrapper{

    display:flex;

}

.sampleGallerySwiper .swiper-slide{

   flex-shrink:0;

    height:auto;

}

.sampleGallerySwiper .swiper-slide img{

    width:100%;

    display:block;

}
.product-samples-gallery .swiper{

    overflow:hidden;

}

.product-samples-gallery .swiper-slide{

    display:flex;

    justify-content:center;

    align-items:center;

}

.product-samples-gallery img{

    width:100%;

    display:block;

    border-radius:5px;

    transition:.3s;

}

.product-samples-gallery img:hover{

    transform:scale(1.05);

}

.sample-prev,
.sample-next{

    width:28px;

    height:28px;

    border-radius:50%;

}

.sample-prev::after,
.sample-next::after{

    font-size:16px;

    color:var(--e-global-color-primary);

}

.sample-prev{

    left:-10px;

}

.sample-next{

    right:-10px;

}