/* NØRTH/01: только скругление краёв выезжающей корзины/меню, без изменения логики кнопок */
html body [data-slot="sheet-content"][data-side="right"]{
  top:12px!important;
  right:12px!important;
  bottom:12px!important;
  height:auto!important;
  border-radius:28px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.12);
}
@media (max-width:640px){
  html body [data-slot="sheet-content"][data-side="right"]{
    top:8px!important;
    right:8px!important;
    bottom:8px!important;
    width:calc(100vw - 16px)!important;
    max-width:none!important;
    border-radius:24px!important;
  }
}
