.t-store__card__mark {
    font-size: 36px!important;
    background-color: #1110!important;
}
#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#preloader.hide {
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
}

.logo svg {
  width: 220px;
  height: auto;
}