body {
  background: #FAEDE1;
}

.banner--fixed img,
.banner-entry {
  background-color: transparent;
}

section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container ,
section:nth-of-type(4) .container ,
section:nth-of-type(7) .container{
  padding: unset;
  max-width: 100%;
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.two-row .banner-entry:first-child {
  grid-column: span 1 / span 1;
  grid-row: span 1/ span 1;
}

section:nth-of-type(2) {
  max-width: 1410px;
}

.s-block.s-block--banners.container {
    position: relative;
    background: transparent !important;
  margin-top: 0px;
}

.s-block.s-block--banners.container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #EFAF1A;
    z-index: -1;
}

.s-block--banners .banner-entry {
    transform: translateY(40px);
}
.s-block__title h2 {
    line-height: 2.2;
  color: white;
} 
    
.s-slider-block__title h2 {
  border-bottom: 2px solid;
  font-size: 25px;
  padding-bottom: 15px
}

.s-slider-block__display-all {
  border: 1px solid black;
  height: 33px;
  width: 100px;
  border-radius: 10px;
  text-align: center;
  color: black;
  padding-top: 5px;
}

.s-button-btn {
  border-radius: 20px;
  background: #0D4D31;
  color: white;
  border: none;
}

.s-product-card-entry {
  box-shadow: 0px 0px 8.35px 0px #0000006e;
  padding: 1rem;
  border-radius: 24px;
  margin: 5px;
  height: 98%;
}

.carousel-slider .swiper {
  padding: 5px;
}
.s-block-trust-faq-question{
  background-color: #FFF7EA !important;
}

.s-reviews-header {
  font-size: 35px;
  width: 300px;
  text-align: center;
  color: black;
    display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
 
}

.s-reviews-header-wrapper {
  display: flex;
  justify-content: center;
}

.s-reviews-testimonial {
  background: #0D4F30;

}

.s-reviews-testimonial * {
  color: #fff !important;
}

.s-reviews-testimonial svg {
  fill: #fff !important;
}

section:nth-of-type(9) .s-reviews-testimonial {
  background: #0D4F30;
}

.s-reviews-header::before {
  content: "تجارب حقيقة تضمن لك أفضل الخيارات في كل منتج";
  order: 2;
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-weight: normal;
  color: #000000;
}
.footer-is-light .store-footer .store-footer__inner {
  background: #ECB01A;
  color: black;
}

.footer-is-light .store-footer {
  background: #0D4F30;
}
@media (max-width: 767px) {
  .md\:grid-cols-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .two-row .banner-entry:first-child {
    flex-basis: 45%;
    padding: 0;
  }

  .banner-entry.square-photos {
    flex-basis: 45%;
  }
}