/* start of main banner */
.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;
  }
}
/* end of main banner */




/* start of categories swiper */
.s-block--categories {
@media (min-width: 1024px) {
  .swiper-wrapper {
    justify-content: center;  
  }
}
  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
    i {
      display: none;
    }
  }

  .slide--cat-entry::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  a[href*="categories/1607110821"]::before {
    background-image: url("https://i.ibb.co/PG893myw/fashion.png");
  }

  a[href*="categories/697810854"]::before {
    background-image: url("https://i.ibb.co/spmYhZ1J/sunglasses.png");
  }

  a[href*="categories/906953897"]::before {
    background-image: url("https://i.ibb.co/F4xzDkm1/bags.png");
  }

  a[href*="categories/1571898027"]::before {
    background-image: url("https://i.ibb.co/Q3sws1Q6/shoes.png");
  }
}
/* end of categories swiper */

/* start of features */
.s-block--features {
  .grid {
    justify-content: center;
    .s-block--features__item {
      background-color: transparent;
      padding: .5rem 0;
      border: 1px solid black;
      p {
        display: none;
      }
      .feature-icon {
        background-color: transparent;
        margin: 0;
        i {
          color: black;
        }
      }
    }
  }
    @media (min-width: 600px) {
    .grid {
      grid-template-columns: repeat(3, 200px);
      .s-block--features__item:first-child {
        grid-column: unset;
        }
      }
    }
  }

/* end of features */
.store-footer__inner {
  background: black !important;
  * {
    color: white;
  }
}