/* إزالة الخلفية السوداء فوق السلايدر */
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgba(0, 0, 0, 0) !important;
}

/* إخفاء عنوان السلايدر */
.s-slider-block__title {
    ؟display: none !important;
}

/* تنصيق الصوره */
img.w-16 {
border-radius: 0px ;
}

/* تنصيق الصوره */
.has-overlay:after {
  background-color: rgb(0 0 0 / 0%);
}

/* تنصيق الصوره */
@media (min-width: 1280px) {
    .container {
                max-width: 1480px;

    }
}


@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a
Specificity: (0,2,2)
 {
        padding-bottom: 1rem;
    }
    
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        padding: 0.50rem;
      }
}

.bg-center{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    .mm-spn li a, .mm-spn li>span {
        padding: 0px;
    }
}

.mm-spn li img {
   display: none;
}

.mm-spn li a , .\!py-3 {
    padding: 15px !important;
}

.mm-spn li>span {
    padding: 15px;
}

.s-product-card-vertical {
    border: 1px solid #1f1f1f2e;
}


/* Top promo bar */
/* ====== CSS ====== */
#discountModal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  backdrop-filter: blur(3px);
}

#discountModal .modal-content {
  background: #fff;
  border-radius: 15px;
  max-width: 400px;
  width: 90%;
  padding: 25px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.4s ease;
  font-family: 'Tajawal', sans-serif;
}

#discountModal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}
#discountModal .close-btn:hover { color: #333; }

#discountModal h2 { margin-bottom: 10px; color: #222; }

#discountModal .discount-code {
  background: #f3f3f3;
  border: 2px dashed #b91c1c; /* نبيتي */
  border-radius: 8px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  color: #b91c1c;
  margin: 10px 0;
}

#discountModal .shop-btn {
  background: #b91c1c;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
  transition: background 0.3s ease;
}
#discountModal .shop-btn:hover { background: #8b1313; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}