body {
  background: #f3f4f6;
}
.store-header + .s-block.s-block--fixed-banner {
  margin-top: 0 !important;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.s-block.s-block--fixed-banner {
  margin-top: 1.5rem ;
}
.s-button-primary-outline {
  background: var(--color-primary);
  border: none;
  color: white !important;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
/* start of footer */
.footer-is-light {
  
  
  a[href="https://salla.sa/9d229b49-1493-4dbe-a9c5-d561f748e7b9/"] h3,
   a[href="https://mibochina.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/ePqXKx/m3TgZRxu0O4lxDWxNURKk16U2s4T8NF8wuzsoGlk.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0;
  }
  @media (max-width: 768px) {
    .store-footer__inner * {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
  }
}
/* end of footer */