.relative.z-10.text-center.px-4.max-w-4xl.mx-auto.animate-fade-in {
    margin-top: 160px !important;
}
.top-navbar.sense-top-navbar.w-full {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/* إخفاء شكل الأيقونة القديمة */
salla-social .s-social-icon {
    font-size: 0 !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-block !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

salla-social .s-social-icon::before,
salla-social .s-social-icon::after {
    content: none !important;
    display: none !important;
}

/* فيسبوك */
salla-social a[href*="facebook.com"] .s-social-icon {
    background-color: #1877f2 !important;
    -webkit-mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/facebook.svg") center / contain no-repeat;
    mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/facebook.svg") center / contain no-repeat;
}

/* إنستغرام */
salla-social a[href*="instagram.com"] .s-social-icon {
    background-color: #e4405f !important;
    -webkit-mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/instagram.svg") center / contain no-repeat;
    mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/instagram.svg") center / contain no-repeat;
}

/* تيك توك */
salla-social a[href*="tiktok.com"] .s-social-icon {
    background-color: #000000 !important;
    -webkit-mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/tiktok.svg") center / contain no-repeat;
    mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/tiktok.svg") center / contain no-repeat;
}

/* سناب شات */
salla-social a[href*="snapchat.com"] .s-social-icon {
    background-color: #fffc00 !important;
    filter: drop-shadow(0 0 1px #333);
    -webkit-mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/snapchat.svg") center / contain no-repeat;
    mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/snapchat.svg") center / contain no-repeat;
}

/* يوتيوب */
salla-social a[href*="youtube.com"] .s-social-icon,
salla-social a[href*="youtu.be"] .s-social-icon {
    background-color: #ff0000 !important;
    -webkit-mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/youtube.svg") center / contain no-repeat;
    mask: url("https://cdn.jsdelivr.net/npm/simple-icons/icons/youtube.svg") center / contain no-repeat;
}


.s-block.s-block--bundle-categories-grid {
    margin-top: -10px !important;
    padding-top: 0 !important;
}