/* --- الكود الأصلي --- */
body.index {
  background-color: #fff;
}
.navbar-brand img {
  max-height: 5rem;
}
body.index header.store-header + section.s-block.s-block--fixed-banner {
  margin-top: 0 !important;
}
body.index salla-slider.photos-slider .swiper {
  padding-bottom: 0 !important;
}
[dir=rtl] .carousel-slider .swiper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top: 0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}

/* Product */
.s-product-card-entry {
  border: 1px solid #6D4937 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
}
.s-products-slider-card {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.s-slider-block__title h2 {
  color: #090909 !important;
}
.s-product-card-image {
  background-color: transparent !important;
}
.s-slider-nav-arrow {
  border-color: #6D4937 !important;
  background-color: #6D4937 !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
.product-index-offers .s-products-list-vertical-cards, .product-index .s-products-list-vertical-cards {
  margin: 0.2rem;
}

.s-button-primary-outline {
  background-color: #6D4937 !important;
  color: #fff !important;
}

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.banner--fixed img {
  border-radius: 0 !important;
  background-color: transparent !important;
}

section.s-block.s-block--banners.container div.grid {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
section.s-block.s-block--banners.container div.grid a.banner-entry {
  width: 30% !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  height: 400px !important;
}
@media(max-width: 767px) {
  section.s-block.s-block--banners.container div.grid a.banner-entry {
    width: 45% !important;
    height: 220px !important;
  }
}
.banner-entry > div {
  background-size: contain !important;
  background-repeat: no-repeat;
}

/* --- تعديلات الفوتر (الأصفر والأسود) --- */
.store-footer .store-footer__inner {
  background-color: #fdb924 !important;
}

.store-footer, 
.store-footer *, 
.store-footer a, 
.store-footer p, 
.store-footer span,
.store-footer h4,
.store-footer .footer-col__title {
  color: #000000 !important;
}

.store-footer svg {
  fill: #000000 !important;
}

.store-footer input {
  border-color: #000000 !important;
  color: #000000 !important;
}

@media(max-width: 767px) {
  .store-footer__inner * {
    justify-content: center;
    text-align: center;
  }
}

/* --- تعديلات أزرار الشراء (أصفر للخلفية، أسود للنصوص والإطارات) --- */
.s-btn--primary,
.s-btn--outline-primary {
    background-color: #fdb924 !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.s-btn--primary:hover, 
.s-btn--outline-primary:hover {
    background-color: #e5a720 !important;
    color: #000000 !important;
}

button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    COLOR: BLACK;
}

.s-add-product-button-mini-checkout-content {
    COLOR: BLack;
}


.s-button-primary-outline {
    background-color: #fdb924 !important;
    color: #000000 !important;
}