body {
  background-color: #f1ede1;
}
.store-footer__inner{
  background-color: #4c2321;
}


@media(max-width:767px){
  .store-footer .contact-social ul {
    justify-content: center;
  }
  .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .store-footer a {
    justify-content: center;
  }
}

.s-product-card-content {
    background: #f1ede1;
}
.s-block--slider-with-bg {
   background: #f1ede1;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-child .container{
max-width: 100%;
}

.main-nav-container {
    background: #f1ede1;
}


.mm-ocd--open .mm-ocd__content{
  box-shadow: -3px 2px 11px 2px #ffffff29;
}


@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        background:  #f1ede1;
        color: #391a19;
    }
}
.s-block--features__item{
  background-color: rgb(241 237 225);
}
.s-product-card-content-title::after {
  content: "متوفر خيارات متعددة";
  display: block;        /* خليها سطر جديد */
  font-size: 12px;       /* حجم الخط */
  color: #555;           /* لون الخط */
  margin-top: 4px;       /* مسافة بين العنوان والنص */
  font-weight: 400;      /* سمك الخط */
}
.s-reviews-testimonial{
   background: #f1ede1;
}