/* ============================
   Home Photos Slider - Full Width
   ============================ */

section[data-testid="store-home-photos-slider"] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;

    /* إزالة جميع الفراغات */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}

/* إزالة أي فراغات من البلوك نفسه */
section[data-testid="store-home-photos-slider"].s-block,
.s-block--photos-slider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* إزالة المسافات داخل السلايدر */
section[data-testid="store-home-photos-slider"] .home-slider,
section[data-testid="store-home-photos-slider"] .photos-slider,
section[data-testid="store-home-photos-slider"] .s-slider-wrapper,
section[data-testid="store-home-photos-slider"] .s-slider-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* بانر واحد في كل مرة */
section[data-testid="store-home-photos-slider"] .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* إزالة الحواف */
section[data-testid="store-home-photos-slider"] img,
section[data-testid="store-home-photos-slider"] a,
section[data-testid="store-home-photos-slider"] .swiper-slide {
    border-radius: 0 !important;
}

/* الصورة تملأ عرض البانر */
section[data-testid="store-home-photos-slider"] img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* إخفاء عنوان السلايدر الفارغ */
section[data-testid="store-home-photos-slider"] .s-slider-block__title {
    display: none !important;
}