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: 600px;
}
section:nth-of-type(3){
  margin-top: 1rem;
  max-width: 888px;
}
section:nth-of-type(4){
  margin-top: 1rem;
     max-width: 756px;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
  color: black;
}
  section:nth-of-type(3) div{
grid-template-columns: repeat(4, minmax(0, 1fr));    
  }
.two-row .banner-entry:first-child{
  grid-row: span 1 / span 1 ;
}
section:nth-of-type(3) {
  margin-top: 1rem;
}
  .banner-entry{
    height: 300px;
  }
.s-product-card-vertical{
  box-shadow: 0 0 10px black;
  margin: 10px;
}
.s-product-card-entry{
  height: 95%
}
.s-button-primary-outline ,
.store-footer__inner{
  color:white ;
  background-color: #E1426E;
}
.s-button-primary-outline:hover{
  color:white ;
  background-color: #E1426E;
}
.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://imglink.cc/cdn/1B4zWy2nyK.png);
}
.s-reviews-testimonial 
,.s-reviews-testimonial__info h2
,.s-reviews-testimonial__text p{
   color:white ;
  background-color: #E1426E;
}
.s-rating-stars-small svg ,
.s-reviews-testimonial__icon svg{
  fill: white;
}
.footer-is-light .store-footer .store-footer__inner{
    color:white ;
  background-color: #E1426E;
}
#mainnav .sicon-menu
,.s-slider-block__display-all{
  color: black;
}
@media (max-width:768px){
.grid{
display:flex !important;
grid-template-columns:none !important;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}
.grid > *{
flex:0 0 calc(50% - 15px);
max-width:calc(50% - 15px);
}
.grid > *:last-child{
flex:0 0 calc(50% - 15px);
max-width:calc(50% - 15px);
margin-left:auto;
margin-right:auto;
}
  .two-row .banner-entry:first-child{
    height:250px;
  }
  .banner-entry{
    height: 250px;
  }
}