section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: unset!important;
}
/* إصلاح خلفية البنرات في الأقسام */
.s-block--banners .banner-entry {
  background-color: #ffffff !important; /* أبيض صريح */
  border-radius: 12px; /* اختياري لشكل أنعم */
  padding: 1rem; /* اختياري لتوسيط المحتوى داخل البانر */
  box-shadow: none !important; /* نضمن إن مفيش ظل ممكن يغمق الخلفية */
}
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);


/* استهداف السلايدر الرئيسي فقط وإزالة الخلفية البيضاء أو الخط */
.swiper.s-slider-container {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 1rem !important;
  margin: 0 !important;
}

/* إزالة أي هوامش داخلية أو خارجية قد تسبب الفراغ الأبيض */
.swiper.s-slider-container .swiper-slide {
  background-color:transparent !important;
  margin: 0 0.5rem!important;
  padding: 0 0.5rem !important;
  border: none !important;
  box-shadow: none !important;
}
/* إزالة أي هوامش داخلية أو خارجية قد تسبب الفراغ الأبيض */
.swiper.s-slider-container .swiper-slide {
  background-color:transparent !important;
  margin: 0 0.5rem!important;
  padding: 0 0.5rem !important;
  border: none !important;
  box-shadow: none !important;
}

/* الصور داخل البنر */
.swiper.s-slider-container .swiper-slide img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  border: none !important;
  box-shadow: none !important;
}

/* إزالة أي مارجن أو بادينج من أول سيكشن */
section:first-of-type {
  margin: 0 !important;
  padding: 0 !important;
}

/* جعل السلايدر الأول فقط بعرض 99% ومتمركز */
/* start first banner */
section:first-of-type {
    margin: 0!important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%!important;
    padding: 0!important;
}
[dir=rtl] .carousel-slider .swiper {
    padding: 0!important;
}
/* start banner */
section:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: unset!important;
}
--------------------------


/* التأكد إن كونتينر أول بنر فقط مش بيحد العرض */
section.s-block--fixed-banner.wide-placeholder:first-of-type .container {
  max-width: 99% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

}
/* -------------------- */
/* start banner */
section:nth-child(7 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: unset!important;
}
/* -------------------- */

/* تغيير الخلفية الخاصة بالصفحة بأكملها */
body {
    background-color: #ffffff !important;  /* استبدل اللون بـ الكود الذي ترغب فيه */
}

/* تغيير الخلفية الخاصة بمنطقة الهيدر */
header, .site-header {
    background-color: #ffffff !important;  /* استبدل اللون بـ الكود الذي ترغب فيه */
}

/* تغيير الخلفية الخاصة بالمحتوى الرئيسي */
.main-content, .store-wrapper {
    background-color: #ffffff !important;  /* استبدل اللون بـ الكود الذي ترغب فيه */
}
/* -------------------- */
.map-sec iframe {
    width: 100%;
    height: 450px; /* يمكنك تعديل الارتفاع حسب الحاجة */
    border: none;
}
/* -------------------- */
.responsive-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}


}
/* === تعديل عرض أقسام البنرات على الموبايل ليكون تمرير أفقي مع إخفاء شريط التمرير === */

/* الشكل الأساسي على الديسكتوب */
* الشكل الأساسي على الديسكتوب */
.s-block--banners .grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 2rem;
}
/* === الشكل الأساسي على الديسكتوب === */

.s-block--banners .grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important; /* مهم لتساوي الارتفاعات */
}
.s-block--banners .banner-entry {
  height: 210px !important;
  display: flex !important;
  flex-direction: column !important;
}

/* البنر نفسه */
.s-block--banners .banner-entry {
  height: 200px;
}

