/* =========================
   تكبير البانر وإلغاء الهوامش
   ========================= */

#e88e65b1-b8bd-449f-8e52-49ce0cebb11b {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* إلغاء عرض الحاوية المحدود داخل البانر */
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b .container,
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b .container-fluid,
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b > div,
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b a,
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b picture {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* إظهار الصورة كاملة دون قص أو تشويه */
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* منع القالب من فرض ارتفاع ثابت على البانر */
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b [class*="banner"],
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b [class*="slider"],
#e88e65b1-b8bd-449f-8e52-49ce0cebb11b [class*="slide"] {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}


/* ===================================
   إلغاء الفراغ قبل أحدث المنتجات
   =================================== */

#a528c2bb-fe8f-4dde-952e-581b772ae21b {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#a528c2bb-fe8f-4dde-952e-581b772ae21b .container,
#a528c2bb-fe8f-4dde-952e-581b772ae21b .container-fluid {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#a528c2bb-fe8f-4dde-952e-581b772ae21b h2,
#a528c2bb-fe8f-4dde-952e-581b772ae21b .section-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* =========================
   ضبط العرض على الهاتف
   ========================= */

@media screen and (max-width: 767px) {

    #e88e65b1-b8bd-449f-8e52-49ce0cebb11b {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding: 0 !important;
    }

    #e88e65b1-b8bd-449f-8e52-49ce0cebb11b img {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        object-fit: contain !important;
    }

    #a528c2bb-fe8f-4dde-952e-581b772ae21b {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    #a528c2bb-fe8f-4dde-952e-581b772ae21b h2 {
        margin-top: 5px !important;
    }
}