/* إعادة ضبط شاملة - هوية مطهرة (المتجر الأخضر بالكامل)
   الخلفيات السائدة: الأخضر الزيتوني (#3D4733)
   التفاصيل والأزرار: الذهبي المطفي (#C0A053)
*/

/* 1. صبغ خلفية المتجر بالكامل */
:root {
  --color-primary: #3D4733 !important;
  --color-primary-dark: #2A3123 !important;
  --color-primary-reverse: #C0A053 !important;
  --main-color: #3D4733 !important;
  --secondary-color: #C0A053 !important;
}

body, 
.main-content, 
#app, 
section, 
.s-block,
.s-block-category-products,
.s-block-category-slider {
  background-color: #3D4733 !important;
  color: #C0A053 !important; /* النصوص باللون الذهبي لتقرأ بوضوح */
}

/* 2. الهيدر والقائمة العلوية */
div#mainnav, header, .main-nav-container, .top-header {
  background-color: #3D4733 !important;
  border-bottom: 2px solid #C0A053 !important;
}

.main-menu li a {
  color: #C0A053 !important;
  font-weight: bold !important;
}

/* أيقونات الهيدر */
.header-btn__icon {
  background-color: #C0A053 !important;
  color: #3D4733 !important;
  border-radius: 8px !important;
}

.s-cart-summary-count {
  background-color: #ffffff !important;
  color: #3D4733 !important;
}

/* 3. العناوين (Style ملكي ذهبي) */
.s-block__title h2, 
.s-slider-block__title h2, 
.s-block-header h2,
h2.text-lg, 
.title-main {
  background: #C0A053 !important;
  color: #3D4733 !important;
  padding: 10px 25px !important;
  border-radius: 5px 25px !important;
  display: inline-block !important;
}

/* 4. بطاقة المنتج (Product Card) - التعديل هنا فقط لضبط الألوان */
.s-product-card-vertical {
  background-color: #2A3123 !important; /* أخضر أغمق قليلاً للبطاقة */
  border: 1px solid #C0A053 !important;
  border-radius: 12px !important;
}

/* تعديل العنوان والسعر للذهبي وإزالة الخلفيات الفاتحة */
.s-product-card-entry {
  background: transparent !important;
  background-color: transparent !important;
}

.s-product-card-entry h3, 
.s-product-card-entry h3 a,
.s-product-card-entry .price,
.s-product-card-entry .s-product-card-price span {
  color: #C0A053 !important; /* تم التغيير للذهبي */
  -webkit-text-fill-color: #C0A053 !important;
}

/* 5. الأزرار (ذهبية واضحة) */
.s-button-element {
  background-color: #C0A053 !important;
  color: #3D4733 !important;
  border: 1px solid #C0A053 !important;
  font-weight: bold !important;
}

.s-button-element:hover {
  background-color: #ffffff !important;
  color: #3D4733 !important;
}

/* 6. قسم الصور المتحركة (GIFs) للتصنيفات */
.slide--cat-entry h2 {
  color: #C0A053 !important;
  padding-top: 85px !important;
}

.swiper-slide.slide--one-sixth > a {
  background-size: 110px 110px !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-color: transparent !important;
}

/* روابط الـ GIFs الخاصة بك */
.swiper-slide[aria-label="1 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/Bslh4WYB3LhPa34SEju5SccROrqffJvAzG0fB2d5.gif") !important;}
.swiper-slide[aria-label="2 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/fnac5SnmsuGHUH1cbBOU4htlbxEIDzQiuKjuAVyJ.gif") !important;}
.swiper-slide[aria-label="3 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/HCUZjYUQhJmLMTEvBHhMEmHcFc0kX5VBiRLfm2mg.gif") !important;}
.swiper-slide[aria-label="4 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/51YPXXXxT1CQpa9OiRmWJJ8YdtsAhTJvvntU9rju.gif") !important;}
.swiper-slide[aria-label="5 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/nDV9rmtP3Z3TmLsYUD1wKf7Jcam7QOmZjIQ5cC7R.gif") !important;}
.swiper-slide[aria-label="6 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/QznqrKog93qxcKL04OR6NV12kuwUuEvqW9Psfdrx.gif") !important;}
.swiper-slide[aria-label="7 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/wcjZoIkL82PC6Dob9ibZFRB3xeiiwxQ3JlpuJV9n.gif") !important;}
.swiper-slide[aria-label="8 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/NWs3pcDfKoPSstfA8FoDeiBThrC8DxO4ctefMCKi.gif") !important;}

/* 7. الفوتر (Footer) أخضر داكن */
footer.store-footer, .store-footer__inner {
  background-color: #2A3123 !important;
  border-top: 5px solid #C0A053 !important;
}

.store-footer h3, .store-footer a, .store-footer p, li.s-social-link {
  color: #C0A053 !important;
}

/* 8. اللمسات النهائية (أيقونات المزايا والسكرول) */
::-webkit-scrollbar { background: #3D4733; }
::-webkit-scrollbar-thumb { background: #C0A053 !important; }

i.sicon-store2, i.sicon-shipping-fast, i.sicon-fire {
  filter: brightness(0) saturate(100%) invert(75%) sepia(18%) saturate(1324%) hue-rotate(10deg) brightness(89%) contrast(84%) !important;
}

.swiper-slide.slide--one-sixth.swiper-slide-active[aria-label="1 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/Bslh4WYB3LhPa34SEju5SccROrqffJvAzG0fB2d5.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="2 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/fnac5SnmsuGHUH1cbBOU4htlbxEIDzQiuKjuAVyJ.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="3 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/HCUZjYUQhJmLMTEvBHhMEmHcFc0kX5VBiRLfm2mg.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="4 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/51YPXXXxT1CQpa9OiRmWJJ8YdtsAhTJvvntU9rju.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="5 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/nDV9rmtP3Z3TmLsYUD1wKf7Jcam7QOmZjIQ5cC7R.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="6 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/QznqrKog93qxcKL04OR6NV12kuwUuEvqW9Psfdrx.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="7 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/wcjZoIkL82PC6Dob9ibZFRB3xeiiwxQ3JlpuJV9n.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
.swiper-slide.slide--one-sixth[aria-label="8 / 8"]>a{background-image:url("https://cdn.salla.sa/nEQyVa/NWs3pcDfKoPSstfA8FoDeiBThrC8DxO4ctefMCKi.gif");
background-size:120px 120px;
background-repeat:no-repeat;
background-position:top;
background-color:transparent;
border-color:transparent;
}
a.slide--cat-entryy{background:transparent}
i.sicon-delete_col{color:transparent}
.slide--cat-entry h2{padding-top:80px}
#main-slider-0 > div.s-slider-block__title > div > div > button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock{display:none}
#main-slider-0 > div.s-slider-block__title > div > div > button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock{display:none}
.s-block--hero-slider .swiper-slide .overlay-bg:after{background-color: rgba(0, 0, 0, 0);}