@media screen and (max-width: 640px) {
    
    .t-slds__arrow-right {
        display: none;
    }
}

@media screen and (min-width: 961px) {
    .t951__grid-cont, .t951 .js-store-grid-cont-preloader {
        width: 100%;
        max-width: 1240px;
        flex-grow: 1;
    }
}
    
    .t951__sidebar {
        display: none;
    }
    
    /*
    .t-container {
        max-width: 1240px !important;
    }
    */

