@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
  --color-primary: #06065e;
}
body {
  background: #f3f4f6;
  font-family: "Tajawal", sans-serif;
}
/* start of main banner */
section.s-block--fixed-banner:nth-child(1) {
  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 footer */
footer,
.store-footer__inner {
  background: var(--color-primary) !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;
  margin-block-start: 0;
  & *,
  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/80d7cdfb-f4b9-4942-9fd8-0b23faf0a5f7/"] h3,
   a[href="https://shouq-sho.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/HDfJLSvq/shouq.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 188px;
    height: 99px;
    display: block;
  }
}

/* end of footer */