
:root {
  --eams-bar-height: 0px;
  --eams-bar-total-offset: 0px;
}

.eams-front-bar {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.30), transparent 30%),
    linear-gradient(90deg, #4a0d67 0%, #7a1fa2 45%, #ff5b2e 100%);
  box-shadow: 0 10px 30px rgba(72, 17, 120, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.eams-front-bar::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.85), rgba(255,255,255,0));
  opacity: .65;
}

.eams-front-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.eams-front-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 15px;
}

.eams-front-copy strong {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.eams-front-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.eams-front-countdown-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.eams-front-countdown-title {
  font-weight: 700;
  opacity: 0.95;
}

.eams-front-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(68px, auto));
  gap: 8px;
}

.eams-front-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 6px 16px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.eams-front-value {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(0,0,0,.22);
}

.eams-front-unit {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.92;
}

body.eams-has-campaign-bar.admin-bar .eams-front-bar {
  top: 32px;
}

body.eams-has-campaign-bar {
  padding-top: var(--eams-bar-height, 0px);
}

@media (max-width: 782px) {
  body.eams-has-campaign-bar.admin-bar .eams-front-bar {
    top: 46px;
  }

  .eams-front-inner {
    padding: 12px;
  }

  .eams-front-copy strong {
    font-size: 15px;
  }

  .eams-front-countdown-grid {
    grid-template-columns: repeat(4, minmax(58px, 1fr));
    width: 100%;
  }

  .eams-front-box {
    min-width: 0;
    padding: 8px 6px;
  }

  .eams-front-value {
    font-size: 20px;
  }
}


#Top_bar.is-sticky,
.mfn-header-tmpl.is-sticky,
.mfn-header-tmpl.mfn-header-tmpl-fixed,
.elementor-sticky--active,
.site-header.is-sticky,
header.is-sticky,
.sticky-header.is-sticky {
  top: var(--eams-bar-total-offset, var(--eams-bar-height, 0px)) !important;
}
