/* start of icons */
.header-btn__icon {
  border: none;
}
.sicon-shopping-bag:before {
  content: "\e906";
}
.sicon-user-circle:before {
  content: "\f078";
}
.s-cart-summary-content {
  display: none;
}
/* end of icons */
/* 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--banners {
  margin-top: 2rem;
  .grid {
    justify-content: center;
    grid-template-columns: repeat(3, minmax(0, 323px));
  }
  .square-photos {
    aspect-ratio: 323 / 514;
    height: auto;
    background-color: transparent;
  }
}
/* end of categories swiper */
/* start of add to cart btn style */
salla-add-product-button .s-button-element.s-button-btn {
  border-radius: 0.25rem;
  background: #600300;
  border: none;
  color: white;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

salla-add-product-button .s-button-element.s-button-btn:hover {
  background: white;
  outline: 1px solid #600300;
  color: #600300;
  transform: scale(1.05);
}
/* end of add to cart btn style */
/* start of features */
.s-block--features {
  margin-bottom: 1rem;
  .grid {
    grid-template-columns: repeat(3, 338px);
    @media(max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
    justify-content: center;

    .s-block--features__item {
      background-color: transparent;
      padding: 0.5rem 0;
      border: 1px solid #f4e8dc;

      p {
        font-size: 15px;
        font-weight: 300;
        color: black;
      }

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

        i {
          display: block;
          width: 60px;
          height: 60px;
          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/1J2FBqyC/shop-cart-1.png");
      }

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

      &:nth-child(3) .feature-icon i {
        background-image: url("https://i.ibb.co/CsTkVdbK/money-1.png");
      }
    }
  }
}
/* end of features */
/* start of footer */
footer,
.store-footer__inner {
  background: #600300 !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;
  margin-block-start: 0;
  & *,
  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/bcfeae3b-48a1-400f-a5b3-62b3e673bba0/"] h3,
   a[href="https://beautybloom-sa.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/6JtCQzdF/beautybloom.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 287px;
    height: 156px;
    display: block;
    @media(max-width: 767px) {
      width: 200px;
      height: 70px;
    }
  }
}

/* end of footer */