/* Add custom CSS styles below */ 

@font-face {
  font-family: 'CareemCustom'; /* اسم اختياري تستخدمه لاحقًا */
  src: url('https://wpazzrk.github.io/again/careem.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* مثال استخدام */
*{
  font-family: 'CareemCustom', "Segoe UI", Tahoma, Arial, sans-serif;
}

/*categary*/

.navbar-brand img {
  max-height: 4rem !important;
  width: auto;
  max-width: unset !important;
}

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


.store-footer__inner .col-span-2 > a img {
  max-width: 100%;

}
.Alo__main .swiper-slide > div{
    height: 100%;
}

.Alo__main .spacespacespace  {
    height: 1000px !important;
}
.Alo__main .spacespacespace img {
    height: 1000px !important;
}
footer .copyright-text p {
  color: #000!important;
}

.copyright-text p a:hover {
  color: #fff !important;
}
@media (max-width: 768px){
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
width:100%;

}
.offers-item {
    min-height: 271px !important;
    height: 269px !important;
}
.LA_limited-time-offers .offers-item-wrapper {
     gap: 1px !important; 
    justify-content: space-between;
    min-height: 300px;
}
.Alo__main .spacespacespace img {
    height: 500px !important;
}
.Alo__main .spacespacespace  {
    height: 500px !important;
}

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


}
/**/