#fw-section-collection-template-collection-default {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-hero-b75002dd-95a0-4cea-a11d-f2210cab82e4 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-hero-b75002dd-95a0-4cea-a11d-f2210cab82e4 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffff00;
--color-background-rgb: 255, 255, 0;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 226;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #FFFFFF;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;
/* إلغاء القيود والمسافات الافتراضية للتصغير */
:host, 
section,
div {
    min-height: unset !important;
    height: auto !important;
    padding-top: 1px !important;    /* تقليل المسافة العلويّة */
    padding-bottom: 1px !important; /* تقليل المسافة السفلية */
}

/* تصغير حجم الخطوط لتسمح للبنر بالانكماش */
h1, h2, h3, p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 18px !important; /* يمكنك تقليل حجم الخط إذا أردت تصغير أكثر */
}

/* ضبط التصغير لشاشات الجوال */
@media (max-width: 768px) {
    :host, 
    section {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    
    h1, h2, h3 {
        font-size: 20px !important; /* حجم عنوان البنر على الجوال */
    }
    
    p {
        font-size: 13px !important; /* حجم النص الوصفي على الجوال */
    }
}
}


#fw-section-footer {
--font-heading-scale: 0.7;
--font-body-scale: 1.26;
}
#fw-section-header {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-product-product-default {
--font-heading-scale: 0.9;
--font-body-scale: 0.9;
}
#fw-section-product-recommendations-product-default {
--font-heading-scale: 0.9;
--font-body-scale: 0.9;
}