/* Fonts */
@font-face {
  font-family: 'Careem';
  src: url('https://wpazzrk.github.io/Moaaz/Fonts/CAREEM-REGULAR.otf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Careem', sans-serif;
}

/* LOGO */
.navbar-brand img {
    max-height: 6rem;
    max-width: 200px;
   /* scale: 2;
    z-index: -1;*/
}
@media (max-width:768px){
.navbar-brand img {
    max-height: 2rem;
    max-width: 155px;
}
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}

/* Categories List Start */
section.s-block.s-block--banners.container {
  margin-bottom: 5%;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 405px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 355px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 235px;
}
}
@media(max-width: 576px){ 
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
a.banner-entry{
    height: 230px;
}
}
/* Categories List End */

/* products */
.s-block--best-offers .s-slider-block__title {
    display: none;
}

/* LA_limited-time-offers */
.LA_limited-time-offers {
    margin-top: 5%;
}

@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }
    
    /* footer */
    .store-footer * {
        text-align: center !important;
        margin-inline: auto;
    }
    .store-footer .container.grid {
        grid-template-columns: 1fr;
    }
}