body{
  background-color: #F3EFEA;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  max-width: 100%;
  margin-top: 0;
  padding: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
.store-footer__inner {
  background-color: #9E8E67 !important;
}

.footer-is-light .store-footer {
    background-color: #9E8E67;
}
/* 🔥 بوردر للكارد بلون الهوية */
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #9E8E67 !important;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s ease;
}

/* ✨ تأثير أثناء الهوفر */
.s-products-slider-card custom-salla-product-card:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(158, 142, 103, 0.45);
  border-color: #9E8E67;
}

/* ✨ تحسين بسيط للصورة مع الهوفر */
.s-products-slider-card custom-salla-product-card:hover img {
  transform: scale(1.04);
  transition: 0.4s ease-in-out;
}

/* 🎨 تنسيق زر إضافة للسلة بلون الهوية */
button[product-type="product"].s-button-element {
  background-color: #9E8E67 !important;
  border: 2px solid #9E8E67 !important;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

/* ✨ كتابة النص أيقونة + نص بالأبيض */
button[product-type="product"].s-button-element .s-button-text,
button[product-type="product"].s-button-element .s-button-text span,
button[product-type="product"].s-button-element i {
  color: #fff !important;
}

/* ⚡ تأثير الهوفر */
button[product-type="product"].s-button-element:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(158, 142, 103, 0.55);
}

/* ✨ اللمعة المتحركة */
button[product-type="product"].s-button-element::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}

/* ⚡ تحريك اللمعة عند الهوفر */
button[product-type="product"].s-button-element:hover::after {
  left: 130%;
}
.s-button-element {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid #9E8E67;
  color: #9E8E67;
}

.s-button-element:hover {
  background-color: #9E8E67;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(158, 142, 103, 0.4);
}

.s-button-element::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

.s-button-element:hover::before {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  100% { left: 125%; }
}
/* ضبط العنوان في الوسط */
.s-slider-block__title-right h2 {
  text-align: center; /* نص في الوسط */
  color: #9E8E67; /* لون الهوية */
  font-size: 28px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: color 0.35s ease, transform 0.35s ease;
}

/* تأثير تحريك عند الهوفر */
.s-slider-block__title-right h2:hover {
  color: #9E8E67;
  transform: translateY(-4px);
}

/* خط تحته مع أنيميشن */
.s-slider-block__title-right h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: #9E8E67;
  border-radius: 2px;
  transition: width 0.4s ease;
}

/* توسيع الخط عند الهوفر */
.s-slider-block__title-right h2:hover::after {
  width: 60%;
}

/* حركة خفيفة عند ظهور الصفحة */
@keyframes titleEntrance {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.s-slider-block__title-right h2 {
  animation: titleEntrance 0.8s ease forwards;
}


.inner.bg-inherit.w-full {
    background-color: #9C8E67;
}
.navbar-brand img {
  max-height: 4rem;
}
@media (max-width: 767px) {

  .s-block--banners .grid.two-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden {
    padding: 0;
  }

  .s-products-slider-card {
    max-width: 185px;
  }

  .main-nav-container {
    min-height: 56px;
  }

  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
  }
}
.text-primary {
    color: #ffffff;
}
    .main-menu li>a:hover {
        color: #000000;
    }
.main-menu li>a:hover {
    color: black !important;
}
       .main-menu>.has-children:hover>a {
        color: #000000 !important;
    }