.sidebar{position:absolute;top:0;left:-23.5vw;height:100vh;width:23.5vw;transition:left .3s ease-in-out}.sidebar.open{left:0}.content.open{left:15vw}.Link{text-decoration:none;transition:border-bottom .5s ease-in-out}.Link:hover{border-bottom:1px solid green}@media (max-width:767px){.sidebar{width:60%;left:-60%}.content.open{left:0}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:1000;height:auto;max-height:90vh;width:70vw}.wishlist{max-height:70vh;overflow-y:auto}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(80,80,80,.55);z-index:1000}@media (max-width:1020px){.modal{width:95vw}}