/* remove bg*/
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
width:40%;
margin:auto;
}
.al-categories img {

    max-height: 300px;

}

@media (max-width: 768px){
/*categary*/
.al-categories .grid {

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;
  }
  /**/

   /**/
.Alo__main .flex:nth-child(1) {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0 px;
    flex-wrap: nowrap;
    min-height: 100%;
}
  .Alo__main .img {
    display: block;
    width: 100%;
  }
  .Alo__main .All_banner_btn {
    flex-direction: row !important;
    padding: 20px !important;
  }

  .Alo__main .img {
    height: 100% !important;
  }
  .Alo__main .spacespacespace:nth-of-type(2) {
    height: 100%;
    display:none;
  }
  .Alo__main .spacespacespace img {
    height: 100%;
  }

  .Alo__main .img img {
    height: 100%;
  }
  .Alo__main h1 {
    font-size: 13px;
    line-height: 25px !important;
  }
  .Alo__main p {
    font-size: 15px;
    line-height: 26px !important;
    font-weight: bold;
  }

  /**/

  .Alo__main .flex-center {
   
    height: 80vh;
}

  
  
}


.Alo__main .flex-center{
background-image:url(https://cdn.files.salla.network/homepage/1942042018/fa388d39-afbe-44e7-a8df-fa12c19f5c09.webp);
background-repeat:no-repeat;
 background-size:cover;   
    
}

.Alo__main .flex-center:nth-of-type(1){
background-image:unset;
background-repeat:no-repeat;
 background-size:cover;   
    
}
/**/
.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;
}
/**/

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}