/* Add custom CSS styles below */ 

#ru50-countdown-banner {
  width: 100%;
  padding: 12px 18px;
  box-sizing: border-box;
  background: #f52235;
  color: #ffffff;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  text-align: center;
  font-family: inherit;
  box-shadow: 0 4px 15px rgba(245, 34, 53, 0.2);
  z-index: 9999;
}

.ru50-offer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.ru50-offer-text strong {
  font-size: 22px;
  font-weight: 900;
}

.ru50-coupon {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  font-weight: 800;
  direction: ltr;
}

.ru50-separator {
  padding: 0 4px;
  font-size: 20px;
  opacity: 0.8;
}

.ru50-countdown-title {
  font-weight: 800;
}

.ru50-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.ru50-time-box {
  min-width: 54px;
  padding: 5px 7px;
  background: #ffffff;
  color: #f52235;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
}

.ru50-time-box strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.ru50-time-box span {
  margin-top: 3px;
  color: #555555;
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 650px) {
  #ru50-countdown-banner {
    padding: 10px 8px;
    gap: 8px;
  }

  .ru50-offer-text {
    width: 100%;
    gap: 4px;
    font-size: 13px;
    line-height: 1.6;
  }

  .ru50-offer-text strong {
    font-size: 18px;
  }

  .ru50-separator {
    display: none;
  }

  .ru50-countdown-title {
    width: 100%;
  }

  .ru50-timer {
    width: 100%;
    gap: 5px;
  }

  .ru50-time-box {
    min-width: 48px;
    padding: 5px;
  }

  .ru50-time-box strong {
    font-size: 18px;
  }
}

/* إخفاء الشريط العلوي الفارغ مع إبقاء الهيدر الأزرق */
.store-header .top-navbar,
header.store-header > .top-navbar {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}