.store-footer__top {
    background-color: #023666;
    background-image: url(https://i.postimg.cc/Kj8rMQvC/Footer.png);
    object-fit: cover;
}
.footer-logo img {
  opacity: 0; /* إخفاء الصورة القديمة */
}

.footer-logo {
  display: block;
  width: 150px;              /* حدد العرض اللي يناسبك */
  height: 70px;              /* نفس ارتفاع الصورة الأصلية */
  background-image: url('https://i.postimg.cc/28z8nMDK/Link-store-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;            /* علشان تكون في المنتصف */
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  margin-top: 0;
  max-width: 100%;
}

/* الكونتينر داخل البانر ياخد كامل العرض */
.index section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100%;
  padding: 0;
}
/* البانر الأول ياخد ارتفاع كامل */
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
}
.s-block--features+.s-block--features, .s-block--info-blocks+.s-block--info-blocks, .s-block--fixed-banner+.s-block--fixed-banner, .s-block--banners+.s-block--banners {
    margin-top: 0em;
}


@media (min-width: 1025px) {
  .banner-entry {
    height: 405px;
  }
a.lazy__bg.loaded{
background-size: contain;
background-repeat:no-repeat;
}
}
.grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-4-photos:first-of-type {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
}

/* 🟦 البانرات داخل الجريد */
.grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-4-photos:first-of-type > * {
  flex: 1 1 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* 📱 تنسيقات الموبايل فقط */

  .banner-entry {
    height: 165px;
  }

  a.lazy__bg.loaded {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-4-photos:first-of-type {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
  }

  /* 🟦 البانرات داخل الجريد */
  .grid.grid-cols-2.md\:grid-cols-4.gap-2\.5.md\:gap-4.lg\:gap-5.has-4-photos:first-of-type > * {
    flex: 1 1 0;
    box-sizing: border-box;
  }
}
a.lazy__bg.loaded {
    background-color: white;
}
section#main-links-1 {
    background-image: url(https://i.postimg.cc/qM7JqFy8/Frame-3928-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
    .s-block {
        margin-top: 2rem;
        }