body#app.hide-img-btm-rad.p-border-on custom-salla-product-card.product-block .product-block__thumb:not(.s-product-card-image) img{object-fit: contain;}
.swiper-slide {
    position: relative !important;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
}


a.btn.mt-5.fs_banners_btn.animate__animated.aali-slider-animation {
    position: absolute !important;
    top: -1000px;
    left: -100px;
    width: 100% !important;   
    height: 100% !important;  
    display: block !important;
    z-index: 9999 !important; 
    background: transparent !important;
    opacity:0  !important;   
    border: none;
    cursor: pointer;
padding:1000%
}

.swiper-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: stretch !important;
}
/***footer*****/
@media only screen and (min-width: 1024px) {
    #app .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
}