@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");
:root {
  --color-primary:#665DA9;
}
body {
  font-family: "Zain", sans-serif;
  background: white;
}
/* start of icons */
.header-btn__icon {
  border: none;
}


/* end of icons */
/* start of main banner */
.s-block.s-block--fixed-banner {
  margin-top: 1.5rem;
  .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 categories swiper */
.s-block--categories {
  .swiper-wrapper {
    justify-content: center;
    @media (max-width: 1024px) {
      justify-content: start;
      gap: 0;
    }
  }

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

  .slide--cat-entry::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 167 / 201;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  a[href*="895589807"]::before {
    background-image: url("https://i.ibb.co/TBmrDdVk/bath-sama.png");
  }

  a[href*="586218154"]::before {
    background-image: url("https://i.ibb.co/99MDQg5s/safety-sama.png");
  }

  a[href*="2094864811"]::before {
    background-image: url("https://i.ibb.co/84mmLtYq/relax-sama.png");
  }

  a[href*="1320827060"]::before {
    background-image: url("https://i.ibb.co/9mgcHbHX/clothes-sama.png");
  }

  a[href*="1750345860"]::before {
    background-image: url("https://i.ibb.co/Vcx92MK6/baby-sama.png");
  }
}
/* end of categories swiper */
.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://salla.sa/f1d97534-5f62-4fe4-84e7-a16376891e19/"] h3,
   a[href="https://samachild.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/JWFHmmvY/sama-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 216px;
    display: block;
  }
}

/* end of footer */