@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 {
  background: white;
  font-family: "Zain", sans-serif;
}
.header-btn__icon {
  border: none;
}
.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 {
  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
    i {
      display: none;
    }
  }

  .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*="867708546"]::before {
    background-image: url("https://i.ibb.co/8gZ06340/drums.png");
  }

  a[href*="1412274856"]::before {
    background-image: url("https://i.ibb.co/BD2gmzd/rhythm-sticks.png");
  }

  a[href*="530122420"]::before {
    background-image: url("https://i.ibb.co/p6kJrZrk/frame-drums.png");
  }
  a[href*="994264246"]::before {
    background-image: url("https://i.ibb.co/SDyBVnwm/accessories.png");
  }
  a[href*="1557925118"]::before {
    background-image: url("https://i.ibb.co/fdQpMQ3H/oud.png");
  }
  a[href*="1891862704"]::before {
    background-image: url("https://i.ibb.co/vCPz2wx4/simsimiyya.png");
  }
  a[href*="783887359"]::before {
    background-image: url("https://i.ibb.co/CK6GLVbw/darbuka.png");
  }
  a[href*="2022066936"]::before {
    background-image: url("https://i.ibb.co/5xM2b10J/bundles.png");
  }
  a[href*="632314503"]::before {
    background-image: url("https://i.ibb.co/WvNHZss1/strings.png");
  }
  a[href*="789025407"]::before {
    background-image: url("https://i.ibb.co/zhcRvDjL/guitars.png");
  }
  a[href*="21235267"]::before {
    background-image: url("https://i.ibb.co/7N0bFXHj/violin.png");
  }
  a[href*="1850922419"]::before {
    background-image: url("https://i.ibb.co/27bsm2M4/rababa.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: #000!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);
    }
  }
 
}

/* end of footer */