/* =========================
   1) البنر بعرض الشاشة
========================= */
section.s-block.s-block--fixed-banner .container{
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.banner--fixed,
.banner--fixed a,
.banner--fixed picture,
.banner--fixed img{
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}

.banner--fixed img{
  border-radius: 0 !important;
  background-color: unset !important;
}

/* إزالة أي مسافة أعلى أول سكشن */
.s-block:first-of-type{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* إزالة أي مسافة أسفل البنر */
section.s-block.s-block--fixed-banner{
  margin-bottom: -5px !important;
  padding-bottom: 0 !important;
}

.banner--fixed{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* إزالة المسافات العامة بين السكاشن */
.s-block{
  margin-bottom: 0 !important;
}

/* =========================
   2) إزالة المسافة قبل الفوتر
========================= */
.store-footer .to-top{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto !important;
  height: auto !important;
}

.store-footer .to-top a{
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* إزالة أي مسافة فوق الفوتر */
.store-footer,
.store-footer_inner,
.store-footer .container,
footer{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   3) خلفية الفوتر
   مهم: استخدم رابط مباشر للصورة
========================= */
.store-footer,
.store-footer_inner{
  background-image: url('https://i.ibb.co/NgmBkJBY/copy.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #7A0C12 !important;
}

/* إزالة أي طبقة فوق الخلفية */
.store-footer::before,
.store-footer_inner::before{
  display: none !important;
  content: none !important;
}

/* إزالة الخلفيات الداخلية إن وجدت */
footer .footer-widget,
.site-footer .widget,
.store-footer .widget,
.store-footer .footer-widget{
  background: transparent !important;
}

/* =========================
   4) كيرف الفوتر - ديسكتوب
========================= */
.store-footer,
.store-footer_inner,
footer{

  overflow: hidden !important;
}

/* تأكيد إن الحاويات الداخلية ما تكسرش الكيرف */
.store-footer .container,
.store-footer_inner .container{
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
  overflow: hidden !important;
}

/* =========================
   5) كيرف الفوتر - موبايل
========================= */
@media (max-width: 768px){
  .store-footer,
  .store-footer_inner,
  footer{

    overflow: hidden !important;
  }

  .store-footer .container,
  .store-footer_inner .container{
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
    overflow: hidden !important;
  }
}

/* =========================
   6) ألوان نصوص الفوتر
========================= */
.store-footer,
.store-footer *{
  color: #ffffff !important;
}

/* الأيقونات والروابط */
.store-footer a,
.store-footer i,
.store-footer svg,
.store-footer .icon{
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* =========================
   7) تحسينات بسيطة للموبايل
========================= */
@media (max-width: 768px){
  .store-footer{
    background-position: center top !important;
    background-size: cover !important;
  }
}




body#app {
    background-image: url('https://i.ibb.co/4nM97vm6/pattern-1.png') !important;
}