/* Font */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
* {
  font-family: "Tajawal", system-ui;
}

/* Hero Slider */
.s-block.s-block--hero-slider .overlay-bg::after {
    display: none;
}
.s-block.s-block--hero-slider {
    margin-bottom: 4%;
}

/* General */
section:nth-child(1 of .landing-page-first-bannar) .txt {
    position: absolute;
    bottom: 10%;
}
img,
.banner-entry {
  background: unset !important;
}
.s-block--fixed-banner.wide-placeholder:nth-of-type(2) .container {
  width: 28%;
}

@media (max-width: 768px) {
    .s-block.s-block--photos-slider + section .container {
      width: 55%;
    }
    section:nth-child(1 of .landing-page-first-bannar) h1 {
        margin: auto;
    }
}
@media (max-width: 390px) {
  section:nth-child(1 of .landing-page-first-bannar) .txt {
      bottom: 5%;
  }
}

/* Header */
.store-header {
    position: static;
}
.store-header .inner > .container > .relative {
    align-items: center;
}
@media (min-width: 768px) {
  .top-navbar {
      display: none;
  }
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level > a {
        font-size: 17px;
        font-weight: 500;
    }
}

/* Landing Page 0 */
.landing-page-fixed-bannar-0 button {
    background: #FFB933;
    border-radius: 25px;
}
.landing-page-fixed-bannar-0 p {
    font-size: 30px;
    width: 80%;
    margin: auto;
    line-height: 3.3rem;
    margin-top: 2%;
}

/* Categories List Start */
.md\:grid-cols-3 {
    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: 370px;
    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: 225px;
    }
}
@media (max-width: 767px) {
    body.index .md\:grid-cols-3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    a.banner-entry {
        height: 400px;
    }
}
@media (max-width: 480px) {
    a.banner-entry {
        height: 240px;
    }
}
/* Categories List End */
#best-offers-5-slider {
    margin-top: 5%;
}

/* Footer */
.store-footer > .relative > div:first-child *:not(i) {
    color: #fff;
}
#mc-embedded-subscribe {
    color: var(--color-primary);
    background: #fff;
    cursor: pointer;
}
.store-footer + div * {
    color: #fff;
}

/* Additional */
.image-parent + a {
    display: none;
}
.g_cat .products-item {
   max-width: 300px !important;
}
.g_cat .products-item:hover img {
    transform: unset !important;
}
@media (max-width: 576px) {
    .g_cat .products-item {
       max-width: 200px !important;
    }
}

/* The rest of your styles follow here... */