body {
  background-color: white;
}
/* 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 */
.s-button-primary-outline {
  background: var(--color-primary);
  border: none;
  color: white !important;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
footer,
.store-footer__inner {
  background-color: e8c0b6 !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: black;
  --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://alhoor-sa.com/"] h3 {
      text-indent: -9999px;
      background-image: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/xAxaRw/w2nUNAJoxhg816RPRmA9EnI4FQLlCgoCW9knYRSo.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 1/1;
      max-width: 80px;
      width: 100%;
      height: auto;
      display: block;
      overflow: hidden;
  }
}