@import url("https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");
* {
  font-family: "Zain", sans-serif;
}
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 */

/** categorires swiper **/

.s-block--categories {
  .s-slider-block__title {
  justify-content: center;
}
  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
     i {
      display: none;
    }
    h2 {
      margin-block-start: 1rem;
    }
  }
  .slide--cat-entry::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 195 / 196;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .swiper-slide:nth-child(1) a::before {
    background-image: url("https://i.ibb.co/Q7ssZtLc/cat-1.webp");
  }
  
  .swiper-slide:nth-child(2) a::before {
    background-image: url("https://i.ibb.co/mFvZNRL2/cat-2.webp");
  }
  
  .swiper-slide:nth-child(3) a::before {
    background-image: url("https://i.ibb.co/5g96wc97/cat-3.webp");
  }
  
  .swiper-slide:nth-child(4) a::before {
    background-image: url("https://i.ibb.co/fG0ddbsj/cat-4.webp");
  }
  .swiper-slide:nth-child(5) a::before {
    background-image: url("https://i.ibb.co/6c5Rg19J/cat-5.webp");
  }
  .swiper-slide:nth-child(6) a::before {
    background-image: url("https://i.ibb.co/67K2wv8m/cat-6.webp");
  }
  .swiper-slide:nth-child(7) a::before {
    background-image: url("https://i.ibb.co/XfK6CT9G/cat-7.webp");
  }
  .swiper-slide:nth-child(8) a::before {
    background-image: url("https://i.ibb.co/9mnqx070/cat-8.webp");
  }
  .swiper-slide:nth-child(9) a::before {
    background-image: url("https://i.ibb.co/HpfBgxSy/cat-9.webp");
  }
}

.s-button-primary-outline {
  background: var(--color-primary);
  border: none;
  color: white !important;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.s-block--features__item .feature-icon {
  background-color: transparent;
}
.s-block--features__item i {
  color: var(--color-primary) !important;
}
.s-block--features__item p {
  display: none;
}
/* start of footer */
footer,
.store-footer__inner {
  background-color: var(--color-primary) !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://knova-sa.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/whwbNXSk/knova.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 337px;
    height: 84px;
    display: block;
  }
}

/* end of footer */
.store-footer a[href="https://knova-sa.com/"] h3
{
  width: 120px;
}