.lazy-slider{
    display: flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.lazy-slider .catalog-product{
    margin:5px 0;
    flex:1;
    padding:10px;
}
.lazy-slider .product-item-image-wrapper{
    padding-top:100%;
    background:var(--lazy-background);
}
.lazy-slider .product-item-button,
.lazy-slider .product-item-props,
.lazy-slider .product-out-list,
.lazy-slider .product-block{
    background:var(--lazy-background);
    margin-top:5px;
    color:var(--lazy-background);
    height:20px;
}

.lazy-slider .product-block{
    width:90%;
}
.lazy-slider .product-out-list{
    width:70%;
}
.lazy-slider .product-item-props{
    width:99%;
    height:30px;
}
.lazy-slider .product-item-button{
    width:100%;
    height:35px;
}

@media screen and (max-width:767px){
    .mobile-hidden{
        display: none!important;
    }
}