/* السلايدر */
.s-block--photos-slider .swiper {
  overflow: visible !important;
}
.s-block--photos-slider .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  transform: none !important;
  gap: 12px !important;
}
.s-block--photos-slider .swiper-slide {
  width: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}
.s-block--photos-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.s-block--photos-slider .swiper-pagination {
  display: none !important;
}
.s-block--photos-slider [class*="pagination"] {
  display: none !important;
}
@media (max-width: 767px) {
  .s-block--photos-slider .swiper-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* الألوان */
.s-block--hero-slider {
  background: #F5EBDA !important;
}
.s-block--bundle-features-list:first-of-type {
  background: #ffffff !important;
}
.s-block--photos-slider {
  background: #ffffff !important;
}
.s-block--bundle-faq {
  background: #ffffff !important;
}
.s-block--features-container {
  background: #F5EBDA !important;
}

/* الخريطة */
.s-block--bundle-trust-map {
  background: #ffffff !important;
  padding: 16px !important;
}
.s-block-trust-map__wrapper {
  max-width: 350px !important;
  margin: 0 auto !important;
}
.s-block-trust-map__title {
  color: #C8964F !important;
  font-size: 1.1rem !important;
  text-align: center !important;
  margin-bottom: 4px !important;
}
.s-block-trust-map__subtitle {
  color: #C8964F !important;
  text-align: center !important;
  font-size: 0.85rem !important;
  margin-bottom: 12px !important;
}
.s-block-trust-map__iframe iframe {
  width: 100% !important;
  height: 180px !important;
  border-radius: 12px !important;
}

/* الشعار */
.store-header .logo img {
  height: 100px !important;
  width: auto !important;
}

@media (max-width: 767px) {
  .s-block--bundle-photos-album + .s-block--banners .grid.one-row {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }
}