/* Add custom CSS styles below */
@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');
* {
    font-family: 'Zain', sans-serif !important;
}
/* 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 */
/* start of categories swiper */
.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/93TWTc4W/3-Recovered-png-1-1.png");
  }
  
  .swiper-slide:nth-child(2) a::before {
    background-image: url("https://i.ibb.co/nsG4xFzS/3-Recovered-png-12.png");
  }
  
  .swiper-slide:nth-child(3) a::before {
    background-image: url("https://i.ibb.co/DHXjXkVn/3-Recovered-png-13.png");
  }
  
  
/*
  a[href*="c793334856"]::before {
    background-image: url("https://i.ibb.co/HTPvG65W/sondos-dresses.webp");
  }
*/
}
/* end of categories swiper */


/* start of media screen */
@media (width < 1200px) {
  .s-block--categories .swiper-slide {
    margin-inline: 1rem;
  }
}
@media (width < 600px) {
  .s-block--categories .swiper-slide {
    margin-inline: 0.5rem;
  }
  .s-block.s-block--fixed-banner {
    margin-block-start: 1.5rem;
    .container {
      padding: 0;
      margin: 0;
      max-width: 100%;
    }
  }
  [block-title="الاقسام"] .swiper-wrapper .swiper-slide {
  width: 35% !important;
}
}
/* end of media screen */

/* end of categories swiper */

/* start of section titles */
.s-block__title .right-side {
  margin-inline: auto;
  h2 {
    font-size: 2rem;
  }
}
.s-slider-block__title {
  justify-content: center;
  h2 {
    font-size: 2rem;
    padding: 0;
  }
  .s-slider-block__title-right{
    padding-left: 0px;
  }
}

.s-slider-block__title-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* end of section titles */


/* start of features */
.s-block--features {
  margin-bottom: 1rem;
  .grid {
    grid-template-columns: repeat(3, 338px);
    @media(max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
    justify-content: center;

    .s-block--features__item {
      background-color: transparent;
      padding: 0.5rem 0;
    

      p {
         display: none;
      }

      .feature-icon {
        background-color: transparent;
        margin: 0;
      }

      
    }
  }
}
/* end of features */
.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: 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://hpoint-sa.com/"] h3 {
      text-indent: -9999px;
      background-image: url("https://i.ibb.co/qzCcYcF/hpoint.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 1/1;
      max-width: 160px;
      width: 100%;
      height: auto;
      display: block;
      overflow: hidden;
  }
}