@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');
body {
    background-color: #fcf8f4;
    font-family: 'Zain', sans-serif; 
    
    font-size: 0.9rem;
}
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;
  }
}
.s-block--categories {
  .swiper-wrapper {
    justify-content: center;
    @media (max-width: 767px) {
      justify-content: start;
      gap: 0;
    }
  }

  .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: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
    .swiper-slide:nth-child(1) a::before {
      background-image: url("https://i.ibb.co/Lz85N9xZ/1-1.webp");
    }
    .swiper-slide:nth-child(2) a::before {
      background-image: url("https://i.ibb.co/qFYDyZZb/2-1.webp");
    }
    .swiper-slide:nth-child(3) a::before {
      background-image: url("https://i.ibb.co/v4RHyJNF/3-1.webp");
    }
    .swiper-slide:nth-child(4) a::before {
      background-image: url("https://i.ibb.co/5gG883rZ/4-1.webp");
    }
    .swiper-slide:nth-child(5) a::before {
      background-image: url("https://i.ibb.co/TMys82h3/5.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 {
  background-color: transparent !important;
}
.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;
}
.store-footer__inner {
  background:  var(--color-primary) !important;
   a[href="https://fashon-wood.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/onbXXO/8V4hN9UilhBuHVHZIuCpqUZJMuBmhB7Jxli65bWB.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    display: block;
  }
}
.store-footer {
    background:  var(--color-primary) !important;
}
.store-footer p {
  color: white;
}