.landing-page-first-banner  .item-text h1:before {
 content:'';
 width:250px ;
 height:150px ;
 background-image:url(https://i.ibb.co/1Y2SGRCL/Untitled-design-3-1.png);
display:block;  
background-repeat:no-repeat;
margin:auto ;  
}



/* remove bg*/
.al-categories .category_card::after {

    background: transparent;

}
.al-categories h3{
    font-size: 19px;
    line-height: 2rem;
    font-weight: 900;
} 

.al-categories .category_card {

    --background_hover: transparent !important;
}


.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
width:70%;
margin:auto;
}
.al-categories .category_card {
   
    padding: 20px ;
}

@media (max-width: 768px){
.landing-page-first-banner  .item-text h1:before {
    content: '';
    width: 100px;
    height: 70px;
 
    background-size: contain;
}

   .landing-page-first-banner  .item-text h1 {
    font-size: 14px !important;
}
  .landing-page-first-banner .item-text {
    max-width: 250px !important;
}
  /*categary*/
.al-categories .grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
width:100%;

}

  
    /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/
}

/**/