/* start of main banner */
.store-header + .s-block.s-block--fixed-banner {
  margin-top: 0;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
/* end of main banner */
/* start of other banners */
.s-block--fixed-banner {
  margin-top: 1rem;
  img {
   background-color: transparent;
  }
}
/* end of other banners */
/* start of categories images*/
.s-block--banners {
  .banner-entry {
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 700 / 400;
  }

  @media (max-width: 768px) {
    gap: 12px;

    .banner-entry {
      max-width: none;
      flex: 1 1 calc(50% - 12px);
    }
  }

  @media (max-width: 480px) {
    gap: 10px;

    .banner-entry {
      flex: 1 1 100%;
      width: 100%;
    }
  }
}

/* end of categories images*/
/* start of footer */
footer,
.store-footer__inner {
  background-color: #15437f!important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;

  & *,
  p {
    color: var(--text-color);
  }

  & svg {
    & * {
      fill: var(--text-color);
      stroke: var(--text-color);
    }
  }

  & a {
    color: var(--text-color);

    &:hover {
      opacity: var(--hover-opacity);
    }
  }
  a[href="https://salla.sa/mhl-lbyea-alasl/"] h3,
   a[href="https://wafi-store0.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/rRX2FyTV/Isolation-Mode.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 99px;
    height: 136px;
    display: block;
  }
}

/* end of footer */