/* Fonts */
@font-face {
  font-family: 'DINNextLTArabic-Regular-3';
  src: url('https://wpazzrk.github.io/Moaaz/Fonts/DINNextLTArabic-Regular-3.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'DINNextLTArabic-Regular-3', sans-serif;
}

/* LOGO */
.navbar-brand img {
    max-height: 6rem;
    max-width: 140px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}

.Alo__main h1 {
  padding-inline: 5%;
  line-height: 150% !important;
}

/* cats */
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .al-categories .lg\:grid-cols-6 > a:first-child {
        grid-column: 2/3 !important;
    }
}

/* products */
.s-block--best-offers .s-slider-block__title {
    display: none;
}
.s-product-card-horizontal {
  background-color: #E6CFBC;
  padding: 0.5rem;
}

/* al_fixed_banner */
.al_fixed_banner h3 {
  max-width: 70%;
  line-height: 150%;
}

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