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: 800px;
}
section:nth-of-type(4){
  max-width: 574px;
}
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;
}
.s-slider-block__title h2{
  font-size: 1.7rem;
  border-bottom: 2px solid black;
  padding-bottom: 1rem;
}
.s-product-card-entry{
  box-shadow: 0 0 10px black;
  margin: 10px;
  height: 95%;
}
.banner-entry{
  height: 242px;
}
#best-offers-9-slider .s-slider-block__title{
  display: none;
}
.s-button-primary-outline{
  background-color: #FCBACA;
  color: black;
  border: none;
}
.s-button-primary-outline:hover{
  background-color: #FCBACA;
  color: black;
}
.s-reviews-header-wrapper{
  justify-content: center;
}
.s-reviews-header{
  font-size: 1.7rem;
  padding: 5px 95px;
  background-repeat: no-repeat;
  background-image: url(https://imglink.cc/cdn/1QzFxucLoB.png);
}
.s-reviews-testimonial{
  background-color: #FCBACA;
  color: black;
}
.s-reviews-testimonial__icon svg 
,.s-rating-stars-small svg{
  fill: black;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #FCBACA;
  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: 240px;
  }
  .banner-entry{
  height: 240px;
}
}