/* Add custom CSS styles below */ 
.s-slider-swiper-wrapper {
  display: flex;
  justify-content: center; /* توسيط أفقي */
  align-items: center;     /* توسيط رأسي */
}

.s-slider-swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.store-footer__inner::after {
    content: "";
    position: absolute;
    left: 200px;
    top: 35%;
    top: 33%;
    width: 338px;
    height: 241px;
    background-image: url(https://cdn.files.salla.network/homepage/1788806541/ad22efa8-1caa-4605-b40c-d7d13b0a9b01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/* 📱 موبايل */
@media (max-width: 768px) {
  .store-footer__inner {
    padding-left: 0;
  }

  .store-footer__inner::after {
    position: static;
    transform: none;
    width: 100%;
    height: 220px;
    margin: 30px auto 0;
    display: block;
  }