.sovWare__discount-banner--mega-bundle-deal {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  min-height: 80px;
  padding: 8px 0;
  overflow: hidden;
  background: #eef1ff;
  box-sizing: border-box;
}

.sovWare__discount-banner--mega-bundle-deal *,
.sovWare__discount-banner--mega-bundle-deal *::before,
.sovWare__discount-banner--mega-bundle-deal *::after {
  box-sizing: border-box;
}

.mega-bundle-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 9px 52px 9px 16px;
  gap: 18px;
  border: 1px solid rgba(196, 200, 251, 0.26);
  background:
    radial-gradient(88% 140% at 30% 0%, rgba(78, 74, 178, 0.64) 0%, rgba(78, 74, 178, 0) 45%),
    linear-gradient(100deg, #111444 0%, #18144e 54%, #131641 100%);
  box-shadow: 0 14px 34px rgba(17, 20, 68, 0.18);
  color: #ffffff;
}

.mega-bundle-banner__copy {
  display: flex;
  flex: 0 1 540px;
  min-width: 300px;
  max-width: 540px;
  min-height: 52px;
  padding: 8px 22px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: linear-gradient(107deg, rgba(76, 72, 165, 0.68) 0%, rgba(69, 64, 156, 0.5) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mega-bundle-banner__headline {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  color: #ffffff;
  font-family: "Inter", "Bergen Neue", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

.mega-bundle-banner__headline strong {
  flex: 0 0 auto;
  color: #63f5c0;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.mega-bundle-banner__headline span {
  min-width: 0;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
  .mega-bundle-banner__headline span {
     overflow: hidden;
  }
}

.mega-bundle-banner__copy p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.mega-bundle-banner__countdown {
  flex: 0 0 auto;
}

.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li {
  display: flex;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 6px 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(103, 97, 190, 0.74) 0%, rgba(61, 56, 143, 0.72) 100%);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Inter", "Bergen Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  gap:2px;
}

.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li span:not(.loader-dot) {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li .loader-dot {
  width: 6px;
  height: 6px;
  margin: 0 0 4px;
  border-radius: 50%;
  background: #ffffff;
}

.mega-bundle-banner__divider {
  flex: 0 0 auto;
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0) 100%);
}

.mega-bundle-banner__spots {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-width: 128px;
  color: #ffd833;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.mega-bundle-banner__spots img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.mega-bundle-banner__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 148px;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid rgba(58, 206, 255, 0.68);
  border-radius: 9px;
  background: linear-gradient(124deg, #d5f7fe 32%, #e3ffe2 90%);
  color: #4353ff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mega-bundle-banner__cta:hover,
.mega-bundle-banner__cta:focus {
  color: #4353ff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(58, 206, 255, 0.18);
}

.mega-bundle-banner__cta img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.mega-bundle-banner__cta:hover img,
.mega-bundle-banner__cta:focus img {
  transform: translateX(3px);
}

.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__close.disc-close {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 3;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.88;
  text-decoration: none;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__close:hover,
.sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__close:focus {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}

.mega-bundle-banner__close img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1199px) {
  .mega-bundle-banner__inner {
    padding-left: 14px;
    gap: 12px;
  }

  .mega-bundle-banner__copy {
    flex-basis: 340px;
    min-width: 250px;
    padding: 7px 16px;
  }

  .mega-bundle-banner__headline {
    font-size: 18px;
  }

  .mega-bundle-banner__headline strong {
    font-size: 24px;
  }

  .mega-bundle-banner__copy p {
    font-size: 12px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown ul {
    gap: 5px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li {
    width: 43px;
    min-width: 43px;
    height: 44px;
    font-size: 17px;
  }

  .mega-bundle-banner__spots {
    min-width: 114px;
    font-size: 12px;
  }

  .mega-bundle-banner__cta {
    min-width: 126px;
    min-height: 42px;
    padding: 9px 13px;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .mega-bundle-banner__copy {
    flex-basis: 240px;
    min-width: 200px;
    background: rgba(76, 72, 165, 0.38);
  }

  .mega-bundle-banner__headline {
    font-size: 16px;
  }

  .mega-bundle-banner__headline strong {
    font-size: 21px;
  }

  .mega-bundle-banner__copy p {
    display: none;
  }

  .mega-bundle-banner__divider {
    display: none;
  }

  .mega-bundle-banner__spots {
    min-width: 100px;
  }

  .mega-bundle-banner__cta {
    min-width: 112px;
  }
}

@media screen and (max-width: 840px) {
  .mega-bundle-banner__inner {
    min-height: 66px;
    padding: 6px 40px 6px 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 4px 8px;
  }

  .mega-bundle-banner__copy {
    flex: 0 0 calc(100% - 34px);
    min-width: 0;
    max-width: none;
    min-height: 20px;
    padding: 0;
    align-items: center;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .mega-bundle-banner__headline {
    justify-content: center;
    max-width: 100%;
    gap: 5px;
    font-size: 14px;
  }

  .mega-bundle-banner__headline strong {
    font-size: 20px;
  }

  .mega-bundle-banner__headline span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li {
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 4px 3px;
    font-size: 14px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li span:not(.loader-dot) {
    margin-top: 3px;
    font-size: 6px;
  }

  .mega-bundle-banner__spots {
    min-width: 0;
    gap: 4px;
    font-size: 11px;
  }

  .mega-bundle-banner__spots img {
    width: 15px;
    height: 15px;
  }

  .mega-bundle-banner__cta {
    min-width: 92px;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 7px;
    gap: 5px;
    font-size: 11px;
  }

  .mega-bundle-banner__cta img {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sovWare__discount-banner--mega-bundle-deal {
    padding: 7px 10px;
  }

  .mega-bundle-banner__inner {
    min-height: 66px;
    padding: 7px 40px 7px 10px;
    gap: 8px;
    border-radius: 11px;
  }

  .mega-bundle-banner__copy {
    flex: 0 0 calc(100% - 34px);
    min-width: 0;
    max-width: none;
    min-height: 20px;
    padding: 0;
    align-items: center;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .mega-bundle-banner__headline {
    justify-content: center;
    max-width: 100%;
    font-size: 14px;
  }

  .mega-bundle-banner__headline strong {
    font-size: 18px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li {
    width: 35px;
    min-width: 35px;
    height: 38px;
    padding: 4px 3px;
    font-size: 14px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li span:not(.loader-dot) {
    margin-top: 4px;
    font-size: 7px;
  }

  .mega-bundle-banner__spots {
    min-width: 86px;
    gap: 4px;
    font-size: 11px;
  }

  .mega-bundle-banner__spots img {
    width: 15px;
    height: 15px;
  }

  .mega-bundle-banner__cta {
    min-width: 108px;
    min-height: 36px;
    padding: 8px 10px;
    gap: 5px;
    font-size: 11px;
  }

  .mega-bundle-banner__cta img {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 575px) {
  .sovWare__discount-banner--mega-bundle-deal {
    padding: 6px 8px;
  }

  .mega-bundle-banner__inner {
    min-height: 68px;
    padding: 6px 36px 6px 9px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 4px 7px;
  }

  .mega-bundle-banner__copy {
    flex: 0 0 calc(100% - 34px);
    min-width: 0;
    min-height: 20px;
    padding: 0;
    align-items: center;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .mega-bundle-banner__headline {
    justify-content: center;
    max-width: 100%;
    gap: 4px;
    font-size: 13px;
  }

  .mega-bundle-banner__headline strong {
    font-size: 18px;
  }

  .mega-bundle-banner__headline span {
    max-width: 150px;
  }

  .mega-bundle-banner__countdown {
    flex: 0 0 auto;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown ul {
    gap: 3px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li {
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 12px;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__countdown li span:not(.loader-dot) {
    margin-top: 2px;
    font-size: 5px;
  }

  .mega-bundle-banner__spots {
    min-width: 0;
    font-size: 10px;
  }

  .mega-bundle-banner__spots img {
    display: none;
  }

  .mega-bundle-banner__cta {
    min-width: 78px;
    min-height: 28px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 10px;
  }

  .mega-bundle-banner__cta img {
    display: none;
  }

  .sovWare__discount-banner--mega-bundle-deal .mega-bundle-banner__close.disc-close {
    top: 7px;
    right: 7px;
    width: 26px;
    height: 26px;
    padding: 6px;
    transform: none;
  }
}

@media screen and (max-width: 390px) {
  .mega-bundle-banner__inner {
    padding-right: 34px;
    gap: 4px 5px;
  }

  .mega-bundle-banner__headline {
    font-size: 12px;
  }

  .mega-bundle-banner__headline strong {
    font-size: 16px;
  }

  .mega-bundle-banner__headline span {
    max-width: 128px;
  }

  .mega-bundle-banner__spots {
    font-size: 9px;
  }

  .mega-bundle-banner__cta {
    min-width: 72px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 9px;
  }
}
