/* إزالة خلفية السلايدر */
div.slider-bg::before {
  content: none !important;
  background: none !important;
  display: none !important;
}
.slider-bg {
  background-image: none !important;
  background-color: #ffffff !important;
  height: 260px !important;
}

/* لون عام للنصوص */
a, a:hover, a:visited,
body *,
.text-black,
.text-gray-900,
.text-gray-800,
.text-gray-700,
.text-gray-600,
.text-gray-500 {
  color: #a46454 !important;
}

/* إخفاء الأسهم في السلايدر */
.s-slider-prev,
.s-slider-next {
  display: none !important;
}

/* زر "عرض الكل" */
a.s-slider-block__display-all,
#slider-with-bg-0 .s-slider-block__display-all {
  margin-left: 0 !important;
  margin-right: auto !important;
  direction: rtl;
  background-color: #f3e4d5 !important;
  color: #a46454 !important;
  border: 1px solid #f3e4d5 !important;
  border-radius: 9999px !important;
  padding: 0.5rem 1.5rem !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  flex-grow: 0 !important;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

/* عند التحويم */
a.s-slider-block__display-all:hover {
  background-color: #e8d3c2 !important;
  color: #a46454 !important;
}

/* عنوان السلايدر */
h3.text-lg.font-bold.leading-12 {
  position: relative;
  top: -75px;
  margin-bottom: 25px !important;
  color: #a46454 !important;
  display: inline-block;
  border-bottom: 2px solid #a46454;
  padding-bottom: 4px;
  left: -5px;
  width: calc(100% + 10px);
  font-size: 1.5rem !important;
}

/* بطاقات المنتجات */
.s-products-slider-card,
.s-product-card-entry {
  background-color: #ffffff !important;
}
.s-product-card-content {
  background-color: #f3e4d5 !important;
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

/* خلفية القسم */
section.s-block.s-block--slider-with-bg.s-block--full-bg {
  background-color: #ffffff !important;
}

/* خلفية الفوتر */
.store-footer__inner {
  background-color: #f3e4d5 !important;
}

/* تنسيق عناصر التواصل */
@media (max-width: 767px) {
  .s-contacts-item {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  salla-social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }

  h3.text-lg {
    top: -30px !important;
    right: -120px !important;
  }
}
#slider-with-bg-1 .s-slider-block__title-left > a.s-slider-block__display-all {
  color: #a46454 !important;
  background-color: #f3e4d5 !important;
  border-color: #f3e4d5 !important;
  border-radius: 9999px !important;
  padding: 0.5rem 1.5rem !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

/* عند التحويم */
#slider-with-bg-1 .s-slider-block__title-left > a.s-slider-block__display-all:hover {
  background-color: #e8d3c2 !important;
  color: #a46454 !important;
}
/* تخصيص زر عرض الكل داخل السلايدر الثاني */
#slider-with-bg-1 .s-slider-block__title-left > a.s-slider-block__display-all {
  background-color: #f3e4d5 !important;
  color: #a46454 !important;
  border: 2px solid #a46454 !important; /* ✅ border بلون المطلوب */
  border-radius: 9999px !important;
  padding: 0.5rem 1.5rem !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

/* عند التحويم (hover) */
#slider-with-bg-1 .s-slider-block__title-left > a.s-slider-block__display-all:hover {
  background-color: #e8d3c2 !important;
  color: #a46454 !important;
  border-color: #a46454 !important; /* لتأكيد اللون أثناء hover */
}
section.s-block.s-block--banners.container {
  background-color: #ffffff !important;
}
/* إزالة أي صورة أو لون مضاف سابقًا */
section.s-block.s-block--banners.container,
section.s-block.s-block--banners.container * {
 
  background-color: #ffffff !important;
}
body, * {
  font-family: 'Tajawal', sans-serif !important;
}