/* @font-face {
  font-family: 'thmanyah';
  src: url('https://wpazzrk.github.io/uploaded_fonts/thmanyahserifdisplay-Regular.woff2');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'thmanyah', sans-serif;
} */
/* Font */
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap');
body {
  font-family: "Reem Kufi", sans-serif;
}

/* Header */
.store-header #mainnav img {
    max-width: 160px;
}
.store-header #mainnav .the-logo {
    height: 110px; !important;
    min-height: usnet !important;
    max-height: usnet !important;
}
@media (max-width: 768px) {
    .store-header #mainnav img {
        max-width: 100px;
    }
    .store-header #mainnav .the-logo {
        height: 70px; !important;
        min-height: usnet !important;
        max-height: usnet !important;
    }
}

/* NG-hero-section */
section.NG-hero-section h1 {
    font-size: 66px;
    line-height: 80px;
    max-width: 660px;
    font-weight: normal
}
section.NG-hero-section p {
    display: none !important;
}
section.NG-hero-section .wrapper a {
    font-size: 28px;
}
@media (max-width: 768px) {
    section.NG-hero-section h1 {
        font-size: 36px;
        line-height: 50px;
        max-width: 360px;
    }
    .NG-hero-section .wrapper {
        top: 100%;
        margin: 0;
        transform: translate(0, -110%);
    }
}

/* NG-categories */
section.NG-categories .container > div {
    align-items: center;
}
section.NG-categories .swiper-wrapper {
    justify-content: center;
}

/* NG-marquee-banner */
@media (max-width: 768px) {
    .aspect-video {
        aspect-ratio: 16 / 8;
    }
}
/* GL-promotional-banner */
section.GL-promotional-banner > .container > div {
    height: 500px !important;
}

/* NG-testimonials */
section.NG-testimonials h2 {
    text-align: center;
}

/* mega-menu */
#mega-menu .category-card:first-child {
    display: none;
}

/* Footer */
.store-footer .footer-description p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}
@media (min-width: 1024px) {
    .store-footer .container {
        grid-template-columns: 3fr 2fr 2fr;
    }
}
@media (max-width: 1024px) {
    .store-footer * {
        text-align: center;
        margin-inline: center;
        justify-content: center;
        align-items: center;
    }
}

/* Cart */
body.cart .discount {
    display: none;
}
@font-face {
  font-family: 'Thmanyah';
  src: url('رابط_الخط_هنا.woff2') format('woff2'),
       url('رابط_الخط_هنا.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Thmanyah', 'Arial', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Thmanyah', 'Arial', sans-serif !important;
}