/* تحسين مظهر التستيمونيال */
stimonials-slider .testimonial {
  border: 1px solid orange;
  border-radius: 13px;
  box-shadow: -2px -8px 8px 3px rgb(238 153 0 / 62%);
}

/* إزالة المسافة العلوية والسفلية من البنرات */
section.s-block.s-block--banners.container {
  padding: 0;
}

/* ألوان الفوتر */
body, .footer-is-light .store-footer {
  background-color: #fff;
}

.footer-is-light .store-footer .store-footer__inner {
  background: #5e5e5e;
  color: white;
  border-radius: 50px;
}

/* تحسين شكل الأيقونات */
.s-block--features__item .feature-icon {
  background: #e0a378;
}

.s-block--features__item {
  border: 1px solid orange;
  border-radius: 60px;
  box-shadow: -2px -8px 8px 3px rgb(238 153 0 / 62%);
}

/* تعديل السلايدر والهوامش */
[dir=rtl] .carousel-slider .swiper {
  padding-left: 0rem !important;
}

salla-slider.photos-slider .swiper-slide {
  position: relative;
  margin: 0px !important;
  padding: 0px;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
}

.rounded-md {
  border-radius: 0rem !important;
}

.swiper.s-slider-container {
  padding: 0px;
}

section:first-of-type.s-block.s-block--photos-slider {
  margin: 0px !important;
}

/* ضبط شكل البنرات */
.banner--fixed img {
  background: transparent;
}

.banner-entry {
  width: 47%;
  height: 300px !important;
  background: transparent;
}

/* تحسين CLS – تثبيت أبعاد صور البنرات فقط */
.banner-entry img {
  aspect-ratio: 2.24 / 1;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* البنرات على الجوال */
@media (max-width: 480px) {
  .banner-entry {
    width: 48%;
    height: 130px !important;
    background: transparent;
  }
}

/* البنرات على التابلت */
@media (min-width: 481px) and (max-width: 767px) {
  .banner-entry {
    width: 47%;
    height: 177px !important;
    background: transparent;
  }
}

/* البنرات على الآيباد العرضي */
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-entry {
    width: 48%;
    height: 130px !important;
    background: transparent;
  }
}

/* البنرات على لابتوب/ديسكتوب */
@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-entry {
    width: 48%;
    height: 130px !important;
    background: transparent;
  }
}