.swiper-wrapper {
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.s-block--special-products-slider salla-slider.hydrated .s-slider-block__title-nav{
  display: none;
}
s-block s-block--fixed-banner wide-placeholder  fixed-banner--11 {
    margin: 0 auto;
    padding: 0;
    max-width:600px;
}
/* الـ section نفسه */
.fixed-banner--11 {    
    max-width: 900px !important;  /* نتأكد أنه مش يكبر */
    padding: 0 !important;
    margin: 0 auto;               /* نركزه في النص */
}

/* الكونتينر جوه الـ section */
.fixed-banner--11 .container {
    max-width: 900px !important;
    padding: 0 !important;
    margin: 0 auto;
    box-sizing: border-box;
}

/* الصورة داخل banner */
.fixed-banner--11 .banner img {
    max-width: 600px !important;
    height: auto !important;
    object-fit: contain; /* أو cover لو تحب الصورة تغطي بدون فراغ */
}