body{
  background-color: #FFFFFF;
}
.s-search-inline{
  min-width:185px;
}
.topnav-is-dark .top-navbar{
  background-color: white;
}
section:nth-of-type(1) ,
section:nth-of-type(4) {
  margin-top: unset;
}
section:nth-of-type(1) .container{
  max-width: unset;
  padding: unset;
}
section:nth-of-type(2) .container{
  max-width: 600px;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
 section:nth-of-type(3){
   max-width: 1000px;
 }
section:nth-of-type(3) div{
grid-template-columns: repeat(5, minmax(0, 1fr));  
}
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1;
}
 section:nth-of-type(4){
  
   max-width: 800px;
 }
section:nth-of-type(4) div{
grid-template-columns: repeat(4, minmax(0, 1fr));  
}
@media(min-width:769px){
section:nth-of-type(4) .two-row .banner-entry:first-child{
  display: none
}  
}
@media(max-width:768px){
  section:nth-of-type(3){
    max-width: 322px;
  }
  section:nth-of-type(4){
    max-width: 400px;
  }
  section:nth-of-type(3) .two-row .banner-entry:last-child{
     display: none;
   }
  section:nth-of-type(3) div{
grid-template-columns: repeat(2, minmax(0, 1fr));  
  }
  .banner-entry{
    height:  110px;
  }
  /*****************************/
    section:nth-of-type(4) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 90px;
    height: 100px;
  }
}
@media (max-width:768px){
    section:nth-of-type(4) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .banner-entry{
    width: 144px;
    height: 100px !important;
  }
    section:nth-of-type(4) {
      margin-top: 1rem !important;
    }
  .sm\:gap-8{
    gap: 0.7rem !important;
  }
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
.carousel-slider .swiper-wrapper>div{
  padding: 0.625px;
}
.s-product-card-entry{
  height: 95%;
  margin: 10px;
  box-shadow: 0 0 10px black;
}
.s-button-primary-outline ,
.s-reviews-testimonial ,
.store-footer__inner{
  background-color: #6B175B;
  color: white;
}
.s-button-primary-outline:hover{
  background-color: #6B175B;
  color: white;
  opacity: 1;
}
.s-product-card-content-sub{
   border-bottom: 1px solid black;
}
.s-button-light-outline{
  background-color: #6B175B;
  color: white;
  opacity: 0.5;
}
/*
  section:nth-of-type(10)  {
    margin-top: unset;
  }*/
  section:nth-of-type(10)  .s-slider-block__title h2{
    display: none;
  }
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
 font-size: 1.7rem;
    background-image: url(https://f.top4top.io/p_36533anwq1.png);
    padding: 3px 84px;
    background-repeat: no-repeat; 
}
.s-reviews-testimonial__icon svg,
.s-rating-stars-hovered, .s-rating-stars-selected{
  fill: white;
}
.store-footer{
  background-color: white;
  color: black;
}