/* التعديل للموبايل */
@media (max-width: 767px) {

 .s-block--banners .grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 0.75rem;
    padding: 0 0.75rem;
  }

  .s-block--banners .banner-entry {
    flex: 0 0 48% !important;     /* يظهر اثنين في كل سطر */
    max-width: 48%;
    min-width: 48%;               /* ✅ الإضافة دي تمنع البنر الأخير من النزول */
    height: 140px !important;
    scroll-snap-align: start;
  }

  /* إخفاء الشريط */

  .s-block--banners .grid::-webkit-scrollbar {
    display: none;
  }
  .s-block--banners .grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}





/* البنر نفسه */
.s-block--banners .banner-entry {
  height: 200px;
}

/* التعديل للموبايل */
@media (max-width: 767px) {

  .s-block--banners .grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 1rem;
  }

  .s-block--banners .banner-entry {
    flex: 0 0 48% !important; /* يظهر اثنين فقط في كل سطر */
    height: 140px !important;
    scroll-snap-align: start;
  }

  /* إخفاء شريط التمرير */

   .s-block--banners .grid::-webkit-scrollbar {
    display: none;
  }
  .s-block--banners .grid {
    -ms-overflow-style: none;  /* Internet Explorer */
    scrollbar-width: none;     /* Firefox */
  }
}



/* تحسين عرض صورة الخلفية داخل البنر */
.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* استهداف البنر الخامس وتوسيطه مع عرض 99% */
section:nth-child(5 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 99% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* استهداف الصورة داخل البنر الخامس وتوسيطها */
section:nth-child(5 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 99% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 0.375rem !important;
    object-fit: cover !important;
}
/* استهداف البنر الخامس وتوسيطه مع عرض 99% */
section:nth-child(9 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 99% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* استهداف الصورة داخل البنر الخامس وتوسيطها */
section:nth-child(9 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 99% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 0.375rem !important;
    object-fit: cover !important;
}
@media (max-width: 600px) {
  .popup img {
    width: 50% !important;
    height: auto !important;
    max-width: 50px !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
  }
}
/* تنسيق صورة البوب اب */
.newdiv {
  text-align: center;
  margin-top: 20px;
}

.newdiv .popup-img {
  width: 300px;
  max-width: 90%;
  height: auto;
  display: inline-block;
  border-radius: 12px;
}

/* للموبايل */
@media (max-width: 600px) {
  .newdiv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .newdiv .popup-img {
    width: 180px;
    margin: 0 auto;
  }
}
/* البنر الثاني - على الموبايل فقط */
@media (max-width: 768px) {
  section:nth-child(2 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}
@media (max-width: 768px) {
  section:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}

@media (max-width: 768px) {
  section:nth-child(4 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}
@media (max-width: 768px) {
  section:nth-child(5 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}

@media (max-width: 768px) {
  section:nth-child(8 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}
@media (max-width: 768px) {
  section:nth-child(9 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}
/* يطبق على كل أنواع الأزرار */

@media (max-width: 768px) {
  section:nth-child(10 of .s-block.s-block--fixed-banner.wide-placeholder) img {
    width: 100% !important;
    height: 50px !important; /* زوّد القيمة لو عايز زوم أكبر */
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0.375rem !important;
  }
}
/* يطبق على كل أنواع الأزرار */


@media (max-width: 767px) {
  .s-block--banners .banner-entry img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}
@media (max-width: 767px) {
  .s-block--banners .banner-entry {
    flex: 0 0 auto;
    width: 50% !important; /* خليه أقل من 100% علشان تظهر مساحة للسكرول */
    max-width: 150px;
    height: 200px!important;
  }

  .s-block--banners .banner-entry .lazy__bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 180px !important;
    height: auto !important;
  }
}
.s-slider-v-centered .s-slider-block__title-nav button {
    background-color: transparent !important;
    color: rgba(249, 250, 251, 1) !important;
    border: 0px solid rgba(243, 244, 246, 1) !important;
    fill: rgba(43, 45, 52, 0.05098) !important;
.s-product-card-vertical {
    flex-direction: column! important; 
    border-width: 1px !important;
  border-radius: 0.375rem !important; 
}