.js-store-product.js-product .js-store-prod-all-text strong a {
    position: absolute;
    left: 35px;
    top: 20px;
}

.js-store-product.js-product .t-container>div{
    position: relative;
}

[data-filter-value=""], [data-filter-value="title:asc"], [data-filter-value="title:desc"] {
        display: none;
    }
    
    .t-form__submit {
  display: block !important;
}


   
    
    [data-filter-value=""], 
    [data-filter-value="title:asc"], 
    [data-filter-value="title:desc"],
    [data-filter-value="created:asc"],
    [data-filter-value="created:desc"] {
        display: none;
    }
    
    .t-store__sort-select-wrapper {
        width: 250px !important;
    }
    


