@charset "UTF-8";

@media screen and (min-width: 768px) {

    .m-productListSort {
        display: none;
    }

    .p-productListWrap__sideNav + .p-productListWrap__main {
        width: calc(100% - 25.5rem);
    }

    .p-productListHeading-head__nav {
        display: none;
    }

    .p-productListHeading-head {
        padding-bottom: 0;
        border-bottom: none;
    }

}