.header-btn__icon {
  border: none;
}
.sicon-shopping-bag:before {
  content: "\e906";
}
.sicon-user-circle:before {
  content: "\f078";
}
.s-cart-summary-content {
  display: none;
}
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;
  }
}
.s-block--banners {
  margin-top: 2rem;
  .two-row .banner-entry:first-child  {
    grid-row: unset;
    height: auto !important;
  }
  .grid {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 400px));
  }
  .banner-entry {
    aspect-ratio: 7 / 4;
    height: auto;
    background-color: transparent;
  }
}

@media(max-width:768px) {
  .s-block--banners .grid {
    grid-template-columns: repeat(1, minmax(0, 700px));
  }
}
.s-button-primary-outline {
  background: var(--color-primary);
  border: none;
  border-radius: 0;
  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*="noufajewelry"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/MkHvHvGT/nouf.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 125px;
    height: 125px;
    display: block;
  }
}