.header-btn__icon {
  border: none;
}
.sicon-shopping-bag:before {
  content: "\e906";
}
.sicon-user-circle:before {
  content: "\f078";
}

section.s-block--fixed-banner:nth-child(1) {
  margin-top: 0;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
/*


https://i.ibb.co/W1bC8q3/gas-cylinders.webp
*/
/* start of categories swiper */
.s-block--categories {
  .swiper-wrapper {
    justify-content: center;
    @media (max-width: 767px) {
      justify-content: start;
      gap: 0;
    }
  }

  .slide--cat-entry {
    height: auto;
    background-color: transparent;
    border: none;
     i {
      display: none;
    }
    h2 {
      margin-block-start: 1rem;
    }
  }

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

    .swiper-slide:nth-child(1) a::before {
    background-image: url("https://i.ibb.co/W1bC8q3/gas-cylinders.webp");
  }
  
  .swiper-slide:nth-child(2) a::before {
    background-image: url("https://i.ibb.co/gM10VQp4/gas-accessories.webp");
  }
  
  .swiper-slide:nth-child(3) a::before {
    background-image: url("https://i.ibb.co/XZQTm2vT/special.webp");
  }
  
  .swiper-slide:nth-child(4) a::before {
    background-image: url("https://i.ibb.co/XZQTm2vT/special.webp");
  }
}
/* 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;
}

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*="alodahgas"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/dw6Lfvg6/alodahgas.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 264px;
    height: 128px;
    display: block;
  }
}