/* 🔹 تصحيح البانر الثابت */
.mb-\[56px\].\!h-\[65vh\].md\:\!h-screen.landing-page-fixed-bannar-2.flex.justify-center.items-center.bg-cover.bg-no-repeat.bg-center.relative.w-full {
    background-size: 100% !important;
    background-position: top !important;
}

/* 🔹 إخفاء بعض العناصر */
.top-navbar.relative.z-\[150\],
.image-title.mb-\[30px\].sal-animate {
    display: none !important;
}

/* 🔹 خلفية الصور الثابتة */
.banner--fixed img {
    background-color: rgb(255 255 255);
}

/* 🔹 تنسيق عنوان الصورة */
.image-title.mb-\[30px\].sal-animate {
    padding: 0;
    margin: 0 !important;
    background-image: unset !important;
}

/* 🔹 تنسيق عناوين الأقسام */
.flex.flex-col.gap-8.s-block__title {
    display: flex !important;
    justify-content: end !important;
    align-items: baseline;
}

/* 🔹 تنسيق العنوان الرئيسي */
h1.title-heade {
    background: #CA8D60 !important;
    padding: 0 !important;
    color: #083f6e !important;
}

/* 🔹 إزالة الفراغات السفلية للمنتجات */
section.g-products {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 🔹 إخفاء عناصر التحكم بالـ Slider */
.flex.self-end.gap-4,
.s-slider-block__title-nav {
    display: none !important;
}

/* 🔹 تعديل المسافة بين أقسام المنتجات */
section.g-products.g-products-6.w-full.not-show.text-white.font-Messiri.mb-\[10px\].md\:mb-\[90px\] {
    margin-top: 0px !important;
}

/* 🔹 تصحيح البانر الأول */
.landing-page-fixed-bannar-0 {
    margin-top: 90px !important;
}

/* 🔹 تنسيق شبكة التصنيفات للجوال */
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* 🔹 ضبط أول بانر */
section.landing-page-first-bannar {
    margin-top: 105px !important;
}

/* 🔹 ضبط السلايدر */
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding: 0 !important;
    margin-top: 30px !important;
}

/* 🔹 إزالة المسافات الزائدة أسفل سكشن معين */
section.w-full.section_c_r.mb-\[56px\].md\:mb-\[112px\].sal-animate {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* 🔹 إخفاء تبويب التخفيضات من الهيدر */
.store-header a[aria-label="تخفيضات"] {
    display: none !important;
}

/* 🔹 تصحيح حجم صورة محددة */
img[src="https://cdn.salla.sa/form-builder/E9uZE7hQnhHvNXnk7o6ZONNF3dch8mKU1YPRvahK.png"] {
    transform: scale(2);
    transform-origin: left center;
    margin-right: 167px;
}

/* 🔹 إضافة مسافة مناسبة بين البنرات والفوتر */
section:has(.banners-wrapper),
section:has(.banner-item) {
    margin-bottom: 40px !important;
}

/* 🔹 التأكد من عدم وجود فراغ إضافي فوق الفوتر */
footer, .store-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


@media(max-width:776px){
section.landing-page-first-bannar {
    display: none;
}
}
@media(min-width:776px){

section.s-block.s-block--photos-slider {
    display: none;
}}