/* Add custom CSS styles below */ 
/* 1. إزالة أي خطوط (border) في منطقة الفوتر الداخلية تماماً */
.store-footer__inner, 
.store-footer__inner .container, 
.store-footer__contacts-row {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* 2. إلغاء أي خطوط وهمية ناتجة عن "pseudo-elements" */
.store-footer__inner::before, 
.store-footer__inner::after,
.store-footer__contacts-row::before,
.store-footer__contacts-row::after {
    display: none !important;
}

/* 3. إخفاء الأرقام والنصوص في وسائل التواصل */
selia-contacts .text-unicode {
    display: none !important;
}

/* 4. جعل الأيقونات الخمسة في صف واحد متناسق */
.store-footer__contacts-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 10px !important; /* مسافة بسيطة تحت اللوجو */
}

/* 5. توحيد حجم الأيقونات (واتساب، اتصال، انستقرام، تيك توك) */
selia-contacts .contact-icon,
salla-social .s-social-icon svg {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
}

/* 6. إلغاء المسافات الزائدة من أيقونات سلة */
salla-social.mt-4 {
    margin-top: 0 !important;
}
.s-social-list {
    margin: 0 !important;
    padding: 0 !important;
}
/* حذف الدوائر والبراويز والخلفيات من أيقونات السوشيال ميديا */
salla-social .s-social-link, 
salla-social .s-social-link a, 
salla-social .s-social-icon {
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* التأكد من بقاء حجم الأيقونة متناسقاً */
salla-social .s-social-icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
}
/* إخفاء نص الحقوق القديم (بما في ذلك الرابط) */
p.text-gray-400 {
    font-size: 0 !important;
}

/* إضافة النص الجديد */
p.text-gray-400::before {
    content: "wahid w tisein al tijariya co" !important;
    font-size: 14px !important; /* يمكنك تعديل الحجم حسب الرغبة */
    visibility: visible !important;
    display: inline-block !important;
    color: #9ca3af !important; /* لون رمادي خفيف ليتناسب مع التصميم */
}
/* 1. توحيد مقاس أيقونة السجل التجاري والضريبة تماماً */
.s-trust-badges-image, 
.footer-badges .load-img-onclick img {
    width: 32px !important;  /* العرض الموحد */
    height: 32px !important; /* الطول الموحد لضمان التساوي */
    object-fit: contain !important; /* لضمان عدم تمطط الصورة */
    min-width: 32px !important;
}

/* 2. تصغير الخطوط لتبدو متناسقة مع الأيقونات الصغيرة */
.s-trust-badges-content p, 
.s-trust-badges-content b,
.footer-badges div p.text-sm,
.footer-badges div b.text-sm {
    font-size: 11px !important;
    margin: 0 !important;
    display: block !important;
}

/* 3. تقليل الفراغات بين الأيقونة والنص */
.s-trust-badges-wrapper, 
.footer-badges .flex.items-end {
    display: flex !important;
    align-items: center !important; /* توسيط الأيقونة مع النص عمودياً */
    gap: 6px !important;
}

/* 4. إزالة الهوامش الزائدة لضمان استقامة الصف */
.footer-badges {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    align-items: center !important;
}
/* إخفاء قسم اطلبها مجدداً في الصفحة الرئيسية فقط */
:where(body[class*="home"], body:not([class*="page-"])) #reorder-section {
    display: none !important;
}
/* 1. تقليل المسافة بين روابط "روابط مهمة" */
footer .footer-list li a, 
.store-footer__inner .footer-list li a {
    margin-bottom: 5px !important; /* تقليص المسافة جداً */
    padding-bottom: 0 !important;
}

/* 2. إخفاء أي فقرات فارغة أو أسطر وهمية في الوصف */
.footer-description p, 
.footer-description br {
    display: none !important;
}

/* إظهار النص الحقيقي فقط داخل الوصف إذا وجد */
.footer-description p:not(:empty) {
    display: block !important;
    margin-bottom: 5px !important;
}

/* 3. تقليل الفراغات المحيطة باللوجو والروابط (الحاويات الكبيرة) */
.store-footer__inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* 4. تقليل المسافة تحت العناوين (مثل روابط مهمة) */
.store-footer__inner h3 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

/* 5. تقليل المسافات في قسم أيقونات التواصل */
.store-footer__contacts-row {
    padding: 10px 0 !important;
    margin-top: 0 !important;
}
/* استهداف الحاوية التي تحتوي على الفيديو رقم 1 فقط */
.videos-grid[data-video-count="1"] {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* استهداف عنصر الفيديو رقم 1 تحديداً داخل الشبكة */
.video-item[data-video-id="video-1"] {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* التأكد من أن الفيديو بداخل هذا العنصر يغطي العرض بالكامل */
.video-item[data-video-id="video-1"] video {
    width: 100% !important;
    height: auto !important;
}