body {
  transition: padding-top .5s linear;
  will-change: padding-top;
}

p {
  margin: 0;
}

.magic-banner-wrap {
  height: var(--bannerWrapHeight);
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 10000;
  width: 100%;
  top: 0;
}

.magic-banner-wrap.flex-wrap {
  display: flex;
}
.magic-banner-wrap.fixed {
  position: fixed;
}

.magic-banner-item-wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  user-select: none;
  vertical-align: middle;
  position: relative;
}

.magic-banner-content-wrap {
  box-sizing: border-box;
  font-size: 16px;
  font-size: var(--bannerFontSize);
  font-weight: light;
  font-family: var(--bannerFont);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  padding: 12px 54px;
  height: var(--bannerHeight);
  color: inherit;
  border-color: inherit;
}

@media screen and (max-width: 468px) {
  .magic-banner-content-wrap {
    max-width: 100%;
    padding: 12px 12px;
  }

  .magic-banner-forward,
  .magic-banner-forward-email input {
    max-width: 100px !important;
  }
}

.slideUp-enter-active,
.slideUp-leave-active {
  transition: margin-top 0.5s ease;
}

.slideUp-leave-from {
  margin-top: 0;
}

.slideUp-leave-to {
  margin-top: calc(0px - var(--bannerHeight));
}

.slideLeft-enter-active,
.slideLeft-leave-active {
  transition: margin 1s ease;
}

.slideLeft-enter-from {
  margin-right: -100%;
}

.slideLeft-enter-to {
  margin-right: 0;
}

.slideLeft-leave-from {
  margin-left: 0;
}

.slideLeft-leave-to {
  margin-left: -100%;
}

.magic-banner-icon-wrap {
  font-size: 24px;
  margin-right: 12px;
}

.magic-banner-content {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.magic-banner-content p {
  display: inline;
}

.magic-banner-dismiss {
  position: absolute;
  right: 24px;
  cursor: pointer;
  vertical-align: middle;
}

.magic-banner-forward {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.magic-banner-forward-email {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  padding: 3px 6px;
  font-weight: bold;
  margin-left: 10px;
  text-decoration: none;
  color: inherit !important;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background-color: rgba(255, 255, 255, 0.10);
}

.magic-banner-forward-email input {
  background-color: transparent;
  border: none;
  outline: none;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  max-width: 133px;
  box-shadow: none;
}

.magic-banner-forward-email > span {
  width: 1px;
  height: 16px;
  margin-right: 4px;
  background-color: rgba(255, 255, 255, .2);
}

.forward-icon {
  width: 16px;
  margin-left: 4px;
  fill: currentColor;
  vertical-align: middle;
}

.forward-icon.email {
  width: 20px;
  height: 20px;
}

.forward-icon.close {
  width: 16px;
  height: 16px;
}

.banner-shop-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-progress {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
}

.banner-progress-bar {
  display: block !important;
  position: absolute;
  left: 0;
  width: 50%;
  height: 8px;
  border-radius: 8px;
  background-color: rgb(255, 222, 104);
}

.banner-shop-content {
  margin-top: 5px;
  font-size: 16px;
}

.button-link {
  background-color: #ffffff;
  border-color: #d9d9d9;
  box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  text-decoration: none !important;
  padding: 4px 15px;
  border-radius: 6px;
}

.count-time-box {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.count-time-box>div {
  display: flex;
  align-items: center;
}

.countdown-item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.countdown-item {
  padding: 4px;
  border-radius: 12px;
  color: #fff;
  color: var(--count-color);
  font-size: 16px;
  line-height: 22px;
  background-color: var(--count-background-color);
  position: relative;
  border-radius: 4px;
  font-weight: 600;
  line-height: 22px;
  font-family: Quantico;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: small-caps;
  letter-spacing: -0.88px;
}

.countdown-item::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.25);
}

.countdown-item-desc {
  margin-top: 3px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.7;
}

.countdown-item-split {
  width: 6px;
  margin-top: -16px;
  font-family: "SF Pro Text";
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  opacity: 0.7;
}

.magic-banner-item-wrap.hover:hover {
  opacity: 0.6;
}

.magic-banner-icon-wrap.animation {
  animation-name: iconAnimation;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}

@keyframes iconAnimation {
  0% {
    transform: scale(0.8) rotate(0deg);
  }

  50% {
    transform: scale(1.5) rotate(180deg);
  }

  100% {
    transform: scale(0.8) rotate(360deg);
  }
}

.email-code {
  border-width: 2px;
  border-style: dotted;
  padding: 0 15px;
  margin-left: 15px;
  border-radius: 5px;
  cursor: pointer;
}