@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
body {
  background-color: white;
}
/* start of icons */
.header-btn__icon {
  border: none;
}

.sicon-user-circle:before {
  content: "\f078";
}
.s-cart-summary-content {
  display: none;
}
/* end of icons */

/* start of main banner */
.s-block.s-block--fixed-banner {
  margin-top: 1rem;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.store-header + .s-block.s-block--fixed-banner {
  margin-top: 0;
}
/* end of main banner */
/* start of images cats */
.s-block--banners {
  margin-top: 2rem;
  .grid {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 647px));
  }
  .square-photos {
    aspect-ratio: 647 / 380;
    height: auto;
    background-color: transparent;
  }
}
/* end of categories swiper */
/* start of feat */
#main-links-8 .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
  align-items: start;
  gap: 20px;
  width: 100% !important;
  transform: none !important;
}
#main-links-8 .swiper {
    padding-left: 5px !important;
    padding-right: 5px;
}
#main-links-8 .swiper-slide {
  width: auto !important;
  flex: none !important;
  display: flex;
  justify-content: center;
}

#main-links-8 .slide--cat-entry {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  text-decoration: none;
}

#main-links-8 .slide--cat-entry i {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 10px;
}
#main-links-8 .slide--one-sixth {
  border: 1px solid #F8F2E0;
  border-radius: 20px;
}
#main-links-8 .sicon-clothes-hanger:before {
  display: none;
}

#main-links-8 .swiper-slide:nth-child(1) i {
  background-image: url("https://i.ibb.co/XrX2z0n1/fast-track.gif");
}
#main-links-8 .swiper-slide:nth-child(2) i {
  background-image: url("https://i.ibb.co/1Gg15TYr/save-pay.gif");
}
#main-links-8 .swiper-slide:nth-child(3) i {
  background-image: url("https://i.ibb.co/1JpLh7s5/customer-serv.gif");
}
#main-links-8 .swiper-slide:nth-child(4) i {
  background-image: url("https://i.ibb.co/H5Q2Jzf/good-quality.gif");
}

@media (min-width: 768px) {
  #main-links-8 .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* end of feat */
.s-slider-block__title {
  flex-direction: column;
}
.s-slider-block__title h2 {
  font-weight: 300;
  font-size: 2rem;
}
.s-slider-block__title-left {
  align-self: end;
}

/* start of product card*/
.s-product-card-content-footer {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.s-button-primary-outline {
  border: none;
  border-radius: 0;
  fill: black;
  color: black;
}

/* end of product card*/

/* start of footer */
footer,
.store-footer__inner {
  background: #98704b !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;
  margin-block-start: 2rem;
  & *,
  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*="raw-aa.com"] h3 {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/tMrFK07b/raw-aa.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 126px;
    height: 149px;
    display: block;
  }
}

/* end of footer */