:root {
  --background-dark: #040404;
  --primary-color: #630912;
  --secondary-color: #4a080b;
  --text-white: white;
  --text-grey: grey;
  --text-footer: #ffffffad;
}
body.index {
  background: var(--background-dark);
}
.top-navbar {
  background: var(--primary-color) !important;
}
#mainnav {
  background: var(--background-dark);
  .sub-menu, .s-user-menu-dropdown {
    background: var(--background-dark);
  }
  * {
    color: var(--text-white);
  }
  .s-user-menu-trigger {
    background: transparent;
  }
}
/* start of main banner */
.s-block.s-block--fixed-banner {
  margin-block-start: .25rem;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  .banner--fixed img {
    background-color: transparent !important;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

.store-header + .s-block.s-block--fixed-banner {
  margin-block-start: 0;
}
/* end of main banner */

/* start of categories swiper */
.s-block--categories {
  .s-slider-block__title {
  justify-content: center;

  h2 {
    font-size: 2rem;
    color: var(--text-white);
    text-align: center;
      &::before {
      content: "أجهزة حسب العضلة";
      display: block; 
      font-size: 1.5rem;
      color: var(--text-grey); 
      margin-bottom: 10px;
      }
  }
}

  .swiper-wrapper{
    justify-content: center;
  }
  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
    .sicon-store {
      display: none;
    }
    h2 {
      color: var(--text-white);
    }
  }

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

  a[href*="/c224888332"]::before {
    background-image: url("https://i.ibb.co/GQLdMMt1/leg-muscles.png");
  }

  a[href*="/c966939097"]::before {
    background-image: url("https://i.ibb.co/JwX656qH/shoulder-muscles.png");
  }

  a[href*="/c1250727891"]::before {
    background-image: url("https://i.ibb.co/FbB6ttYK/chest-muscles.png");
  }

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

}
/* end of categories swiper */

.s-products-slider-slider {
  .s-slider-block__title {
    display: none;
  }
  
  .s-product-card-content {
    background: var(--primary-color);
    * {
      color: var(--text-white);
    }
    .s-button-disabled span{
      color: black;
    }
  }
}
.s-product-card-entry {
    overflow: hidden;
    background: unset;           
}

.s-products-list-wrapper {
  .s-product-card-content {
    background: var(--primary-color);
    * {
      color: var(--text-white);
    }
    .s-button-disabled span{
      color: black;
    }
  }
}

.s-block--features {
    .grid {
    justify-content: center;
        grid-template-columns: repeat(2, minmax(0, 350px));
    }
    
  .s-block--features__item {
  &:first-child {
    grid-column: unset;
  }
    background-color: #131114;
    h2 {color: var(--text-white);}
    .feature-icon {
      background-color: var(--primary-color);
    }
  }
}
.store-footer__inner {
  background: var(--primary-color) !important;
  
  + div {
    background: var(--secondary-color) !important;
    max-width: 100%;
    * {
      color: var(--text-footer);
    }
  }
}