body {
  background: white;
}

.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(5) .container ,
section:nth-of-type(10) .container{
  padding: unset;
  max-width: 100%;
}

section:nth-of-type(2) .container {
  max-width: 400px;
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(5, 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(3).s-block {
  margin-top: 0rem !important;
}

section:nth-of-type(3) {
  max-width: 850px;
}

.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-products-slider-slider .s-slider-block__title {
    position: relative;
}

.s-products-slider-slider .s-slider-block__title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #E3D7BF;
}

.s-products-slider-slider .s-slider-block__title::before {
    content: "✦";
    position: absolute;
    right: -8px;
    bottom: -22px;
    color: #E3D7BF;
    font-size: 20px;
}
.s-button-btn {
  border-radius: 10px;
  background: #E3D7BF;
  color: black;
  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-reviews-header-wrapper {
  display: flex;
  justify-content: center;
}


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

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

.s-reviews-header::before {
  content: "تجارب حقيقة تضمن لك أفضل الخيارات والمستويات في كل منتج";
  order: 2;
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-weight: normal;
  color: black;
}
.s-reviews-header {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
 position: relative;
    text-align: center;
}
.s-reviews-testimonial {
  background: #E3D7BF;
}
.footer-is-light .store-footer {
  background: #E3D7BF;

}
.copyright-text p {
  color: black !important;
}
.hover\:text-primary:hover {
  color: black;
}
@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%;
  }
}