.navbar-brand img {
    max-height: 5rem;
    max-width: 150px;
    width: auto;
}
/* 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 add to cart btn style */
salla-add-product-button .s-button-element.s-button-btn {
  border-radius: 0.25rem;
  background: #3e00ff;
  border: 1px solid #3e00ff;
  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;
  color: #3e00ff;
  transform: scale(1.05);
}
/* end of add to cart btn style */
/* start of footer */
footer,
.store-footer__inner {
  background-color: #3e00ff!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/5c9530e0-6876-405a-a653-7024698d0f86/"] h3,
   a[href="https://sty-alk.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/fGp0t0dy/styalk.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 254px;
    height: 62px;
    display: block;
  }
}

/* end of footer */