.x-small {
  font-size: 0.7rem;
}

.campaign-banner-section.flash-sale {
  background: linear-gradient(160deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.flash-sale .campaign-banner-container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.flash-sale .campaign-banner-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .flash-sale .campaign-banner-content {
    padding: 40px 15px;
  }
}
.flash-sale .campaign-badge-large {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF6B00 0%, #FF9500 100%);
  padding: 12px 30px;
  border-radius: 50px;
  margin-bottom: 30px;
  border: 3px solid #FFD700;
  animation: flashPulse 1.5s ease-in-out infinite;
  box-shadow: 0 4px 20px rgba(255, 107, 0, 0.6), 0 0 40px rgba(255, 149, 0, 0.3);
}

.flash-sale .campaign-badge-icon {
  font-size: 24px;
  color: #FFD700;
  animation: flashBounce 1.5s ease-in-out infinite;
}

.flash-sale .campaign-badge-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
  -webkit-text-fill-color: unset;
}

.flash-sale-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.flash-sale-rate {
  display: inline-block;
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #FFD700 0%, #FF9500 50%, #FF6B00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 12px rgba(255, 149, 0, 0.5));
  animation: flashWiggle 2s ease-in-out infinite;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .flash-sale-rate {
    font-size: 60px;
  }
}
.flash-sale-subtitle {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  font-weight: 600;
}

.flash-coupon-wrap {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 1rem;
}

.flash-coupon-code {
  font-family: "Courier New", monospace;
  font-weight: 700;
  border: 2px dashed #FFD700;
  padding: 6px 18px;
  color: #FFD700;
  border-radius: 6px;
  margin-left: 12px;
  letter-spacing: 2px;
  background: rgba(255, 215, 0, 0.08);
}

.flash-coupon-wrap .coupon-copy {
  cursor: pointer;
  color: #FFD700;
  margin-left: 8px;
}

.flash-sale-period {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

.flash-sale .countdown-timer {
  margin: 24px 0 0;
  text-align: center;
}

.flash-sale .countdown-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  font-weight: 600;
}

.flash-sale .countdown-display {
  max-width: 400px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.flash-sale .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 56px;
}

.flash-sale .countdown-value {
  font-size: 32px;
  font-weight: 700;
  color: #FFD700;
  line-height: 1;
  font-family: Arial, sans-serif;
}

.flash-sale .countdown-text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  font-weight: 600;
}

.flash-sale .countdown-separator {
  font-size: 28px;
  color: #FFD700;
  font-weight: 700;
  padding: 0 2px;
  align-self: flex-start;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .flash-sale .countdown-unit {
    min-width: 44px;
  }
  .flash-sale .countdown-value {
    font-size: 24px;
  }
  .flash-sale .countdown-display {
    padding: 12px 14px;
  }
}
.flash-cat-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.flash-cat-bg .cat-icon {
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.18);
  opacity: 0.35;
  animation: catFloat var(--dur, 20s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.flash-cat-bg .cat-1 {
  font-size: 50px;
  top: 5%;
  left: 3%;
  --dur: 18s;
  --delay: 0s;
}

.flash-cat-bg .cat-2 {
  font-size: 80px;
  top: 15%;
  left: 20%;
  --dur: 22s;
  --delay: -4s;
}

.flash-cat-bg .cat-3 {
  font-size: 40px;
  top: 2%;
  left: 45%;
  --dur: 16s;
  --delay: -8s;
}

.flash-cat-bg .cat-4 {
  font-size: 70px;
  top: 8%;
  left: 70%;
  --dur: 25s;
  --delay: -2s;
}

.flash-cat-bg .cat-5 {
  font-size: 55px;
  top: 0%;
  left: 88%;
  --dur: 19s;
  --delay: -6s;
}

.flash-cat-bg .cat-6 {
  font-size: 90px;
  top: 40%;
  left: 1%;
  --dur: 28s;
  --delay: -3s;
}

.flash-cat-bg .cat-7 {
  font-size: 45px;
  top: 45%;
  left: 30%;
  --dur: 20s;
  --delay: -10s;
}

.flash-cat-bg .cat-8 {
  font-size: 75px;
  top: 50%;
  left: 55%;
  --dur: 23s;
  --delay: -1s;
}

.flash-cat-bg .cat-9 {
  font-size: 50px;
  top: 38%;
  left: 80%;
  --dur: 17s;
  --delay: -7s;
}

.flash-cat-bg .cat-10 {
  font-size: 65px;
  top: 70%;
  left: 5%;
  --dur: 21s;
  --delay: -5s;
}

.flash-cat-bg .cat-11 {
  font-size: 40px;
  top: 75%;
  left: 25%;
  --dur: 26s;
  --delay: -9s;
}

.flash-cat-bg .cat-12 {
  font-size: 85px;
  top: 65%;
  left: 60%;
  --dur: 24s;
  --delay: -11s;
}

.flash-cat-bg .cat-13 {
  font-size: 55px;
  top: 80%;
  left: 85%;
  --dur: 15s;
  --delay: -13s;
}

.flash-cat-bg .cat-14 {
  font-size: 70px;
  top: 20%;
  left: 92%;
  --dur: 30s;
  --delay: -15s;
}

.flash-cat-bg .cat-15 {
  font-size: 48px;
  top: 55%;
  left: 42%;
  --dur: 19s;
  --delay: -4s;
}

@keyframes catFloat {
  0% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-25px) rotate(15deg) scale(1.05);
  }
  50% {
    transform: translateY(-10px) rotate(-8deg) scale(0.97);
  }
  75% {
    transform: translateY(-35px) rotate(12deg) scale(1.03);
  }
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
}
@keyframes flashPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.6), 0 0 40px rgba(255, 149, 0, 0.3);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 6px 30px rgba(255, 107, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.5);
  }
}
@keyframes flashBounce {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  30% {
    transform: translateY(-6px) rotate(-10deg);
  }
  60% {
    transform: translateY(-3px) rotate(8deg);
  }
}
@keyframes flashWiggle {
  0%, 100% {
    transform: rotate(-1deg) scale(1);
  }
  25% {
    transform: rotate(1.5deg) scale(1.02);
  }
  75% {
    transform: rotate(1deg) scale(1.01);
  }
}
.campaign-discount-rate {
  font-size: 25px !important;
}

.campaign-discount-target-plans .coupon-code span {
  font-family: "Courier New", monospace;
  font-weight: 600;
  border: 2px dashed #fff;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  margin-left: 15px;
}

.campaign-discount-target-plans .coupon-code i {
  cursor: pointer;
}

.countdown-timer {
  margin: 20px 0;
  text-align: center;
}

.countdown-label {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

.countdown-display {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}

.countdown-value {
  font-size: 32px;
  font-weight: 700;
  color: #0047AB;
  line-height: 1;
  font-family: "Arial", sans-serif;
}

.countdown-text {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
  font-weight: 600;
}

.countdown-separator {
  font-size: 28px;
  color: #0047AB;
  font-weight: 700;
  padding: 0 4px;
}

@media (max-width: 768px) {
  .countdown-unit {
    min-width: 50px;
  }
  .countdown-value {
    font-size: 24px;
  }
  .countdown-text {
    font-size: 10px;
  }
  .countdown-separator {
    font-size: 20px;
  }
  .countdown-display {
    padding: 12px 15px;
  }
}/*# sourceMappingURL=banner.css.map */