body {
    text-transform: uppercase;
}

.t706__cartwin-totalamount-wrap {
  display: none !important;
}

footer {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}

.uc-centered-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - var(--uc-header-gap, 8px) - var(--uc-header-height, 60px));
  box-sizing: border-box;
  overflow: hidden;
}

@supports (min-height: 100dvh) {
  .uc-centered-block {
    min-height: calc(100dvh - var(--uc-header-gap, 8px) - var(--uc-header-height, 60px));
  }
}

.uc-centered-block > * {
  max-height: 100%;
  overflow: auto;
}
