.sovWare__discount-banner--eid-ul-adha {
  position: relative;
  min-height: 80px;
  overflow: hidden;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #0f172a 0%, #312e81 50%, #0f172a 100%);
}

.sovWare__discount-banner--eid-ul-adha img {
  display: block;
  max-width: 100%;
}

.eid-ul-adha-banner__decor {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
}

.eid-ul-adha-banner__decor-eid,
.eid-ul-adha-banner__decor-star,
.eid-ul-adha-banner__decor-dot {
  position: absolute;
}

.eid-ul-adha-banner__decor-eid {
  top: 5px;
  left: 4px;
  width: 44px;
  height: 48px;
  transform: rotate(35.49deg);
}

.eid-ul-adha-banner__decor-star--top {
  top: 4px;
  right: 120px;
  width: 12px;
  height: 10px;
}

.eid-ul-adha-banner__decor-star--bottom {
  right: 61px;
  bottom: 9px;
  width: 14px;
  height: 11px;
}

.eid-ul-adha-banner__decor-dot {
  top: 13px;
  left: 32%;
  width: 8px;
  height: 8px;
}

.eid-ul-adha-banner__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  padding: 8px 64px;
  gap: 24px;
}

.eid-ul-adha-banner__content,
.eid-ul-adha-banner__brand,
.eid-ul-adha-banner__offer,
.eid-ul-adha-banner__actions,
.eid-ul-adha-banner__cta,
.eid-ul-adha-banner__close {
  display: flex;
  align-items: center;
}

.eid-ul-adha-banner__content {
  min-width: 0;
  gap: 24px;
}

.eid-ul-adha-banner__brand {
  gap: 8px;
  flex-shrink: 0;
}

.eid-ul-adha-banner__badge {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.eid-ul-adha-banner__title {
  color: #fff;
  font-family: "Bebas Neue", "Bergen Neue", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.eid-ul-adha-banner__divider {
  width: 1px;
  height: 50px;
  background: #bbc0c6;
  opacity: 0.9;
}

.eid-ul-adha-banner__offer {
  gap: 5px;
  color: #fff;
  flex-shrink: 0;
}

.eid-ul-adha-banner__offer-word {
  width: 35px;
  height: 15px;
  object-fit: contain;
}

.eid-ul-adha-banner__offer-word--off {
  width: 24px;
}

.eid-ul-adha-banner__offer-number {
  color: #fff;
  font-family: "Bebas Neue", "Bergen Neue", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.eid-ul-adha-banner__offer-number span {
  font-size: 18px;
}

.eid-ul-adha-banner__actions {
  gap: 16px;
  flex-shrink: 0;
}

.eid-ul-adha-banner__cta {
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 8px;
  background: #fff;
  color: #05295f;
  font-family: "Inter", "Bergen Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.eid-ul-adha-banner__cta:hover {
  color: #05295f;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.eid-ul-adha-banner__cta img {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.eid-ul-adha-banner__cta:hover img {
  transform: translateX(3px);
}

.eid-ul-adha-banner__close {
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  opacity: 0.78;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.eid-ul-adha-banner__close:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.eid-ul-adha-banner__close img {
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 1199px) {
  .eid-ul-adha-banner__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .eid-ul-adha-banner__inner {
    min-height: 72px;
    padding: 12px 24px;
    gap: 18px;
  }

  .eid-ul-adha-banner__content {
    gap: 16px;
  }

  .eid-ul-adha-banner__badge {
    width: 52px;
    height: 52px;
  }

  .eid-ul-adha-banner__title {
    font-size: 24px;
  }

  .eid-ul-adha-banner__divider {
    height: 40px;
  }
}

@media only screen and (max-width: 840px) {
  .eid-ul-adha-banner__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 44px 12px 18px;
    gap: 10px 16px;
  }

  .eid-ul-adha-banner__content {
    justify-content: center;
    width: 100%;
  }

  .eid-ul-adha-banner__actions {
    justify-content: center;
    width: 100%;
  }

  .eid-ul-adha-banner__close {
    position: absolute;
    top: 12px;
    right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .eid-ul-adha-banner__inner {
    padding-left: 14px;
    gap: 10px;
  }

  .eid-ul-adha-banner__content {
    gap: 10px;
  }

  .eid-ul-adha-banner__badge {
    width: 40px;
    height: 40px;
  }

  .eid-ul-adha-banner__title {
    font-size: 20px;
  }

  .eid-ul-adha-banner__divider {
    height: 32px;
  }

  .eid-ul-adha-banner__offer-word {
    width: 28px;
    height: 13px;
  }

  .eid-ul-adha-banner__offer-word--off {
    width: 20px;
  }

  .eid-ul-adha-banner__offer-number {
    font-size: 18px;
  }

  .eid-ul-adha-banner__offer-number span {
    font-size: 15px;
  }

  .eid-ul-adha-banner__cta {
    min-height: 38px;
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 390px) {
  .eid-ul-adha-banner__content {
    flex-wrap: wrap;
  }

  .eid-ul-adha-banner__brand {
    gap: 6px;
  }

  .eid-ul-adha-banner__badge {
    width: 32px;
    height: 32px;
  }

  .eid-ul-adha-banner__title {
    font-size: 17px;
  }

  .eid-ul-adha-banner__divider {
    display: none;
  }
}
