/* Add custom CSS styles below */



@media only screen and (min-width:600px) {

.product-entry__image-wrap {

display: flex;

justify-content: center;

align-items: center;

min-height: 190px;

height: 190px;

width: 100%;

overflow: hidden;

}


.product-entry__image {

display: flex;

justify-content: center;

align-items: center;

width: 100%;

height: 100%;

}


.product-entry__image-main img {

width: 100%;

height: 100%;

object-fit: cover;

border-radius: 8px;

}


.s-block--main-slider-1 .swiper-slide .object-cover {

object-fit: cover;

}


.s-block--main-slider-1 .swiper-slide{

height: 600px;

background: transparent !important;

}


.s-block--main-slider-1 salla-slider{

background: transparent !important;

}

}