[class*=" sicon-"] {
    color: white;

 }
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
    color: white;
    padding-right: .75rem;
}

.mm-spn.mm-spn--navbar:where([dir=rtl],[dir=rtl] *):after {
    color: white;
  
}


.mobile-menu .offers-link {
    display: none !important;
}




/* Add custom CSS styles below */ 
.s-block__title {
    display: flex;
    justify-content: center; /* توسيط أفقي */
    text-align: center;      /* توسيط النص */
    width: 100%;
}


.s-block__title h2 {
    font-size: 1.5rem;
    transition: color .3s ease, text-shadow .3s ease, transform .3s ease;
}

.s-block__title h2:hover {
    color: #e9692a; /* الأورانج */
    text-shadow: 0 0 8px rgba(233, 105, 42, 0.6);
    transform: scale(1.08); /* يبرز لقدّام */
}




.store-footer h3 {
    color: beige !important;
}
.store-footer .footer-container .footer-list a:hover {
  color: beige  !important;
}

/* تأثير الهوفر على عناصر الفوتر فقط */
.store-footer [data-animate="fade-up"].in-view:hover,
.store-footer [data-animate="fade-up"].in-view:hover * {
  color: beige !important;
  -webkit-text-fill-color: beige !important;
}

/* لو فيه SVG داخل العناصر */
.store-footer [data-animate="fade-up"].in-view:hover svg,
.store-footer [data-animate="fade-up"].in-view:hover svg * {
  fill: beige !important;
  stroke: beige !important;
}

/* روابط قسم التواصل داخل الفوتر فقط */
.store-footer .contact-links a:hover,
.store-footer .contact-links a:hover * {
  color: beige !important;
  -webkit-text-fill-color: beige !important;
}


.store-footer .text-gray-400,
.store-footer .text-gray-400 * {
    color: beige !important;
    -webkit-text-fill-color: beige !important;
}



.mm-spn a ,
.mm-spn li {
    
    color: #fffbff;
}

.store-footer__inner {
      margin: 15px;
    padding-right: 20px;
    padding-left: 10px;
    border-radius: 60px;
    border-color: initial;
}

.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    display: flex;
    justify-content: center;
width :100%;
    padding-left: 0;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}