@media only screen and (min-width: 768px) {
  .cart-drawer {
    right: -40px;
  }
  [dir="rtl"] .cart-drawer {
    left: -40px;
  }
}
