@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

.navbar-brand img {
    max-height: 6rem;
    max-width: 200px;
    width: auto;
}
/* start of icons */
.header-btn__icon {
  border: none;
}
.sicon-shopping-bag:before {
  content: "\e906";
}
.sicon-user-circle:before {
  content: "\f078";
}
.s-cart-summary-content {
  display: none;
}
/* end of icons */
.index #mainnav:not(.fixed-header) {
  background: transparent;
  * {
    color: white;
    fill: white;
  }
}
.s-user-menu-trigger {
  background-color: transparent;
  padding: 0;
}
salla-user-menu  {
* {
  color: black !important;
}
  
}
/* start of main banner */
.store-header + .s-block.s-block--fixed-banner {
  margin-top: -96px;
  z-index: -1;
  position: relative;

  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .banner {
    width: 100%;
    margin: 0;
    position: relative;
/*
    &::after {
      content: "تسوقي الآن";
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      font-weight: bold;
      color: white;
      text-shadow: 0 2px 8px rgba(0,0,0,0.6);
      pointer-events: none;
      @media(max-width: 767px) {
        font-size: 1rem;
        bottom: 10%
      }
    }
    */
  }

  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}


/* end of main banner */

/* start of categories swiper */
.s-block--categories {
  margin-block: 8px;
  .swiper-wrapper {
    justify-content: center;
    @media (max-width: 767px) {
      justify-content: start;
      gap: 12px;
    }
  }

  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
    i,
    h2 {
      display: none;
    }
  }

  .slide--cat-entry::before {
    content: "";
    display: block;
    width: 150px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  a[href*="c316579833"]::before {
    background-image: url("https://i.ibb.co/DDzCDRsp/public.webp");
  }

  a[href*="c2055349967"]::before {
    background-image: url("https://i.ibb.co/xqkHW8Lf/event-abayas.webp");
  }

  a[href*="c1353290369"]::before {
    background-image: url("https://i.ibb.co/cSmSHkrH/formal.webp");
  }

  a[href*="c2067128988"]::before {
    background-image: url("https://i.ibb.co/x8qVgv2L/nqab.webp");
  }
}

/* end of categories swiper */
.s-reviews-testimonial {
  padding: 1rem ;
  .s-reviews-testimonial__icon {
    display: none;
  }
}
/* start of footer */
footer,
.store-footer__inner {
  background: #6387b9 !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  background: #43628e!important;
  --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^="tel:+966545062969"] {
    display: none;
  }
  a[href="https://salla.sa/rawafline/"] h3,
   a[href="https://rawafline.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/7dN5zJ93/rawaf-light-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 60px;
    display: block;
  }
}

/* end of footer */