.header-btn__icon {
  border: none;
}
/* 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 */
.s-block--banners {
  margin-top: 2rem;
  .grid {
    justify-content: center;
    grid-template-columns: repeat(4, minmax(0, 172px));
  }
  .square-photos {
    aspect-ratio: 1 / 1;
    height: auto;
    background-color: transparent;
  }
  .two-row .banner-entry:first-child {
    grid-row: unset;
  }
  }
  @media (max-width: 1024px) {
  .s-block--banners .grid {    grid-template-columns: repeat(2, minmax(0, 150px));}

  }
  
  /* start of features */
.s-block--features {
  margin-bottom: 1rem;
  .grid {
    grid-template-columns: repeat(3, 343px);
    justify-content: center;
    @media(max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
    .s-block--features__item {
      background-color: transparent;
      padding: 0.5rem 0;
      border: 1px solid #F8F2E0;
      border-radius: 20px;
      h2 {
        margin-top: 1rem;
      }
      p {
        display: none;
      }

      .feature-icon {
        background-color: transparent;
        margin: 0;

        i {
          display: block;
          width: 80px;
          height: 80px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          font-size: 0; 

          &::before {
            content: none; 
          }
        }
      }

      &:nth-child(1) .feature-icon i {
        background-image: url("https://i.ibb.co/ns5Fhyd6/express-delivery-1.png");
      }

      &:nth-child(2) .feature-icon i {
        background-image: url("https://i.ibb.co/35jG92cz/atm-card-1-1.png");
      }

      &:nth-child(3) .feature-icon i {
        background-image: url("https://i.ibb.co/B2vxBJrM/customer-service-1-1.png");
      }
    }
  }
}
/* end of features */

/* start of footer */
footer,
.store-footer__inner {
  background-color: #2E2E2E !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="https://salla.sa/d19dc009-52ec-4b32-8115-26f2a102f1c6/"] h3,
   a[href="https://taqabit.com/"] 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/GYWrlP/PeygOCfDJEasU4o55RoFrSqWBFXHiCzW0bg9oOaY.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 150px;
    display: block;
  }
}

/* end of footer */