.swiper-container {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
overflow:hidden;
}		
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
background-size:contain;
background-position:center center;
background-repeat:no-repeat;
}

.bbp_mainS, .bbp_mainS img {
height: 400px;
width: 100%;
}
.bbp_mainS img{
object-fit:contain;
}



.bbp_thumbS {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

.bbp_thumbS .swiper-slide {        
height: 100%;
opacity: 0.4;
}

.bbp_thumbS .swiper-slide-thumb-active {
opacity: 1;
}

.bbp_thumbS .swiper-slide img {
display: block;
height:62px;
width:100%;
object-fit: cover;
} 
.swiper-button-next, .swiper-button-prev {
color:#000;
width:1em;
height:1em;		
}
.single-product .bbp_mainS .swiper-slide{
	cursor:zoom-in;
}