.rs-cart-panel{position:-webkit-sticky;position:sticky;top:80px;align-self:start;max-height:calc(100vh - 80px);display:flex;flex-direction:column;background:#fff;border:1px solid #e6e4dd;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden}@media screen and (max-width:1023px){.rs-cart-panel{display:none}}