body{
background-color: #F4EEE5;
}

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

#main-content > section:nth-child(2) {
    margin-top: 0px;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(4) > .container {
  margin-top: 0;
  max-width: 100%;
}
body#app {
  background-color: #F4EEE5;
}
.banner--fixed img {
  background-color: #F4EEE5;
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: #F4EEE5;
}


.banner--fixed img, .banner-entry {
    background-color: #F4EEE5;
}
@media (min-width: 1024px) {
  #main-content > section:nth-child(3) > div.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 > a:nth-child(2) {
    left: 25%;
  }
  
  #main-content > section:nth-child(3) > div.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 > a:nth-child(1) {
    right: 11%;
  }
.banner-entry {
    height: 260px;
    color: #F4EEE5;
}
}
#main-content > section:nth-child(7) > div > a:nth-child(1) {
    height: 315px;
    color: #F4EEE5;
}
#main-content > section:nth-child(7) > div > a:nth-child(2) {
    height: 315px;
    color: #F4EEE5;
}
.store-footer {
 background-color: #C3A764;             /* إضافة بعض الهوامش للفوتر */
}
.store-footer__inner {
 background-color: #C3A764;             /* إضافة بعض الهوامش للفوتر */
}
/* 🔥 بوردر للكارد بلون الهوية */
.s-products-slider-card custom-salla-product-card,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #C3A764 !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(195, 167, 100, 0.45); /* اللون الجديد */
  border-color: #C3A764; /* اللون الجديد */
}

/* ✨ تحسين بسيط للصورة مع الهوفر */
.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: #C3A764 !important; /* اللون الجديد */
  border: 2px solid #C3A764 !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(195, 167, 100, 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%;
}
div#mainnav {
    background-color: #F4EEE5;
}
@media (max-width: 767px) {
  .grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
#main-content > section:nth-child(7) > div > a:nth-child(1) {
    height: 189px;
    color: #F4EEE5;
}
#main-content > section:nth-child(7) > div > a:nth-child(2) {
    height: 189px;
    color: #F4EEE5;
}
}