@media only screen and (max-width: 768px) {
    .header {
        left: 2%;
        width: 96%; 
        padding: 10px 0;
        height: 56px;
        display: block;
    }
    
    #products {
        width: 100%;
    }
    
    .filter {
        width: 96vw;
        margin-top: 80px;
        margin-left: 0vw;
        overflow-x: hidden;
    }
    
    .results .product {
        width: 96%;
        padding: 30px 2%;
    }
    
    .filter:after {
        left: 0;
    }
    
    .search {
        float: right;
        margin-top: 10px;
    }
    
    .results {
        margin: 0px 0px 50px;
    }
    
    .results .product .price {
        right: 15px;
    }
    
    .side-nav {
        width: 40vw;
        background-color: #151112;
        z-index: 2;
        margin-left: -46vw;
    }
    
    .side-nav.open {
        margin-left: 0;
    }
    
    .side-nav-bg.open {
        display: block;
    }
    
    #burger-menu {
        display: block;
    }
    
    #burger-menu.open {
        right: 4vw;
    }
    
    .home-selection ul li a {
        font-size: 2.188rem;
    }
    
    .splash .home-selection ul li a {
        padding-left: 0;
    }
    
    .search .input {
        padding: 2px;
    }
    
    .results .product .price {
        top: 35px;
    }
    
    #selected-filters {
        display: none;
    }
    
    #products .selections .filter-item select {
        border: 1px solid #b0976e;
    }
    
    .results .product h1 {
        width: 100%;
        margin-bottom: 0;
    }
    
    .results .product .price {
        position: relative;
        display: block;
        margin-bottom: 45px;
        top: unset;
        right: unset;
    }
}