.shop-layout{grid-template-columns:minmax(0,1fr)}
#pedido[hidden]{display:none!important}
#pedido.cart-panel{position:fixed;top:16px;right:20px;bottom:auto;width:min(440px,calc(100% - 40px));max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;z-index:95;box-shadow:0 14px 50px #33204e38;overscroll-behavior:contain}
.cart-close{flex:none;width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:#f0eaff;color:var(--purple);font-size:28px;line-height:1;cursor:pointer}
@media(max-width:600px){#pedido.cart-panel{top:8px;right:8px;width:calc(100% - 16px);max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px)}}
