@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Lemonada:wght@300..700&family=Scheherazade+New:wght@400;500;600;700&display=swap');



*{
  font-family: "Scheherazade New", serif;
  font-weight: 400;
  font-style: normal;
}

.scheherazade-new-medium {
  font-family: "Scheherazade New", serif;
  font-weight: 500;
  font-style: normal;
}

.scheherazade-new-semibold {
  font-family: "Scheherazade New", serif;
  font-weight: 600;
  font-style: normal;
}

.scheherazade-new-bold {
  font-family: "Scheherazade New", serif;
  font-weight: 700;
  font-style: normal;
}

section:nth-child(1 of .Alo__main)   [aria-label="1 / 2"] .flex-center {
    background-image: url(https://cdn.salla.sa/form-builder/KALHsw1T6z8ClMLZ47B7ccdArg256kTO1jeijnSd.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 689px;
    background-position: bottom;
}

section:nth-child(1 of .Alo__main)   [aria-label="2 / 2"] .flex-center {
    background-image: url(https://cdn.salla.sa/form-builder/Z1AiWXmW9TIy2i6SgA1fYXcsVbzwBNFu9V4Sr9YN.png);
    background-repeat: no-repeat;
    background-size: contain;

    background-position: bottom;
}

.al-categories .category_card::after {
   
    display:none;
}

/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
width:50%;
margin:auto;
}

.al-categories h3 {
    font-size: 14px;
    line-height: 2rem;
    font-weight: 900;
}
/**/

/* main banner */
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}

section:nth-of-type(2) .container {
  width: 80%;
  margin: auto !important;
}
.banner--fixed img {
  background-color: transparent;
}

/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/**/
@media(max-width:768px){

section:nth-child(1 of .Alo__main)   [aria-label="1 / 2"] .flex-center {
 ;
    height: 330px;

}

section:nth-child(1 of .Alo__main)   [aria-label="2 / 2"] .flex-center {
    background-image: unset;
   
}

.al-categories .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: auto;
}

  /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/

}