body{
  background-color: #ffff;
}
.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;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 2px solid #000;
  padding-bottom: 1rem;
}
.s-button-outline{
  background-color: #C31695;
  color: white;
}
.s-button-outline:hover{
  background-color: #C31695;
  color: white;
}
.s-product-card-vertical {
  box-shadow: 0 0 10px #000;
  margin: 10px;
}
.s-product-card-entry {
    height: 95%;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
  font-size: 1.7rem;
  color: white;
  padding: 5px 95px;
  background-repeat: no-repeat;
  background-image: url(https://e.top4top.io/p_3725bqlfu1.png);
}
.s-reviews-testimonial{
  background-color: #C31695;
  color: white;
}
.s-rating-stars-small svg
,.s-reviews-testimonial__icon svg{
  fill: white;
}.footer-is-light .store-footer .store-footer__inner{
   background-color: #C31695;
  color: white;
}