/* ========================= */
/* قسم الأقسام */
/* ========================= */

/* كارت التصنيف */
#main-links-1 .slide--cat-entry{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    padding:0 !important;
    overflow:hidden !important;
    height:auto !important;
}

/* الصورة */
#main-links-1 .slide--cat-entry img{
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:1/1 !important;
    object-fit:cover !important;
    border-radius:0 !important;
    margin:0 !important;
}

/* إلغاء كلاسات Tailwind */
#main-links-1 .slide--cat-entry img.w-16{
    width:100% !important;
}

#main-links-1 .slide--cat-entry img.h-16{
    height:auto !important;
}

#main-links-1 .slide--cat-entry img.rounded-full{
    border-radius:0 !important;
}

/* إخفاء اسم التصنيف لأن الاسم موجود داخل الصورة */
#main-links-1 .slide--cat-entry h2{
    display:none !important;
}


/* ========================= */
/* وسائل التواصل */
/* ========================= */

/* إخفاء عنوان سلة */
#main-links-8 .s-slider-block__title{
    display:none !important;
}

/* عنوان جديد */
#main-links-8{
    position:relative;
    padding-top:40px !important;
}

#main-links-8::before{
    content:"وسائل التواصل الاجتماعي";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    font-size:19px;
    font-weight:700;
    color:#1f2937;
    white-space:nowrap;
}

/* تحويل السلايدر إلى Flex */
#main-links-8 .swiper-wrapper{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:32px !important;
    transform:none !important;
}

/* كل عنصر */
#main-links-8 .swiper-slide{
    width:auto !important;
    margin:0 !important;
    flex:0 0 auto !important;
}

/* إزالة الكروت */
#main-links-8 .slide--cat-entry{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
}

/* الأيقونة */
#main-links-8 .slide--cat-entry img{
    width:42px !important;
    height:42px !important;
    margin-bottom:8px !important;
}

/* الاسم */
#main-links-8 .slide--cat-entry h2{
    margin:0 !important;
    font-size:14px !important;
}

/* تصغير عرض كل عنصر */
#main-links-8 .swiper-slide{
    width: 70px !important;
    margin: 0 12px !important;
    flex-shrink: 0 !important;
}

/* توسيط العناصر */
#main-links-8 .swiper-wrapper{
    justify-content: center !important;
    gap: 0 !important;
}


/* قسم وسائل التواصل فقط */
#main-links-8 .swiper{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#main-links-8 .swiper-wrapper{
    justify-content: center !important;
}

#main-links-8 .swiper-slide{
    margin: 0 12px !important;
}

/* إخفاء القائمة العلوية في ثيم رائد */
custom-main-menu{
    display:none !important;
}