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(11) .container{
  padding: unset;
  max-width: 100%
}

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

section:nth-of-type(3) {
  max-width: 390PX;
}

section:nth-of-type(3).s-block {
  margin-top: 2rem;
}
.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: 20px;
  text-align: center;
  color: black;
  padding-top: 5px;
}

.s-button-btn {
  border-radius: 10px;
  background: #2E68FF;
  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-reviews-header-wrapper {
  display: flex;
  justify-content: center;
}


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



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

.s-reviews-header {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #000000;
}


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


.s-reviews-header::after {
  content: "✦";
  position: absolute;
  right: calc(50% - 68px);
  top: 0;
  font-size: 24px;
  color: #000000;
}
.footer-is-light .store-footer .store-footer__inner {
  background:#000000;
 color: white !IMPORTANT;
}

.footer-is-light .store-footer {
  background:#2E68FF;
 
}
#mainnav {
  background: #131410;
  color: white;
}

.s-user-menu-login-btn svg {
  fill: white;
}

#s-cart-icon {
  fill: white;
}

.sicon-shopping-bag:before {
  color: white;
}

.s-cart-summary-total {
  color: white;
}

.sicon-sar:before {
  color: white;
}
.top-navbar{
   background:#2E68FF;
}
.top-navbar .s-search-input{
    background-color: rgb(229 231 235);
 }


.grid-flow-row {
    grid-auto-flow: column;
}
.hover\:text-primary:hover {
 
    color:#fff;
}