@media screen and (min-width: 960px) {
    .t-store__sort-select {
        border: 1px solid #B87896;
        border-radius: 10px;
        min-width: 320px;
        background-color: #fff;
        color: #B87896;
        padding: 2px 30px 2px 15px;
    }
    
    .t-store__sort-select-wrapper:after {
        border-color: #B87896 transparent transparent;
    }
}