/* 1. تكبير العناوين الرئيسية (مثل: أحدث المنتجات) */
h1, h2, h3, .s-block-header__title {
    font-size: 24px !important;
    font-weight: bold !important;
}

/* 2. تكبير النصوص العامة والفقرات (الوصف، الروابط) */
body, p, span, a, li, .product-entry__title {
    font-size: 16px !important;
}

/* 3. تكبير رسالة "لا توجد منتجات" التي تظهر في الصورة */
.empty-state__text, .empty-state h3 {
    font-size: 20px !important;
}

/* 4. تكبير نصوص الفوتر (أسفل الصفحة) */
.footer-list-title, footer h3 {
    font-size: 18px !important;
}

.footer-list-item, footer a, footer p {
    font-size: 16px !important;
}

/* 5. تكبير اسم المتجر والوصف في البطاقة الوسطى */
.promotion-title, .store-name {
    font-size: 22px !important;
}
.promotion-description {
    font-size: 16px !important;
}