@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");

body {
  font-family: "Zain", sans-serif;
  background: white;
}
.s-block.s-block--fixed-banner {
  margin-top: 1.5rem; 
}
.store-header + .s-block.s-block--fixed-banner {
  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: 1024px) {
      justify-content: start;
      gap: 0;
    }
  }

  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
    i {
      display: none;
    }
    h2 {
      margin-top: 1rem;
      font-size: 24px;
      font-weight: 400;
    }
  }

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

  a[href*="2107930995"]::before {
    background-image: url("https://i.ibb.co/8Dx2Y9fv/Blouses.png");
  }

  a[href*="1333958780"]::before {
    background-image: url("https://i.ibb.co/CpbZ4X86/Bags.png");
  }

  a[href*="318879523"]::before {
    background-image: url("https://i.ibb.co/KjxWg5Kr/Outfits.png");
  }

  a[href*="1724110159"]::before {
    background-image: url("https://i.ibb.co/fdmD81dL/Dresses.png");
  }

  a[href*="426747773"]::before {
    background-image: url("https://i.ibb.co/pv8kXXs7/Pants.png");
  }
}


.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: #EDE7DE!important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: black;
  --hover-opacity: 0.8;
  margin-block-start: 0;
  & *,
  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.flex {
    justify-content: center;
  }
      
  a[href*="attlbnye-20"] h3,
  a[href*="shop-in-sa"] 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/DGYpPE/hMT3jpBTnttEPIKPU1Y30lIF9ZKSahCiEUsECST5.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 162px;
    height: 113px;
    display: block;
  }
}