.mom_badge {
    width : 80px; position : absolute; left : -10px; top : -6px
}

.highlighted .mom_badge {
    left: 100px;
}

@media (max-width: 560px) {
    .mom_badge {
        width : 60px;
    }

    .highlighted .mom_badge {
        left: -10px;
    }
}

#page #home {
    display           : -ms-flexbox;
    display           : -webkit-flex;
    display           : flex;
    -ms-flex-flow     : row wrap;
    -webkit-flex-flow : row wrap;
    flex-flow         : row wrap;
    margin            : 0 0 0 -10px;
    position          : relative;
    width             : calc(100% + 10px);
}

@media (max-width : 560px) {
    #page #home {
        margin : 0;
        width  : 100%;
    }
}

.block_wrapper.sold_out.product_block {
    -ms-order     : 1;
    -webkit-order : 1;
    order         : 1;
}