
@media screen and (max-width: 767px) {
  .m-cart-drawer__inner {
    width: clamp(275px, 75vw, 315px) !important;
  }
}