.t706__cartpage {
display: none;
margin: 0;
position: fixed;
top: 0;
right: 0;
width: 100%;
min-height: 100vh;
min-height: 100dvh;
max-height: 100%;
max-height: 100dvh;
background-color: rgba(163, 42, 42, 1);
padding: ;
box-sizing: border-box;
overflow: auto;
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
transition: opacity .3s ease;
opacity: 0;
}