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

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

                    

.md\:grid-cols-3 {
  grid-template-columns: repeat(10, 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: 1rem !important;
}

.s-slider-block__title h2 {
  border-bottom: 3px solid;
  font-size: 26px;
  
  height: 60px;
  color: #000D3A;
}

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

.s-slider-block__title {
  margin-bottom: 1rem;
}

.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-button-btn {
  border-radius: 10px;
  background: #000D3A;
  color: white;
  border: none;
}

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


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

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


  .s-reviews-swiper-slide{
box-shadow: 0px 0px 8.35px 0px #0000006e;
    margin: 5px;
  }

.footer-is-light .store-footer .store-footer__inner {
  background: #000D3A;
  color: white;
}

.footer-is-light .store-footer {
  background: #000D3A;

}

.copyright-text p {
  color: white !important;
}
.s-reviews-header {
    display: flex !important;
    flex-direction: column; 
    align-items: center;
    position: relative;
   color: #000D3A;
}


.s-reviews-header::before {
    content: "تجارب حقيقة تضمن لك أفضل الخيارات والمستويات في كل منتج";
    order: 2;
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    font-weight: normal;
   color: #000D3A;
}


.s-reviews-header::after {
    content: "✦";
    position: absolute;
    right: calc(50% - 68px);
    top: 0;
    font-size: 24px;
  color: #000D3A;
}
.hover\:text-primary:hover{
  color: white;
}



@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
  .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
section:nth-of-type(2) .container{
  width: 200px !important;
}
  .banner-entry {
    height: 72px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }

  .banner-entry {
    height: 148px !important;
  }
}

@media (min-width: 1024px) {
  .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px;
  }
}