/* затемнение фона — оставляем */
.t706__cartwin {
  align-items: stretch !important;
  justify-content: flex-end !important;
}

/* само окно корзины */
.t706__cartwin-content {
  width: 420px;              /* ширина корзины */
  max-width: 100%;
  height: 100vh;             /* на всю высоту экрана */
  margin: 0;
  border-radius: 0 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: none !important;
}

/* чтобы контент внутри скроллился */
.t706__cartwin-content form {
  height: 100%;
  overflow-y: auto;
}
