@media(max-width:820px){
  html.root-cart-template .root-cart .root-cart-summary__checkout{
    display:flex!important;
  }
  html.root-cart-template .root-cart .root-cart-mobile-checkout{
    bottom:max(10px,env(safe-area-inset-bottom));
  }
}
