/* Fonts */
@font-face {
  font-family: 'thmanya';
  src: url('https://wpazzrk.github.io/Moaaz2.0/Fonts/thmanyah-sans-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'thmanya', sans-serif;
}

/* salla-advertisement */
salla-advertisement {
  height: unset !important;
}

/* Header */
.store-header {
  margin-bottom: unset !important;
}
#mainnav {
  height: unset !important;
}
#mainnav .backdrop-blur-sm {
  background-color: var(--color-primary);
}
button#mega-menu-trigger,
#mainnav i {
    color: #fff;
}
button#mega-menu-trigger .bg-font {
    background-color: #fff;
}
#mainnav path {
    stroke: #fff;
}
.NG-header .navbar-brand.the-logo img {
  height: 7rem;
}
.mm-ocd--open {
  background: rgb(255 255 255 / 46%);
}
.mega-header-image {
  display: none;
}
/* Header Links */
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header #mobile-menu a:hover > span,
.NG-header .main-nav-container:not(.fixed-header) .inner.absolute-header .home-link:hover,
.NG-header #mobile-menu a:hover > span,
.main-menu > li > a > span {
    color: #fff
}

/* Common */
section h2 {
  text-align: center;
}
section .text-start:has(h1) {
  margin: 3rem auto 0;
}

/* NG-hero-section */
section.NG-hero-section {
  margin-bottom: 0;
}
section.NG-hero-section .wrapper {
  left: 0;
  right: unset;
  top: 50%;
  max-width: unset;
  max-width: 800px;
  margin: 0;
  align-items: center;
  transform: translateY(-50%);
}
section.NG-hero-section .subtext-bottom {
  display: none !important;
}
section.NG-hero-section p {
  display: block !important;
}
/* 2 & 3 */
section:nth-child(2 of .NG-hero-section) .wrapper,
section:nth-child(3 of .NG-hero-section) .wrapper {
  right: 0;
  left: unset;
  top: 50%;
  max-width: unset;
  max-width: 800px;
  margin: 0;
  align-items: center;
  transform: translateY(-50%);
  text-align: center;
}
section:nth-child(2 of .NG-hero-section) a.button,
section:nth-child(3 of .NG-hero-section) a.button {
  background-color: var(--color-primary);
  border: 0;
}
section:nth-child(3 of .NG-hero-section) h1 {
  max-width: 500px;
}
section:nth-child(2 of .NG-hero-section) p,
section:nth-child(3 of .NG-hero-section) p {
  display: none !important;
}
@media (max-width: 768px) {
  /* 1 */
  section.NG-hero-section .banner-wrapper {
    height: 40vh;
  }
  section.NG-hero-section .wrapper {
    transform: unset !important;
    gap: 0;
    padding-inline: 0.25rem;
    left: 0;
    right: 0;
    margin: 0 !important;
  }
  /* 2 & 3 */
  section:nth-child(2 of .NG-hero-section) .banner-wrapper,
  section:nth-child(3 of .NG-hero-section) .banner-wrapper {
    height: 30vh;
  }
  section:nth-child(2 of .NG-hero-section) .wrapper,
  section:nth-child(3 of .NG-hero-section) .wrapper {
    max-width: 300px;
  }
}

/* cats 1 */
.NG-categories h1,
.NG-categories p {
  text-align: center;
}
.NG-categories [data-sal="fade"] p {
  max-width: 400px;
  margin-inline: auto;
}
.NG-categories .grid {
  margin-top: 2rem;
}
.NG-categories .card:first-child {
  grid-column: 2/3;
}
@media (max-width: 768px) {
  .NG-categories .grid-cols-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .NG-categories .card:first-child {
    grid-column: unset;
  }
}
@media (max-width: 640px) {
    .NG-categories .card-inner {
        height: 200px;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
  margin-top: 0;
  margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
  padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
  width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0.25rem;
}
.two-row .banner-entry:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
a.banner-entry {
  height: 520px;
  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: 425px;
  }
}
@media(max-width:768px){
  a.banner-entry{
      height: 300px;
  }
}
@media(max-width: 576px){
  section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  a.banner-entry{
      height: 310px;
  }
}
/* Categories List End */

/* Products */
.NG-products {
    margin-top: 3rem;
}

/* footer */
div:has( > .social-gallery ) {
    display: none;
}