body {
   
    background-color: rgb(228 215 194);
}




/* خلفية الفوتر */
.footer-is-light .store-footer .store-footer__inner {
    background-color: #719037;
    border-top-left-radius: 50px;
    padding: 40px 20px; /* إضافة بادنج داخلي */
}

/* المساحة الخارجية للفوتر */
.footer-is-light .store-footer {
    margin: 50px 0;
    padding: 30px !important; /* إضافة بادنج للفوتر */
}

/* تنسيق العناوين */
.store-footer h3 {
    font-size: 25px;
    color: #e4d7c2;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

/* صف نهاية الفوتر */
.md\:flex {
    background-color: #719037;
    border-bottom-right-radius: 50px;
    padding: 20px !important; /* إضافة بادنج هنا */
    flex-direction: column !important;
    text-align: center;
}

/* تنسيق كتابة الحقوق */
.copyright-text p {
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/* الشبكة الأساسية للفوتر */
.store-footer__inner .container {
    display: grid;
    gap: 30px;
    text-align: center;
    justify-items: center;
    padding: 20px !important; /* بادنج للكونتينر */
}

/* الجوال – عمود واحد */
.store-footer__inner .container {
    grid-template-columns: 1fr;
}

/* التابلت – عمودين */
@media (min-width: 640px) {
    .store-footer__inner .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* الديسكتوب – 4 أعمدة */
@media (min-width: 1024px) {
    .store-footer__inner .container {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* توسيط العناصر */
.s-social-list,
.s-contacts-list,
.s-payments-list {
    justify-content: center !important;
    text-align: center !important;
}

/* توسيط وثيقة العمل الحر */
.s-trust-badges-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}


/* توسيط كلمة فوائد على الجوال + إضافة مسافة تحتها */
@media (max-width: 640px) {
    .store-footer a.flex.items-center.m-0 {
        justify-content: center !important;
        width: 100%;
        text-align: center;
        margin-bottom: 20px !important; /* المسافة تحت كلمة فوائد */
    }

    .store-footer a.flex.items-center.m-0 h3 {
        margin: 0 auto !important;
        text-align: center !important;
        width: 100%;
    }
}


.footer-is-light .store-footer {
  
    background-color: transparent;
}





    .s-reviews-testimonial {
        background-color: #729137b0;
      border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;

    }


/* الهيدر */

    .main-nav-container {
        background-color: #67950f;
    }


.main-nav-container {
    background-color: #67950f;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.w-full {
    border-radius: 50px;
}




    .carousel-slider .swiper-wrapper>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, salla-slider[type]:not(.hydrated)>div>div {
      
        margin: 0 auto;
    }


.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) 
{ margin: 0 auto;
}
  
 /* تطبيق فقط على الشاشات الأكبر من 1024px (كمبيوتر) */
@media (min-width: 1024px) {
  .s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
      font-size: 30px;
      margin-left: -160px;
  }
}



    .s-product-card-content {
        justify-content: center;
        text-align: center;
    }


.s-product-card-content-sub {
 
    font-weight: bolder;
    justify-content: center;
}