 

.t706__carticon-imgwrap {
    border-radius: 24px;
}

.js-store-grid-cont.t-container {
    display: flex;
    flex-wrap: wrap;
}
.t-store__valign-buttons .t-store__grid-separator{
    width:0;
}
.js-product.t-store__card {
    margin-bottom: 90px;
}

.js-product[data-product-inv="0"] {
    order: 1;
}
.js-product[data-product-inv="1"] {
    order:0;
}
.t-btn_xs{
    font-size:12px !important;
}