/* Add custom CSS styles below */


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




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


.Alo__main .text-center.flex-center.flex-col p:before{
content:'🚚توصيل سريع 2–5 أيام';
 display:block;   
}

.Alo__main .text-center.flex-center.flex-col p:after{
content:'🔁استرجـــاع خـلال 7 أيام';
 display:block;   
}

/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
width:50%;
margin:auto;
}
.al-categories .category_card {
   
    padding: 20px ;
}

/***offer*/
.LA_limited-time-offers .overlay {
  background: transparent;
}


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





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

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