body {
    background-color: #F5F5F5;
}
section:nth-of-type(1){
margin: unset;
}
section:nth-of-type(1) .container{
padding: unset;
    max-width: unset;
}
section:nth-of-type(2) div {
 max-width: 600px;
}
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;
}
.banner--fixed img, .banner-entry{
background-color: transparent;
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 190px !important;
    flex-basis: 190px;
  }
  section:nth-of-type(3) div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width:425px) {
  .banner-entry.square-photos {
    height: 125px !important;
    flex-basis: 140px;
  }
  section:nth-of-type(3) div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.s-product-card-entry{
 height: 95%;
 margin: 5px;
 box-shadow: 0 0 10px black;
  }
  .s-button-primary-outline ,
  .s-reviews-testimonial , 
  .store-footer__inner ,
  .footer-is-light .store-footer{
  background-image:
linear-gradient(90deg,rgba(204, 84, 130, 0.99) 0%, rgba(219, 133, 166, 1) 50%);
    color: white;
  }
  .s-button-primary-outline:hover{
  background-image:
 linear-gradient(115deg, rgba(204, 84, 130, 0.99) 0%, rgba(204, 84, 130, 1) 50%);
    color: white;
  }
  .s-reviews-testimonial__icon svg ,
  .s-rating-stars-hovered, .s-rating-stars-selected{
  fill: white;
  }
  .s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header{
font-size: 2rem;
background-image: url(https://j.top4top.io/p_3607mbhhp2.png);
    padding: 0 85px;
    background-repeat: no-repeat;
}
.store-footer .contact-social{
border-top-width: 0px;
}
.copyright-text p{
color: white;
}