/* Add custom CSS styles below */ 
.s-maintenance-alert-wrapper,
.store-header,
.store-footer{
  display: none !important;
}

/* إخفاء الهوتر بالكامل وتجاوز النمط المحقون */
footer[data-testid="store-footer"].store-footer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}