body{
  background-color: white;
}
.banner--fixed img, .banner-entry{
  background: transparent;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container {
  max-width:unset;
  padding: unset;
}
section:nth-of-type(2) .container {
  max-width: 500px;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
  color: black;
}
.s-product-card-vertical{
  box-shadow: 0 0 10px black;
  margin: 10px;
  height: 95%;
}
.s-button-primary-outline {
  color:white ;
 background-color: #753136;
}
.s-button-primary-outline:hover{
  color:white ;
  background-color: #753136
}
.footer-is-light .store-footer .store-footer__inner{
    color:white ;
  background-color: #753136;
}
.store-footer{
  background-color: white;
}
.text-gray-700 , .text-gray-500  , .text-gray-900{
  color: white;
}
/* section:nth-of-type(4) ,
section:nth-of-type(5) ,
section:nth-of-type(6) {
  margin-top: unset;
}  */
 section:nth-of-type(4) .s-slider-block__title ,
section:nth-of-type(5) .s-slider-block__title ,
 section:nth-of-type(6) .s-slider-block__title {
  display: none;
} 
 section:nth-of-type(3)  .carousel-slider .s-slider-block__title-nav{
   display: none;
 }
 section:nth-of-type(3)  .s-slider-block__title{
   justify-content: center;
 }
 section:nth-of-type(3)  .s-slider-block__title h2:where([dir=rtl],[dir=rtl] *){
   padding-left: unset;
 }