/* Add custom CSS styles below */

.al_fixed_banner .container {
    max-width: 100% !important;
    padding: 0;
}

.Alo__main .md\:h-\[700px\] {
    height: 960px;
}


.Alo__main .w-full.flex.flex-center {
background-image:url(https://i.ibb.co/xKdtXCPR/Group-1-66.png);
background-repeat:no-repeat;
 background-size:cover;   
    
}


/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
width:30%;
margin:auto;
}
.al-categories .category_card {
   
    padding: 20px ;
}
.LA_limited-time-offers .overlay {
  background: transparent;
}

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

width:100%;

}
}
/**/

footer .copyright-text p {
  color: #fff !important;
}

.copyright-text p a:hover {
  color: #fff !important;
}
.store-footer__inner .col-span-2 > a img {
  max-width: 100%;
  filter: brightness(0) invert(1);
}

/**/

@media (max-width: 768px){
.Alo__main .md\:h-\[700px\] {
    height: 447px;
    display: block;
    width: 100%;
}
.Alo__main .swiper-wrapper {
  
    height: 50vh;
}
.Alo__main .swiper-slide-active .spacespacespace:nth-child(2) >img {
display:none;
}

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