@media (max-width:768px){
  header.store-header {
    position: static !important;
}
.landing-page-first-banner .container > div {
    width:50% !important;
    max-width: 50% !important
  }
  section:nth-child(2 of section.landing-page-first-banner) img {
    object-position:22% !important
  }
 .landing-page-first-banner  h1{
    font-size: 16px !important
  }
  .g_cat  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}

section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}