.banner_ad a {
  background-color: #38571a00 !important;
}



.banner_ad div {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
 
.g_cat + section.s-block.s-block--banners.container .h-lg-banner {
    height: 540px !important;
}

.g_cat + section.s-block.s-block--banners.container .has-overlay:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

section.g-products.g-products-4, .weeklyOffers {
  margin-top: 4rem;
}


.store-footer .store-footer__inner {
  background-color:rgb(249 250 251) !important;
}
.store-footer__inner * {
  color: #090909 !important;
}

@media(max-width:767px){
  .banner_ad div {
    background-size: 100% 100% !important;
  }
  section.landing-page-first-bannar a > div {
    height: 24vh !important;
  }
}