body{
  background: white;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container{
    padding: unset;
  max-width: 100%;
}
section:nth-of-type(2) .container{
    max-width: 600px;
}    
.md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
section:nth-of-type(3){
  max-width: 710px;
}
section:not(:nth-of-type(4)) .s-slider-block__title{
    display: none;
}
section:nth-of-type(4) .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: #F5630D;
    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%;
}
/* section:nth-of-type(6).s-product-card-entry{
   height: 60%;
} */
.carousel-slider .swiper{
    padding: 5px ;
}
.s-reviews-header{
  font-size: 35px;
width: 300px;
    text-align: center;
  color: black;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}

section:nth-of-type(9) .s-reviews-testimonial{
  background:#F5630D;
}
.s-reviews-header {
    position: relative;
    display: inline-block;
    margin-bottom: 40px !important;
}
.s-reviews-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 10px;
    background: #ff6600;
    bottom: -20px;
    right: 57%;
    transform: translateX(50%);
}
.s-reviews-header::before {
    content: "«««";
    position: absolute;
    bottom: -34px;
    right: calc(59% - 115px);
    transform: translateX(50%);
    color: #ff6600;
    font-size: 34px;
    font-weight: bold;
}
.footer-is-light .store-footer{
  background:black;
color: white;
}
.footer-is-light .store-footer__inner{
   background:black !important;
color: white;
}
.s-reviews-testimonial {
    background: #F5630D;
}

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

.s-reviews-testimonial svg {
    fill: #fff !important;
}
.carousel-slider .swiper-wrapper>div{
  height: 50% !important;
}