.s-products-slider-card {
    width: 20% !important;
}
.s-product-card-entry{
height:auto;
}
@media only screen and (max-width: 600px) {
.s-products-slider-card {
    width: 50% !important;
}
}
.navbar-brand img {
    max-width: 100px !important;
    max-height: inherit !important;
} 
.s-product-card-image img.loaded {
    background-color: white !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > div > div.grid.grid-cols-1.lg\:grid-cols-8.gap-8 > div > salla-infinite-scroll > div:nth-child(3) > a > img{
object-fit: inherit!important;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after{
background-color:rgba(0,0,0,0);
}