/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body * {
  font-family: "Cairo", sans-serif;
}
@media (max-width:768px){
header.store-header{
    position: static !important;
}
.landing-page-first-banner .container > div {
    width: 50% !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 ;
}