@media screen and (max-width: 768px) {
  .cart-drawer-extended .no-animation .is-open .drawer__inner{
    animation: slideInRight .1s ease;
    animation-fill-mode: forwards;
  }
  
  .cart-drawer-extended .no-animation .is-closing .drawer__inner{
    animation: slideOutRight .1s ease;
    animation-fill-mode: forwards;
  }
}