body {
    background-color: rgb(255 255 255);
}


.banner--fixed img, .banner-entry {
    background: transparent;
    }
    .s-slider-block__display-all {
    color: #414042;
    color: #000;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container a.banner--fixed img {
    margin: 0 auto;
    padding: 0;
    width:600px;
}
section.s-block.s-block--banners.container {
  padding: 0 !important; /* نحافظ على البادينج */
}

section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

section.s-block.s-block--banners.container .banner-entry {
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

/* إخفاء الصورة من السكشن الرابع على الشاشات الكبيرة */
section.s-block.s-block--banners.container:nth-of-type(4) .banner-entry:nth-child(5) {
  display: none;
}

@media (max-width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    height: 180px;
    
  }
  
  section.s-block.s-block--banners.container:nth-of-type(4) .banner-entry:nth-child(5) {
    display: none;
  }
}

@media (max-width: 640px) {
  section.s-block.s-block--banners.container .grid {
    justify-content: center;
  }
  
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 150px;
  }
  
  section.s-block.s-block--banners.container:nth-of-type(3) .banner-entry:nth-child(5) {
    display: none !important;
  }
  
  section.s-block.s-block--banners.container:nth-of-type(4) .banner-entry:nth-child(5) {
    display: flex !important;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 150px;
  }
}
   .s-product-card-image img {
    height: 123%;
}
 .s-product-card-entry {
  border: 1px solid rgba(0, 0, 0, 0.05); 
  border-radius: 12px; 
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);  
  transition: all 0.3s ease; 
}
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
   background: linear-gradient(91.34deg, #9B642C 0.09%, #58231F 99.91%);

}
.s-reviews-testimonial {
    background: linear-gradient(91.34deg, #9B642C 0.09%, #58231F 99.91%);
    border-radius: 14px;
    padding: 25px;
    color:#fff
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}

.s-reviews-header-wrapper .s-reviews-header {
  position: relative;
  font-size: 35px;
  line-height: 1.2;
  color: #000000;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
   padding: 0 10px;
}
.s-reviews-header-wrapper .s-reviews-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; 
  height: 31px;
  background: url("https://a.top4top.io/p_3607w8v331.png") center / cover no-repeat;
  z-index: -1;
}
.s-reviews-testimonial__icon svg {
    fill: #fff; 
}

.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}
.footer-is-light .store-footer .store-footer__inner {
background: linear-gradient(91.34deg, #9B642C 0.09%, #58231F 99.91%);
    color: #fff;
}
.footer-is-light .store-footer {
    color: #000;
  background:#fff;

}
.copyright-text p {
    color: #000;
}