/* =======================================================
   تطبيق خط Hacen Egypt من خانة الخطوط في سلة
======================================================= */

html,
body,
body *,
.s-block *,
.section *,
.header *,
footer *,
button,
input,
textarea,
select,
h1, h2, h3, h4, h5, h6,
a, span, p, div {
    font-family: 'Hacen Egypt', sans-serif !important;
    font-weight: 700 !important;
}

/* =======================================================
   إخفاء رقم التواصل من الموقع بالكامل
======================================================= */

a[href^="tel:"],
.phone,
[class*="phone"],
[class*="tel"],
[href*="tel"] {
    display: none !important;
}

/* =======================================================
   إخفاء الإيميل من الهيدر فقط
======================================================= */

header a[href^="mailto:"],
.top-bar a[href^="mailto:"],
.announcement-bar a[href^="mailto:"],
.header-top a[href^="mailto:"],
header [href*="@"] {
    display: none !important;
}

/* =======================================================
   إبقاء الإيميل داخل الفوتر فقط
======================================================= */

footer a[href^="mailto:"] {
    display: inline-flex !important;
}

/* =======================================================
   إصلاح الفراغ الأبيض في الجوال
======================================================= */

@media (max-width: 768px) {
    .top-bar,
    .header-top,
    .announcement-bar,
    .contact-bar,
    .store-contact,
    .site-contact,
    .header-contact,
    .contact-info,
    [class*="contact"],
    [class*="phone"],
    [class*="tel"] {
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
    }

    header,
    .header,
    .site-header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    main,
    .main-content,
    .page-content,
    .content,
    #content {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    section:empty,
    div:empty {
        display: none !important;
    }

    section,
    .section,
    .s-block,
    .home-section {
        min-height: 0 !important;
    }

    header + div,
    header + section,
    .site-header + div,
    .site-header + section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* =======================================================
   تغيير لون الفوتر إلى أسود
======================================================= */

footer,
.footer,
.store-footer,
.s-footer {
    background: #000000 !important;
    background-color: #000000 !important;
}

footer *,
.footer *,
.store-footer *,
.s-footer * {
    color: #ffffff !important;/* الرقم الضريبي */
.tax-number,
.tax-vat,
.vat-number {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    direction: rtl !important;
}

/* النص */
.tax-number::before,
.tax-vat::before,
.vat-number::before {
    content: "الرقم الضريبي: 311661698200003";
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

/* شعار VAT */
.tax-number img,
.tax-vat img,
.vat-number img {
    width: 50px !important;
    height: auto !important;
}
}