.uc-header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  will-change: transform;
  pointer-events: none;
}
.uc-header-sticky.is-visible {
  transform: translateY(0) !important;
  pointer-events: auto;
}

.uc-header-full {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}
.uc-header-full .t-rec,
.uc-header-full.t-rec {
  background: transparent !important;
}
